@charset "utf-8";

#header.home {
width: 960px;	
}

#contentWrapper {
width: 960px;	
}

#homeContent {
width: 956px;
margin-left: 4px;
background-image: url(/_images/home/content_background.png);
background-repeat: no-repeat;	
background-color: #f3f5f9;
}

#columnLeft {
width: 638px;
float: left;	
}

#hero {
    position: relative;
    top: -40px;
    left: -10px;
    background:url('/_images/home/hero.png');
    width:663px;
    height:500px;
    cursor:pointer;
}

/* new block of text to the left of the main boiler image */
#heroBlock {
    padding-left:40px;
    padding-top:100px;
    color:#ffffff;
    width:290px;
    text-align:right;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}

#heroTitle {
    font-size:30px;
}

#heroText {
    font-size:14px;
    display:block;
    padding-top:20px;
    line-height:18px;
}

#heroTag {
    font-size:18px;
    display:block;
    padding-top:20px;
}

#columnRight {
    width: 298px;
    float: left;
    margin-top: 28px;
    font-size: 11px;
    color: #666666;
}

#columnRight div.navItem {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 52px;
    background-image: url(/_images/home/rightColumnDivider.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}

#columnRight h2 {
    text-transform: uppercase;
    color: #183f73;
    font-size: 18px;
    margin: 0px;
}

#columnRight div.icon {
    float: left;
    width: 61px;
}

#featureWrapper {
position: relative;	
}

#bottomFeatures {
width: 934px;
height: 163px;
position: relative;
top: -60px;
background-image: url(/_images/home/bottom_features_background.png);
background-repeat: no-repeat;
margin-left: 13px;
clear: both;
}

#bottomFeatureText {
width: 690px;
padding-left: 17px;
float: left;
padding-top: 28px;
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 24px;

font-size: 14px;
line-height:18px;
}

#bottomFeatureText p { margin: 0; }

#moreInfo {
    position: relative;
    top: -60px;
    width: 926px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d5dbe7;
}

#moreInfo a {
    color: #6c8831;
}

#moreInfo h2 {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

#moreInfo div.content {
    margin-left: 25px;
}

#moreInfo div.column {
    width: 222px;
    float: left;
}

#moreInfo div.column ul {
    margin: 0;
}

#moreInfo div.column li {
    list-style: none;
    margin: 0px;
}

#moreInfo div.column li img {
    padding-right: 8px;
}

#moreInfo div.column h3 {
    font-size: 16px;
    color: #5b759d;
    margin: 0px;
}

#featureHeader {
font-size: 21px;
color: #dadc56;
margin-bottom: 10px;
text-transform: uppercase;

font-size: 18px;
text-transform:none;
font-weight:bold;
}

#featureHeader a {
color: #dadc56;
text-decoration: none;
}

#featureHeader a:hover {
text-decoration: underline;	
}

#featureText a {
color: #dadc56;
text-decoration: underline;
}

#featureText a:hover {
text-decoration: none;
}

#featurePhoto {
float: right;
}

/*
#footer_wrapper {
margin-left: 4px;	
width: 956px;
}
*/

#footer_wrapper.home {
    height: auto;
    clear: both;
    position: relative;
    top: -40px;
}

#footer.home {
	width: 920px;
}

#feature_dots {
z-index: 1000;
left: 600px;
top: 130px;
position: absolute;
}

.navItem a:link, a:visited {
	color:#3F3F3F;
}
.navItem a:hover {
	color:#8DA836;
}


.homeSideNav {
    display:block;
    padding-top:3px;
    line-height:12px;
}



