
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
background-color:#c9e9cc;
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
position:relative; 
height:200px;
background-color:#54a2ad; 
 background-image:url('images/banner2.jpg');
width:100%;
background-repeat:no-repeat;
border:1px solid white;

} 
 
#leftcol{
 width:45%; 
 float:left; 
 position:relative; 
 background-color:#54a2ad; 
 	 background-repeat:no-repeat;
	 height:500px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:55%; 
 }
 
#footer{

 height:100px; 
  background-color:#C9E9CC; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



p{
 font-size:15px;
  color: #464646;
	font-family:Verdana,Tahoma,Arial,'Trebuchet MS','Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
 
	}
	
a:link {color: #464646; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #17496e; text-decoration: none; }
	

.lists{
color: #464646;
font-size:13px;
 font-family:Verdana,Tahoma,Arial,'Trebuchet MS','Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;}

.lists-contact
{
color: #464646;
font-size:14px;
 font-family:Verdana,Tahoma,Arial,'Trebuchet MS','Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
 }

	
h1{
 font-size:33px;
	  font-family:Verdana,Tahoma,Arial,'Trebuchet MS','Arial Black',Helvetica,'Century Gothic';
}

	h2{
 font-size:22px;
  font-family:Verdana,Tahoma,Arial,'Trebuchet MS','Arial Black',Helvetica,'Century Gothic';
	}
	
	h3{
 font-size:17px;
   font-family:Georgia,'Bookman Old Style',Garamond,'Times New Roman',serif;
	}
	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #737373;
padding: 6px 33px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/pinkbg.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 3px solid #ffa1a3; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: #545454;
background-image: url(images/pinkbgover.gif); /*background image swap on hover*/
}


