/* <![ 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:#e5cb84;
	color:#282828;
	font:14px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {
	color:#B46A1C;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {	
	color:#E4C981;
	text-decoration:none;}	
p{
	margin:1em 0 1em 0;
}

table ul {
	margin-top:1em;
}
	
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:#b46a1c;
	margin:0px 0 5px 0;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	padding:0 0 12px 0;
	background:url(../images/bg_dashesh1.gif) bottom left repeat-x;
	}
	
h2{	
	color:#282828;
	margin:10px 0 3px 0;
	font:bold 16px Tahoma, Arial, Helvetica, sans-serif;
	}
	
h3{	
	color:#b46a1c;
	margin:10px 0 0px 0;
	font: bold 14px Tahoma Verdana, Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0px;
	text-align:left;

}

#main{
	margin: 0 auto 0 auto;
	padding: 0 14px 0 14px;
	text-align:left;
	width:1000px;
	background:url(../images/bg_main.gif) top left repeat-y;
}

/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.gif) top left repeat-x;
	height:339px;
	}
#mainnav{
	margin:0;
	padding:0 0 0 10px;
	color:#FFFFFF;
	width: 990px;
	height: 63px;
	background:url(../images/bg_mainnav.gif) top left repeat-x;
}
#mainnav ul{
	margin:0;
	padding:0;
	display: inline;
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#mainnav ul li a{
	display:block;
	float:left;
	margin:0;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	border-right: 1px solid #111111;
	height:63px;
}
#mainnav ul li a span{
	display:block;
	padding:0px 14px 0px 20px;
	background:url(../images/bul_mainnav.gif) 9px 29px no-repeat;
	border-right: 1px solid #252525;
	line-height:63px;
	}
#mainnav ul li a:hover{
	background:url(../images/bg_mainnav-o.gif) top left repeat-x;
	color:#FFF;
}
#mainnav ul li a:hover span{		
}
#mainnav ul li.last_child a{
	border-right:none;
	}
#mainnav ul li.last_child a span{
	border-right:none;
	}
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:0;
	width:1000px;
	background:url(../images/bg_mid.jpg) top left no-repeat;
	}
#rightbar{
	margin:0;
	padding:0 0 20px 0;
	float:right;
	width:305px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:692px;
	}
#center #content{
	padding:20px 35px 20px 20px;
	}
/*---------------------------------AOP Nav ------------------------------------------*/
#aops{
	margin:0;
	padding:15px 0 20px 18px;
	color:#000;
}
#aops h2{
	color:#262626;
	margin:0px 0 0px 0;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	padding: 0;
}
	
#aops ul{
	margin:16px 0 0 0;
	padding:0 11px 0 11px;
	display:block;
	width:248px;
	background:#e4c981;
	border:1px solid #f0e6cb;
	list-style:none;
}
#aops ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#aops ul li a{
	color:#434343;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	display:block;
	text-align:left;
	background:url(../images/bg_dashes.gif) bottom left repeat-x;
               _display:inline-block;
               _width:250px; /*fixes IE6 whitespace bug*/
}
#aops ul li a span{
	line-height:34px;
	background:url(../images/bul_mainnav.gif) right 14px no-repeat;
	display:block;
	}

#aops ul li a:hover{
	color:#5b7587;
}
#aops ul li a:hover span{}
#aops ul .first_child a {
}
#aops ul .last_child a {
	background:none;
}		

/*----------------------------Quick Contact------------------------------*/
#quickcontact{
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	}
#quickcontact  h2{
	color:#b46a1c;
	margin:0px 0 0px 0;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	padding: 0;
}
	
#quickcontact p strong{
}
.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:269px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#686868;
	height: 25px;
	padding: 9px 0 0 3px;
	background: #FFF;
	border: none;
}
	
.msg-pct2 {
	width:269px;
	height:63px;
	overflow:auto;
	font:11px  Verdana, Arial, Helvetica, sans-serif;
	color:#686868;
	padding: 9px 0 0 3px;
	background: #FFF;
	border: none;
}

.custom-form2 {
	font:14px Georgia, "Times New Roman", Times, serif;
	padding: 0 15px 0 16px;
	margin: 0;
	color: #302f2f;
}

	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		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: 272px;
	padding:5px 0 10px 0;
}
.submit-align2 .submit{
	background:#383838;
	width:272px;
	height:31px;
	border: none;
	font:normal 10px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing:2px;
	text-align:center;
	}
.submit-align2 .submit:hover{
	background-color: #B46A1C;
	}
#prr{
	text-align:center;
	}
/*-------------------------------Footer-----------------------------------------*/

#footer{
	background:url(../images/bg_footer.gif) top left repeat-x #1c1c1c;
	}

/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0 auto 0 auto;
	padding:0;
	font:normal 10px Georgia, "Times New Roman", Times, serif;
	height:60px;
	position:relative;
	}
#bottomnav ul{
	margin:0;
	padding:0;
	display:inline;
	width: 672px;
	position:absolute;
	left:22px;
	top: 27px;
	height: 13px;
	}
#bottomnav ul li{
	display:inline;
	}

#bottomnav ul li a{
	color:#FFF;
	text-decoration:none;
	float:left;
	padding:0px 8px 0px 10px;
	display:block;
	text-transform:uppercase;
	background:url(../images/bul_bottomnav.gif) 0px 5px no-repeat;
	line-height: 10px;
	font-weight: normal;
	}
#bottomnav ul li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	}
#bottomnav ul .first_child a{
	background:none;}
#bottomnav ul .last_child a{}
/*-------------------------------Search Form---------------------*/
#search{
	padding:0 0 0 0;
	width:285px;
	height: 35px;
	position: absolute;
	left: 709px;
	top: 19px;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #e89339;
	}
#search form{
	margin:0 0 0 0;
	padding:0 0 0 20px;
	height: 25px;
	}
#search form .searchfield{
	width:161px;
	height:19px;
	border: none;
	padding: 3px 0 0 3px;
	}
#search form .searchsubmit{
	font:bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	width:25px;
	height:22px;
	color:#FFF;
	background:#4d4d4d;
	border:none;
	position:relative;
	top:0px;
	_top:0px;
	}
/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0 auto 0 auto;
	text-align:left;
	color:#6e6e6e;
	padding:10px 5px 15px 5px;
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	width:910px;
	line-height: 13px;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer a{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: normal;
	}
#disclaimer a:hover{
	color:#E89339;
	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;
	}
.extraspaceli li{
	margin:10px 0 0 0;
	}