/* <![ 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:#2e2e2e;
	color:#494949;
	font:15px Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#d9541f;
	text-decoration:underline;}
a:hover {	
	color:#666666;
	text-decoration:none;}	
p{
	margin:1em 0 .5em 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:#591f00;
	margin:0px 0 3px 0;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	border-bottom: 1px dashed #8c897b;
	padding: 0 0 10px 0;
}
	
h2{	
	color:#591f00;
	margin:10px 0 3px 0;
	font:normal 18px Georgia, "Times New Roman", Times, serif;}
	
h3{	
	color:#494949;
	margin:10px 0 0px 0;
	font: bold 15px Tahoma Verdana, Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0px;
	text-align:left;

}

#main{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1045px;
	background:#ffffff;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.gif) top left repeat-x;
	height:110px;
	position: relative;
	}
#info{
	margin:0;
	padding:20px 20px 0 6px;
	/*float:right;*/
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	width: 276px;
	height: 200px;
	background:url(../images/bg_paper.png) top left no-repeat;
	color:#515050;
	}
.text1{
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	line-height: 16px;
	}
.number{
	color:#d9541f;
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	/*line-height: 16px;*/
	padding-top:10px;
	}
#info address{
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	line-height:14px;
	padding: 46px 0 0 0;
	}
/*	<![ Top Nav [ -----------------------------------------------------------*/

#topnav{
	margin:0;
	padding:4px 0 0 0;
	color:#591f00;
	width: 265px;
	height: 16px;
	/*float: right;*/
	position:absolute;
	top:0;
	right:302px;
}
#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:#591f00;
	font:11px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	float:left;
	background:url(../images/bg_topnavdash.gif) right 8px no-repeat;
	padding:2px 10px 2px 10px;
	display:block;
	line-height: 11px;
}

#topnav ul li a:hover{
	text-decoration: underline;
}
#topnav ul .first_child a {
}
#topnav ul .last_child a {
	background:none;
}		
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#mainnav{
	margin:0;
	padding:0 0 0 0;
	color:#FFF;
	height:56px;
	background:#591f00;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
}
#mainnav ul{
	margin:0;
	padding:0;
	display:block;
	/*border:1px solid #ff00ff;*/
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
	float:left !important;
	position:relative !important;
}

#mainnav ul li a{
	color:#ffffff;
	text-decoration:none;
/*	float:left;*/
	display:block;
	border-right:1px solid #713400;
}

#mainnav ul li a span{
	border-right:1px solid #431500;
	display:block;
	padding:20px 40px 21px 40px;
	line-height: 14px;
	}
#mainnav ul li a:hover{
	background:#3a1201;
}
#mainnav ul .first_child a {
}
#mainnav ul .last_child a {
}		


/* second level */

#mainnav li ul {
	display:none !important;
	margin:0px !important;
	padding:0px !important;
	position:absolute !important;
	z-index:20;
	}
#mainnav li:hover ul {
	display:block !important;
	margin:0px !important;
	padding:0px !important;
	}
#mainnav li ul li {
	display:inline !important;
	float:none !important;
	margin:0px !important;
	padding:0px !important;
	top:0px;
	left:1px;
	}
#mainnav li ul li a {
	/*white-space:nowrap !important;*/
	display:block;
	margin:0px;
	padding:5px;
	color:#000000;
/*	border:1px solid #993300;*/
	text-align:left;
	text-decoration: none;
	width:160px;
	background-color:#C4A97A;
	border:none;
	}
#mainnav li ul li a:hover {
	color: #996600;
	background:#EEDDC9;
	}
#mainnav li:hover {
	cursor:pointer;
	}
#mainnav li ul li a span{
	border:none;
	display:block;
	padding:5px 5px;
/*	line-height: 14px;*/
	}


/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	padding:0;
	height:234px;
	background:url(../images/bg_banner.jpg) top left no-repeat;
	}
#quickcontact{
	height:108px;
	background:url(../images/bg_contact.jpg) top left no-repeat;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#515050;
	padding:10px 0 0 0;
	text-align: center;
	}
#quickcontact h2{
	color:#d8541e;
	font:normal 16px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin: 10px 0 5px 0;
	}
.pad_frm_itm2 {
	padding:0px 5px 0px 0px;
	margin:0px;}

.form-label2 {
	padding:0px;
	text-align:right;}
  
.form-pct2 {
	width:130px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	height: 20px;
	background: #b2a792;
	border: none;
	padding: 6px 0 0 5px;
}
	
.msg-pct2 {
	width:502px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	height: 20px;
	background: #b2a792;
	border: none;
	padding: 6px 0 0 5px;
}

.custom-form2 {
	padding: 0 0 0 0;
	}
.custom-form2 strong{
	color:591f00;
	font-weight:bold;
	}
	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form2 legend {
	padding:0px 0px 5px 0px;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	display: none;
}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		
	.custom-form2 ol li {
	color:591f00;
	font-weight:bold;
	line-height: 26px;
	display: inline;
}

.submit-align2 {
	}

.submit {
	color:#FFF;
	background:#591f00;
	font:bold 10px Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	border:none;
	width:63px;
	height:26px;
	text-align:center;}
	
.submit:hover {	
	}
	
	
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:0;
	width:1045px;
	background:url(../images/bg_mid.gif) top left repeat-y;
	}
#leftbar{
	margin:0;
	padding:20px 0 0 11px;
	float:left;
	width:305px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:729px;
	}
#center #content{
	padding:20px;
	}
.floatright{
	float:right;
	}
.contactlink{
	font:bold 15px Georgia, "Times New Roman", Times, serif;
	}
.contactlink a{
	text-decoration:none;
	color:#d8541e;
	}
.contactlink a:hover{
	text-decoration:underline;
	}
#video{
	padding:0px 0 22px 8px;
	}

#aopswrap{
	background:url(../images/bg_aop-mid.jpg) top left repeat-y;
	width: 305px;
	}
#aops{
	background:url(../images/bg_aop-bot.jpg) bottom left no-repeat;
	padding: 0 20px 30px 20px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	}
#aops h2{
	color:#d8541e;
	font:24px Georgia, "Times New Roman", Times, serif;
	}
#aops ul{
	margin:0;
	padding:0 0 20px 0;
	list-style: none;
	}
#aops a{
	color:#4a4a49;
	}
#aops ul li{
	margin:0;
	padding:0 0 0 30px;
	background:url(../images/bul_aops.gif) 21px 6px no-repeat;
	}
/*-------------------------------Footer-----------------------------------------*/

#footer{
	width:1045px;
	background:url(../images/bg_footer.gif) top left no-repeat #181818;
	padding:28px 0 0 0;
	}

/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0 auto 0 auto;
	padding:20px 30px 20px 30px;
	font-size:10px;
	height:30px;
/*	position:relative;*/
	}
#bottomnav ul{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	display:inline;
	width: 658px;
	height: 13px;
	float: left;
	}
#bottomnav ul li{
	display:inline;
	}

#bottomnav ul li a{
	color:#FFF;
	text-decoration:none;
	float:left;
	padding:0px 8px 0px 8px;
	display:block;
	background:url(../images/bg_bottomnavdash.gif) right 4px no-repeat;
	line-height: 10px;
	}
#bottomnav ul li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	}
#bottomnav ul .first_child a{}
#bottomnav ul .last_child a{
	background:none;
	}
	/*-------------------------------Search Form---------------------*/
#search{
	padding:0 20px 0 0;
	width:240px;
	height: 35px;
	float: right;
	color: #d9541f;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 35px;
	}
#search form{
	margin:0 0 0 0;
	padding:0;
	height: 25px;
	}
#search form .searchfield{
	width:156px;
	height:18px;
	border: none;
	background: #FFF;
	}
#search form .searchsubmit{
	font:bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	width:25px;
	height:20px;
	color:#FFF;
	background:#454545;
	border:none;
	position:relative;
	top:1px;
/*	_top:-2px;*/
	left: 7px;
	}
/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0 auto 0 auto;
	text-align:left;
	color:#5a5a5a;
	padding:10px 5px 5px 5px;
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	background: #2e2e2e;
	line-height: 14px;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer a{
	color:#FFFFFF;
	text-decoration:underline;
	}
#disclaimer a:hover{
	color:#D9541F;
	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;
	}
