@charset 'UTF-8';

* {
    letter-spacing: 0px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #1F0F00;
}

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

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

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

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

h1 {
    margin: 5px 0;
    padding: 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

h2 {
    margin: 5px 0;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

h3 {
    margin: 5px 0;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    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 14px;
    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 */

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

#topnav {
    height: 60px;
}

#topnav_link_container {
    padding: 14px 0 0 20px;
}

.topnav_link {
    float: left;
    margin-right: 20px;
}

#topnav a:link, #topnav a:visited {
    font-size: 16px;
    color: #FFFFFF;
}

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

#topnav a.selected {
    color: #93c240;
}

#content {
    height: 577px;
    padding: 10px 0 10px 10px;
}

#content, #content td, #content div, #content p {
    line-height: 18px;
    color: #FFFFFF;
    text-align: justify;
}

#content_top1 {
    width: 400px;
    height: 140px;
}

#content_bottom1 {
    width: 400px;
    height: 165px;
    padding-top: 10px;
}

#content_middle1 {
    height: 231px;
    background-image: url('/images/middle_content_box.png');
    background-repeat: no-repeat;
}

#rollover_container {
    position: relative;
}

#rollover_container div {
    position: absolute;
}

#content_box1 {
    width: 259px;
    height: 215px;
    margin: 8px 15px 0 10px;
    background-image: url('/images/content_box_sm.png');
}

#rollover_content {
    padding: 8px 10px;
}

#rollover_content div {
    text-align: justify;
    color: #555555;
}

#right_content_box {
    width: 301px;
    min-height: 581px;
    background-image: url('/images/right_content_box.png');
    background-repeat: no-repeat;
}

#footernav {
    height: 30px;
}

#footernav_link_container {
    padding: 14px 0 0 20px;
}

.footernav_link {
    float: left;
    margin-right: 20px;
}

#footernav a:link, #footernav a:visited {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

#footernav a:hover, #footernav a:active {
    font-size: 16px;
    font-weight: bold;
    color: #A1AF5E;
}

#footernav a.selected {
    color: #A1AF5E;
}

#copyright {
    text-align: right;
    font-size: 10px;
    color: #502700;
}

#copyright a:link, #copyright a:visited {
    color: #502700;
}

#copyright a:hover, #copyright a:active {
    color: #7d3c00;
}

#footer {
    margin: 4px auto;
    width: 900px;
    font-size: 10px;
}

#footer a:link, #footer a:visited {
    color: #9C9D9F;
}

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

/* 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;
}

/* BUTTONS */

a.button1 {
    background: transparent url('/images/button1_bg-a.png');
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    float: left;
    height: 22px;
    padding-left: 14px;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

a.button1 span {
    background: transparent url('/images/button1_bg-b.png');
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    line-height: 19px;
    padding: 1px 14px 2px 0px;
}

a.button1:hover, a.button1.selected {
    background-position: left bottom;
}

a.button1:hover span, a.button1.selected span {
    background-position: right bottom;
    color: #FFFFFF;
}

a.button2 {
    background: transparent url('/images/button2_bg-a.png');
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    float: left;
    height: 22px;
    padding-left: 14px;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

a.button2 span {
    background: transparent url('/images/button2_bg-b.png');
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    line-height: 19px;
    padding: 1px 14px 2px 0px;
}

a.button2:hover, a.button2.selected {
    background-position: left bottom;
}

a.button1:hover span, a.button2.selected span {
    background-position: right bottom;
    color: #FFFFFF;
}
