/* CSS Document */
html {
    background: url(images/bg.gif) repeat top left;
}

body {
    margin: 0;
    padding: 0;
    background: url(images/mainsidebg.jpg) repeat-y top left;
    text-align: center;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 62.5%;
    color: #333333;
}

h1 {
    color: #357e5e;
    font-size: 1.4em;
    font-weight: normal;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #357e5e;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 15px;
}

h3 {
    margin: 0;
    padding: 0;
    color: #357e5e;
    font-size: 1.1em;
    font-weight: bold;
}

h4 {
    margin: 0;
    padding: 0;
    color: #357e5e;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
}

h5 {
    margin: 0;
    padding: 0;
    color: #8b0000;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 15px;
    border-bottom: 1px dotted #8b0000;
}

ul {
    line-height: 1.5em;
}

ul.plaintext {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

a img, img {
    border: none;
    text-decoration: none;
}

a:link, a:active, a:visited {
    color: #357e5e;
    text-decoration: none;
}

a:hover {
    color: #357e5e;
    text-decoration: underline;
}

h3 a:link, h3 a:visited, h3 a:hover {
    color: #357e5e;
    text-decoration: none;
    font-weight: bold;
}

hr {
    height: 1px;
    width: 100%;
    background: none;
    border: none;
    border-top: 1px solid #357e5e;
    margin: 15px 0 15px 0;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 860px;
    height: auto;
    text-align: left;
    background: url(images/body_bg.png) repeat-y top left;
    padding-left: 9px;
}

#header {
    width: 851px;
    height: 251px;
    margin: 0;
    padding: 0;
    background: url(images/header.jpg) no-repeat top left;
}

#flash {
    position: absolute;
    top: 15px;
    right: 37px;
    width: 457px;
    height: 223px;
    margin: 0;
    padding: 0;
}

#navbar {
    width: 856px;
    height: 53px;
    margin: 0;
    padding: 0;
    background: url(images/nav_bg.jpg) no-repeat top left;
    text-align: center;
    padding-top: 5px;
    padding-left: 0px;
}

#navbar a {
    display: block;
    float: left;
    width: auto;
    height: 28px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.3em;
    color: #357e5e;
    text-decoration: none;
    padding: 10px 7px 0 7px;
    margin: 0 5px 0 5px;
}

.nomargin {
    margin-right: 0;
}

#navbar a:hover, #navbar a.here {
    color: #000;
    text-decoration: none;
    background: url(images/hoverbg.png) repeat-x top left;
}

#body {
    position: relative;
    width: 851px;
    height: auto;
    margin: 0;
    padding: 0;
}

#sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 244px;
    height: auto;
    font-size: 1.3em;
    color: #333;
    background: url(images/side_bg.jpg) no-repeat top left;
}

#sidebar #sidetext {
    position: relative;
    width: 200px;
    height: auto;
    color: #333;
    padding: 20px;
    z-index: 50;
}

#sidebottom {
    position: absolute;
    left: 92px;
    bottom: 0px;
    width: 151px;
    height: 162px;
    background: url(images/sidebottom.jpg);
}

#sidebar ul {
    line-height: 1.5em;
}

#content {
    width: 605px;
    height: auto;
    font-size: 1.3em;
    line-height: 1.4em;
    padding: 20px 0 0 0;
    border-left: 1px solid #357e5e;
    margin-left: 244px;
    color: #000;
}

#content .padded {
    padding: 0 25px 20px 25px;
}

#footer {
    width: 586px;
    height: 55px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
    padding: 13px 0 0 20px;
    font-size: .9em;
    background: url(images/footerbg.jpg) no-repeat top left;
    border-top: 1px solid #357e5e;
    text-align: left;
}

#footer a {
    color: #333333;
    text-decoration: none;
    margin: 0 10px 0 10px;
}

#footer a:hover {
    text-decoration: underline;
}

#bottom {
    width: 851px;
    height: 72px;
    margin: 0;
    padding: 0;
    background: url(images/bottom.jpg) no-repeat top left;
}

.input {
    border: 1px solid #666;
    padding: 4px;
    width: 100%;
    margin-bottom: 5px;
}

.textarea {
    border: 1px solid #666;
    padding: 4px;
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
}

fieldset {
    width: 400px;
    border: 1px solid #666;
    padding: 15px;
}

legend {
    background-color: #fff;
    font-weight: bold;
    font-size: 1em;
    color: #357e5e;
}

.noshow {
    display: none;
}

.smaller {
    font-size: 10px;
    font-style: italic;
    line-height: 1.4em;
}

.floatright {
    float: right;
    margin: 0 0 15px 15px;
}

.floatleft {
    float: left;
    margin: 0 15px 15px 0;
}

.picture {
    float: right;
    padding: 9px;
    width: auto;
    height: auto;
    margin: 0 0 10px 15px;
    border: 1px solid #357e5e;
}

.pic {
    border: 1px solid #357e5e;
}

.gallery img {
    border: 1px solid #000;
}

.redtext {
    color: #FF0000;
    font-weight: bold;
}

.greentext {
    color: #357e5e;
    font-weight: bold;
}

blockquote.tests {
    background: url(images/leftquote.jpg) no-repeat top left;
    font-size: 1.1em;
    line-height: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0 0 0 39px;
}

blockquote.tests p {
    height: auto;
    text-align: right;
    font-weight: bold;
    color: #357e5e;
    background: url(images/rightquote.jpg) no-repeat right top;
    padding: 12px 5px 0 0;
    font-size: .9em;
    line-height: 1.3em;
}

#user {
    display: none;
}

table.contact {
    border-collapse: collapse;
}

.contact td {
    color: #333;
    padding: 0.5em;
}

.contact .input {
    padding: 2px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #666;
    width: 97%;
}