﻿html, body {
    background: #000 url('../images/bg.jpg') top center repeat-y;
    font: 12px arial,sans-serif;
    color: white;
    text-align: center
}
.wrap {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    border: 0px solid orange;
    text-align: left;
}
.content {
    width: 600px;
    margin: 0 200px;
    background: #231f20;
}
.content_block {
    text-align: center;
}
.content_block p {
    text-align: left;
}
.topnav-list {
    width: 580px;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 1.1em;
    background: #000;
}
.topnav-list li {
    display: inline;
    padding: 0 .2em;
}
.topnav, .topnav-a {
    text-decoration: none;
    font: normal 18px times,'times new roman',serif;
}
    .topnav:link, .topnav:visited {
        color: #d1cda3;
    }
    .topnav:hover, .topnav:active {
        color: #d1cda3;
        text-decoration: underline;
    }
    .topnav-a:link, .topnav-a:visited,
    .topnav-a:hover, .topnav-a:active {
        color: #4fb3ba;
    }
#subnav-list {
    width: 580px;
    padding: 0px 10px 10px;
    display: block;
    text-align: center;
    font-size: 1.1em;
    background: #000;
}
#subnav-list li {
    display: inline;
    padding: 0 .5em;
}
.subnav, .subnav-a {
    text-decoration: none;
    font: normal 15px times,'times new roman',serif;
}
    .subnav:link, .subnav:visited {
        color: #d1cda3;
    }
    .subnav:hover, .subnav:active {
        color: #d1cda3;
        text-decoration: underline;
    }
    .subnav-a:link, .subnav-a:visited,
    .subnav-a:hover, .subnav-a:active {
        color: #4fb3ba;
    }
#bottom-contact {
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 1em;
}
a {
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
    a:link, a:visited,
    a:hover, a:active {
        color: #4fb3ba;
    }
    
.classy {
    font: normal 18px times,'times new roman',serif;
}
.vertline {
    font-size: 1.3em;
    margin: 0 .3em;
}
.bluetitle, .bigbluetitle, .bluetext {
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #4fb3ba;
}
.bluetitle {
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
}
.bigbluetitle {
    padding-top: 15px;
    font-size: 16px;
    text-align: center !important;
}
.bigbluetitle a {
    font-size: 16px;
}
.bluetext {
    font-size: 12px;
}
.content p {
    margin: 10px 120px;
    line-height: 150%;
}
.backtop {
    padding: 20px 0 10px;
    text-align: center;
}
.horline {
    width: 600px;
    height: 22px;
    background-image: url('../images/line.gif');
}
li.menu-item {
    margin-top: 1em;
    margin-bottom: 2em;
}
.menu-item p {
    margin: 0px 120px;
    padding: .1em 0;
    text-align: center;
}
.menu-item .item-title {
    font-weight: bold;
}
li.menu-block {
    margin-top: 3em;
}
.largertxt { font-size: 1.5em; }
.date { color:#d1cda3; }
