html {
    font-size: 125%;
}

body {
    font-size: 50%;
    font-family: "Gill Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
    background-color: #00a94f;
}

* {
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
    width: 780px;
    left: 50%;
    margin: 0 0 0 -390px;
    padding: 1px 0;
    background-color: #fff;
}

#banner h1 {
    text-indent: -5000px;
    background: url(../images/banner.gif) 50% no-repeat;
    width: 780px;
    height: 250px;
    margin: 10px 0;
}

/* ##### NAVIGATION STYLES ##### */

#contentarea {
    width: 100%;
    background: url(../images/nav_bg.gif) repeat-y;
}

#nav {
    float: left;
    width: 140px;
    padding: 5px 0 5px 10px;
}

#nav ul {
    list-style: none;
}

#nav ul a {
    display: block;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
}

#nav ul a:hover {
    text-decoration: underline;
}

#nav ul li {
    padding: 10px 0;
}

/* ##### MAIN STYLES ##### */

#main {
    float: right;
    width: 590px;
    padding: 0 10px;
}

#main h1 {
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    background: url(../images/h1_bg.gif);
    margin: 0 0 15px 0;
}

#main h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #005daa;
    margin: 15px 0;
    border-bottom: 1px solid #005daa;
}

#main p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 15px 0;
}

#main a {
    color: #005daa;
}

#main a:link, #main a:visited {
    text-decoration: underline;
}

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

#main ul {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 15px 0 15px 15px;
}

#main li {
    margin-top: 10px;
}

#main .block_indent {
  margin-left: 20px;
  }

#main .block_indent p {
  margin: 0;
  padding: 2px 0;
  line-height: 1.3em;
  }

/* ##### FOOTER STYLES ##### */

#footer {
    background-color: #ccc;
    padding: 10px 0;
    line-height: 2em;
}

#footer p {
    text-align: center;
    font-size: 1.2em;
}

#footer_nav {
    clear: both;
    width: 780px;
    height: 40px;
    background-color: #ccc;
}

#footer_nav ul {
    float: left;
    list-style: none;
    margin: 0 5% 0 5%;
    padding: 0;
    width: 780px;
}

#footer_nav ul li {
    float: left;
}

#footer_nav ul a {
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0 1.1em;
}

#footer_nav ul a:hover {
    text-decoration: underline;
}
/* ##### SPECIAL STYLES ##### */

a.news_item {
    font-weight: bold;
}

.reqtext {
    color: #c03;
    font-weight: bold;
}

.error_msg {
    border: 2px solid #006;
    background-color: #09c;
}

/* ##### CSS HACKS ##### */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */