/* <![ Global [ -----------------------------------------------------------*/


/*NOTES:
Image pathing needs to be as follows.

url(/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/

/* ----------------- Globals ---------------------*/
html {
	height:100%}
	
.body{	
	margin:0; 
	padding:0; 
	background:url(../images/bg_body.jpg) top center no-repeat #002859;
	color:#000c1a;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#40444D;
	text-decoration:underline;}
a:hover {	
	color:#7398BB;
	text-decoration:none;}	
p{
	margin:1em 0 1em 0;
}
	
input, select, textarea{	
	border:solid #000;
	border-width:1px 1px 1px 1px;}	
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#666666;
	margin:5px 0px;
	padding:0px;}

h1{
	display:block;
	background:#8c9195;
	color:#011f45;
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	margin:0px 0 3px 0;
	font:normal 24px "Times New Roman", Times, serif;
	text-transform:uppercase;
}

#content h1{
	display:block;
	background:#8c9195;
	color:#011f45;
	height:27px;
	line-height:30px;
	padding:3px 0 0 10px;
	margin:0px 0 3px 0;
	font:normal 21px "Times New Roman", Times, serif;
	text-transform:uppercase;
}
	
h2{	
	color:#001c3e;
	margin:10px 0 3px 0;
	font:normal 16px Arial, Helvetica, sans-serif;
	}
h3{	
	color:#001c3e;
	margin:10px 0 0px 0;
	font: bold 12px Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0px;
	text-align:left;

}
#mainwrap{
	width:1049px;
	margin:0 auto 0 auto;
	}
#main{
	margin: 0;
	padding: 0 15px 0 15px;
	text-align:left;
	width:1019px;
	background:url(../images/bg_main-mid2.png) top left repeat-y;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.gif) top left repeat-x;
	height:95px;
	width: 1049px;
	position: relative;
	margin: 0 auto 0 auto;
	}
/*#info{
	margin:30px 0 0 0;
	padding:0;
	float:right;
	text-align:right;
	}*/
#top-logo {
	float:left;
	margin:0 200px 0 0;
}
#info{
	margin:0;
	padding:0;
	float:right;
	text-align:right;
	}
	
/*	<![ Top Nav [ -----------------------------------------------------------*/

/*#topnav{
	margin:0;
	padding:5px 0 0 15px;
	color:#FFF;
	position:absolute;
	right:12px;
	background:url(../images/bg_topnav.png) top left repeat-x;
	width: 263px;
	top: 0px;
	height: 23px;
}
*/
#topnav{
	margin:0 15px 0 0;
	_margin:0 5px 0 0;
	padding:5px 0 0 15px;
	color:#FFF;
	background:url(../images/bg_topnav.png) top left repeat-x;
	width: 263px;
	height: 23px;
	float:right;
}
#topnav ul{
	margin:0;
	padding:0;
	display:block;
	/*border:1px solid #ff00ff;*/
}
#topnav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#topnav ul li a{
	color:#FFF;
	font:normal 12px "Times New Roman", Times, serif;
	line-height:12px;
	text-decoration:none;
	float:left;
	border-right:1px solid #FFF;
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	display:block;
	background:none;
	position:relative;
}

#topnav ul li a:hover{
}
#topnav ul .first_child a {
}
#topnav ul .last_child a {
	border-right:none;
}		
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#mainnav{
	padding:0 0 0 0;
	color:#FFF;
	height:44px;
	background:#40444d;
	border-bottom: 3px solid #FFF;
}
#mainnav ul{
	margin:0;
	padding:0;
	display:block;
	/*border:1px solid #ff00ff;*/
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#mainnav ul li a{
	color:#ffffff;
	font:12px "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	padding:17px 37px 10px 36px;
	display:block;
	border-right: 1px solid #8c9195;
}

#mainnav ul li a:hover{
	background:#002448;
}
#mainnav ul li a.current_link{
	background:#002448;
}
#mainnav ul .first_child a {
}
#mainnav ul .last_child a {
	border-right:none;
}		
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:0;
	width:1019px;
	background:url(../images/bg_mid.gif) top left repeat-y;
	color: #000c1a;
	}
#leftbar{
	margin:0;
	padding:0;
	float:left;
	width:230px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:789px;
	}
#center #content{
	padding:20px;
	}
#content ul{
	margin:0 0 0 20px;
	padding:0;
	}
#content #floatbox{
	padding:0px 10px 10px 10px;
	background:#adc3d9;
	color:#000c1a;
	width:350px;
	float:right;
	margin:-25px -19px 10px 10px;
	_margin:-17px -9px 10px 10px;
}
#content #floatbox a{
	font-weight:bold;
	color:#000c1a;
	}
#content #floatbox h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#001c3e;
	}
	
/*----------------------------Quick Contact------------------------------*/
#quickcontact{
	}
#quickcontact	h2{
	font:bold 18px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	}
.pad_frm_itm2 {
	padding:3px 0px;
	margin:0px;}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct2 {
	width:210px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#371c14;
	height: 14px;
	border: none;
}
	
.msg-pct2 {
	width:210px;
	height:44px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#371c14;
	border: none;
}

.custom-form2 {
	font:bold 11px Arial, Helvetica, sans-serif;
	width: 210px;
	padding: 0 0 0 7px;
	margin: 0;
	color: #FFF;
}

	.custom-form2 fieldset {
		margin:0px 0px 0px 0px;
		padding:0px;
		width:210px;
		border:none;}
		  
	.custom-form2 legend {
	padding:0px 2px 5px 23px;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	display: none;
}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}

.submit-align2 {
	text-align:right;
	width: 210px;
	padding:5px 0;
}
.submit-align2 .submit{
	background:url(../images/bg_submit.gif) top left no-repeat;
	width:73px;
	height:30px;
	border: none;
	}
.submit-align2 .submit:hover{
	background:url(../images/bg_submit.gif) top left no-repeat;
	}
		
	

#homearea{
	width:789px;
	height: 185px;
	margin: 0 0 2px 0;
	background: #FFF;
	}
	
	
	
#homearea #quoteboxa{
	float:left;
	height: 125px;
	_height: 145px;
	width: 353px;
	background: #002e59;
	font: 14px "Times New Roman", Times, serif;
	color:#FFF;
	text-transform:uppercase;
	padding: 30px;
	_padding: 10px 30px 30px 30px;
	overflow: hidden;
	position: relative;

	}
#homearea #quoteboxa .quoted{
	margin-top:20px;
	_margin-top:0px;
	display:inline;
	float:right;
	color:#7398bb;
	font-size:10px;
	font-weight:bold;
	}
#homearea #quoteboxa .quotemark_l{
	position:absolute;
	top:24px;
	left:7px;
	_top:10px;
	_left:-20px;
	}
#homearea #quoteboxa .quotemark_r{
	position:absolute;
	bottom:45px;
	right:26px;
	_bottom:25px;
	_right:-330px;
	}
	
	
	
	
	
	#homearea #quoteboxb{
	float:left;
	height: 125px;
	_height: 145px;
	width: 353px;
	background: #002e59;
	font: 14px "Times New Roman", Times, serif;
	color:#FFF;
	text-transform:uppercase;
	padding: 30px;
	_padding: 10px 30px 30px 30px;
	overflow: hidden;
	position: relative;

	}
#homearea #quoteboxb .quoted{
	margin-top:20px;
	_margin-top:0px;
	float:right;
	display:inline;
	color:#7398bb;
	font-size:10px;
	font-weight:bold;
	}
#homearea #quoteboxb .quotemark_l{
	position:absolute;
	top:24px;
	left:7px;
	_top:10px;
	_left:-20px;
	}
#homearea #quoteboxb .quotemark_r{
	position:absolute;
	bottom:45px;
	right:26px;
	_bottom:25px;
	_right:-330px;
	}
	
	
	
	
	
	
	#homearea #quoteboxc{
	float:left;
	height: 125px;
	_height: 145px;
	width: 353px;
	background: #002e59;
	font: 14px "Times New Roman", Times, serif;
	color:#FFF;
	text-transform:uppercase;
	padding: 30px;
	_padding: 10px 30px 30px 30px;
	overflow: hidden;
	position: relative;

	}
#homearea #quoteboxc .quoted{
	margin-top:20px;
	_margin-top:0px;
	display:inline;
	float:right;
	color:#7398bb;
	font-size:10px;
	font-weight:bold;
	}
#homearea #quoteboxc .quotemark_l{
	position:absolute;
	top:24px;
	left:7px;
	_top:10px;
	_left:-20px;
	}
#homearea #quoteboxc .quotemark_r{
	position:absolute;
	bottom:53px;
	right:26px;
	_bottom:15px;
	_right:-330px;
	}
	
	
	
	
	
	
	
	#homearea #quoteboxd{
	float:left;
	height: 125px;
	_height: 145px;
	width: 353px;
	background: #002e59;
	font: 14px "Times New Roman", Times, serif;
	color:#FFF;
	text-transform:uppercase;
	padding: 30px;
	_padding: 10px 30px 30px 30px;
	overflow: hidden;
	position: relative;

	}
#homearea #quoteboxd .quoted{
	margin-top:20px;
	_margin-top:0px;
	display:inline;
	float:right;
	color:#7398bb;
	font-size:10px;
	font-weight:bold;
	}
#homearea #quoteboxd .quotemark_l{
	position:absolute;
	top:24px;
	left:7px;
	_top:10px;
	_left:-20px;
	}
#homearea #quoteboxd .quotemark_r{
	position:absolute;
	bottom:55px;
	right:26px;
	_bottom:15px;
	_right:-330px;
	}
 /*-------------------------------PhotoBanner-----------------------------------------*/

#homearea #photobanner{
	margin:0;
	padding:0;
	width:370px;
	height:135px;
	background:url(../images/bg_photobanner.jpg) top left repeat-x;
	float: right;
	}
#homearea #photobanner .photo{
	margin:0;
	}
#homearea #photobanner .photo_last{
	float:left;
	margin:0;
	border-right:none;
	}
#video{
	padding:6px;
	background:#8c9195;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	height: 173px;
	overflow: hidden;
	border-bottom: 2px solid #FFF;
	width: 213px;
	line-height: 14px;
	}
#video img{}
#video a{
	color:#001f44;
	text-decoration:none;
	}
#video p{}

#auto{
	padding:6px;
	background:#40444d;
	margin-right: 5px;
	}
#auto h2{
	font:bold 18px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	}
#address{
	color:#01396e;
	background:none;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:none;
	padding: 0 0 3px 0;
	}
#address address{
	font-style:normal;
	}
/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0 auto 0 auto;
	padding:15px 0 0 90px;
	font:10px Arial, Helvetica, sans-serif;
	line-height:34px;
	height:19px;
	background: #161b26;
	}
#bottomnav ul{
	margin:0;
	padding:0;
	display:inline;
	height: 21px;
	width: 533px;
	}
#bottomnav ul li{
	display:inline;
	}

#bottomnav ul li a{
	color:#c1c7cc;
	text-decoration:none;
	float:left;
	padding:0px 8px 0px 8px;
	display:block;
	border-right:#c1c7cc 1px solid;
	line-height: 10px;
	text-transform: uppercase;
	}
#bottomnav ul li a:hover{
	color:#8bb8e2;
	text-decoration: underline;
	}
#bottomnav ul .first_child a{}
#bottomnav ul .last_child a{
	border-right:none;
	}
/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0 auto 0 auto;
	text-align:left;
	color:#FFF;
	padding:10px 0 20px 0;
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	width:1019px;
	line-height: 13px;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer a{
	color:#FFF;
	text-decoration:underline;
	}
#disclaimer a:hover{
	color:#990000;
	text-decoration:none;
	}
	
/*	<![ Directions Page Styles (Google Maps Default) [ --------------------------------------------------------*/

/* [ Outer div ] --------- */
#directionsForm{}

/* div that wraps form */
#directionsInput {
	padding:0px 0px 15px 0px;
	}

#fromAddress{
	width:300px;
	border:1px solid #adab93;
	}

#directionsLocale{
	padding:0px 0px 15px 0px;
	}

#locale{
	width:300px;
	border:1px solid #adab93;
	}

#directionsSubmit{
	padding:0px 0px 25px 0px;
	}

#map{
	border:1px solid #adab93;
	}

#addressNotFound{}

#directions{}

/*	<![ Site 9 Form Styles [ --------------------------------------------------------*/
.pad_frm_itm {
      padding:3px 0px;
      margin:0px;
}

.form-label {
	width:140px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;
	}

.form-pct {
      width:300px;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}
.msg-pct {
      width:445px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
      height:70px;
      overflow:auto;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}

.custom-form {}

.custom-form fieldset {
	margin:0px 0px 10px 0px;
	padding:0px;
	width:470px; /*  .msg-pct width + 25   */
	border:none;
	}

.custom-form legend {
	padding:0px 2px;
	font-weight:bold;
	}

.custom-form fieldset ol {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
/* ------------------ Special Classes ------------------------*/	
.clearbar{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:0;
}
.autowidthwrap{
	width:100%;
	text-align:center;
	}
