/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:299px;
 #height:302px; 
 /*background-color:#CF907F; */
 width:100%;
} 
 
#wrapper
{
	height:570px;
} 
 
#leftcol{
 width:200px; 
 height:570px;
 float:left; 
 position:relative; 
 background-color:#e4d6cb; 
 }
 
#twocols{
 width:780px;
 _width:778px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:215px;
 height:570px; 
 float:right; 
 position:relative; 
 background-color:#e4d6cb;
 }
 
#maincol{/*background-color: #EC838C;  */
 float: left; 
 display:inline; 
 position: relative; 
 width:562px;
 _width:560px;
 height:570px;
 background-color:#e4d6cb; 
 overflow:auto;
 _border-right:1px dotted #FFFFFF;
 }
 
#footer{
 height:100px; 
 /*background-color:#53838C; */
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
height: 0; 
 clear: both; 
 visibility: hidden;
 display: block; 
 }
 
.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;}
}


/*********START of COMMENTARY  CSS**************/
.splash1{
	 width:100%;
	 height:505px;
  /* z-index:1006;
	 position:absolute;
	 top:250px;
	 left:580px; */
	 display:none;	
	 background:#FFFFFF url(images/warning_bg.gif) bottom right no-repeat;
}

.splash2{
	 width:100%;
	 height:505px;
  /* z-index:1006;
	 position:absolute;
	 top:250px;
	 left:580px; */
	 display:none;
	 background:#FFFFFF url(images/warning_bg.gif) bottom right no-repeat;
}
.splash3{
	 width:100%;
	 height:505px;
  /* z-index:1006;
	 position:absolute;
	 top:250px;
	 left:580px; */
	 display:none;
	 background:#FFFFFF url(images/warning_bg.gif) bottom right no-repeat;
}


.popup_maincontent{
	text-align:left;
	width:90%;
	font-size:12px;
	padding-top:10px;
	padding-bottom:65px;
	
	
}
#popupContact{
text-align:center;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:530px;
width:650px;
background:#F1EBE4;
border:2px solid #cecece;
z-index:101;
/*padding:12px;
padding-top:25px;
*/
font-size:13px;
}

.popupContact_header{
	text-align:left;
	width:100%;
	color:#957c17;
	background:url(images/warning_header.gif) repeat-x;
	font-size:16px;
	font-weight:700;
	padding-bottom:2px;
}

#popupContact a{
text-align:right;
cursor: pointer;
text-decoration:none;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#333333;
border:1px solid #cecece;
z-index:100;
}
/*********End of COMMENTARY  CSS**************/