﻿html
{
    height: 100%;
    margin: 0;
    padding: 0;
}
body 
{
    height: 95%;
    margin: 10px 0;
    background: #eeeeee url(/images/wood5.jpg);
    /* font-family: Georgia, Times New Roman, Serif; */
    font-family: Tahoma, Sans-Serif;
    font-size: 8.5pt;
    line-height: 1.3;
    color: #000;
}
form
{
    height: 100%;
    margin: 0;
    padding: 0;
}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

h1, h2
{
    font-family: Georgia, Times New Roman, Serif;
    color: #66cc33;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 0.9em 0 0.8em 0;
    margin: 0;
}
h1 a, h2 a
{
    color: #66cc33;
}
h3
{
    /* 
    font-family: Georgia, Times New Roman, Serif;
    */
    font-size: 1.1em;
    padding: 5px 0 2px 0;
    margin: 0;
}
h4
{
    font-size: 1em;
}

a.linkbutton, input.linkbutton
{
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    padding: 4px 8px;
    margin: 0 3px 0 0;
    border: solid 1px #000000;
    cursor: pointer;
    background: #66cc33;
}
input.linkbutton
{
}
a.linkbutton:hover, input.linkbutton:hover
{
    background-color: #77dd44;
    border-color: #666600;
    text-decoration: underline;
}
input.text, textarea.text, select.text
{
    font-family: Arial, Sans-Serif;
    font-size: 1.1em;
    border: solid 1px #66cc33;
}

a.external-link 
{
    background: url(/images/extlink.gif) right center no-repeat;
    padding-right: 14px;
}

/* ------ HRs ------ */

div.hr1
{
    clear: both;
    padding: 0;
    margin: 0;
    height: 1px;
    width: 944px;
    background-color: #000;
}
div.hr1 hr
{
    display: none;
}

div.hr2
{
    clear: both;
    padding: 0;
    margin: 0;
    height:1px;
    border: 1px dotted #000; 
    border-style: none none dotted;
}
div.hr2 hr {
    display: none;
}

div.clearboth 
{
    clear: both;
    margin: 0;
    padding: 0;
}

/* ------ Page ------ */

#pageouter
{
    width: 994px;
    padding: 0 0 6px 0;
    background: #ffffff;
    border: solid 1px #999;
    margin: 0 auto -50px;

    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#pageinner
{
    background: #ffffff;
    width: 959px;
    padding: 0 10px 0 25px;
    border: solid 1px #999;
    

    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px auto;
}

#footer 
{
    background-color: #66cc33;
    width: 949px;
    margin: 0 auto;
    padding: 18px 20px 25px 25px;
    height: 5px;
/*
    font-size: 1em;
    display: block;
    width: 944px;
*/
}
#footerpush {
    height: 75px;
    clear: both;
}
#footerpadding 
{
    height: 20px;
    display: block;
}

/* ------ Header ------ */

#header 
{
    width: 944px;
    padding: 0 0 15px 0;
    margin: 0;
    border-bottom: solid 1px #000;
    display: block;
}
#header_logo
{
    vertical-align: top;
    width: 210px;
    padding: 35px 0 15px 15px;
    margin: 0;
    display: block;
    float: left;
}

#header_nav
{
    vertical-align: top;
    width: 240px;
    padding: 33px 0 0 0;
    margin: 0;
    display: block;
    float: left;
}
#header_nav ul 
{
    width: 240px;
    padding: 0;
    margin: 0;
    list-style: none;
}
#header_nav ul li 
{
    width: 110px;
    padding: 0 0 3px 0;
    margin: 0;
    display: block;
    float: left;
}
#header_nav ul li.selected a
{
    color: #66cc33;
}
#header_right
{
    width: 460px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

/* ------ Content ------ */

#content
{
    width: 100%;
    padding: 0 0 30px 0;
    display: inline;
    clear: both;
}

/* ------ Content Left ------ */

div.contentLeft
{
    width: 200px;
    padding: 0 10px 0 0;
    margin: 0 0 10px 0;
    display: block;
    float: left;
/*
    background: purple;
*/
}

div.contentLeft ul.contentLeftNav 
{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
div.contentLeft ul.contentLeftNav li
{
    margin: 0;
    padding: 2px 0;
    border-bottom: dotted 1px #000;
}
div.contentLeft ul.contentLeftNav li.selected a
{
    color: #66cc33;
}

/* ------ Content Right ------ */

div.contentRight
{
    width: 732px;
    display: block;
    float: left;
    margin: 0 0 0 14px;
    vertical-align: top;
    /*
    background: yellow; 
    */
}
div.contentRightCol1, div.contentRightCol2, div.contentRightCol3
{
    width: 227px;
    margin: 0 14px 0 0;
    display: block;
    float: left;
    vertical-align: top;
}
div.contentRightCols12
{
    width: 462px;
    margin: 0 24px 0 0;
    display: block;
    float: left;
}
div.contentRightCols23
{
    width: 462px;
    float: left;
    display: block;
}
/* ------- Footer ------ */

#footer_left
{
    display: block;
    float: left;
}
#footer_right
{
    display: block;
    float: right;
}

#footer_right ul {
    text-align: center;
    padding: 0;
    margin: 0;
}
#footer_right li {
    display: inline;
    padding: 0;
    margin: 0;
}
#footer_right a {
	padding: 0 5px 0 8px;
	border-left: 1px solid #000000;
    color: #000000;
}
#footer_right .first {
	padding-left: 0;
	border-left: 0 none;
}

