/* CSS Document */
/* HEADER REVISE BY CHRISTY 05/29/2008 > REMOVE TABLES, SLICED UP IMAGES, CONVERT TO HTML/CSS */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
* html>body .clearfix {
display: inline-block;
width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}
/* End IE browser fixes */

#header { background:url(/layout/images/layout_header.jpg) no-repeat bottom left; margin:0; padding:0; width:980px; border-bottom:2px solid white;}
	#header #logo { margin:0; padding:0; width:200px; float:left; height:125px; cursor:pointer;}
	#header #mininav { margin:0; padding:0; width:200px; float:right; height:258px;}
		#header #mininav a, #header #mininav {text-decoration:none; font-weight:bold; color:#003366; line-height:32px;}
		#header #mininav a:hover {color:#ffffff; text-decoration:underline;}
	#header #welcome_flash {float:left; clear:left; margin:0; padding:0; height:134px; width:562px; vertical-align:bottom;}
	#header #nav { margin:0; padding:0; float:left; width:600px; margin-left:300px;}
		#header #nav li {margin:0; padding:0 6px; float:left; height:30px; list-style-type:none;}
			#header #nav li a, #header #nav li a img  {border:none;}
			#header #nav li a:hover {}
			
/* THIS HIDES THE PRINT FORM LINK ON ALL PAGES EXCEPT THE CLIENT FORMS PAGE */
.hide {display:none; visibility:hidden;}
#clientform .hide {display:inline; visibility:visible;}




