@import url('reset.css');
@import url('footer.css');

body
{
    background: black;
    font: 12px/17px sans-serif;
}

/* Head */

#head
{
    background: black;
    color: white;
    position: relative;
    height: 190px;
}

h1
{
    position: absolute;
    text-indent: -300ex;
    width: 173px;
    height: 79px;
    left: 80px;
    top: 55px;
    background: url(/img/logo.png);
}

h1 a {
    border: none !important;
    display: block;
    height: 100%;
    width: 100%;
}

#nd {
    position: absolute;
    top: 65px;
    left: 720px;
    width: 155px;
    height: 16px;
    background: url(/img/nd.png) top left no-repeat;
    padding-top: 62px;
    text-align: center;
    color: gray;
}

#nd span {
    display: none;
}

/* Menu */

#menu1, #lswitch {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 9px;
}

#lswitch {
    left: 760px;
    width: 200px;
    text-align: right;
}

#menu1 li {
    border-right: 1px solid rgb(77,77,77);
}

#menu1 li.last {
    border: none;
}

#menu1 li, #menu2 li, #subhead h2, #lswitch {
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

#menu1 a, #menu2 a, .current, #subhead h2, #lswitch a {
    color: white;
    display: block;
    padding: 12px 12px 0 12px;
    border: none;
}

#menu1 a, #menu1 .current {
    padding: 12px 15px 5px 15px;
}

#menu1 a:hover, #menu1 .current {
    color: #757575;
}

#menu2 a:hover, #menu2 .current {
    color: #dd9799;
}

#subhead
{
    position: absolute;
    font-size: 11px;
    top: 170px;
    width: 948px;
    height: 39px;
    background: url(/img/stripe/full.png);
    left: 0;
    padding-left: 12px;
}

#subhead h2 span {
    padding-left: 15px;
}

/* Main Content */

.gray, .white
{
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: 150px;
}

.gray {
    background: rgb(231,231,231);
}

.center
{
    width: 936px;
    margin: auto;
    position: relative;
    padding: 0 12px 0 12px;
}

.column {
    position: relative;
    float: left;
    width: 288px;
    padding-left: 12px;
    padding-right: 12px;
}

.column.wide {
    width: 600px;
}

.column.full {
    width: 936px;
}

.right {
    position: absolute;
    left: 636px;
}

/* Microtypography */

em {
    font-style: normal;
    font-weight: bold;
}

address {
    font-style: normal;
}

a, a:visited {
    color: rgb(117,117,117);
    text-decoration: none;
    border-bottom: 1px solid;
}

a:hover {
    color: black;
}

.clear, .pause {
    clear: both;
}

.pause {
    height: 20px;
}

hr, .silent {
    display: none;
}

#status {
    background: #bf3a3d;
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 2px;
    padding-left: 1ex;
    padding-right: 1ex;
}
