﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	background: url('images/bg.gif') repeat-x;
}
#wrapper-1
{
	margin: 15px auto;
	width: 772px;
	text-align: left;
	padding: 7px;
	background: url('images/bg_wrapper.gif') repeat-x;
}
#wrapper-2
{
	position: relative;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}
#logo
{
	text-indent: -9999px;
	overflow: hidden;
	height: 79px;
	width: 358px;
}
#logo a
{
	display: block;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 350px;
	height: 74px;
	background: transparent url('images/logo.gif') no-repeat;
}
#header-nav
{
 background: #719770 url('images/bg_footer.gif') repeat-x;
 margin: 6px 0px 0px 4px;
 height: 28px;
 text-align: center;
 font-size: 12px;
 text-decoration: bold;

}
#header-nav ul
{
 padding-top: 10px;
}
#header-nav li
{
 border-right: 1px solid #ffffff;
 display: inline;
 list-style-type: none;
 margin: 10px 10px 10px 10px;
 padding-right: 20px;
}
#header-nav li.last
{
 border-right: medium none;
 margin-right: 0;
 padding-right: 0;
}
#header-nav a
{
 color: #ffffff;
 text-decoration: none;
}
#header-nav a:hover { color: #c4c394; }
#nav
{
	position: absolute;
	left: 4px;
	top: 87px;
	width: 762px;
	height: 35px;
	background: #ff8c04 url('images/nav.gif') no-repeat;
}
#nav li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#nav li,
#nav a
{
	height: 35px;
	display: block;
	left: 0px;
	width: 81px;
}
#nav li a
{
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 100px;
}
#nav-home		{ left: 14px; width: 70px; }
#nav-about 		{ left: 130px; width: 140px; }
#nav-quote 		{ left: 330px; width: 100px; }
#nav-faq		{ left: 480px; width: 60px; }
#nav-contact	{ left: 590px; width: 100px; }

#nav-home a:hover	   	{ background: transparent url('images/nav.gif') -14px -35px no-repeat; }
#nav-about a:hover	   	{ background: transparent url('images/nav.gif') -130px -35px no-repeat; }
#nav-quote a:hover	   	{ background: transparent url('images/nav.gif') -330px -35px no-repeat; }
#nav-faq a:hover	   	{ background: transparent url('images/nav.gif') -480px -35px no-repeat; }
#nav-contact a:hover	{ background: transparent url('images/nav.gif') -590px -35px no-repeat; }
#banner
{
	position: absolute;
	left: 4px;
	top: 122px;
	width: 762px;
	height: 134px;
	background: transparent url('images/banner.jpg') no-repeat 0 0;
}
#banner-bottom
{
	position: absolute;
	right: 17px;
	_right: 25px; /* silly IE6 */
	top: 256px;
	width: 96px;
	height: 54px;
	background: transparent url('images/bg_column_right.jpg') no-repeat;
}
#content
{
	margin: 133px 4px 0 4px;
	padding: 20px 0 20px 0;
	background: transparent url('images/bg_content.gif') repeat-x 0 0;
	height: 646px;
}
#content-inner
{
	overflow: auto;
	background: transparent url('images/bg_content_stripe.gif') repeat-y;
	width: 762px;
	height: 830px;
}
#column-left
{
	float: left;
	display: inline;
	width: 480px;
	margin-left: 20px;
}
#column-left h1,
#column-left h2,
#column-left h3,
#column-left h4
{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
#column-left h1 { color: #344233; }
#column-left h2 { font-size: 21px; }
#column-left h3 { font-size: 18px; }
#column-left h4 { font-size: 15px; }
#column-left p
{
	line-height: 20px;
	margin-bottom: 20px;
}
#column-commercial
{
	float: left;
	display: inline;
	width: 736px;
	margin-left: 20px;
	height: 810px;
}
#column-commercial h1,
#column-commercial h2,
#column-commercial h3,
#column-commercial h4
{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
#column-commercial h1 { color: #344233; }
#column-commercial h2 { font-size: 24px; color: #344233;}
#column-commercial h3 { font-size: 18px; }
#column-commercial h4 { font-size: 15px; }
#column-commercial p
{
	line-height: 20px;
	margin-bottom: 20px;
}

#column-right
{
	float: left;
	display: inline;
	width: 230px;
	margin: 49px 0 0 30px;
}
#column-right ul
{
	float: left;
	padding-left: 10px;
	list-style: none;
	width: 217px;
}
#column-right li
{
padding-left: 25px;
line-height: 25px;
background: transparent url('images/checkbox.gif') no-repeat 0 3px;
font-size: 11px;
font-weight: bold;
}
#column-right h6
{
	text-indent: -9999px;
	overflow: hidden;
}
#column-commercial h1 { font-size: 15px; }
#column-right h6 a
{
	display: block;
	margin: 0 auto;
	width: 218px;
	height: 92px;
	background: transparent url('images/directions_precautions.jpg') no-repeat;
}
.sep
{
	clear: both;
	background: transparent url('images/sep.gif') repeat-x 0 14px;
	margin-left: 8px;
	width: 214px;
	height: 28px;
}
.sep hr { display: none; }
#footer-nav
{
	background: #719770 url('images/bg_footer.gif') repeat-x;
	height: 38px;
	text-align: center;
	font-size: 11px;
}
#footer-nav ul
{
	padding-top: 13px;
}
#footer-nav li
{
	border-right: 1px solid #fff;
	display: inline;
	list-style-type: none;
	margin: 0px 0px 19px 19px;
	padding-right: 19px;
}
#footer-nav li.last
{
	border-right: medium none;
	margin-right: 0;
	padding-right: 0;
}
#footer-nav a
{
	color: #fff;
	text-decoration: none;
}
#footer-nav a:hover { color: #c4c394; }
#footer
{
	margin: 15px 15px 15px 15px;
	padding-bottom: 15px;
	width: 741px;
	text-align: left;
	clear: both;
	font-size: 10px;
	height: 118px;
}
#footer a
{
	color: #002792;
	text-decoration: underline;
}
.statement { color: #243924; }