html {
}

body {
}

div#container {
}

div#header {
    background: #333132;
    height: 157px;
}

div.content {
    width: 982px;
    margin: 0px auto 0px auto;
    position: relative;
}

div#header div.content {
    background: url(../img/header-background.png) top left no-repeat;
    height: 157px;
}

a#logo {
    position: absolute;
    top: 26px;
    left: 28px;
}

a#logo img {
    border: none;
}

img#contact-info {
    position: absolute;
    top: 28px;
    left: 783px;
}
    
ul#nav-primary {
    position: absolute;
    top: 135px;
    left: 0px;
    height: 26px;
    list-style: none;
    margin: 0px 0px 0px 0px;
}

ul#nav-primary li {
    float: left;
    height: 26px;
    display: inline;
    margin: 0px 0px 0px 30px;
}

ul#nav-primary a {
    color: #bcbec0;
    font-weight: bold;
    text-decoration: none;
}

ul#nav-primary a:hover {
    color: white;
    text-decoration: none;
}

ul#nav-primary a.here {
    color: #f7941d;
}

div#content {
    border-top: 1px #9a9a9b solid;
    background: white url(../img/content-background.png) top left repeat-x;
}

div#content-body {
    background: url(../img/content-body-background.png) bottom left repeat-x;
}

div#content div.content {
    background: white;
    padding: 8px 0px 0px 0px;
    margin-top: 8px;
    border-left: 1px #e9eaea solid;
    border-right: 1px #e9eaea solid;
}

div#content-inner {
    background: white url(../img/content-inner-background.png) top right repeat-y;
}

div#content-inner-inner {
    background: transparent url(../img/content-inner-inner-background.png) bottom right no-repeat;
}

div#breadcrumbs {
    color: #c7c8ca;
    border-bottom: 1px #c7c8ca dashed;
    margin: 0px 22px 0px 16px;
    padding: 8px 0px 6px 12px;
    position: relative;
}

div#breadcrumbs a {
    color: #c7c8ca;
}

div#content-primary {
    float: left;
    display: inline;
    padding: 22px 30px 60px 30px;
    width: 609px;
}

div#content-secondary {
    float: left;
    display: inline;
    width: 277px;
    margin: 0px 0px 0px 0px;
    padding: 22px 14px 14px 14px;
}

ul#news-feed {
    list-style: none;
}

ul#news-feed a {
    display: block;
    margin: 0px 0px 20px 0px;
}

ul#news-feed a:hover {
    text-decoration: none;
}

ul#news-feed span.title {
    margin: 0px 0px 2px 0px;
    display: block;
    font-weight: bold;
}

ul#news-feed span.date {
    margin: 0px 0px 5px 0px;
    font-style: italic;
    color: #808080;
    font-size: 100%;
    display: block;
}

ul#news-feed span.summary {
    color: #58595b;
    text-decoration: none;
}

div#footer {
    background: #323031 url(../img/footer-background.png) top left repeat-x;
    height: 43px;
    border-top: 1px #636363 solid;
    clear: both;
}

div#footer div.content {
    background: url(../img/footer-inner-background.png) top left no-repeat;
    height: 43px;
    font-size: 90%;
    color: #c9c9c9;
}

dl#site-info {
    float: right;
    margin: 7px 11px 0px 0px;
}

dl#site-info dt {
    display: inline;
    margin: 0px 0px 0px 0px;
}

dl#site-info dd {
    font-weight: bold;
    display: inline;
    margin: 0px 0px 0px 0px;
}

dl#site-info a {
    color: #c9c9c9;
}

p#copyright {
    float: left;
    margin: 7px 0px 0px 11px;
}

/*
    News formatting.
*/

h1 span.date,
h2 span.date {
    font-size: 75%;
    color: #808080;
    display: block;
}

h2.headline {
    border-top: 1px #c7c8ca dashed;
    padding-top: 10px;
}

/*
    Contact form.
*/

table.form td,
table.form th {
    vertical-align: top;
    text-align: left;
    padding: 0px 10px 10px 0px;
}

ul.errorlist {
    list-style: none;
    margin: 0px 0px 0px 0px;
}

ul.errorlist li {
    margin: 0px 0px 5px 0px;
    color: #800000;
}