﻿html {
    overflow: auto;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #362F16;
    color: #333333;
    font: 14px Verdana, Arial, sans-serif;
}

/* General Site Styles */
a, img {
    outline: 0px;
    border: none;
}

a:link, a:visited {
    color: #524185;
}

a:hover, a:active {
    color: #FFBE2F;
}

p {
    margin: 20px 0px 0px;
}

li {
    margin-top: 15px;
}

input, select, textarea, .fileupload {
    background: #EEEEEE;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #CCCCCC;
    padding: 3px;
}

input:focus, select:focus, textarea:focus {
    background: #FFFFFF;
    border: 1px solid #686868;
}

.note {
    display: block;
    color: #555;
    font-style: italic;
}

.note strong {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.success {
    padding: 6px 5px 7px 30px;
    border: 1px solid #FFCC00;
    background: #FFFEA1 url(../../Images/accept.png) no-repeat 5px 5px;
    color: #333333;
}

.warning {
    padding: 6px 5px 7px 30px;
    border: 1px solid #FFCC00;
    background: #FFFEA1 url(../../Images/warning-small.png) no-repeat 5px 5px;
    color: #333333;
}

.error {
    padding: 6px 5px 7px 30px;
    border: 1px solid #991100;
    background: #FF8375 url(../../Images/exclamation.png) no-repeat 5px 5px;
    color: #EEEEEE;
}

.invalid {
    border: 1px solid #991100;
    background-color: #FFCCCC;
    color: #991100;
}

.success ul, .warning ul, .error ul {
    margin: 0px 0px 0px 18px !important;
    padding: 0px !important;
    list-style-type: square;
}

.success li, .warning li, .error li {
    margin: 0px !important;
}

.submit, .submit:focus {
    padding: 2px 3px 0px;
    border: 1px solid #666666;
    background: #2C3723 url(../../Images/submit.gif) repeat-x top left;
    color: #FFFFFF;
}

.altSubmit, .altSubmit:focus {
    padding: 2px 3px 0px;
    border: 1px solid #666666;
    background: #C7C7C7 url(../../Images/altSubmit.gif) repeat-x top left;
    color: #666666;
}

/* Site Layout Styles */
#wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #5D553E url(../../Images/wrap_bkgnd.jpg) repeat-x left top;
}

#main-wrapper {
    width: 891px;
    margin: 0px auto;
    padding: 0px;
}

#head {
    position: relative;
    float: left;
    width: 891px;
    height: 398px;
    background: url(../../Images/head_bkgnd.png) no-repeat center top;
}

#head .rounded-mask {
    position: absolute;
    top: 35px;
    left: 8px;
    z-index: 0;
}

#head .menu {
    position: absolute;
    top: 120px;
    left: 622px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font: 16px Arial, sans-serif;
}

#head .menu li {
    margin: 0px;
    padding: 5px 0px 5px 35px;
}

#head .menu li.selected {
    background: url(../../Images/leaf_bullet.png) no-repeat left top;
}

#head .menu li.selected a {
    color: #006600;
}

#head .menu a:link, #head .menu a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#head .menu a:hover, #head .menu a:active {
    color: #006600;
}

#main-inside-wrapper {
    float: left;
    width: 891px;
    margin: 0px 0px 15px;
    padding: 0px;
    background: url(../../Images/main_slice.jpg) repeat-y left top;
}

#main {
    position: relative;
    float: left;
    width: 891px;
    margin: 0px;
    padding: 0px;
    background: url(../../Images/main_bkgnd.jpg) no-repeat left top;
    z-index: 1;
}

#main-footer {
    position: relative;
    top: 15px;
    float: left;
    width: 891px;
    height: 15px;
    margin: -6px 0px 0px;
    padding: 0px;
    background: url(../../Images/main_footer.png) no-repeat left top;
    z-index: 0;
}

#footer {
    float: left;
    width: 891px;
    margin: 0px;
    padding: 0px;
}

#footer span {
    display: block;
    width: 891px;
    height: 26px;
    margin: 0px auto;
    padding: 15px 0px;
    color: #D3C8A8;
    font-size: 26px;
    text-align: center;
    line-height: 26px;
}

#developed-by {
    width: 891px;
    margin: 0px auto;
}

#developed-by img {
    margin: 18px 0px;
}
