/* CSS Document */

@import url("module_header.css"); 
@import url("module_main_nav.css"); 
@import url("module_sub_page_content.css");
@import url("module_home_page_content.css");
@import url("module_footer.css");

*  { margin:0; padding:0; }

html, body { height: 100%; }

a img {border: none; } 

.entire_site_wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -124px; /* the bottom margin is the negative value of the footer's height */ }
.footer, .push { height: 124px; /*.push must be the same height as .footer */ }

body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000; }

a { text-decoration:none; color:#2D6010; }
a:hover { text-decoration:underline; }

.home { background: url("../images/background_elements/home_page_body_bg.gif") top left repeat-x; }
.sub { background: url("../images/background_elements/sub_page_body_bg.gif") top left repeat-x; }




