﻿@import url('styles.css');

body.right-sidebar #right-column {
    display: block;
}
#content-outer-wrapper {
    position: relative;
    background: transparent url('images/sub-section-header-background.gif') no-repeat left top;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    overflow: hidden;
}
#content-inner-wrapper {
    position: relative;
    margin-right: 8px;
}
#content-column-wrapper {
    background: transparent url('images/sub-left-menu-background.gif') no-repeat 0 70px;
    position: relative;
    padding-top: 70px;
    overflow: auto;
    outline-style: none;
}
* html #content-inner-wrapper,
* html #content-column-wrapper,
* html #content {
    zoom: 1;
}
#content-outer-wrapper img.header {
    position: absolute;
    left: 200px;

}
#content-outer-wrapper img.header-image {
    position: absolute;
    right: 0;
    top: 0;
}
#content {
    margin-left: 270px;
    margin-right: 12px;
    padding-bottom: 10px;
}
body.right-sidebar #content-inner-wrapper {
    background: transparent url('images/sub-right-column-background.gif') no-repeat right bottom;
}
body.right-sidebar #content {
    margin-right: 240px;
}
ul#left-menu {
    float: left;
    width: 228px;
    margin: 0;
    margin-top: 13px;
    padding: 0;
    overflow: visible;
}
ul#left-menu li {
    list-style-type: none;
    display: block;
    overflow: hidden;
    outline-style: none;
    background: transparent url('images/left-menu-item-divider.gif') no-repeat right top;
}
ul#left-menu li a {
    display: block;
    width: 208px;
    background: #d1cfb3 url('images/left-menu-item-divider.gif') no-repeat right top;
    color: black;
    padding: 4px 5px 4px 15px;
}
ul#left-menu li.active a, ul#left-menu li.open a, ul#left-menu li a:hover {
    background-color: #fffce9;
}
ul#left-menu li a:hover {
    color: black;
    background-color: #f3efe5;
}

ul#left-menu li.active a {
    color: #a20320;
}
ul#left-menu li a:hover {
    text-decoration: none;
}
ul#left-menu ul {
    margin: 0;
    padding: 0;
}
ul#left-menu ul li {
    background: transparent url('images/left-menu-item-divider.gif') no-repeat right top;
    margin-top: 1px;
}
ul#left-menu ul li a {
    padding-left: 32px;
    width: 191px;
    background: transparent url('images/left-menu-item-bullet.gif') no-repeat 25px 0.7em;
}
ul#left-menu ul li.active a, ul#left-menu ul li a:hover {
    background-image: url('images/left-menu-item-bullet-active.gif');
}
ul#left-menu ul li li a {
    padding-left: 47px;
    background-position: 40px center;
    width: 176px;
}
#right-column {
    display: none;
    float: right;
    width: 200px;
    margin-top: -70px;
    padding: 8px;
}
#content h1 {
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 2.5em;
    padding-top: 10px;
    overflow: auto;
}
h2 {
    margin: 0;
    margin-bottom: 0.75em;
    font-size: 1.2em;
}
p {
    margin: 0;
    margin-bottom: 1em;
}
#content img.left {
    padding-right: 10px;
    padding-bottom: 5px;
}
#right-column h2 {
    margin-bottom: 0.5em;
}
h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
}
dl {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}
dt {
    position: absolute;
    float: left;
    padding: 10px 0;
    text-align: right;
    width: 16em;
    margin: 0;
    margin-top: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
}
dd {
    padding: 10px 10px 10px 15em;
    border-style: solid;
    border-color: #7e7d6b;
    border-width: 0px;
    border-bottom-width: 1px;
    margin: 0;
    background-color: white;
}
dd.first {
    border-top-width: 1px;
}
dd.alt {
    background-color: #fff9d0;
}