body {
    background: #081D38;
    font-family: Arial,Helvetica,sans-serif;
}

.clearLeft {
    clear: left;
}

#container {
    width: 960px;
    margin: auto;
    position: relative;
}
#header {
    color: #CCC;
    font-size: 24px;
    height: 100px;
    overflow: visible;
}
#header ul {
    margin-right: 30px;
}
#header ul li {
    display: inline;
    list-style: none;
    float: right;
    margin: 40px 15px;
}
#header a {
    text-decoration: none;
    color: #CCC;
}
#header a:hover {
    text-decoration: underline;
}
#logo {
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 313px;
    height: 176px;
    position: absolute;
}
#featured {
    height: 285px;
    background: url('/img/featured_bg.png');
    position: relative;
    z-index: 5;
}
#leftBtn {
    float: left;
    top: 86px;
    position: absolute;
    width: 62px;
    height: 90px;
}
#rightBtn {
    left: 898px;
    top: 86px;
    position: absolute;
    width: 62px;
    height: 90px;
}
.sliderContainer {
    overflow: hidden;
    position: relative;
    width: 836px;
    height: 260px;
    left: 62px;
}
.slides {
    position: absolute;
    top: 0;
    left: 0;
}
.slide {
    position: absolute;
    top: 0;
    width: 836px;
    display: none;
}
.featuredContent {
    height: 185px;
    width: 250px;
    left: 5px;
    top: 70px;
    position: absolute;
    color: #FFF;
}
.featuredContent h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}
.featuredImage {
    width: 540px;
    height: 215px;
    border: 3px #CCC solid;
    left: 286px;
    top: 30px;
    position: absolute;
}
.slideMore {
    padding-top: .5em;
}
.slideMore a {
    color: #FFF;
}
.slideMore a:hover {
    text-decoration: none;
}
ul.pagination li {
    float: left;
    margin: 3px 5px 0px 5px;
}
ul.pagination a {
    background: url('/img/feature_nav_bg.png') no-repeat 0 0;
    display: block;
    width: 14px;
    height: 0;
    overflow: hidden;
    padding-top: 14px;
    z-index: 50;
}
ul.pagination li.active a {
    background-position: -20px 0;
}
#highlights {
    background: #FFF;
    position: relative;
    height: 225px;
    margin: 0px;
    clear: both;
}
.highlight {
    margin: 10px 53px;
    width: 210px;
    float: left;
}
.highlightTitle {
    font-size: 24px;
    color: #081D38;
}
.highlightContent {
    margin-top: 15px;
}
.highlightContent p {
    margin: 6px;
    font-size: 14px;
    color: #081D38;
}
.highlightContent ul {
    margin-left: 15px;
}
.highlightContent ul li {
    margin: 3px 6px;
    font-size: 12px;
    list-style: circle;
}
.highlightContent p a {
    color: #0099FF;
    text-decoration: underline;
    font-weight: bold;
}
.highlightContent p a:hover {
    text-decoration: none;
}
#footer {
    height: 150px;
    background: url('/img/footer_bg.png') repeat-x;
    position: relative;
}
.footerTitle {
    font-size: 24px;
    color: #666;
    margin: 5px;
}
.footerSubTitle {
    font-size: 14px;
    color: #333;
}
#info {
    border-right: 1px solid #999;
    float: left;
    margin: 15px 0 25px 10px;
    font-size: 14px;
    color: #333;
    width: 225px;
    height: 125px;
}
#info p {
    margin: 10px 14px;
}
#contact {
    border-left: 1px solid #FFF;
    float: left;
    margin: 15px 10px 25px 0;
    height: 125px;
}
#contact .footerTitle {
    margin-left: 30px;
}
.contacts.form {
    margin-left: 75px;
    width: 630px;
}
#ContactAddForm legend {
    color: #333;
    font-size: 14px;
}
#ContactAddForm legend span {
    position: absolute;
    left: 450px;
    top: 25px;
}
div.input {
    position: relative;
    margin: 10px 0px;
    float: left;
}
#contact .input.text {
    width: 150px;
    min-height: 0px;
}
#ContactAddForm label {
    font-size: 10px;
    color: #000;
}
.input input {
    font-size: 12px;
}
.input.textarea {
    float: right;
    margin-right: 30px;
    width: 310px;
}
.submit {
    float: right;
    margin-top: 45px;
    background: url('/img/send_btn_bg.png') no-repeat;
    border: 0;
    padding: 0;
    width: 82px;
    height: 31px;
    color: #CCC;
}
.submit:hover {
    color: #FFF;
}
