﻿body {
    background: url(Images/Master.Page.Background.png) repeat-x #AAA496;
}

.page-wrapper {
    margin: 55px auto 0 auto;
    min-height: 235px;
    width: 960px;
    background: #817966 url(Images/Master.Content.Background.png) repeat-x 0px 90px;
}

.header {
    width: 960px;
    height: 90px;
    background: url(Images/Master.Header.Background.png) no-repeat;
}

.content-wrapper {
    margin: 0 10px 0 10px;
    padding: 20px 0 0 0;
    width: 939px;
    overflow: hidden;
    background: #F7F6F1;
    border-left: solid 1px #9E9585;
    border-right: solid 1px #9E9585;
}

.bottom-separator {
    width: 940px;
    height: 10px;
    background: #EEC57C;
}

.menu {
    margin: 0 0 20px 30px;
    width: 940px;
    height: 30px;
    background: #F7F6F1;
}

.menu ul {
    padding: 0;
    margin: 10px 0 0 0;
}

.menu li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
}

.menu a, .menu a:visited {
    text-decoration: none;
    color: #000;
        font-weight: bold;
}

.menu a:hover {
    color: #8C131C;
}

.sitemappath {
    font-size: 9pt;
}

.content {
    width: 940px;
}

.content .lcol {
    float: left;
    width: 180px;
    overflow: hidden;
    padding: 10px;
}

.content .lcol h4 {
    margin: 0;
    padding: 0;
}

.content .lcol p {
    text-align: left;
    font-style: italic;
    font-size: 9pt;
}

.content .rcol {
    float: left;
    margin: 0 0 0 15px;
    width: 680px;
    padding: 10px 0 0 20px;
    border-left: solid 1px #EEC57C; 
}

.footer-content {
    clear: both;
    width: 920px;
    padding: 20px;
    font-size: 8pt;
}

.footer-bottom {
    margin: 0 auto 0 auto;
    width: 960px;
    height: 50px;
    background: url(Images/Master.Page.Footer.Background.png) no-repeat;
}
   
.gutter {
    margin: 0 auto 0 auto;
    padding: 10px 30px 10px 10px;
    width: 920px;
    text-align: right;
    font-size: 8pt;
} 