
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto;
margin-top:20px;
margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:60px; 
  background-color:#FFFFFF; 
 width:100%;
 margin-bottom:20px;
} 
 

#leftcol{
 width:187px; 
 float:left; 
 position:relative; 
  }
 
#maincol{
 width:592px; 
 float:right; 
 position:relative; 
  }
 
 
/* *** Menu: *** */ 
#leftcol ul li{
	padding-bottom: 2px;
	padding-top: 2px; /*bottom spacing between menu items*/
	
}

#leftcol ul li a{
	color: #000;
	background: url(../css/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	
}

#leftcol ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

#leftcol h2{
	color: white;
	background:#006699 url(../css/titlebar.png) repeat-x center left;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size:12px;
	font-weight:bold;
	margin-top:9px;
	margin-bottom:5px;
	text-align:center;

}

/* *** Caption: *** */ 

#captioncontainer {
	width: 550px; /*width of menu*/
	float: right;
	height:199px;
	background: url(../css/BannerBg.gif) repeat-x bottom right; 
	margin-bottom:20px;
	padding-right:8px;
	padding-bottom:8px;
	
}

#captioncontainer img {
	float: left;
	margin-top:4px;
	margin-right:4px;
	margin-left:4px;
}
 
li.toplinks {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	text-decoration:none;
	display: inline;
	border-left-style:dotted;
	border-left-color:#cccccc;
	font-size:12px;
	border-left-width: 1px;
	margin-top:5px;	
}	
	
li.toplinks a {
	
	color: #999999;
	text-decoration:none;
	
}	



/* Other pages */ 

#policy{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:94%;
 margin-left:35px; 
 
 }
 
#contactwrap{
 width:560px; 
 float:right; 
 
  }

#contactus{
	float: right; 
  	position: relative; 
 	width:260px;
	border-left-style:dotted;
	border-left-color:#cccccc;
	border-left-width: 1px;
	padding-left:20px;
	padding-right:7px;
	margin-top:20px;

	
 
}
#address{
	float: left; 
  	position: relative; 
 	width:235px;
	padding-left:7px;
	

	
 }
 
#address h3 {
	color:#006699;
	margin-left:0px;
	

}

 
 
 /* *** 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 */  


 

