body {
    margin: 0px;
    padding: 0px;
    background: #3f6d84;
}

img {
    border: 0px;
}

.cleft { clear: left; }
.cright { clear: right; }
.cboth { clear: both; }

div#header-bg {
    background: #89b6cb;
}

div#header {
    width: 891px;
    height: 139px;
    background: #bbd7e3;
    margin: 0px auto;
}

div#logo {
    float: left;
    width: 250px;
    height: 62px;
    margin: 20px 0px 0px 20px;
}

div#main-menu {
    padding: 68px 10px 0px 0px;
}

div#main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#main-menu ul li {
    float: right;
    padding-right: 10px;
    background: url('../img/menu_bg.gif') no-repeat center right;
    margin-left: 10px;
}

div#main-menu ul li.active a {
    color: #ff6600;
}

div#main-menu ul li a {
    color: #808080;
    text-decoration: none;
    font-size: 14px;
    font-family: Tahoma;
}

div#banner-bg {
    background: url('../img/banner_bg.gif') repeat-x;
}

div#banner {
    width: 475px;
    height: 221px;
    padding: 100px 380px 0px 36px;
    margin: 0px auto;
    background: url('../img/banner_bg2.jpg') no-repeat;
}

div#banner .title {
    color: #d64a0c;
    font-size: 26px;
    font-weight: bold;
    font-family: Tahoma;
}

div#banner div.subtitle {
    color: #808080;
    font-family: Tahoma;
    font-size: 18px;
}

div#banner div.buttons {
    text-align: right;
    margin-top: 40px;
    margin-right: 10px;
}

div#banner div.buttons button {
    margin: 0px 5px;
}

div#banner div.buttons a {
    text-decoration: none;
}

div#content-bg {
    background: #3f6d84 url('../img/content_bg.gif') repeat-x top;
}

div#content {
    width: 819px;
    padding: 48px 36px;
    margin: 0px auto;
    background: #5c90a8 url('../img/content_bg2.gif') repeat-x top;
}

div#content h1 {
    margin: 0px 0px 10px 0px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 32px;
}

div#content h2 {
    color: #fefb00;
    margin: 0px 0px 15px 0px;
}

div#content h3 {
    margin: 0px;
    color: #ffffff;
}

div#content p {
    font-size: 12px;
    color: #ffffff;
}

div#content ul.list {
    color: #ffffff;
}

div#content p a {
    color: #FFD700;
}

div#content div.rp {
    float: right;
    width: 250px;
    border-left: 1px solid #b4c804;
    min-height: 200px;
    padding: 10px 0px 0px 30px;
    margin-left: 40px;
}

div#footer {
    width: 891px;
    height: 81px;
    margin: 0px auto;
    background: #bbd7e3 url('../img/footer_bg.gif') repeat-x top;
}

div#footer div.copyright {
    float: left;
    font-size: 12px;
    color: #666666;
    margin: 46px 0px 0px 38px;
}

div#footer div.copyright a {
    color: #666666;
}

div#footer div.cards {
    float: right;
    margin: 38px 22px 0px 0px;
}

button[type=button],
input[type=submit],
input[type=button] {
    color: #ffffff;
    padding: 0px 8px;
    background: url('../img/input_bg.gif') repeat-x;
    border: 0px;
    height: 22px;
}

div.validation-errors div.t {
    font-weight: bold;
    color: #d91636;
}

div.validation-errors ul {
    list-style: disc;
    color: #d91636;
    margin: 5px 0px 0px 15px;
}

div.validation-errors ul li {
    color: #d91636;
    margin: 2px 0px;
}

