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

body { background: url('images/bg_header.png') repeat-x #f3f3f3; color: #666666; font-family: arial, helvetica, sans-serif; font-size: 90%; line-height: 120%; }

.container { margin: 0px auto 0px auto; width: 798px; }

/* headers */
h1, h2, h3 { color: #666666; font-weight: bold; margin-top: 15px; }
h1 { font-size: 210%; }
h2 { font-size: 170%; }
h3 { font-size: 120%; }

/* hyperlinks */
a { color: #809b30; text-decoration: none; }
  a:hover { color: #2c2e22; }

/* paragraphs */
p { padding: 5px 0px 5px 0px; }

/* misc */
.error { color: #ff0000; font-weight: bold; }

/* forms */
input.text { background: #ffffff !important; border: 1px solid #cccccc; }
textarea { background: #ffffff !important; border: 1px solid #cccccc; }

/* header */
#header_container { clear: both; overflow: hidden; }
  #header { height: 55px; }

/* logo */
#logo { background: url('images/bg_logo.jpg') no-repeat #ffffff; border: 1px solid #d5d5d5; border-bottom: 0px; clear: both; height: 327px; margin: 0px auto 0px auto; overflow: hidden; padding-left: 15px; width: 785px; }
  #logo h1 { color: #333333; font-size: 300%; padding: 130px 0px 0px 20px; }
  #logo h2 { font-size: 150%; font-style: italic; margin-top: 15px; padding-left: 50px; }
    #logo h2 a { color: #666666; }

/* search */
#search { float: right; padding-top: 7px; }
  .css_table_search { }
    .css_table_search div.cell_1 { float: left; width: 80%; }
    .css_table_search div.cell_2 { float: left; width: 20%; }
      .css_table_search div.cell_1 div { padding: 5px; }
      .css_table_search div.cell_2 div { padding: 5px; }
        .css_table_search input { font-size: 120%; }
        .css_table_search input.text { margin-top: 3px; width: 250px; }
        .css_table_search input.button { font-size: 100%; padding: 1px; }

/* menu */
#menu { background: url('images/bg_menu.png') repeat-x #809b30; height: 60px; margin: 0px 14px 0px 14px; width: 770px; }
  #menu ul { list-style: none; }
    #menu li { background: url('images/bg_menu_divider.png') no-repeat right top; float: left; height: 60px; }
      #menu .line { }
      #menu .noline { background: none; }
  #menu a { color: #ffffff; display: block; font-size: 110%; font-weight: bold; padding: 20px 10px 0px 10px; }
    #menu a:hover { color: #2c2e22; }

/* body */
#body_container { background: #ffffff; border: 1px solid #d5d5d5; border-top: none; clear: both; overflow: hidden; }
  #body { }
    #content { float: left; padding: 20px 5px 20px 15px; width: 528px; }
      #content .adframe { margin-top: 10px; overflow: hidden; }
        #content .adframe .adleft { float: left; }
        #content .adframe .adright { float: right; }

/* sidebar */
#sidebar { float: left; padding: 10px 15px 0px 5px; width: 230px; }
  .sidebox { padding: 5px; }
    .sidebox h2 { border-bottom: 1px dotted #98b42b; padding-bottom: 3px; }
    .sidebox ul { list-style: none; }
      .sidebox li { line-height: 150%; }

/* footer */
#footer_container { background: #f3f3f3 url('images/bg_footer.png') repeat-x; clear: both; height: 140px; overflow: hidden; }
  #footer { padding-top: 15px; text-align: center; }
      #footer a:hover { color: #ffffff; }