@charset "utf-8";
/* CSS Document */

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

body {
    font: 68%/19px Verdana, Helvetica, sans-serif, Tahoma, Arial;
    /* if the page text is to small change to "75%/21px" */
    color: #444;
    background: #c3dc50;
}

a {
color:#8BB5C9;
text-decoration: none;
font-weight: bold;
padding: 1px 0px 1px 0px;
}
a:hover {color: #04529E; background: #E5EEF2; }

/* 
#########################
## Header
##########################
*/
#header {
    width: 900px;
    border: 1px solid #fff;
    margin: 0px auto;
    padding: 0px 0px;
    background: #ffffff url(images/header_image.jpg);
    height: 189px;
    clear: both;
    color: #B2D09D;
}

#header h1 { 
    font-size: 230%;
    line-height: 100px;
    width: 400px;
    font-weight: normal;
    color: #ooo;
    background: transparent;
}


/* 
#########################
## Structure
##########################
*/

#wrapper {
    width: 900px;
    margin: 0px auto;
    padding: 0px 15px;
    background: #fff url(images/body_bg_930.gif) top center repeat-y;
    clear: both;
}

#main {
    margin: 0px auto;
    padding: 0px 25px;
    width: 850px;
    border-top: 5px solid #B2D09D;
    clear: both;
}

#footer {
    margin: 0px auto;
    padding: 10px 20px;
    width: 860px;
    border-top: 2px solid #f8f8f8;
    background: #e5e5e5;
    clear: both;
}

/* 
#########################
## Content
##########################
*/
#content {
    margin: 0px 200px 30px 150px;
    padding: 0px 30px 20px 30px;
    width: 440px;
    float: left;
}

* html #content{
    display: inline;
}

.node {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 5px solid #E3E3E3;
}


/* 
##########################
## Left and Right Side bars
##########################
*/

#left {
    margin: 0px 0px 30px -850px;
    padding: 0px 0px 20px 0px;
    width: 150px;
    float: left;
    border-bottom: 5px solid #E3E3E3;
}

#right {
    margin: 0px 0px 30px -200px;
    padding: 0px 0px 20px 0px;
    width: 200px;
    float: left;
    border-bottom: 5px solid #E3E3E3;
}



/* 
#########################
## Other
##########################
*/
ul.nav {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

ul.nav a{
    margin: 0px;
    padding: 0px 10px 0px 10px;
    display: block;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    font-size: 90%;
    background: #fff;
    color: #8BB5C9;
    border-bottom: 1px solid #E3E3E3;
}


ul.nav a:hover{
    color: #04529E;
    background: #E5EEF2;
    border-bottom: 1px solid #00A3E7;
}

.clear { clear: both; width: 100%;}

form#searchform {
    float:right;
    font-size: 9px;
    margin-top: 35px;
}

form#searchform input {
    color: #B2D09D;
    background: transparent;
    border: 1px solid #B2D09D;
    font-size: 11px;
    padding: 3px;
}

form#searchform input:hover {
    background: #181818;
}

form#searchform .button {
    padding: 2px;
}

/* 
#########################
## Header Tags
##########################
*/
h1, h2, h3, h4, h5, h6 {
    color: #005073;
}

#content h1 { 
    font-size: 120%;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

h2 { 
    font-size: 160%;
    line-height: 20px;
    height: 40px;
    padding: 10px 0px;
    margin: 0px auto;
    text-align: center;
}

#left h2, #right h2 { 
    font-size: 120%;
    line-height: 40px;
    margin: 0px;
    text-align: center;
    padding: 0px;
}