@charset "UTF-8";
/* CSS Document */

#home_feature{
height: 390px;
position: relative;
}

#home_feature img.mainhome{
float: left;
border: 5px solid black;
}

#home_bottom{
clear: both;
float: left;
}


#home_promo{
position: absolute;
right: 0px;
bottom: 0px;
width: 390px;
background: black;
}

#home_feature p{
color: white;
font-size: 11px;
padding: 5px;
}

#home_promo img{
float: right;
margin: 5px;
}

#home_links{
float: left;
width: 387px;
}

#home_subnav{
background: no-repeat url(/images/bg_home_altnav.jpg);
height: 216px;
float: left;
width: 513px;
}

#home_subnav1{
width: 171px;
height: 215px;
float: left;
background: no-repeat url(/images/bg_home_subnav1.jpg) left 44px;
}

#home_subnav2{
width: 170px;
height: 215px;
float: left;
margin-left: 1px;
background: no-repeat url(/images/bg_home_subnav3.jpg) left 44px;
}

#home_subnav3{
width: 170px;
height: 215px;
float: left;
margin-left: 1px;
background: no-repeat url(/images/bg_home_subnav2.jpg) left 44px;
}

#home_subnav h5{
display: block;
height: 45px;
line-height: 40px;
font-size: 18px;
text-align: center;
color: white;
font-weight: normal;
margin: 0px; padding: 0px;
}

#home_subnav a{
display: block;
width: 160px;
font-size: 11px;
opacity: .7;
filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
z-index: 0;
background: white;
padding: 5px;
text-decoration: none;
}

#home_subnav2 a{
margin-top: 120px;
}