/* <![ 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.gif) top left repeat-x;
	color:#1d1d1d;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#AC2901;
	text-decoration:none;}
a:hover {	
	color:#d33201;
	text-decoration:underline;}	
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:#ac2901;
	margin:0px 0 3px 0;
	font:normal 23px Arial, Helvetica, sans-serif;
	text-transform:none;}
	
h2{	
	color:#7e7e7e;
	margin:10px 0 3px 0;
	font:normal 18px Arial, Helvetica, sans-serif;}
	
h3{	
	color:#7e7e7e;
	margin:10px 0 0px 0;
	font: normal 16px Arial, Helvetica, sans-serif;}
	

.cfnlink2{
	border:none;
	}
.cfnlink2 img{
	border:none;
	}
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width: 982px;

}

#main{
	margin: 0 0 0 0;
	padding: 0 16px 0 15px;
	text-align:left;
	width:949px;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.jpg) top left repeat-x;
	height:217px;
	width: 982px;
	}
#header .headerlink{
	float:left;
	display: block;
	}
/*	<![ Top Nav [ -----------------------------------------------------------*/

#topnav{
	margin:0 15px 0 0;
	padding:0 0 0 0;
	color:#FFF;
	width: 225px;
	float: right;
	background:url(../images/bg_topnav.gif) top left no-repeat;
	height: 30px;
}
#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:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	padding:7px 13px 2px 13px;
	display:block;
	background:none;
	text-transform: uppercase;
}

#topnav ul li a:hover{
	color:#8b8b8b;
}
#topnav ul .first_child a {
}
#topnav ul .last_child a {
	border-right:none;
}		

/*-----------------------------Main Navigation------------------------------*/	
#mainnav{
	margin:0;
	padding:0;
	color:#FFFFFF;
	height: 28px;
	border-bottom: 1px solid #bababa;
	border-top:1px solid #696969;
	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;
	padding:0 3px 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
}
#mainnav ul li a span{
	display:block;
	padding:7px 14px 6px 14px;
	background:url(../images/bg_mainnav.gif) top left no-repeat;
	}
#mainnav ul li a:hover{
	background:url(../images/bg_mainnav-hover-left.gif) top left no-repeat #7a7a7a;
	padding:0;
}
#mainnav ul li a:hover span{
	padding:7px 17px 6px 14px;	
	background:url(../images/bg_mainnav-hover-right.gif) top right no-repeat;
}

#search{
	padding:0;
	width:213px;
	height: 30px;
	float: right;
	}
#search form{
	margin:0;
	padding:5px 10px 0 0;
	width: 250px;
	}
#search form .searchfield{
	width:156px;
	height:14px;
	margin: 0 3px 0 3px 0;
	background: #d2d2d2;
	border: 1px solid #454545;
	padding: 0 0 0 5px;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	}
#search form .searchsubmit{
	background:url(../images/bg_searchbtn.png) top left no-repeat;
	height:16px;
	width:20px;
	border:none;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0 0 0 10px;
	}
#search form .searchsubmit:hover{
	background:url(../images/bg_searchbtn-roll.png) top left no-repeat;
	}
/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	width:949px;
	height:172px;
	}
#photobanner .cfnlink{
	border:none;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0px;
	}
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:32px 0 0 0;
	width:949px;
	background:url(../images/bg_mid.gif) top left repeat-y;
	}
#rightbar{
	margin:0;
	padding:0 26px 20px 0;
	float:right;
	width:197px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:710px;
	}
#center #content{
	padding:20px 20px 20px 20px;
	}
#content ul{
	list-style:none;
	}
#content ul li{
	background:url(../images/bul_content.gif) 0px 8px no-repeat;
	padding-left:10px;
	}
#callfirmnow{
	width:100%;
	padding: 0 0 30px 0;
	}
#callfirmnow .CfnLink2{
	border:none;
	display:block;
	width:207px;
	height:83px;
	background:url(../images/img_callfirm.png) top left no-repeat;
}
#callfirmnow .CfnLink2:hover{
	background:url(../images/img_callfirm-over.png) no-repeat;
	cursor:pointer;
	}
/*----------------------------Quick Contact------------------------------*/
#quickcontact{
	top: 16px;
	right: 15px;
	width: 197px;
	}
#quickcontact .subhead{
	padding:0 0 10px 0;
	}
.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:196px;
	font:10px Arial, Helvetica, sans-serif;
	color:#656565;
	height: 14px;
	border: 1px solid #787878;
	padding: 0 0 0 5px;
}
	
.msg-pct2 {
	width:197px;
	height:55px;
	overflow:auto;
	font:10px Arial, Helvetica, sans-serif;
	color:#656565;
	border: 1px solid #787878;
	padding: 0 0 0 5px;
}

.custom-form2 {
	font:bold 11px Arial, Helvetica, sans-serif;
	width: 197px;
	padding: 0;
	margin: 0;
}

	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px 0 0 4px;
		width:197px;
		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: 200px;
	padding:10px 0;
}
.submit-align2 .submit{
	background:url(../images/bg_submit.png) top center no-repeat;
	width:197px;
	height:28px;
	width: 197px;
	border: none;
	color:#FFF;
	padding: 0 0 7px 0;
	font:bold 11px Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
.submit-align2 .submit:hover{
	background:url(../images/bg_submit-hover.png) top left no-repeat;
	color:#fb7c4a;
	}
	
#hours{
	color:#a43816;
	font:12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 0 0 0 3px;
	}
#extradisclaimer{
	font:14px Arial, Helvetica, sans-serif;
	color:#666666;
	border-top: 1px solid #666666;
	font-style: italic;
	}
#bottombox{
	background:url(../images/bg_bottombox.gif) top left repeat-x #EEE;
	height:145px;
	color:#555;
	padding: 30px;
	}
.logo{
	width:212px;
	float:left;
	padding: 20px 0 0 0;
	font: 11px Arial, Helvetica, san-serif;
	}
.logo img{
	float:left;
	border: 1px solid #626263;
	margin: 0 5px 0 0;
	}
#bottombox .logo a {
	color:#555555;
	text-decoration:none;
}
#bottombox .logo a:hover {
	color:#d33201;
	text-decoration: underline;
}
.addresses{
	width:420px;
	float: right;
	}
.address{
	width:33%;
	float: left;
	padding: 25px 0 25px 0;
	font: 10px Arial, Helvetica, sans-serif;
	}
.address address{
	font-style:normal;
	}
#video{}
#video img{
	border:1px solid #000;
	}
.largetxt{
	font:bold 15px Arial, Helvetica, sans-serif;
	clear: both;
	margin: 0;
	}
#bottombox a{
	text-decoration:underline;
	}
#bottombox a:hover{
	text-decoration:none;
	}
/*-------------------------------Footer-----------------------------------------*/

#footer{
	width:949px;
	}

/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0 auto 0 auto;
	padding:8px 0 0 0;
	font:11px Arial, Helvetica, sans-serif;
	height:17px;
	position:relative;
	width: 949px;
	background: #787878;
	line-height: 11px;
	}
#bottomnav ul{
	margin:0;
	padding:0;
	display:inline;
	width: 630px;
	height: 13px;
	}
#bottomnav ul li{
	display:inline;
	}

#bottomnav ul li a{
	color:#FFF;
	text-decoration:none;
	float:left;
	padding:0px 32px 0px 33px;
	display:block;
	border-right:#FFF 1px solid;
	line-height: 10px;
	}
#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:#000;
	padding:10px 5px 5px 5px;
	font:10px Arial, Helvetica, sans-serif;
	line-height: 16px;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer a{
	color:#660000;
	text-decoration:none;
	}
#disclaimer a:hover{
	color:#990000;
	text-decoration:underline;
	}
/*	<![ 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;
	}
	
.CaptchaComponent input {border: 1px solid #787878; margin-top: 4px; width: 203px;}

.backtoBlack input {border-color: #000; }