/* walkerillustration.com */
/* home.css               */

#content {
 margin-top: 0;
}

h1 {
 background-image: none;
 margin-top: 136px;
 margin-bottom: 24px;
}

#sections_menu #commercial a {
 background-image: url("../images/btns/btn_commercial.jpg");
}

#sections_menu #sydney a {
 background-image: url("../images/btns/btn_syd.jpg");
}

#sections_menu #vent_city a {
 background-image: url("../images/btns/btn_vent_city.jpg");
}

#sections_menu #wex a {
 background-image: url("../images/btns/btn_wex.jpg");
}

#sections_menu #strange_water a {
 background-image: url("../images/btns/btn_strange_water.jpg");
}

#main_menu_container {
 position: relative;
 top: -10px;
}

#main_menu {
 font-weight: normal;
 font-size: .9em; /* 9px from 10px */
 background-color: transparent;
 background-image: none;
}

#main_menu a:link {
 color: #464A3C;
 background-color: transparent;
 background-image: none;
}

#main_menu a:visited {
 color: #464A3C;
 background-color: transparent;
 background-image: none;
}

#main_menu a:hover {
 color: #eaf5cb;
 background-color: transparent;
 background-image: none;
}

#main_menu a:active {
 color: #d9e3bd;
 background-color: transparent;
 background-image: none;
}

#masthead_container {
 position: absolute;
 top: -8px;
 z-index: 2;
 width: 100%;
}

#masthead {
 width: 303px; /* width of logo -- override default */
 top: 0; /* override default */
}

#site_footer_container {
 position: absolute;
 margin-top: 3em; /*position footer below main menu */
 text-align: center;
 width: 100%;
}

#header_bar .ver_rule_bottom,
#header_bar .inline_tee_down {
 display: none;
}