﻿body {
    color: #576a70;
    background-color: #333d3f;
    background-image: url('../images/mainbackground.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Verdana;
    font-size: small;
}

body p a.design {
    color: #fff;
    background-color: Transparent;
    font-size: smaller;
}

/* Main Body */

#main {
    color: #576a70;
    background-color: #798589;
    width: 900px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* Top Header */

#topheader {
    background-image: url('../images/headerbackground.gif');
    background-repeat: repeat-x;
}

#topheader p.tagline {
    color: White;
    background-color: Transparent;
    float: right;
    margin-right: 25px;
    margin-top: 25px;
    font-family: Arial;
    font-size: small; 
    text-align: right;
}

#topheader img {
    margin:0px;
    padding: 0px;
}

#topheader a, #topheader a:visited {
    color: White;
    background-color: Transparent;
    text-decoration: none;
}

/* Header */

#header {
    color: White;
    background-color: #576a70;
}

#header ul.nav {
    color: White;
    background-color: Transparent;
    margin:0px;
    padding:0px;
    width: 197px;
    list-style-type: none;
    float: left; 
}

#header ul.nav li {
    margin:0px;
    padding:0px;
    float: left;
    width: 100%;
}

#header ul.nav li a {
    display: block;
    color: #fff;
    background-color: Transparent;
    text-decoration: none;
    padding: 0 15px;
    line-height: 1.5;
    border-bottom: 1px solid #798589;
    font-weight: normal;
}

#header ul.nav li a:hover {
    display: block;
    color: #fff;
    background-color: #798589;
    text-decoration: none;
    padding: 0 15px;
    line-height: 1.5;
    border-bottom: 1px solid #798589;
    font-weight: normal
}
    
/* Body */

#body {
    color: #576a70;
    background-color: white;
    clear: both;
    float: right;
    width:702px;
}

#body img {
    border: solid 1px #576a70;
    margin: 0px 10px 10px 15px;
}

#body img.left {
    float: left;
}

#body img.right {
    float: right;
}

#body a, a:visited {
    color: #576a70;
    background-color: Transparent;
    text-decoration: none;
}

#body table {
    margin: 15px;
    font-size: smaller;
    color: #576a70;
    width: 90%;
}

#body table td {
    padding: 10px;
    vertical-align: top;
}

#body table td.border {
    border-bottom: dotted 1px #576a70;
}

#body a, #body a:visited {
    color: #0e3462;
    background-color: Transparent;
}

#body a:hover {
    text-decoration: underline;
}

#body ul.links {
    margin-left: 10px;
    padding: 0px 10px 0px 0px;
    list-style: none;
}

#body ul.links li {
    margin: 10px 5px;
}

#body div.content {
    float: left;
    width: 490px;
}

#body div.content h1 {
    color: #b40003;
    background-color: Transparent;
    font-size: small;
    font-weight: normal;
    margin: 15px;
    padding: 5px 0px;
    border-bottom: 1px #b40003 solid;
}

#body div.content h2 {
    color: #b40003;
    background-color: Transparent;
    font-size: small;
    font-weight: normal;
    margin: 15px;
    padding: 5px 0px;
    border-bottom: 1px #b40003 dotted;
}

#body div.content h3 {
    background-color: #e6eaef;
    color: #576a70;
    font-size: small;
    font-weight: normal;
    margin: 0px 0px 0px 15px;
    padding: 5px 0px;
    border-top: 1px #576a70 dotted;
    border-bottom: 1px #576a70 dotted;
    text-align: center;
}

#body div.content p {
    color: #576a70;
    background-color: Transparent;
    font-size: smaller;
    margin: 0px 0px 15px 15px;
}

#body div.content ul {
    color: #576a70;
    background-color: Transparent;
    font-size: smaller;
}

#body div.content li {
    padding: 5px;
}

#body div.content ul ul {
    font-size: x-small;
}

#body div.content fieldset {
    margin: 10px 0px 0px 10px;
    padding: 10px;
}

#body div.content fieldset ol {
    margin-left: 10px;
    padding: 10px 10px 0px 0px;
    list-style: none;
}

#body div.content fieldset li {
    padding-bottom: 10px;
}

#body div.content fieldset label {
    display: block;
}

#body div.content fieldset.submit {
    border-style: none;
}

#body div.content label {
    display: block;
}

#body div.content div.left {
    width: 45%;
}

#body div.content div.right {
    width: 45%;
    float: right;
}

#body div.content hr {
    clear: both;
    visibility: hidden;
}

#body div.content table.contact td {
    padding: 0px;
}

/* Sidebar */

#body div.extra {
    float: right;
    width: 190px;
    padding-top: 40px;
}

#body div.extra div.box {
    color: #576a70;
    background-color: #e6eaef;
    margin: 25px 15px 10px 0px;
    padding: 5px;
}

#body div.extra h3 {
    color: #576a70;
    background-color: Transparent;
    font-size: smaller;
    font-weight: bold;
    margin: 5px;
}

#body div.extra p {
    color: #798589;
    background-color: Transparent;
    font-size: smaller;
    margin: 5px 15px 15px 5px;
}

#body div.extra p.testimonial {
    font-style: italic;
}

#body div.extra ul {
    color: #576a70;
    background-color: Transparent;
    font-size: smaller;
    margin: 5px 0px 0px 10px;
    padding-left: 10px;
}

#body div.extra li {
    padding: 5px 5px 5px 0px; 
}

/* Footer */

#footer {
    border: 1px solid #798589;
    clear: both;
    background-image: url('../images/headerbackground.gif');
    background-repeat: repeat-x;
    text-align: center;
}

#footer p {
    color: #fff;
    background-color: Transparent;
    font-size: smaller;
    margin: 10px;
}

#footer p a, #footer p a:visited {
    color: White;
    background-color: Transparent;
    text-decoration: none;
}

#footer p a:hover {
    text-decoration: underline;
}

