/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:968px; 
 height: auto !important;
} 
 
#header{
 position:relative; 
 height:145px; 
 background-color:#FFFFFF; 
 width:100%;
} 

#nav{
 position:relative; 
 height:30px; 
 color:#FFFFFF;
 background-color:#433D44; 
 width:100%;
 z-index: 1;
}

.innernav {
	float: left;
	width: 60%;
	margin-top: 0px;
	padding: 5px 10px 0px 0px;
}

.search {
	float: right;
	clear: none;
	width: 300px;
	margin-top: 0px;
	padding: 0px 10px 0px 0px;
}

#adspace{
 position:relative; 
 height:100px; 
 background-color:#FFFFFF; 
 width: 967px;
 padding-top: 5px;
 padding-bottom: 5px;
 border-right:1px solid #bbb;
 border-bottom:1px solid #bbb;
} 

#wrapper{
 width: 968px;
} 
#leftcol{
 width:300px; 
 float:left; 
 position:relative; 
 padding-top:1em;
 padding-left:1em;
 padding-right:2px;
 border-right:1px dashed #bbb;
  }
  
#leftcolTwo{
 width:615px; 
 float:left; 
 padding-top:1em;
 padding-left:5px;
  }
  
#twocols{
 width:640px; 
 float:right; 
 position:relative; 
  }
  
#maincol{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:307px;
 padding-top:1em;
 padding-right:2px;
 }
 
 #rightcol{
 width:307px; 
 float:right; 
 position:relative; 
 background-color:#E0EBF2;
 margin-top: -5px;
 padding-top: 5px;
 padding-right:1em;
 padding-left:1em;
 border-left:1px dashed #bbb;
 border-right:1px solid #bbb;
 border-bottom:1px solid #bbb;
 }
 
 #rightcol2{
 width:300px; 
 float:right;  
 background-color:#E0EBF2;
 margin-top: 5px;
 padding:5px;
 border-left:1px dashed #bbb;
 border-right:1px solid #bbb;
 border-bottom:1px solid #bbb;
 }
 
 
#footer{
 height:50px; 
 background-color:#FFFFFF; 
 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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


