@charset "UTF-8";
/* CSS Document */

html {
height: 101%;
}

body {
padding: 0;
margin: 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
background: #333;
}

p {
margin: 0;
padding: 0;
}

h1 {}

h2 {
text-align: center;
text-decoration: none;
margin: 0;
color: #426807;
}

h3 {
padding: 0;
margin: 9px;
color: #426807;
}

h4 {
padding: 0;
margin: 9px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999694;
}

a {
color: #f9ffe1;
}

a:hover {}

a:visited {}

blockquote {
font-style: italic;
color: #9d5116; 
}

/***************************       TOP LAYOUT         ************************/

#container {
text-align: left;
margin: 0 auto;
width: 1000px;
}

.band {
height: 11px;
background: #426807; 
}

#header {
background: url(../images/banner.jpg) no-repeat;
height: 416px;
}

#banner {
padding: 141px 127px 0 144px;
}


/***************************       NAVIGATION         ************************/


#anav {
width: 252px;
float: left;
}

#anav ul {
margin: 0 0 0 30px;
padding: 0;
}

#anav li {
margin: 3px 0 0 0;
padding: 0;
list-style: none;
}

#anav li a {
text-decoration: none;
display: block;
padding: 7px 7px 3px 15px;
margin: 0;
height: 33px;
color: #424242;
font-size: 13px;
}

#anav li a:hover {
padding: 7px 0 3px 34px;
height: 33px;
color: #fff;
text-decoration: none;
background: url(../images/anav_over.jpg) no-repeat; 
}

#anav li a.active {
padding: 7px 0 3px 34px;
height: 33px;
color: #fff;
text-decoration: none;
background: url(../images/anav_over.jpg) no-repeat; 
}

.bnav {
clear: both;
display: block;
text-align: right;
padding: 12px 0 0 0;
}

.bnav_space {
padding: 0 9px;
}

.bnav_space a {
text-decoration: none;
color: #426807;
}

.bnav_space a:hover {
color: #fb7803;
text-decoration: none;
}

/***************************       CONTENT LAYOUT         ************************/

#bg_content {
background: url(../images/bg_gradient.jpg) repeat-x #fff;
}

#bg_white {
background: url(../images/bg_content.png) repeat-y;
margin: 0 auto;
}

#bg_middle {
width: 765px;
margin: 0 0 0 127px;
}


#main_content_frame {
width: 765px;
margin-left: 127px;
background: url(../images/bg_left_shadow.jpg) no-repeat #fff;
}

#body_content {
margin: 0 0 0 9px;
background: url(../images/bg_right_shadow.jpg) no-repeat right top #fff;
}

#content_bottom {
clear: both;
background: url(../images/bg_bottom_shadow.png) no-repeat;
height: 26px;
margin-left: 127px;
}

.leftcol {
width: 252px;
margin: 0 0 0 18px;
padding: 9px 0 0 0;
}

.leftcol ul {
}

.leftcol li {
padding: 3px;
}

.rightcol {
float: right;
margin: 0 18px 0 0;
padding: 27px 9px 9px 9px;
width: 443px;
}

.rightcol a {
color: #426807;
}

.btm_right_col {
background: url(../images/bg_btm_rightcol.gif) no-repeat;
height: 145px;
float: right;
margin: 0 18px 0 0;
width: 443px;
padding: 9px;
display: block;
}

.beg {
font-size: 16px;
font-weight: bold;
}

/***************************       FOOTER         ************************/


#footer {
height: 64px;
background: #426807;
clear: both;
text-align: center;
padding: 10px 0 0 0;
}

#credit2 {
text-align: center;
font-size: 0.9em;
padding: 7px;
}
