@charset "utf-8";
/* CSS Document */
									/*  Default Classes */
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

h1{
	font-size:20px;
	font-weight:800;
}

h4{
	margin-bottom:0px;
	color:#66ff66;
}

img{
	border:none;
}

h5{
	margin-bottom:0px;	
}

									/*  Custom Classes */
.contentHolder{
	margin-left:2%;
}
									/* Rounded Banner */
.banner { 
  background: #66FF66; 
  float:left;
  width:98%;
  background-image:url(images/bannerIMG.png);
  background-repeat:no-repeat;
  background-position:5px 20%;
  }
.bannerTop { 
  background: url(images/bannerne.gif) no-repeat top right; 
}
.bannerTop div { 
  font-size: 0;
  height: 20px; 
  background: url(images/bannernw.gif) no-repeat top left; 
}
.bannerBottom { 
  background: url(images/bannerse.gif) no-repeat bottom right; 
}
.bannerBottom div { 
  font-size: 0;
  height: 20px; 
  background: url(images/bannersw.gif) no-repeat bottom left; 
}
.bannerContent {
  padding: 0px 20px 0px 20px;
  height:100px;
}
									/* END OF Rounded Banner */

									/* Rounded Left Col */
.leftCol { 
  background: #66FF66; 
  width:25%;
  float:left;
  clear:left;
  margin-top:30px;
  text-align:justify;
}
.leftTop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.leftTop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.leftBottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.leftBottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.leftContent {
  padding: 0px 10px 0px 10px;
}
									/* END OF Rounded Left Col */


									/* Rounded Middle Col */
.middleCol { 
  background: #66FF66; 
  width:50%;
  float:left;
  margin-top:30px;
  margin-left:20px;
}
.middleTop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.middleTop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.middleBottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.middleBottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.middleContent {
  padding: 0px 10px 0px 10px;
  min-height:485px;
}
									/* END OF Rounded Middle Col */


									/* Rounded Right Col */
.rightCol { 
  background: #22727F; 
  width:20%;
  float:left;
  margin-top:30px;
  margin-left:20px;
  color:#FFF;
  text-align:justify;
}
.rightTop { 
  background: url(images/bluene.gif) no-repeat top right; 
}
.rightTop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/bluenw.gif) no-repeat top left; 
}
.rightBottom { 
  background: url(images/bluese.gif) no-repeat bottom right; 
}
.rightBottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/bluesw.gif) no-repeat bottom left; 
}
.rightContent {
  padding: 0px 10px 0px 10px;
}

.skypeBox{
	text-align:center;
}
									/* END OF Rounded Right Col */
									

									/* Navigation Slider */
.navigation{
	padding-top:75px;
	clear:right;
}

.footer{
	position:absolute;
	margin-top:1000px;
}

 .kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     padding: 0;
 }
 
  .kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 200px;
    height: 40px;
    margin-right: 0px;
    background-image:url(images/kwicks_sprite.jpg);
    background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-250px 0px;
}
#kwick3 {
	background-position:-500px 0px;
}
#kwick4 {
	background-position:-750px 0px;
}
/* Rollover States */
#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -250px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -500px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -750px bottom;
}


