html {
    height: 100%;
} 

body {
    background: #3E3B36 url(../images/global-bg.jpg) repeat-x;
    color: #423328;
    min-height: 100%;
}

a {
    color: #919C46;
}

a:active {
    color: #ffed7b;
}

a:hover {
    color: #AFBF3D;
}

h3 {
    color: #825300;
    margin-bottom: 10px;
}

hr {
    background: #CBBA8A;
    margin-bottom: 10px;
}

.content a {
    color: #919C46;
    font-weight: bold;
    text-decoration: none;
}

.content a:hover {
    color: #AFBF3D;
}

.access {
    background-image: url(../images/icon-key.png);
    background-repeat: no-repeat;
    background-position: right;
}

#shadow1 {
    height: 100%;
    width: 1010px;
    margin: auto;
    background-image: url(../images/global-page-shadow-left.png);
    background-repeat: repeat-y;
    background-position: top left;
}

#shadow2 {
    height: 100%;
    width: 100%;
    background-image: url(../images/global-page-shadow-right.png);
    background-repeat: repeat-y;
    background-position: top right;
}

#page {
    background: #29221c;
    height: 100%;
    display: block;
    clear: both;
}

#header {
    background: url(../images/global-header-bg.jpg) repeat-x 368px 0;
}

#hero {
    text-align: center;
    padding: 20px 0 20px 0;
    background: url(../images/global-hero-bg.jpg);
    border-bottom: 4px solid #919C46;
}

#content {
    background: #fff url(../images/content-bg.gif);
}

#sidebar {
    background: #e5e5e0 url(../images/global-sidebar-bg.gif) repeat-x;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#navigation {
    position: relative;
    top: 50px;
}
#navigation, #navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
}

#navigation a {
    text-decoration: none;
    padding: 5px 5px;
    margin: 0 5px;
    font-size: 12pt;
    font-weight: bold;
    border: 1px solid transparent;
    color: #919c46;
}

#navigation a:hover {
    color: #E8F578;
    background: url(../images/global-nav-rollover-bg.gif);
}

#navigation .selectMenu {
    border: 1px solid #6b6039;
    color: #ffef7b;
}

ul#navigation ul {
    display: none;
    position: absolute;
    background: #bdc95f;
    margin: 3px 0 0 0;
    padding: 0px;
    left: 5px;
}

ul#navigation ul li {
    display: block;
    margin: 0px;
    padding: 0px;
}

ul#navigation ul li a {
    width: 200px;
    display: block;
    border-bottom: 1px solid #7c8c0d;
    color: #585D38;
    margin: 0px;
    padding: 3px;
    font-size: 10pt;
}

ul#navigation ul li a:hover {
    color: #7c8c0d;
    background: #d6dd9b;
}

#footer {
    min-height: 75px;
    background: #29221c;
    clear: both;
}

#footer ul {
    list-style: none;
    margin: 5px 0 0 10px;
    padding: 0;
}

#footer li {
    display: inline-block;
    margin: 5px;
    
}

#footer {
    color: #72684E;
}

#footer p {
    margin: 10px 0 0 0;
}

#footer ul a {
    text-decoration: none;
    font-weight: bold;
}

#footer a.selectFootMenu {
    color: #ffed7b;
}

.content {
    padding: 40px;
}

#login_modal { 
    display: none;
}

.close {
    text-align: right;
}

#superbox-innerbox {
    padding: 10px 10px;
}

#superbox-innerbox h3 {
    margin-top: 20px;
}

fieldset {
    border: 0;
    margin: 0;
}

fieldset label {
    width: 120px;
    margin: 0 20px 0 0;
    text-align: right;
    display: inline-block;
}

.submit {
    margin-left: 140px;
}
