html {
    height: 100%;
}
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #3E4D0C;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg_wide.gif);
    background-color: #77923D;
    background-repeat: repeat-y;
    background-position: center;
    position: relative;

}
h1 {
    font-family: Helvetica,Arial,Verdana;
    color: #030;
    display: block;
    height: 35px;
    vertical-align: center;
    margin: 5px 0 5px 10px;
    padding: 3px 0 0 45px;
    font-size: 22px;
    background-image: url(../images/title_images/home.jpg);
    background-repeat: no-repeat;
}


h2,h4 {
    color: #742424;
    border-bottom: 1px dotted #C79D99;
    letter-spacing: -1px;
    margin: 3px 0;
    font-size: 1.4em;
}
h3 {
    font-size: 1.2em;
}
h6 {
    background-color: #F5F5F5;
    border-top: 1px dotted #7F8B66;
}

ul {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
ul li {
    margin: 0px;
    border-bottom: 1px dotted #7F8B66;
    padding: 4px 4px;
    overflow: auto;
}
ul li.hilighted {
    background-color: #F5F5F5;
}
ul li.final {
    border: 0;
}
ul li h3 {
    margin: 0;
}

a:link,
a:visited {
    color: #C00000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a.biglink:link,
a.biglink:visited {
    color: #742424;
    font-size: 11pt;
    letter-spacing: -1px;
    text-decoration: none;
}
a.biglink:hover {
    text-decoration: underline;
}


div#topline {
    background-color: #839166;
    width: 100%;
    height: 5px;
    margin: 0px;
    padding: 0px;
    font-size: 1px;
}
div#topwline {
    background-color: #FFF;
    width: 100%;
    height: 57px;
}

div#topwline_wraper {
    background-color: #FFF;
    margin: auto;
    width: 928px;
    height: 57px;
}
div#topwline_wraper div#menu {
    position: relative;
    width: 515px;
    height: 57px;
    background-image: url(../images/menu_bg.gif);
    background-repeat: repeat-x;
    float: right;
    overflow: hidden;
}
div#topwline_wraper div#menu img#menu_right {
    float: right;
}
div#topwline_wraper div#menu img#menu_left {
    float: left;
}
div#topwline_wraper div#menu .menu_item {
    float: left;
    margin: 4px 0 0 0;
}
img#topwline_shadow{
    display: block;
    width: 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='/images/shadow.png',
      sizingMethod='image');
}

div#main_wraper {
    width: 940px;
    margin: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -82px;
}

div#side_block {
    float: right;
    width: 258px;
    position: relative;
    margin: 0 10px 0 0;
}
div#side_block div.side_box {
    width: 258px;
    background-image: url(../images/side_box_bg.gif);
    background-repeat: repeat-y;
    background-color: transparent;
    margin: 0 0 10px 0;
}
div#side_block div.side_box img.side_box_head,
div#side_block div.side_box img.side_box_foot,
div#main_block div.main_box img.main_box_head,
div#main_block div.main_box img.main_box_foot {
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#side_block div.side_box div.side_box_body {
    clear: both;
    background-image: url(../images/side_box_body_bg.jpg);
    background-repeat: no-repeat;
    width: 230px;
    margin: auto;
    padding: 5px 10px;
}

div#main_block {
    float: left;
    width: 633px;
    position: relative;
    margin: 0 0 0 10px;
}

div#board {
    float: left;
    width: 98%;
    position: relative;
    margin: 0 0 0 10px;
}

div#main_block p{
    margin: 0;
    width: 590px;
    padding: 5px 5px 5px 20px;
    color: #000000;
    font-size: 12px;
    text-align: justify;
}
div#main_block p.p-green{
    margin: 0;
    width: 600px;
    padding: 5px 5px 5px 20px;
    color: #000000;
    font-size: 12px;
    text-align: justify;    
}
/* Main box */
div#main_block div.main_box {
    width: 633px;
    background-color: #B4DC2F;
    background-image: url(../images/main_box_bg.gif);
    background-repeat: repeat-y;
}
div#main_block div.main_box h2,
div.flexibox h2{
    font-size: 1.6em;
    padding-bottom: 4px;
}
div#main_block div.main_box h4,
div.flexibox h4{
    font-size: 1.3em;
    padding-bottom: 2px;
}
div#main_block div.main_box div.main_box_body,
div.flexibox div.flexibox_body{
    clear: both;
    margin: auto;
    width: 601px;
    background-image: url(../images/main_box_body_bg.gif);
    background-repeat: repeat-x;
    padding: 5px 10px;
}
/* Flexible box */
div.flexibox {
    width: auto;
    background-color: #FFF;
    background-image: url(../images/mbb_right.gif);
    background-repeat: repeat-y;
    background-position: right;
}
div.flexibox div.flexibox_bgleft {
    width: auto;
    background-image: url(../images/mbb_left.gif);
    background-repeat: repeat-y;
    background-position: left;
}
div.flexibox div.flexibox_header{
    height: 13px;
    background-image: url(../images/mbh_bg.gif);
    background-repeat: repeat-x;
    clear: both;
}
div.flexibox div.flexibox_footer{
    height: 29px;
    background-color: #B4DC2F;
    background-image: url(../images/mbf_bg.gif);
    background-repeat: repeat-x;
    clear: both;
}
div.flexibox div.flexibox_body{
    width: auto;
    margin: 0px 6px;
}

/* Footer */
div#main_wraper .push{
    height: 82px;
    clear: both;
}
div#footer {
	color:#bbbbbb;
    background-color: #354727;
    background-image: url(../images/footer_bg.gif);
    background-repeat: repeat-x;
    height: 82px;
    width: 940px;
    margin: auto;
}

a#footer:link,
a#footer:visited {
    color: #eeeeee;
}

a#footer:focus {
    color: #ffffff;
}
div.block_1of0 {
    width: 830px;
}
div.block_1of_all {
    width: 920px;
}
div.block_1of1 {
    width: 633px;
}

div.block_1of_blog {
    width: 650px;
}
div.block_1of2 {
    width: 312px;
}
div.flexibox div.block_1of2 {
    width: 290px;
}
div.block_1of3 {
    width: 210px;
}
div.block_2of3 {
    width: 420px;
}
div.block_1of4 {
    width: 150px;
}
div.block_3of4 {
    width: 476px;
}
div.spacer {
    height: 7px;
    clear: both;
}
div.spacer_small {
    height: 2px;
    clear: both;
}
div.separator {
    height: 15px;
    clear: both;
}
div.separator_big {
    height: 40px;
    clear: both;
}
.inbox_thumb {
    padding: 0 8px 0 0;
}
.pad_r_mid {
    padding: 0 5px 0 0;
}
.error {
    color: #FF0000;
}
.right{
    float: right;
}
.center{
    margin: auto;
}
.left{
    float: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}
/* Forms */

textarea,
input.editbox {
    border: 1px solid #57643C;
}

form.generic_form {
}
form.generic_form div.inputs label{
    float: left;
}
form.generic_form div.inputs input{
    float: right;
    width: 250px;
}

form.small_form div.inputs input{
    width: 120px;
}
/* Analitical Tools */
select.at {
	width:			200px;  
}


input.at {
    font-family:	Verdana,Arial,Helvetica,sans-serif;
    font-size:		11px;
	width:			65px;  
    text-align:		right;
}

td.at, th.at {
	color: #742424;
}
input.at-submit {
	width:200px;
}
/*Colors*/
.col_red h2,
.col_red h3{
    color: #742424;
    border-color: #C79D99;
}
.col_brown h2,
.col_brown h3{
    color: #6B5D05;
    border-color: #A1943D;
}
.col_blue h2,
.col_blue h3{
    color: #005768;
    border-color: #055C6D;
}
div.line1 {
    background-color: #f5f5f5;
    border-bottom: 1px dotted #7F8B66;
}
div.line2 {
    background-color: #ffffff;
    border-bottom: 1px dotted #7F8B66;
}
div.f_sans {
    font-family: sans-serif;
    color: #000;
    display: block;
    height: 35px;
    vertical-align: center;
    margin: 5px 0 5px 10px;
    padding: 3px 0 0 45px;
    font-size: 24px;
}
div.f_ver {
    font-family: Verdana;
    color: #000;
    display: block;
    height: 35px;
    vertical-align: center;
    margin: 5px 0 5px 10px;
    padding: 3px 0 0 45px;
    font-size: 24px;
}
div.f_helv {
    font-family: Helvetica;
    color: #030;
    display: block;
    height: 35px;
    vertical-align: center;
    margin: 5px 0 5px 10px;
    padding: 3px 0 0 45px;
    font-size: 24px;
}
div.f_arial {
    font-family: Arial;
    color: #030;
    display: block;
    height: 35px;
    vertical-align: center;
    margin: 5px 0 5px 10px;
    padding: 3px 0 0 45px;
    font-size: 24px;
}
div.f_gar {
    font-family: Garamond;
    color: #030;
    display: block;
    height: 35px;
    vertical-align: center;
    margin: 5px 0 5px 10px;
    padding: 3px 0 0 45px;
    font-size: 24px;
}
div.f_times {
    font-family: Times;
    color: #030;
    display: block;
    height: 35px;
    vertical-align: center;
    margin: 5px 0 5px 10px;
    padding: 3px 0 0 45px;
    font-size: 24px;
}

td.p1smap {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 5px 0 5px 10px;
    float:left;
    padding: 3px 0 0 0px; 
    font-size:11px;    
}
td.p2smap {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 5px 0 5px 10px;
    float:left;
    padding: 3px 0 0 45px; 
    font-size:11px;     
}
td.p3smap {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 5px 0 5px 10px;
    float:left;
    padding: 3px 0 0 90px;   
    font-size:11px;     
}
