/*** HOME ONLY ***/
#contenthead {
width: 618px;
height: 220px;
background:url(images/home_main.jpg) top left no-repeat;
padding: 0;
}
#contenthead span {
margin-left: -10000px;
}

#content ul {
margin: 0;
padding: 0;
}


li#main_estimate, 
li#main_newsletter, 
li#main_resources {
display: block;
padding-top: 202px;
float: left;
}

li#main_estimate {
width: 206px;
background:url(images/main_estimate_top.jpg) no-repeat;
}
li#main_newsletter {
width: 202px;
background: url(images/main_newsletter_top.jpg) no-repeat;
}
li#main_resources {
width: 210px;
background:url(images/main_resources_top.jpg) no-repeat;
}

li#main_estimate a, 
li#main_newsletter a, 
li#main_resources a {
display: block;
height: 78px;
}
li#main_estimate a:hover, 
li#main_newsletter a:hover, 
li#main_resources a:hover {
background-position: 0 -78px;
}

li#main_estimate a span, 
li#main_newsletter a span, 
li#main_resources a span {
margin-left: -10000px;
}

li#main_estimate a {
width: 206px;
background:url(images/main_estimate.jpg) no-repeat;
}
li#main_newsletter a {
width: 202px;
background: url(images/main_newsletter.jpg) no-repeat;
}
li#main_resources a {
width: 210px;
background:url(images/main_resources.jpg) no-repeat;
}
