@charset "utf-8";
html, body{ 
	background: #666666;
	margin:0; 
	padding:0; 
	text-align:center; 
} 
 
#container{ 
 width:915px; 
 text-align:left;  
 margin-left:auto;
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:250px; 
 background-color:#DDDDDD; 
 width:100%;
} 
 
#headleftcol{
	width: 49%; 
	float: left; 
	position: relative; 
	height: 150px;
}
 
#twocols{
	width:50%; 
	float:right; 
	position:relative; 
}
 
#headrightcol{
	width:49%; 
	float:right; 
	position:relative; 
	top: 0px;
}

#ContactUs {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	top: 0px;
	line-height: 0px;
}

#BLAH_image {
	position:relative; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#CBL_Text {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 1px;
	float: none;
	position: relative;
	height: 150px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }

#mainContent {
	background: #FFFFFF;
	position: relative; 
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
}

#pageContent {
	background: #FFFFFF;
	vertical-align: top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	display:none;
}

#footer{
 height:100px; 
  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;}
}


