@charset "utf-8";
/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #0d2a62;
} 
 
#pagewidth{
	width:1091px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../imgs/interior/bkg_interior.jpg);
} 
#header{
	position:relative;
	height:71px;
	background-color:#0D2A62;
	width:100%;
} 
#logo {
	position:relative;
	height:85px;
	background-color:#0D2A62;
	width:100%;
}
 
#maincol{
	float: right;
	position: relative;
















 width:; 
	width: 904px;
	background-image: url(../imgs/interior/bkg_intcontent.jpg);
	background-repeat: repeat-y;
	height: 100%;
 }
#maincol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #0D2A62;
}
#maincol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b34700;
}


#maincol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#maincol a:link {
	color: #ff6600;
	text-decoration: none;
}
#maincol a:visited {
	color: #ff6600;
	text-decoration: none;
}
#maincol a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#maincol a:active {
	color: #ff6600;
	text-decoration: none;
}
#maincol ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#maincol ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




#mainnav {
	height: 22px;
}

 
#footer{
	height:32px;
	background-image: url(../imgs/bkg_bottom.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	text-transform: uppercase;
	clear: both;
 } 
#subnav {
	background-image: url(../imgs/interior/bkg_subnav.jpg);
	width: 187px;
	float: left;
	height: 100%;
}
#subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 50px;
}
#subnav a:hover {
	color: #ff6600;
	text-decoration: none;
}


#subnav h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
	text-transform: uppercase;
	text-indent: 50px;
	margin-top: 15px;
}

 /* *** 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: 100%;
}
.clearfix{display: block;}
/* End hide from IE-mac */  
.orange {
	color: #f47d31;
}
.blue {
	color: #0d2a62;
}
.black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red {
	color: #FF0000;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #133E8C;
}
