/* Main CSS Document */
html {
	height: 100%; /* THIS IS CRUCIAL TO MAKING THE STICKY FOOTER WORK! Both html and body must have a height of 100% */
}
body {
	height: 100%; /* THIS IS CRUCIAL TO MAKING THE STICKY FOOTER WORK! Both html and body must have a height of 100% */
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #404041;
	text-align: center; /* center the layout */	
}
img.float_right {
	float: right;
	padding: 10px 0 10px 10px;
}
p {
	margin: 0;
	padding: 0 0 14px 0;
}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	padding: 0;	
	margin: 10px 0 10px 0;
	color: #308924;
	background-color: #308924;
}
h1 {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #004785;
}


a:link, a:visited, a:active {
	color: #308924;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.shadowbox {
	cursor: pointer;
}
a.toggle_link {
	color: #308924;
	font-weight: bold;
	text-decoration: underline;
}
a.toggle_link:hover {
	text-decoration: none;
}
a img {
	border: 0;
}

h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 18px;
	color: #004785;
}
h2 a:link, h2 a:visited, h2 a:active{
	color: #004785;
	text-decoration:none;
}




ul {
	margin: 0;
	padding: 0;
}

ul li {
padding: 0px 0 0px 30px;
list-style: none;
background: url(../images/bulletarrow.gif) no-repeat;
}
ul li ul li{
padding: 0px 0 0px 30px;
list-style: none;
background: url(../images/bulletarrow2.gif) no-repeat;
}

a.pdf_link {
	display:block;
padding: 10px 0 10px 35px;
list-style: none;
background:  url(../images/pdf.gif) no-repeat;

}

.clr_right {
	clear: right;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_left {
	clear: left;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_both {
	clear: both;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.center_me {
	width: 100%;
	text-align: center;
}
.blue {
	color: #004785;
}
.green {
	color: #308924;
}

#wrapper {
	width: 1000px; /* set the main layout width */
	min-height: 100%; /* forces footer to the bottom of the browser */
	margin: 0 auto 0 auto; /* auto margins help with the layout centering */
	text-align: left; /* left-align the text within the layout */
}
.home_graphic {
	background: url(../images/left_illustrations/homepage.gif) no-repeat; 
	background-position: 0px 150px;
}
.formmaker_submit {
	border: 0;
	padding: 3px 10px 3px 10px;
	background: #308924;
	color: #ffffff;
}

img.tcui {
	padding: 20px 0 20px 0;
}
/* =========================== BEGIN HEADER ========================= */
#header {
	height: 174px;
}
#header_left_col { /*total width of this column should match the width of #main_left_col*/
	float: left;
	width: 364px;
	padding: 32px 0 0 32px;
}
#header_right_col { /*total width of this column should match the width of #main_right_col*/
	float: left;
	width: 600px;
	padding: 0;
}
#main_nav {
	float: left;
	width: 420px;
	padding: 26px 0 26px 0;
}
.nav_item {
	float: left;
	height: 20px;
	padding: 0 5px 0 5px;
	background: url(../images/nav_pipe.gif) no-repeat;
}
.nav_item_first {
	float: left;
	height: 20px;
	padding: 0 5px 0 0;
}
.nav_item_last {
	float: left;
	height: 20px;
	padding: 0 0 0 5px;
	background: url(../images/nav_pipe.gif) no-repeat;
}
.n1 {
	background: #308924 url(../images/UL_nav_corner.gif) no-repeat;
}
.n2 {	
	background: url(../images/UR_nav_corner.gif) top right no-repeat;
}
.n3 {	
	background: url(../images/LL_nav_corner.gif) bottom left no-repeat;
}
.n4 {	
	background: url(../images/LR_nav_corner.gif) bottom right no-repeat;
}
#main_nav a {
	line-height: 20px;
	padding: 6px 6px 6px 6px;
	color: #308924;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
}
#main_nav a.on {
	color: #ffffff; 
	background: none;
}
#main_nav a:hover {
	color: #ffffff; /*#ffd200;*/
	background: none;
}
#hdr_green_icon {
	float: left;
	padding: 12px 0 0 0;
}
#hdr_estimate {
	float: left;
	width: 420px;
	text-align: center;
}
#hdr_estimate_top {
	display: block;
	height: 6px;
	background: url(../images/hdr_estimate_top.gif) no-repeat;
}
#hdr_estimate_middle {
	padding: 6px;
	background: #ffd200;
}
#hdr_estimate_bottom {
	display: block;
	height: 6px;
	background: url(../images/hdr_estimate_bottom.gif) no-repeat;
}
#hdr_estimate label {	
	padding: 0 6px 0 0;
	color: #004785;
	font-size: 16px;
	font-weight: bold;
}
#hdr_estimate input.zip_input {
	position: relative;
	top: -1px;
	width: 105px;
	border: 0;
	padding: 2px;	
	color: #004785;
	background: #ffffff;
}
#hdr_estimate input.zip_submit {
	position: relative;
	top: 3px;
	padding: 0 0 0 4px;
}
#hdr_estimate .zip_indicator {
	text-align: right;
	padding: 8px 0 0 0;
	color: #308924;
	font-size: 14px;
	font-weight: bold;
}
#hdr_phone {
	float: left;
	padding: 7px 0 0 10px;
	font-size: 26px;
	/*font-weight: bold;*/
	color: #004785;	
}
#breadcrumbs {
	padding: 5px 0 0 0;
	font-size: 10px;
	color: #999999;
}
#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:active,
#breadcrumbs a:hover {
	color: #999999;
}
/* =========================== END HEADER ========================= */


/* =========================== BEGIN LEFT COLUMN ========================= */
#main_left_col { /*total width of this column should match the width of #header_left_col*/
	float: left;
	width: 396px;
	padding-bottom: 50px; /* this counteracts the negative margin in the footer! */	
}
.green_module {
	width: 223px;
	padding: 0 0 0 80px;
}
.green_module_top {
	display: block;
	height: 6px;
	background: url(../images/left_bg_top.gif) no-repeat;
}
.green_module_middle {
	background: #e5f0e3;
	padding: 0 10px 0 10px;
}
.green_module_bottom {
	background: url(../images/left_bg_bottom.gif) no-repeat;
}
.green_module_inside {
	width: 202px;
	padding: 8px 0 8px 0;
}
.green_module_inside_top {
	display: block;
	height: 10px;
	background: url(../images/left_bg_inside_top.gif) no-repeat;
}
.green_module_inside_middle {
	padding: 0 8px 0 8px;
	background: url(../images/left_bg_inside_middle.gif) repeat-y;
}
.green_module_inside_middle h2{
	padding: 0 0 10px 20px;
	font-weight: normal;
	background: url(../images/hdr_arrow.gif) no-repeat;
}
.green_module_inside_bottom {
	display: block;
	height: 10px;
	background: url(../images/left_bg_inside_bottom.gif) no-repeat;
}
input.left_zip_input {
	position: relative;
	top: -1px;
	width: 190px;
	border: 1px solid #318BD4;
	padding: 2px;	
	margin: 4px 0 6px 0;
	color: #308924;
	background: #ffffff;
}
#local_office_info {
	font-size: 10px;
	font-color: #8a8a88;
}
#local_office_info h2 {
	padding: 0;
	min-height: 1px; /*IE7 peekaboo bug fix*/
	color: #004785;
	background: none;
}
#local_office_info .bold_green {
	color: #308924;
	font-weight: bold;
	text-transform: uppercase;
}
#subnav {
	
}
.subnav_item {
	padding: 0;
	margin: 8px 0 8px 0;
	background: url(../images/subnav_bg_RO.gif) no-repeat;
}

.sn1 {
	background: #308924 url(../images/UL_subnav_corner.gif) no-repeat;
}
.sn2 {	
	background: url(../images/UR_subnav_corner.gif) top right no-repeat;
}
.sn3 {	
	background: url(../images/LL_subnav_corner.gif) bottom left no-repeat;
}
.sn4 {	
	background: url(../images/LR_subnav_corner.gif) bottom right no-repeat;
}

#subnav a {
	display: block;
	line-height: 30px;
	text-align: center;
	color: #ffffff; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/subnav_bg.gif) no-repeat;
}
#subnav a.select {
	background: none;
}

#subnav a:hover {
	color: #ffffff; /*#ffd200;*/
	background: none;
}
/* =========================== END LEFT COLUMN ========================= */


/* =========================== BEGIN RIGHT COLUMN ========================= */
#main_right_col { /*total width of this column should match the width of #header_right_col*/
	float: left;
	width: 600px;
	padding: 0;
	padding-bottom: 50px; /* this counteracts the negative margin in the footer! */
	line-height: 1.5;
}
.page_heading {
	display: block;
	padding: 0 0 30px 0;
}
/* =========================== END RIGHT COLUMN ========================= */


/* =========================== BEGIN FOOTER ========================= */
#footer {
	position: relative;
	bottom: 0px; /* position the footer at the bottom edge of the browser window */
	left: 0;
	width: 100%;
	height: 46px; /* must establish footer height */
	margin: -46px 0 0 0; /* -30px top margin pulls footer up into browser window. The auto margins center the footer */
	padding: 0;	
	color: #ffffff;
	text-align: center;
}
#footer_inside {
	position: absolute;
	left: 0;
	width: 100%;
	background: #308924;
	text-align: center;
}
#footer_links {
	width: 1000px;
	height: 38px;
	padding: 8px 0 0 0;
	margin: 0 auto 0 auto;	 
	background: #308924;
	
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	background: url(../images/footer_dot.gif) no-repeat;
}
#footer li.first {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* =========================== END FOOTER ========================= */






/* =========================== BEGIN INNER STYLES ========================= */
#testimonials {
	width: 594px;
	font-size: 12px;
	line-height: 1.2;
}
#testimonials_top {
	display: block;
	height: 28px;
	background: url(../images/testimonials_top.gif) no-repeat;
}
#testimonials_middle {
	padding: 10px 20px 10px 20px;
	background: url(../images/testimonials_middle.gif) repeat-y;
}
#testimonials_bottom {
	display: block;
	height: 8px;
	background: url(../images/testimonials_bottom.gif) no-repeat;
}

#greentv {
	width: 594px;
	font-size: 12px;
	line-height: 1.2;
}
#greentv_top {
	display: block;
	height: 28px;
	background: url(../images/greentv_top.gif) no-repeat;
}
#greentv_middle {
	padding: 10px 20px 10px 20px;
	background: url(../images/greentv_middle.gif) repeat-y;
}
#greentv_bottom {
	display: block;
	height: 8px;
	background: url(../images/greentv_bottom.gif) no-repeat;
}
/* =========================== END INNER STYLES ========================= */


/* =========================== BEGIN COUPON STYLES ========================= */
.couponsCenter{
border: 2px dotted #a3cbe9; /*727699;*/
width: 250px;
}
.couponsTheme, .couponsDiscountFlag, .couponsText, .couponsDisclaimer, .couponsImage, .couponsExpiresCode{
text-align: center;
}
.couponsTheme{
font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
font-size: 18px;
font-weight: bold;
color: #004785; /*BABD16;*/
margin: 15px 0 15px 0;
line-height: 18px;
}
.couponsDiscountFlag{
font-weight: bold;
}
.couponsText{
font-size: 18px;
font-weight: bold;
color: #308924; /*727699;*/
}
.couponsDisclaimer{
font-size: 13px;
color: #333333;
}
/* =========================== END COUPON STYLES ========================= */


/* =========================== BEGIN INSTANT QUOTE STYLES ========================= */
table.instquote_results td {
	background: #cccccc;
	padding: 4px 15px 4px 15px;
}
/* =========================== END INSTANT QUOTE STYLES ========================= */

/* =========================== BEGIN SITEMAP STYLES ========================= */

a.sitemap_header_link
{
	text-decoration:none;
	color: #004785;
}
/* =========================== END SITEMAP STYLES ========================= */

