/* <![ 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:#464035;
	color:#000;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#953838;
	text-decoration:underline;}
a:hover {	
	color:#1D2337;
	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:#1d2337;
	margin:0px 0 3px 0;
	font:normal 26px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 10px 0;
}
	
h2{
	color:#953838;
	margin:10px 0 3px 0;
	font:bold 14px Arial, Helvetica, sans-serif;
}
	
h3{	
	color:#000;
	margin:10px 0 0px 0;
	font: bold 12px Arial, Helvetica, sans-serif;}
	
h4{	
	color:#000;
	margin:10px 0 0px 0;
	font: bold 12px Arial, Helvetica, sans-serif;}	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0px;
	text-align:left;
	background:#ffffff;

}

#main{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:910px;
	background:#ffffff;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.gif) top left repeat-x;
	height:163px;
	}
#subheader{
	width:910px;
	margin:0 auto 0 auto;
	}
#header .logo{
	display:block;
	float:left;
	}
#info{
	float:right;
	}
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#mainnav{
	margin:0;
	padding:0 0 0 0;
	color:#FFF;
	height:35px;
	background:url(../images/bg_mainnav.gif) top left repeat-x;
	border-top:4px solid #FFF;
	clear:both;
	text-transform:uppercase;
}
#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:13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	padding:0px 16px 0px 16px;
	display:block;
	line-height: 35px;
	height: 35px;
}

#mainnav ul li a:hover{
	color: #953838;
}
#mainnav ul .first_child a {
}
#mainnav ul .last_child a {
}		
/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	padding:0;
	width:910px;
	height:219px;
	background:url(../images/bg_photobanner.jpg) top left repeat-x;
	}
#photobanner #nofloatphoto{}
#photobanner .photo{
	float:left;
	margin:0;
	}
#photobanner .photo_last{
	float:left;
	margin:0;
	border-right:none;
	}
#photobannersub{
	margin:0;
	padding:0;
	width:910px;
	height:125px;
	background:url(../images/bg_photobanner.jpg) top left repeat-x;
	}
#photobannersub .photo{
	float:left;
	margin:0;
	}
#photobannersub .photo_last{
	float:left;
	margin:0;
	border-right:none;
	}
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:17px 0 0 0;
	width:910px;
	background:url(../images/bg_mid.gif) top left repeat-y;
	}
#rightbar{
	margin:0;
	padding:0;
	float:right;
	width:241px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:665px;
	}
#center #content{
	padding:0px 20px 20px 20px;
	}
#address{
	color:#000;
	background:url(../images/bg_address.gif) 0px 4px repeat-x #c0c0c0;
	font:normal 12px  Arial, Helvetica, sans-serif;
	text-align:right;
	text-transform:none;
	background:url(../images/bg_address.gif) 0px 4px repeat-x #c0c0c0;
	margin: 0 0 15px 0;
	}
#address h2{
	color:#1d2337;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:7px 0 5px 15px;
	margin:0;
	border-bottom:1px solid #bcbcbc;
	text-align:left;
	}
#address #subaddress{
	padding:10px;
	}
#address address{
	font-style:normal;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#596278;
	text-align:left;
	}
#address p{
	text-align:right;
	font:normal 15px Arial, Helvetica, sans-serif;
	}
#address p strong{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#953838;
	}
#address .directions a{
	text-align:right;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}
#address .directions a:hover{
	text-decoration:none;
	}
/*--------------------------Quick Contact Form ---------------------------*/
#quickcontact{
	background:url(../images/bg_qc.gif) 0px 4px repeat-x #c0c0c0;
	margin: 0 0 15px 0;
	}

#quickcontact h2{
	color:#1d2337;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:7px 0 5px 15px;
	margin:0;
	border-bottom:1px solid #bcbcbc;
	text-align:left;
	}
.pad_frm_itm2 {
	padding:0;
	margin:0;
	height: 28px;
}
#message{
	height:85px;
	}
#messagelabel{
	display:none;
	visibility:hidden;
	}
.form-label2 {
	width:40px;
	padding:6px 0px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	float: left;
	line-height: 22px;
	font: bold 11px Arial, Helvetica, sans-serif;
	height: 22px;
}
  
.form-pct2 {
	width:140px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	height: 19px;
	background: #FFF;
	border: 1px solid #c0c0c0;
	float: right;
	margin: 3px 0 3px 0;
	padding: 3px 0 0 3px;
}
	
.msg-pct2 {
	width:190px;
	height:69px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background: #FFF;
	border: 1px solid #c0c0c0;
	padding: 3px 0 0 3px;
}

.custom-form2 {
	font:11px  Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 0 5px 0 23px;
	color: #414141;
	margin: 0;
}

	.custom-form2 fieldset {
		margin:0px;
		padding:0px;
		width:195px;
		border:none;}
		  
	.custom-form2 legend {
	color:#64625d;
	margin:10px 0 3px 0;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:3px;
	display: none;
}
		  
	.custom-form2 ol {
	margin:0px;
	padding:0px;
	list-style:none;
	width: 193px;
}

.submit-align2 {
	position:relative;
	text-align:center;
	width:88px;
	padding:0px;
	margin: 10px auto;
	clear: both;
}
.submit-align2:hover {
	background:none;}
	
.CaptchaComponent{
	margin:5px 0 0 0;
	height:30px;
	}
.CaptchaComponent img{
	float:left;
	height:26px;
	width:105px;
	position:relative;

	}
.CaptchaComponent input{
	float:right;
	height:26px;
	width:86px;
	border:none;
	bottom:14px;
	position:relative;
	}

.submit {
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	width:88px;
	height:25px;
	color:#FFF;
	background:url(../images/bg_submit.gif) top left repeat-x #436277;
	border:1px solid #2b4657;
	}
	
.submit:hover {	
	background-image:none;
	background-color:#031929;
	}
/*-------------------------------Footer-----------------------------------------*/

#footer{
	background:#122c3b;
	}

/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	background:url(../images/bg_bottomnav.gif) top left no-repeat;
	margin:0 auto 0 auto;
	padding:0;
	height:43px;
	position:relative;
	width: 910px;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 11px;
	}
#bottomnav ul{
	margin:0;
	padding:0;
	display:inline;
	width: 705px;
	position:absolute;
	left:115px;
	top: 15px;
	height: 13px;
	}
#bottomnav ul li{
	display:inline;
	}

#bottomnav ul li a{
	color:#FFF;
	float:left;
	padding:0px 8px 0px 8px;
	display:block;
	border-right:#953838 1px solid;
	line-height: 10px;
	text-transform: uppercase;
	text-decoration: none;
	}
#bottomnav ul li a:hover{
	color:#FFFFFF;
	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:#9dc3db;
	padding:10px 0px 30px 0px;
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	width:910px;
	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:#C40C3E;
	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;
	}
