/* CSS Document */
* {margin:0;padding:0}

html, body {height:100%}

body {
    font-family: verdana, sans-serif;
    font-size: 80%;
    background-image: url('images/body_bg.jpg');
    background-repeat: repeat-x;
    background-color: #000;
}

#header {
    width: 992px;
    height: 258px;
    margin: 0px auto;
    background-image: url('images/header_bg.jpg');
    background-repeat: no-repeat;
    text-align: center;
}

#clearheader{height:258px;}/*needed to make room for header*/

#header_logo{
    margin-top:30px;
}

#content {
    position:relative;
    width: 992px;
    height:100%;
    min-height:100%;
    margin: 0px auto -50px auto;
    background-image: url('images/content_bg.jpg');
    background-repeat: repeat-y;
    background-position: center;
}

* html #content {height:100%}
body>#content {height:auto}
html>body #content{height:auto}

#contentinner {
    width:654px;
    margin:15px 15px 15px 286px;
    padding:10px;
    border:3px solid #e3e3e3;
    background-image: url('images/contentinner_bg.jpg');
    background-repeat: repeat-y;
    background-position: center;
    color:#FFF;
}

* html #contentinner {height:1%}/* combat ie 3 pixel jog */

#nav {
    float:left;
    width: 250px;
    margin:0px 0px 0px 10px;
    padding:105px 0px 0px 0px;
    background-image: url('images/nav_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

div#footer {
    position:relative;
    height: 27px;
    padding-top: 23px;
    background-image: url('images/footer_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    text-align: center;
    color: #FFF;
    font-size: 9px;
}

#clearfooter{clear:both;height:60px;}/*needed to make room for footer*/

div.between_hr {
    width:100%;
    border-top:1px solid #FF0101;
    border-bottom:1px solid #FF0101;
    padding:25px 0px;
    margin:5px 0px;
}

div.bottom_hr {
    width:100%;
    border-bottom:1px solid #FF0101;
    padding-bottom:25px;
    margin-bottom:5px;
}

div.sidebar_box{
    width: 189px;
    margin-left:16px;
    margin-bottom:20px;
    padding:5px;
    border:3px solid #e3e3e3;
    background-image: url("images/nav_box_bg_1.jpg");
    background-repeat: repeat-y;
}

div.searchbox{
    padding-top:15px;
    padding-bottom:15px;
}

#contact_box{
    width: 189px;
    margin-left:16px;
    margin-bottom:20px;
    padding:5px;
    color:#FFF;
}

#contact_box div.bottom_hr{
    padding-bottom:3px;
    margin-bottom:3px;
}

/* *** text *** */
div,p {margin-top:0} /*clear top margin for mozilla*/
#contentinner p, #contentinner ul, ol{margin-bottom:0.5em}
#contentinner ul, #contentinner ol{margin-left:20px;}

#contentinner h1{
    font-weight:normal;
    font-size:1.6em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
    border-bottom:1px solid #FF0101;
}

#contentinner h2{
    font-weight:bold;
    font-size:1.25em;
    line-height:135%;
    margin:20px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#contentinner h3{
    font-weight:bold;
    font-size:1.0em;
    line-height:135%;
    margin:20px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#contentinner h4, #contentinner h5, #contentinner h6{
    font-weight:normal;
    font-size:1.0em;
    line-height:135%;
    margin:20px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#contentinner ul li{
    list-style-type:none;
    padding-left:12px;
    margin-left:0px;
    margin-bottom:5px;
    background-image: url("images/ul_li_1.gif");
    background-repeat: no-repeat;
}

#contentinner ol li{
    margin-left:15px;
    margin-bottom:5px;
}

.small{
    font-size: 0.9em;
}

/* *** menu *** */
#nav_v_list_outer {
    margin-left: 13px;
    margin-bottom:20px;
    padding-top:75px;
    padding-left:3px;
    background-image: url("images/nav_box_bg_3.jpg");
    background-repeat: no-repeat;
    background-position: top;
}

#nav_v_list_inner  {
    width: 199px;
    border:3px solid #e3e3e3;
    border-top: none;
    background-image: url("images/nav_box_bg_1.jpg");
    background-repeat: repeat-y;
}

#nav_v_list {
    background-image: url("images/nav_box_bg_2.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom:30px;
}

#nav_v_list ul{
    margin-left: 10px;
}

#nav_v_list li{
    list-style-type: none;
    line-height:14px;
}

* html #nav_v_list li{
    height: 14px;
}

#nav_v_list ul li a{
    display: block;
    width:180px;
    height:18px;
    padding: 2px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    overflow: hidden;
}

#nav_v_list ul li a:hover{
    color: #9e2927;
}

#nav_v_list ul li ul li a{
    width:140px;
}

#nav_v_list ul li ul li ul li a{
    width:130px;
}


/* *** hyperlinks *** */
#content a{
    color:#E3E3E3;
    text-decoration: underline;
}

#content a:hover{
    color: #FF0101;
}

a img{
    border: none;
}

/* *** forms *** */
form{
    margin:0px;
    padding:0px;
}

input, textarea, select{
    border-top:2px solid #cecece;
    border-left:2px solid #cecece;
    border-right:2px solid #cecece;
    border-bottom:2px solid #cecece;
    background-image: url('images/input_bg.jpg');
    background-repeat: repeat-x;
    background-color:#CCC;
}

div.sidebar_box input, div.sidebar_box textarea, div.sidebar_box select{
    border-top:2px solid #cecece;
    border-left:2px solid #cecece;
    border-right:2px solid #cecece;
    border-bottom:2px solid #cecece;
    background-color:#CCC;
}

input.button, input.submit_button{
    background-image: none;
    background-color: #CCC;
    color: #000;
    border: 2px solid #cecece;
    font-weight: bold;
    font-size: 1.1em;
    padding:2px 10px;
}

input.radio_field, input.checkbox_field{
    border: none;   
}

fieldset {
    width:95%;
    border:1px solid #ccc;
    padding:2%;
    margin-bottom: 25px;
}
            
legend {
    background:#efe2e2;
    padding:4px;
    border:1px solid #6a1b1b;
    border-right-width:2px;
    border-bottom-width:2px;
    margin:0px 0px 4px 0px;
    font-weight:bold;
}

label {margin: 0px;}

#search_input{
    float: left;
    width: 114px;
    height: 16px;
    margin-right: 12px;
    padding: 3px;
    font-weight: bold;
}

#search_submit{
    border: none;
    vertical-align: middle;
}


/* *** misc *** */
table tr td {
    vertical-align: top;
}

.NoBorder{
    border:none;
}

.clear {
    clear: both;
}

hr{
    border: 1px solid #FF0101;
    color: FF0101;
    background-color: FF0101;
    height: 1px;
}

/* *** contact *** */
table.contact_form_fields{
    width:300px;
    margin-right:35px;
    float: left;
}

td.input_cell input{
    float:right;
    margin-bottom:5px;
    width:190px;
}

div.subject_box{
    margin-top:15px;
    margin-bottom:15px;
}

div.message_box{
    height:200px;
    width:400px;
}

div.message_box textarea{
    height:200px;
    width:400px;
}

.defaultSkin table.mceLayout {
    border:0;
    border-left:1px solid #666 !important;
    border-right:1px solid #666 !important
}

.defaultSkin table.mceLayout tr.mceFirst td {
    border-top:1px solid #666 !important
}

.defaultSkin table.mceLayout tr.mceLast td {
    border-bottom:1px solid #666 !important
}

.defaultSkin tr.mceLast .mceToolbar tr td {
    border:0 !important;
}

.defaultSkin .mceIframeContainer {
    border-top:1px solid #666 !important;
    border-bottom:1px solid #666 !important
}

div.subject_box input{
    width:402px;
}

div.submit_button{
    float:right;
    margin-left: 15px;
}

div.submit_button, div.cancel_button {
    margin-top:50px;
}

div.mandatory_fields_notice{
    font-size:0.8em;
    margin-top:25px;
}

tr.error_field td input{
    border:2px solid #9E0A0A;
}

div.error_message_box, div.sent_message_box{
    margin:0px 0px 25px 0px;
    padding:10px;
}

div.error_message_box{
    background-color:#FFEFEF;
    border:2px solid #9E0A0A;
}

div.sent_message_box{
    background-color:#F9FFEF;
    border:2px solid #659E0A;
}
