@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0px;
	margin:0px;
	background:url(img/bgd.jpg) repeat-x #ccc8bf;
}

img {
	border:none;
}

p {
	margin:15px 0px;
}

.button {
	font-size:14px; 
	color: #FFFFFF; 
	text-decoration:none; 
	background:url(img/btn_small.gif) no-repeat top left; 
	width:155px; 
	height:24px; 
	display:block; 
	padding-top:8px; 
	padding-left:20px;
}

.button:hover {
 color:#dadada;
}

.spacer {
	clear:both;
	height:1px; 
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.calltoday {
	position:absolute; 
	margin-left:680px; 
	margin-top:-160px;
}

.calltoday-int {
	position:absolute; 
	margin-left:680px; 
	margin-top:-140px;
}

/*********** container styles *************/

#container {
	display:block; 
	width:930px; 
	margin:0px auto; 
	padding:0px;
}

/*********** header styles **************/

#header {
	display:block; 
	height:80px; 
	overflow:hidden; 
	padding-top:5px;
	padding-left:25px;
	padding-right:25px;
}

#header .left {
	float:left;
}

#header .right {
	float:right;
	text-align:right;
}

#header strong {
	font-size:18px; 
	color:#5f5b53;
}

/*********** topnav styles ***********/

#topnav {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:15px;
	padding-top:23px;
}

#topnav li {
	display:block;
	float:left;
	background:url(img/itembg.gif) 100% 50% no-repeat;
	padding-left:18px;
	padding-right:18px;
}

#topnav .last {
	background:none;
	padding-right:0px;
}

#topnav li a {
	color:#51241b;
	text-decoration:none;
	display:block;
}

#topnav li a:hover {
	color:#994637;
	border-bottom:2px solid #ae4f38;
	padding-bottom:3px;
}

#topnav .active a {
	color:#994637;
	border-bottom:2px solid #ae4f38;
	padding-bottom:3px;
}

/*********** banner_home styles ************/

#banner_home {
	 width:912px; 
	 height:259px; 
	 padding-top:14px; 
	 padding-left:18px;
	 background:url(img/banner_homebg.jpg) top left no-repeat; 
	 margin-top:-1px;
}



#banner_home .wrap {
	 background:url(img/banner_home.jpg) top left no-repeat; 
	 width:881px; 
	 height:243px; 
	 padding-top:14px; 
	 padding-left:14px;
}

#banner_home .txt_block {
	 font-family:'Trebuchet MS',Arial, Helvetica, sans-serif; 
	 color:#FFFFFF; 
	 display:block; 
	 width:506px; 
	 padding:12px; 
	 text-align:justify;
}

#banner_home .txt_block h1 {
	 font-size:25px; 
	 margin:0px; 
	 padding:0px; 
	 font-weight:normal; 
	 font-family: Arial, Helvetica, sans-serif; 
	 display:block; 
	 border-bottom:1px solid #616161; 
	 padding-bottom:8px;
}

#banner_home .txt_block .btn_lrg {
	 background:url(img/btn_large.gif) top left no-repeat; 
	 width:242px; 
	 height:26px; 
	 font-size:14px; 
	 color:#FFFFFF; 
	 text-decoration:none; 
	 display:block; 
	 padding-top:10px; 
	 text-align:center;
	 float:right;
	 margin-top:-13px;
	 margin-right:2px;
}

#banner_home .txt_block .btn_lrg:hover {
	 color:#dadada;
}

#banner_home p {
	margin:10px 0px;
}

/********** banner styles **********/

#banner {
	width:912px; 
	height:159px; 
	padding-left:18px; 
	padding-top:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/bannerbg.png');
}

div > /**/ #banner {
	background:url(img/bannerbg.png) top left no-repeat; 
}

/********** content styles *************/

#content .cont_top {
	display:block; 
	height:23px; 
	width:930px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/cont_topbg.png');
}

div > /**/ #content .cont_top {
	background:url(img/cont_topbg.png) top left no-repeat; 
}

#content .cont_mid {
	display:block; 
	width:870px; 
	padding-left:30px;
	padding-right:30px;
	padding-top:3px;
	padding-bottom:3px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/cont_midbg.png');
}

div > /**/ #content .cont_mid {
	background:url(img/cont_midbg.png) repeat-y;
}

#content .cont_bot {
	display:block; 
	width:930px; 
	height:23px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/cont_botbg.png');
}

div > /**/ #content .cont_bot {	
	background:url(img/cont_botbg.png) top left no-repeat; 
}

#content p {
	line-height:20px;
	text-align:justify;
	margin:10px 0px;
}

#content p a {
	color:#80301c;
	text-decoration:none;
}

#content p a:hover {
	text-decoration:underline;
}

/********** subnav styles **********/

.subnav {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:13px;
	margin-top:12px;
}

.subnav li {
	display:block;
	background:url(img/bullet.gif) 0px 50% no-repeat;
	padding-left:15px;
	margin-bottom:7px;
}

.subnav a {
	font-size:13px;
	font-weight:bold;
	color:#5a5a5a;
	text-decoration:none;
}

.subnav a:hover {
	text-decoration:underline;
}

/********** list styles ********/

.list {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:32px;
	padding-top:10px;
}

.list li {
	background:url(img/bullet02.gif) 0px 50% no-repeat;
	padding-left:11px;
	margin-bottom:5px;
}

/********** table01 styles ***********/

.table01 {
	display:block;
	width:860px;
	background:url(img/table01bg.gif) 659px repeat-y;
}

.table01 .leftcol {
	float:left; 
	width:301px; 
	display:block;
}

.table01 h1 {
	font-size:20px; 
	color:#000000; 
	margin:0px; 
	padding:0px;
	margin-bottom:10px;
}

.table01 .midcol {
	float:left; 
	width:301px; 
	display:block;
	padding-left:27px;
}

.table01 .rightcol {
	width:175px; 
	float:right; 
	padding-left:10px;
}

/********** table02 styles ********/

.table02 {
	display:block; 
	background:url(img/table01bg.gif) 195px repeat-y; 
	width:860px;
}

.table02 .leftcol {
	width:196px; 
	float:left;
	display:block;
}

.table02 .leftcol h2 {
	display:block; 
	background:url(img/headbg.gif); 
	width:181px; 
	height:24px; 
	font-size:14px; 
	color:#ffffff; 
	font-weight:normal; 
	padding-top:8px; 
	padding-left:15px; 
	margin:0px;
}

.table02 .leftcol h1 {
	font-size:20px;
}

.table02 .leftcol p {
	padding-right:15px;
}

.table02 .rightcol {
	width:622px; 
	float:left; 
	padding-left:20px; 
	padding-top:5px;
}

.table02 .rightcol h1 {
	font-size:20px; 
	margin:0px; 
	padding:0px;
}

.table02 .rightcol h2 {
	font-size:14px; 
	color:#532419; 
	margin:0px; 
	padding:0px; 
	font-weight:normal;
}
/********** footer styles **********/

#footer {
	display:block; 
	height:300px; 
	background:url(img/footerbg.jpg) repeat-x #9a9383; 
	overflow:hidden; 
	margin-top:5px;
}

#footer a {
	color:#ffffff;
}

#footer .wrap {
	width:870px; 
	margin:0px auto; 
	padding-left:30px; 
	padding-right:30px; 
	color:#FFFFFF;
	 padding-top:15px;
}

#footer .hrule {
	background:#b4afa5; 
	margin:5px 0px; 
	padding:0px; 
	height:1px; 
	overflow:hidden; 
	width:680px;
}

#footer .copy {
	font-size:11px;
}

.error {
	color: #cc0000;
}

.success {
	color:green;
}

.error_field {
	background-color: #FF6D6D;
}