@charset "utf-8";
/* CSS Document */
 
/*---------- HOME PAGE DECLARATIONS ----------*/
 
 
/*---------- HOVER ON HOME LINK ----------*/
#menu .home {
   background-position: left bottom;
}

 
/*---------- BANNER ----------*/
 
#banner_home{
   height: 400px;
   position: relative;
   margin-top: 40px;
}
 
#banner_home_text{
   font-size: 12px;
   line-height: 18px;
   width: 410px;
   margin-left: 15px;
}

#seetheproject_link_png {
   position: absolute;
   margin-left:10px;
}

#middle_bar_stripe {
   width: 1000px;
   height: 5px;
   padding: 0px;
   margin-right: auto;
   margin-left: -10px;
}


/*---------- NEW DESIGN ----------*/
#newdesign_left {
   width:490px;
   height:400px;
   left: 0px;
   padding-left: 0px;
   padding-top: 100px;
   background: url(../images/home/banner-home-newdesign-left.jpg) no-repeat;
   position: absolute;
}
 
#newdesign_right {
   width:490px;
   height:400px;
   left: 490px;
   position: absolute;
   padding-top: 40px;
   background: url(../images/home/banner-home-newdesign-right.jpg) no-repeat;
}

#banner_home_newdesign_text{
   font-size: 12px;
   line-height: 18px;
   width: 475px;
   margin-left: 15px;
}

/*---------- HUHOT ----------*/
#huhot_left {
   width:490px;
   height:400px;
   left: 0px;
   padding-left: 0px;
   padding-top: 115px;
   background: url(../images/home/banner-home-huhot-left.jpg) no-repeat;
   position: absolute;
}
 
#huhot_right {
   width:490px;
   height:400px;
   left: 490px;
   position: absolute;
   padding-top: 40px;
   background: url(../images/home/banner-home-huhot-right.jpg) no-repeat;
}
 
/*---------- HIGH SIERRA ----------*/
#highsierra_left {
   width:490px;
   height:400px;
   left: 0px;
   padding-left: 0px;
   padding-top: 125px;
   background: url(../images/home/banner-home-highsierra-left.jpg) no-repeat;
   position: absolute;
}
 
#highsierra_right {
   width:490px;
   height:400px;
   left: 490px;
   position: absolute;
   padding-top: 40px;
   background: url(../images/home/banner-home-highsierra-right.jpg) no-repeat;
}

/*---------- LOGOS ----------*/
#logos_left {
   width:490px;
   height:400px;
   left: 0px;
   padding-left: 0px;
   padding-top: 125px;
   background: url(../images/home/banner-home-logos-left.jpg) no-repeat;
   position: absolute;
}
 
#logos_right {
   width:490px;
   height:400px;
   left: 490px;
   position: absolute;
   padding-top: 40px;
   background: url(../images/home/banner-home-logos-right.jpg) no-repeat;
}

/*---------- CHALK IT UP ----------*/
#chalkitup_left {
   width:490px;
   height:400px;
   left: 0px;
   padding-left: 0px;
   padding-top: 130px;
   background: url(../images/home/banner-home-chalkitup-left.jpg) no-repeat;
   position: absolute;
}
 
#chalkitup_right {
   width:490px;
   height:400px;
   left: 490px;
   position: absolute;
   padding-top: 40px;
   background: url(../images/home/banner-home-chalkitup-right.jpg) no-repeat;
}

/*---------- BOTTOM ----------*/

#bottom {
   width:980px;
   margin-top: 16px;
   margin-left: 5px;
   position: relative;
}
 
#bottom_left {
   width:285px;
   position: absolute;
}

#meet_heather{
   padding-top: 15px; 
   left: 5px; 
   position:relative;
}

#heather_thumb{
   right: 2px;
   position: relative;
   padding-left: 15px;
}

#bottom_left_text{
   padding-top: 5px;
   padding-left: 5px;
   line-height: 18px;
}

#bottom_right {
   width:650px;
   left: 320px;
   position: absolute;
}

#whats_happening{
   padding-top: 15px; 
   left: 0px; 
   position:relative;
}
 
#bottom_right_text{
   padding-top: 5px;
   position: relative;
}

ul.bottom_right_list{ 
   list-style-type:none;
}

ul.bottom_right_list li{
   font-size: 12px;
   padding-left: 25px;
   background: url(../images/home/arrow.jpg);
   background-repeat: no-repeat;
   background-position: 0.5em;
   margin-bottom: 5px;
}

 
 
#footer_padding{
	padding-bottom: 375px;
}