/* <![ 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 left repeat-x #1b60b2;
	color:#FFF;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#FFCD73;
	text-decoration:underline;}
a:hover {	
	color:#2D75C9;
	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{	
	color:#ffcd73;
	margin:0px 0 3px 0;
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	text-transform:none;}
	
h2{	
	color:#ffcd73;
	margin:10px 0 3px 0;
	font:normal 22px Georgia, "Times New Roman", Times, serif;}
	
h3{	
	color:#FFF;
	margin:10px 0 0px 0;
	font: bold 14px Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width: 902px;
	background:url(../images/bg_header.gif) top left no-repeat #0055a5;
}

#main{
	margin: 0;
	padding: 0;
	text-align:left;
	width:902px;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.gif) top left repeat-x;
	height:140px;
	width: 902px;
	}
#header .logo{
	float:left;
	margin:0 400px 0 0;
	}
#info{
	margin:0;
	padding:0;
	float:right;
	text-align:right;
	width: 236px;
	}

.number{
	color:#fff;
	display:block;
	background:url(../images/bg_number.gif) bottom right no-repeat;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	height: 60px;
	padding: 10px 0 0 10px;
	text-align:left;
	}

#address{
	color:#FFF;
	background:none;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	text-transform:none;
	width:270px;
	float:right;
	padding:20px 0 0 0;
	}
#address address{
	font-style:normal;
	padding: 0 0 0 45px;
	}
#nav {
	margin:0 0 0 0;
	padding:0 0 0 32px;
	color:#000;
	font:bold 12px Arial, Helvetica, sans-serif;
	height: 28px;
	width: 838px;
/*	position:relative;*/
	top:4px;
	text-transform:uppercase;
	white-space: nowrap;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li{
	margin:0;
	padding:0;
	background:url(../images/bg_nav-right.gif) top right no-repeat;
	float:left !important;
	position:relative !important;
}

#nav ul li a{
	background:url(../images/bg_nav-left.gif) top left no-repeat;
	display:block;
	color:#000;
	line-height:24px;
	text-decoration:none;
	margin:0 5px 0 2px;
	padding:0 6px 4px 11px;
}

#nav ul li a:hover{
/*	background:url(../images/bg_mainnav-o-left.gif) top left no-repeat;
	display:block;
	line-height:26px;
	position:relative;
	bottom:4px;
	margin:0 0px 0 2px;
	padding:2px 0px 0px 8px;
	z-index:10;*/
	color: #CC3300;
}

/*#nav ul li a:hover span{		
	background:url(../images/bg_mainnav-o-right.gif) right 0px no-repeat;
	_background:url(../images/bg_mainnav-o-right.gif) 0px 0px no-repeat;
	bottom:2px;
	_bottom:0px;
	padding:0 10px 0 0;
	margin:0;
	display:block;
	position:relative;
	z-index:101;
	line-height:26px;
}*/

/* second level */

#nav li ul {
	display:none !important;
	margin:0px !important;
	padding:0px !important;
	position:absolute !important;
	z-index:20;
	}
#nav li:hover ul {
	display:block !important;
	margin:0px !important;
	padding:0px !important;
	}
#nav li ul li {
	display:inline !important;
	float:none !important;
	margin:0px !important;
	padding:0px !important;
	top:0px;
	left:1px;
/*	background:none;*/
	}
#nav li ul li a {
	/*white-space:nowrap !important;*/
	display:block;
	margin:0px;
	padding:5px 5px 5px 10px;
	color:#000000;
	border:1px solid #8e8771;
	border-width:1px 1px 0 1px;
	text-align:left;
	text-decoration: none;
	width:140px;
	background:none;
	background-color:#FED17E;
	}
#nav li ul li a:hover {
	color: #fff;
	background-color:#AD7101;
	}
#nav li:hover {
	cursor:pointer;
	}
#nav li ul li.last_child a {
	border-bottom:1px solid #8e8771;
}
/*#nav ul li a.current_link{
	background:url(../images/bg_mainnav-o-right.gif) top right no-repeat;
	line-height:28px;
	position:relative;
	bottom:4px;
}
#nav ul li a.current_link span{		
	background:url(../images/bg_mainnav-o-left.gif) top left no-repeat;
}*/


/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	padding:0 11px 0 11px;
	width:880px;
	height:194px;
	background:url(../images/bg_photobanner.jpg) top left repeat-x;
	}
#photobanner .photo{
	float:left;
	margin:0;
	}
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:0 11px 0 11px;
	width:880px;
	background:url(../images/bg_content.gif) bottom right no-repeat #0053a3;
	}
#leftbar{
	margin:0;
	padding:20px 0 20px 0;
	float:left;
	width:204px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:673px;
	}
#center #content{
	padding:20px;
	}
/*-------------------------------Search Form---------------------*/
#search{
	padding:0;
	width:204px;
	height: 29px;
	margin: 0 0 20px 0;
	position: relative;
	background:url(../images/bg_searchbox.gif) top left no-repeat;
	_background:url(../images/bg_searchbox.gif) no-repeat 0px 1px;
	}
#search form{
	margin:0 0 0 0;
	padding:0;
	height: 29px;
	}
#search form .searchfield{
	width:140px;
	height:24px;
	border: none;
	padding:5px 0 0 5px;
	background:none;
/*	background:url(../images/bg_searchbox.gif) top left no-repeat;*/
	}
#search form .searchsubmit{
	font:bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	width:54px;
	height:29px;
	color:#FFF;
	background:url(../images/bg_searchbtn.gif) top left no-repeat;
	border:none;
	position:absolute;
	top:0px;
	_top:1px;
	left: 151px;
	}
/*---------------------------------AOP Nav ------------------------------------------*/
#aops{
	margin:0 0 20px 0;
	padding:0 0 0 0;
	color:#000;
	background: #2d75c9;
}
#aops ul{
	margin:0;
	padding:10px 12px 30px 12px;
	display:block;
	list-style:none;
	width: 180px;
}
#aops ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#aops ul li a{
	color:#FFF;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0;
	display:block;
	text-align:center;
	background:#0055a5;
	_display:inline-block;
	_width:180px; /*fixes IE6 whitespace bug*/
	margin: 0 0 8px 0;
	line-height: 20px;
}

#aops ul li a:hover{
	color:#000;
	background:#FFCD73;
}
#aops ul .first_child a {
}
#aops ul .last_child a {
}		
/*----------------------------Quick Contact------------------------------*/
#quickcontact{
	border:none;
	background: #2d75c9;
	margin: 0 0 20px 0;
	}
.pad_frm_itm2 {
	padding:3px 0px;
	margin:0px;
	background:url(../images/bg_namefeild.jpg) top left no-repeat;
	height:29px;
	}
	
.pad_frm_itm2_msg {
	padding:3px 0px;
	margin:0px;
	background:url(../images/bg_messagefield.jpg) top left no-repeat;
	height:77px;
	}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct2 {
	width:172px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	background:none;
/*	background:url(../images/bg_namefeild.jpg) top left no-repeat;*/
	height: 25px;
	border: none;
	padding: 4px 0 0 4px;
}
	
.msg-pct2 {
	width:172px;
	height:68px;
	overflow:auto;
	font:12px  Arial, Helvetica, sans-serif;
	color:#000;
	border: none;
	background:none;
/*	background:url(../images/bg_messagefield.jpg) top left no-repeat;*/
	padding: 4px 0 0 4px;
}

.custom-form2 {
	font:bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #FFF;
	padding: 0 12px 0 12px;
}

	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		width:179px;
		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:center;
	width: 179px;
	padding:10px 0;
}
.submit-align2 .submit{
	background:url(../images/bg_submit.jpg) top left repeat-x;
	width:67px;
	height:27px;
	border: none;
	font:bold 12px Arial, Helvetica, sans-serif;
	}
.submit-align2 .submit:hover{
	background:#FFF;
	}
	
/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0;
	text-align:left;
	color:#FFF;
	padding:10px 5px 5px 5px;
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 13px;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer a{
	color:#FFCD74;
	text-decoration:underline;
	}
#disclaimer a:hover{
	color:#2D75C9;
	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;
	}
