@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:#e6e6dc url(../images/back.jpg) center repeat-y;
}

#header{
	background:#00628B url(../images/header_back.jpg) left no-repeat;
	height:108px;
	position:relative;
	border-bottom:10px solid #ced2af;
	color:#fff;
}
#headerContent{
	width:1010px;
	margin:auto;
}

#seal{
	color:#fff;
	width:320px;
	border-right:1px dashed #e5e5db;
	border-left:1px dashed #e5e5db;
	padding:0px 5px 0px 10px;
	float:right;
	margin-top:13px;


}

#logo{
	float:left;
	position:relative;
	width:410px;

}

#printLogo{
	display:none;
}

#companyName{
	color:#fff;
	font-weight: bold;
	font-stretch: 4px;
	line-height: .85em;
	padding:0px 0px 0px 106px;
	text-align:left;
	font-size: .85em;
	position:relative;
	top:-10px;	
	
}
#tagline{
	color:#fff;
	font-weight: normal;
	text-align:left;
	font-size: 1.0em;
	position:absolute;
	top:73px;
	left:83px;
	
}

#phone{
	color:#fff;
	text-align:right;
	font-size:1.1em;
	padding-top:15px;
}

#nav{
	padding:20px 20px 0px 0px;
	text-align:right;
	float:right;
	width:185px;
	
}

.menu{
	padding: 0px 2px 0px 2px;
}

#container{
	position:relative;
	margin:auto;
	width:950px;
	padding:15px;
	background:#fff  url(../images/content_back.jpg) left repeat-y;
	
	
}
#leftContainer{
	float:left;
	width:29%;
	
}

#rightContainer{
	float:right;
	width:68.5%;

}

#footer{
	clear:both;
	background:#01648e url(../images/footer.jpg) top center no-repeat;
	text-align:center;
	color:#ccc;
	padding:15px;
	position:relative;
	margin:auto;
	width:950px;
}


/*CLASSES*/

.paddingTop15{
	padding-top:15px;
}
.subMenu{
	list-style:none;
	margin:0px;
	padding:0px;
}

.subMenu li{
	border-bottom:1px solid #d9dcc1;
	padding:0px 0px 5px 0px;
}



.label{
	padding-bottom:5px;
	border-bottom:1px solid #d9dcc1;
}

.boxDoubleTop{
	background:url(../images/box_double_top.gif) no-repeat bottom;
	height:12px;
	
}

.boxDoubleBody{
	background:url(../images/box_double_body.gif) center repeat-y;
	
}

.boxDoubleContent{
	padding:15px;
	color:#6b6d5a;
}



.boxDoubleBottom{
	background:url(../images/box_double_bottom.gif) no-repeat top;
	height:12px;
	
}

.separator{
	background:url(../images/separator.jpg) repeat-x center;
	width:99%;
	margin:auto;
	height:30px;
}

.separator2{
	background:url(../images/separator2.gif) repeat-x center;
	width:99%;
	margin:auto;
	height:30px;
}

.clear{
	clear:both;
}

.border1{
	border:1px solid #666;
}

.floatLeft{
	float:left;
}	

.floatRight{
	float:right;
}	

.padding5{
	padding:5px;
}

.padding10{
	padding:10px;
}

.padding15{
	padding:15px;
}

.paddingRight10{
	padding-right:10px;
}

.paddingR{
	padding-right: 15px;
}

.paddingL50 { padding-left: 50px; }

.width5{
	width:5%;
}

.width20{
	width:20%;
}

.width30{
	width:30%;
}

.width32{
	width:32%;
}

.width33{
	width:33%;
}
.width38{
	width:38%;
}

.width35{
	width:35%;
}
.width36{
	width:36.95%;
}


.width40{
	width:40%;
}

.width45{
	width:45%;
}

.width48{
	width:48%;
}

.width42{
	width:42%;
}

.width50{
	width:50%;
}

.width53{
	width:53%;
}
.width55{
	width:55%;
}

.width60{
	width:60%;
}

.width95{
	width:95%;
}

.imageL {padding-right: 8px; }
.imageR {padding-left: 8px; }
