body  {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body.home   {
	background-image:url(images/bg_home.gif);
}

a:link {
	color: #990000;
}
a:visited {
	color: #993333;
}
a:hover {
	color: #990000;
}

h2 {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 27px;
	color: #661c0e;
}
h3 {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
h4 {
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.homeheading {
	margin-top: 13px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	color: #661c0e;
}

.quote {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
#container { 
	width: 820px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	_height: 1%;
} 
#header { 
	padding: 0px; 
	height: 125px;
	width: 800px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header_logo {
	float: left;
	width: 266px;
	height: 125px;
	padding: 0px;
}	
#header_right {
	float: right;
	height: 95px;
	width: 350px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	margin: 0;
}

#header_right p {
	margin: 6px 0 0 0;
}

#header_right a:link {
	color: #FFF;
	text-decoration: none;
}
#header_right a:visited {
	color: #FFF;
	text-decoration: none;
}
#header_right a:hover {
	color: #FFF;
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 252px;
	background: url(images/bg_sidebar.jpg) top left no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 7px;
	padding-right: 7px;
}
.home #sidebar {
	float: left;
	width: 252px;
	background-image:url(images/bg_sidebar_home.gif);
	background-repeat:repeat-y;
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 7px;
	padding-right: 7px;
}
#sidebar_quote {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D9D9D9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	padding-left: 15px;
	padding-right: 15px;
}
#sidebar_bottom {
	float: left; 
	clear: both;
	width: 266px; 
	height: 100px;
	background-image:url(images/bg_sidebar_bottom.gif);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding: 0;
}

#sidebar #getRateQuote {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}

#sidebar #getRateQuoteInner {
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
	background: url(images/bg_sidebar_request_quote2.jpg) top left no-repeat;
	width: 235px;
	position: relative;
	height: 209px;
}

#sidebar #getRateQuoteInner #policy {
	position: absolute;
	left: 26px;
	top: 84px;
	width: 186px;
	font-size: 14px;
}

#sidebar #getRateQuoteInner #state {
	position: absolute;
	left: 26px;
	top: 124px;
	width: 186px;
}

#sidebar #getRateQuoteInner input {
	position: absolute;
	left: 26px;
	top: 121px;
	width: 187px;
	height: 32px;
	background: none;
	text-indent: -9999px;
	border: none;
}

/* --------------------------------------------------------------------

Get a Quote

-------------------------------------------------------------------- */
#quoteBoxOuter {
	background:url(images/bg_request-a-quote2.jpg) top left no-repeat;
	width: 421px;
	height: 195px;
	position: relative;
}

#quoteBox #policy {
	position: absolute;
	left: 36px;
	top: 134px;
	width: 251px;
	font-size: 14px;
}

#quoteBox #state {
	position: absolute;
	left: 220px;
	top: 134px;
}

#quoteBox input {
	position: absolute;
	left: 342px;
	top: 114px;
	width: 49px;
	height: 42px;
	background: none;
	text-indent: -9999px;
	border: none;
}

#navigation {
	position: relative;
	margin-top: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D9D9D9;
	width: 252px;
	text-align: right;
	z-index: 1;
}
#home_splash {
	width: 550px;
	height: 212px;
	background-image:url(images/home_splash1.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -1px; 
	left: -7px; 
	display: block;
	z-index: -1;
}

.pageImg {
	width: 550px;
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	left: -7px; 
	display: block;
	margin: 0 0 10px 0;
}

#splash_personal {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_personal.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_farm {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_farm.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_testimonials {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_testimonials.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}

#splash_request {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_request.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_business {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_business.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_independent {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_independent.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_billpay {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_billpay.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_providers {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_providers.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_resources {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_resources.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_about {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_about.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#splash_contact {
	width: 550px;
	height: 200px;
	background-image:url(images/splash_contact.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9D9D9;
	position: relative; 
	top: -2px; 
	left: -7px; 
	display: block;
}
#top {
	width: 550px;
	height: 64px;
	position: relative; 
	top: -2px; 
	left: 10px; 
	display: block;
	z-index: 0;
}
#main_text {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	height: 100%;
}

/* VERTICAL MENU CODE */

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul { /*SUB MENU STYLE*/
position: absolute;
width: 165px; /*WIDTH OF SUB MENU ITEMS*/
text-align: left;
padding-left: 3px;
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li ul li {
	margin: 0;
	padding: 0;
}

.glossymenu li a {
background: #FFF url(images/glossyback.gif) repeat-x bottom left;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
display: block;
width: 222px;
padding: 10px 15px;
margin: 0;
text-decoration: none;
}

.glossymenu li ul li a {
	width: 165px;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
color: #822312;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a {  }
/* End */



#mainContent { 
	margin: 5px 0 0 266px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent #pageTitle {
	font-family: Times, sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #FFF;
	padding: 22px 0 10px 20px;
	margin: 0 0 12px 0;
}

#footer { 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: solid;
	border-top-color: #CCC;
	border-top-width: 1px;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	width: 820px;
	margin: 0 auto;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link {
	color: #999;
	text-decoration: none;
}
#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #555;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style5 {color: #990000; font-size: 18px; }

#padding {height: 20px;}

#sitemap h3 {
	padding: 0;
	margin: 15px 0 10px 0;
}

#sitemap ul {
	padding: 0;
	margin: 5px 0 10px 20px;
}

.page-398 #main_text {
	padding: 0 0 0 0;
}