/** GENERAL **/

body {
    color: #353838;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #8d3526;
}

a:hover {
    color: #bf8c84;
}

img {
    border: none;
}

/** PRIMARY **/

#Header {
    height: 94px;
    margin: 0 auto;
    overflow: auto;
    width: 900px;
}

#Logo {
    float: left;
    margin-top: 8px;
}

#Contact {
    float: right;
    margin-top: 31px;
}

#TopNavWrapper {
    background: #147571;
    border-bottom: #fff 1px solid;
    height: 54px;
    width: 100%;
}

#TopNav {
    height: 40px;
    margin: 0 auto;
    padding: 14px 0 0 25px;
    width: 875px;
}

#ContentWrapper {
    background: url(../i/content-wrapper-bg.png) top center repeat-y;
    width: 100%;
}

#FeatureWrapper {
    background: url(../i/feature-wrapper-bg.png) top left repeat-x;
    height: 333px;
    width: 100%;
}

#Feature {
    background: url(../i/feature-bg.png) top left no-repeat;
    height: 333px;
    margin: 0 auto;
    padding: 0 40px 0 40px;
    overflow: auto;
    width: 820px;
}

#Feature .Left {
    float: left;
    padding-top: 50px;
    width: 400px;
}

#Feature .Right {
    float: right;
    padding-top: 55px;
    width: 400px;
}

#Content {
    margin: 0 auto;
    overflow: auto;
    padding: 40px;
    width: 820px;
}

#Content .Left {
    float: left;
    width: 210px;
}

#Content .Right {
    float: right;
    width: 570px;
}

#FooterWrapper {
    background: #7b9391;
    height: auto;
    width: 100%;
}

#Footer {
    color: #cedbda;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 auto;
    overflow: auto;
    padding-top: 40px;
    text-shadow: #0a3c3a -1px -1px 0;
    width: 900px;
}

/** NAV **/

#TopNav ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

#TopNav ul li {
    float: left;
    list-style: none;
    margin-right: 5px;
}

#TopNav ul li a {
    display: block;
    font-size: 13px;
    height: 22px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 5px 13px 0 13px
}

#TopNav ul li a.Active, #TopNav ul li a:hover {
    background: #0e6561;
    border-bottom: #4d9793 1px solid;
    border-top: #0d4e4b 1px solid;
}

#TopNav ul li a:link, #TopNav ul li a:visited {
    color: #ddeded;
    text-shadow: #0a3c3a -1px -1px 0; 
}

/** FOOTER **/

#Footer ul {
    float: left;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#Footer ul li {
    float: left;
    list-style: none;
}

#Footer ul li a {
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0 30px 0 0;
}

#Footer ul li a.Active, #Footer ul li a:hover {
    text-decoration: underline;
}

#Footer ul li a:link, #Footer ul li a:visited  {
    color: #cedbda;
    text-shadow: #0a3c3a -1px -1px 0;
}

#Footer p {
    text-align: center;
    font-size: 10px;
    margin: 0 0 2.5 0;
}

/** FEATURE **/

#Feature .Left h1 {
    background: url(../i/feature-title.png) top left no-repeat;
    display: block;
    height: 117px;
    letter-spacing: 1px;
    margin: 0;
    text-indent: -9999px;
    width: 400px;
}

#Feature .Left p {
    color: #899c9c;
    font-size: 16px;
    margin: 13px 0 15px 0;
}

/** CONTENT **/

#Content .Right h1 {
    color: #8d3526;
    font-family: Geneva, Tahoma, sans-serif;
    font-size: 24px;
    font-weight: normal;
}

#Content.InsidePage .Right h1 {
    font-size: 36px;
}

#Content .Right h1:first-child {
    margin-top: 0;
}

#Content .Right h2 {
    color: #6d7272;
    font-family: Geneva, Tahoma, sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin: 40px 0 20px 0;
}

#Content .Right p {
    line-height: 1.5;
}

#Content .Right ul {
    list-style: none;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 20px;
}

#Content .Right ul li {
    background: url(../i/chevron-bullet.png) 0 7px no-repeat;
    margin: 15px 0;
    padding: 0 0 0 18px;
}

#Content .Right ol {
    color: #8d3526;
    font-style: italic;
    line-height: 1.5;
}

#Content .Right ol li {
    margin: 15px 0;
}

#Content .Right ol li p {
    color: #353838;
    font-style: normal;
    margin: 0;
}

#Content .Left h2 {
    border-bottom: #b2baba 1px dotted;
    color: #b2baba;
    font-family: Geneva, Tahoma, sans-serif;
    font-size: 17px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

#Content .Left h2:first-child {
    margin-top: 0;
}

#Content .Left ul {
    background: url(../i/sidebar-list-line.png) top left repeat-y;
    font-size: 12px;
    list-style: none;
    line-height: 1.5;
    margin: 0 0 30px 0;
    padding: 0;
}

#Content .Left ul li {
    background: url(../i/sidebar-list-bullet.png) 0 3px no-repeat;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

#Content .Left ul li ul {
    margin: 0;
}

#Content .Left ul.Noline {
    background: none;
}

#Content .Left ul span {
    color: #8d3526;    
}

.Member {
    border-top: 1px dotted #B2BABA;
    overflow: auto;
    padding: 40px 0;
}

.MemberLeft {
    float: left;
}

.MemberRight {
    float: right;
}