@charset "UTF-8";

html {
    overflow-y: scroll;
}

body {

}

img {
    border: none;
}

#container {
    width: 769px;
}

#header {
    position: relative;
    height: 95px;
    padding: 13px 0 0 18px;
    border-bottom: 4px solid #f93;
    background: url(../images/header_bg.gif) no-repeat;
}

#header-subnav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px 48px 4px 24px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #f93 url(../images/header_subnav_l.gif) no-repeat;
}

#header-subnav a {
    color: #fff;
    text-decoration: none;
}

#header-subnav a:hover {
    text-decoration: underline;
}

#nav {
    margin: 1px 0 0;
    background: #12793c;
    height: 29px;
}

#nav ul {
    margin: 0;
    padding: 6px 0 0 48px;
}

#nav li {
    display: inline;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.nav-dropdown {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 28px;
    width: 166px;
}

.nav-dropdown-tab,
.nav-dropdown-tab-selected {
    display: inline;
    padding: 6px 10px;
}

.nav-dropdown-tab a,
.nav-dropdown-tab-selected a {
    color: #fff;
    text-decoration: none;
}

.nav-dropdown-tab-selected {
    background: #f93;
}

.nav-dropdown-item {
    padding: 8px 0 5px 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #12793c;
    border-right: 1px solid #ff9a30;
    border-bottom: 1px solid #ff9a30;
    border-left: 1px solid #ff9a30;
    background: #fff;
}

.nav-dropdown-item a {
    color: #12793c;
    text-decoration: none;
}

.nav-dropdown-item-highlight {
    padding: 8px 0 5px 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #12793c;
    border-right: 1px solid #ff9a30;
    border-bottom: 1px solid #ff9a30;
    border-left: 1px solid #ff9a30;
    background: #ffcf63;
}

.nav-dropdown-item-highlight a {
    color: #12793c;
    text-decoration: none;
}

.nodec { text-decoration: none; }

#nav-rule {
    margin: 1px 0 0;
    height: 4px;
    font-size: 1px;
    background: #f93;
}

#footer {
    clear: both;
    padding: 18px 0 0;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #999;
}

#footer a {
    color: #999;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}