/***********************************Home Page Styles **********************************************************/
#content_frame_home {
 height:650px;
 text-align:center;
}

html>body #content_frame_home {
 height:100%;
}

#flash_frame_home{
 height:160px;
 margin-bottom:-20px;
 /*background-image:url(../media/images/flash_home.jpg);*/
}

#top_panel_repeat {
 width:920px; 
 background-image:url(../media/images/backgrounds/home_bg/top_repeat.jpg);
}

#top_panel_norepeat {
 width:920px; 
 height:250px; 
 background-image:url(../media/images/backgrounds/home_bg/top_no_repeat.jpg); 
 background-repeat:no-repeat; 
 background-position:top;
 padding:10px 0px 5px 0px;
}

html>body #top_panel_norepeat {
 height:100%;
}

#surface_panel_repeat {
 width:920px; 
 background-image:url(../media/images/backgrounds/home_bg/middle_repeat.jpg);
}

#surface_panel_norepeat {
 width:920px;
 height:275px;
 background-image:url(../media/images/backgrounds/home_bg/middle_no_repeat.jpg);
 background-repeat:no-repeat; 
 background-position:top;
}

html>body #surface_panel_norepeat {
 height:100%;
}

#production_panel_repeat {
 width:920px;
 background-image:url(../media/images/backgrounds/home_bg/bottom_repeat.jpg);
}

#production_panel_norepeat {
 width:920px; 
 height:245px; 
 background-image:url(../media/images/backgrounds/home_bg/bottom_no_repeat.jpg); 
 background-repeat:no-repeat;
 background-position:top;
}

html>body #production_panel_norepeat {
 height:100%;
}

#camps_panel_repeat {
 width:920px;
 background-image:url(../media/images/backgrounds/home_bg/camps_repeat.jpg);
}

#camps_panel_norepeat {
 width:920px; 
 height:222px; 
 background-image:url(../media/images/backgrounds/home_bg/camps_no_repeat.jpg); 
 background-repeat:no-repeat;
 background-position:top;
}

html>body #camps_panel_norepeat {
 height:100%;
}

#water_panel_repeat {
 width:920px;
 background-image:url(../media/images/backgrounds/home_bg/water_repeat.jpg);
}

#water_panel_norepeat {
 width:920px; 
 height:222px; 
 background-image:url(../media/images/backgrounds/home_bg/water_no_repeat.jpg); 
 background-repeat:no-repeat;
 background-position:top;
}

html>body #water_panel_norepeat {
 height:100%;
}

.table_layout_left {
 width:403px;
 vertical-align:top;
 padding:5px 10px 10px 40px;
 text-align:left;
}

.service_links {
 padding-top:10px;
 padding-left:40px;
 text-align:left;
}

.service_links a {
 font-size:10px;
 color:#000000;
 text-decoration:underline;
}

.table_layout_right {
 width:423px;
 vertical-align:top;
 padding:5px 10px 10px 30px;
 text-align:left;
}
/***********************************End Home Page Styles ****************************************************/


#footer_frame {
 height: 39px;
 background-image:url(../media/images/backgrounds/footer.jpg);
 background-repeat:no-repeat;
}
#footer_text {
 padding-top:10px;
 padding-left:80px;
 text-align:left;
 color:#778ace;
}