/*
 * Home Page ONLY Style Definitions  
 * ================================
 * This file is included for the HOMEPAGE only, do not include styles for any 
 * page other than the homepage here.          
 *
 */

#homepagecontainer {
   position: relative;
   width: 962px;
   left: 50%;
   margin-left: -481px;
   z-index: 1;
}

#page_legallinks {
   margin-left: 0px;
}

#page_content {
   min-width: 722px;
}
#homepageheroes {	
	margin-top:18px;
}
.homepagefeature .content {
   padding: 10px 15px 0 11px;
}
.homepagefeature {
   background: url("/img/home/featured_m.jpg") bottom left repeat-x;
   height:332px;
}
.homepagefeature .sl {
   position:absolute;
   left: 0;
   top: 0;
   width: 11px;
   height:332px;
   background: url("/img/home/featured_l.jpg") bottom left no-repeat;
}
.homepagefeature .sr {
   position: absolute;
   right: 0;
   top: 0;
   width: 15px;
   height:332px;
   background: url("/img/home/featured_r.jpg") bottom left no-repeat;
}

