@charset 'UTF-8';

* {
    letter-spacing: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    background-color: #501701;
    background-image: url('/images/layout/body_bg.jpg');
}

body, td, div, p, h1, h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #d5ccba;
}

img {
    behavior: url('/css/htc/iepngfix.htc');
    border: 0px;
}

a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover, a:active {
    color: #987232;
    text-decoration: none;
}

h1 {
    margin: 5px 0;
    padding: 0px;
    font-family: "Times New Roman", serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    font-style: italic;
    color: #987232;
    text-shadow: 2px 2px 1px #111111;
}

h2 {
    margin: 5px 0;
    padding: 0px;
    font-family: "Times New Roman", serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

h3 {
    margin: 5px 0;
    padding: 0px;
    font-family: "Times New Roman", serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

td, div, p, span {
    line-height: 110%;
}

form {
    margin: 0px;
    padding: 0px;
}

center {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 10px;
    padding: 0px;
}

ul li {
    margin: 0 0 4px 20px;
    padding: 0 0 0 -2px;
}

ul.nobullet li {
    list-style-type: none;
}

ol {
    margin: 10px 0 10px 10px;
    padding: 0px;
}

ol li {
    margin: 0 0 4px 16px;
    padding: 0 0 0 -4px;
}

/* PAGE LAYOUT */

/*
#body_bg-overlay {
    position: relative;
    margin: 0px auto;
    width: 1024px;
    min-height: 768px;
    background-image: url('/images/layout/body_bg-overlay.png');
    background-repeat: no-repeat;
}
*/

#container {
    position: relative;
    margin: 10px auto;
    width: 833px;
}

#logo_container {
    position: relative;
    height: 72px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 25px;
}

#header {
    position: relative;
    height: 335px;
    padding-left: 17px;
    background-image: url('/images/layout/header_bg-internal.png');
    background-repeat: no-repeat;
}

#header #header_image {
    height: 242px;
    padding-top: 9px;
}

#header #seal {
    position: absolute;
    top: 178px;
    left: -40px;
}

#header #slogan {
    position: absolute;
    top: 242px;
    left: 200px;
}

#header-home {
    position: relative;
    height: 438px;
    padding-left: 17px;
    background-image: url('/images/layout/header_bg-home.png');
    background-repeat: no-repeat;
}

#header-home #header_image {
    height: 240px;
    padding-top: 9px;
}

#header-home #seal {
    position: absolute;
    top: 270px;
    left: -40px;
}

#header-home #slogan {
    position: absolute;
    top: 238px;
    left: 200px;
}

#header-home #header_comres {
    padding-top: 25px;
}

#header-home #header_comres img {
    padding-right: 5px;
}

#header-home #header_comres h2 {
    margin: 0px;
    font-family: "Times New Roman", serif;
    color: #55473a;
}

#header-home #header_comres td {
    line-height: 12px;
    font-size: 12px;
    color: #55473a;
}

#topnav {
    height: 42px;
    padding-left: 10px;
}

#topnav td {
    padding-top: 18px;
    white-space: nowrap;
}

#topnav a:link, #topnav a:visited {
    font-family: "Times New Roman", serif;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
}

#topnav a:hover, #topnav a:active {
    font-size: 16px;
    color: #987232;
}

#topnav a.selected {
    color: #987232;
}

#topnav td.sep {
    width: 35px;
}

#content {
    padding: 0 10px 10px 25px;
}

#content, #content td, #content div, #content p {
    line-height: 18px;
}

#footer {
    margin: 4px auto;
    width: 833px;
    text-align: center;
    font-size: 12px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}

#footer-copyright {
    margin: 15px 0;
    text-align: center;
    font-size: 12px;
}

#footer-copyright a {
}

/* MESSAGE CLASS */

.message-err {
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.message-msg {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
}

.message-success {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #008000;
    color: #000000;
}

/* VALIDATION */

.formRequired_fail {
    border: 1px solid #FF0000;
}

input.validation-failed, textarea.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
    color : #000;
}

.validation-advice, .custom-advice {
    margin: 0 5px;
    color: #FF0000;
}

/* MISC */

.curved {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(/css/htc/border-radius.htc);
}

fieldset {
    border: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 1em;
}

fieldset legend {
    display: block;
}