body {
background: #eee url(images/page_background.gif) top center repeat-y;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#page {
width: 900px;
margin: 0 auto;
background:url(images/mainbackground.gif) top left repeat-y;
}

/*** HEADER ***/
#header {
height: 183px;
background:url(images/header.jpg) no-repeat;
position: relative;
}
#header a.homelink {
display: block;
width: 330px;
height: 50px;
position: absolute;
left: 280px;
top: 90px;
}
#header a.certifications {
display: block;
width: 180px;
height: 90px;
position: absolute;
right: 0;
top: 10px;
}
#header span {
display: block;
width: 10px;
height: 10px;
margin-left: -10000px;
}

/*** LEFT, RIGHT NAV ***/

#left, #right {
width: 141px;
float: left;
padding-bottom: 246px;
}
#left {
background:url(images/left_background.jpg) left bottom repeat-x;
}
#right {
background:url(images/right_background.jpg) left bottom repeat-x;
}

#left li a,
#right li a {
display: block;
width: 141px;
height: 86px;
background-position: top left;
}
#left li a:hover,
#right li a:hover {
background-position: 0 -86px;
}
#left li a span,
#right li a span {
margin-left: -10000px;
}


li#home a {
background-image:url(images/home_nav.jpg);
}
li#estimate a {
background-image:url(images/estimate_nav.jpg);
}
li#newsletter a {
background-image:url(images/newsletter_nav.jpg);
}
li#contact a {
background-image:url(images/contact_nav.jpg);
}
li#about a {
background-image:url(images/about_nav.jpg);
}
li#guarantee a {
background-image:url(images/guarantee_nav.jpg);
}
li#certifications a {
background-image:url(images/certifications_nav.jpg);
}
li#resources a {
background-image:url(images/resources_nav.jpg);
}


/*** MAIN CONTENT AREA ***/

#content {
width: 618px;
float: left;
}


#contenthead {
width: 618px;
height: 93px;
background:url(images/content_top.jpg) top left no-repeat;
}

ul#subnav {
margin: 0 4px 0 5px;
width: 589px;
display: block;
padding: 0 10px;
background-color: #b90e16;
}

ul#subnav li {
float: left;
font-size: 13px;
line-height: 14px;
padding: 5px 21px 5px 0;
background:url(images/subnav-divider.gif) center right no-repeat;
}

ul#subnav li a {
color: #fff;
text-decoration: none;
}

ul#subnav li a:hover {
color: #000;
text-decoration: none;
}


ul#subnav li.current_page_item a {
color: #e29a9d;
}

/*** CONTENT GOES IN #page > #main > #content > #content_text ***/

#content_text {
padding: 10px;
width: 593px;
}

#content_text h1 {
width: 349px;
font-size: 24px;
color: #B90E16;
font-weight: normal;
padding: 10px 0;
background:url(images/headline_rule.gif) bottom right no-repeat;
}

#content_text h2 {
font-size: 12px;
margin-top: 10px;
padding: 20px 0 10px 0;
background:url(images/greypix.gif) top left repeat-x;
}
#content_text h2.norule {
background-image: none;
margin-top: 0;
}
#content_text h3 {
font-size: 12px;
padding: 10px 0;
font-weight: normal;
}
#content_text p {
padding: 5px 0;
}

#content_text h5 {
font-size: 24px;
font-weight:bold;
padding: 20px 0 10px 0;
color: #B90E16;
}
#content_text h2.bottomrule,
#content_text .bottomrule {
background:url(images/headline_rule.gif) bottom right no-repeat;
}


#content #content_text ul, #content #content_text ol {
margin: 0 0 0 20px;
padding: 5px 0;
}

#content_text li {
padding: 5px 0;
list-style: square;
}

#content #content_text.home li, #content #content_text.home li {
padding: 2px;
font-weight: bold;
}


.logolist img {
padding: 10px;
}

/*** CONTENT FOOTER ***/
#contentfooter {
clear: left;
width: 588px; /* 618px; */
color: #153a5d;
background:url(images/footerdivider.gif) 0 20px no-repeat;
padding: 40px 15px 20px 15px;
font-size: 10px;
}


#contentfooter li {
display: inline;
padding-right: 10px;
background:url(images/footernavdivider.gif) center right no-repeat;
}
#contentfooter li.last {
background-image: none;
padding: 0;
}
#contentfooter ul,
#contentfooter p {
clear: both;
text-align: center;
padding-bottom: 2px;
}

#contentfooter a {
color: #153a5d;
text-decoration:none;
}
#contentfooter a:hover {
color: #B60000;
}

img.right {
float: right;
padding: 0 0 10px 10px;
}

img.left {
float: left;
padding: 0 10px 10px 0;
}


.red {
color: #B90E16;
font-weight: bold;
}

.green {
color: #04912c;
font-weight: bold;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
