/* CSS Document */

body {
background-color: #FFF;
padding: 0px;
margin: 0px;
font: normal 0.9em Arial, sans-serif;
color: #333;
}

a, a:link, a:visited {
color: #0033CC;
}

a.hover {
color: #0033CC;
text-decoration:none;
}

.nav {
background: #006250 url(media/bg_nav.gif) left top repeat;
vertical-align:top;
height:100%
}

.navlink, a.navlink:link, a.navlink:visited{
display:block;
color: #F4EACA;
text-decoration:none;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
}

a.navlink:hover{
display:block;
color: #6B4F37;
padding-left: 10px;
background-color:#FFF;
border-right: 7px solid #6B4F37;
padding-top: 3px;
padding-bottom: 3px;
}

.navlinkOn{
display:block;
color: #6B4F37;
padding-left: 10px;
background-color:#E7D7A7;
border-right: 7px solid #6B4F37;
padding-top: 3px;
padding-bottom: 3px;
}


.subnavlink, a.subnavlink:link, a.subnavlink:visited{
display:block;
color: #F4EACA;
text-decoration:none;
padding-left: 25px;
padding-top: 3px;
padding-bottom: 3px;
}

a.subnavlink:hover{
display:block;
color: #6B4F37;
padding-left: 25px;
background-color:#FFF;
border-right: 7px solid #6B4F37;
padding-top: 3px;
padding-bottom: 3px;
}


.subnavlinkOn{
display:block;
color: #6B4F37;
padding-left: 25px;
background-color:#E7D7A7;
border-right: 7px solid #6B4F37;
padding-top: 3px;
padding-bottom: 3px;
}

.address {
display:block;
color: #F4EACA;
text-decoration:none;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
}


#content {
background-color: #FFF;
color: #333;
vertical-align:top;
padding:10px;
padding-top: 0px;
width:540px;
}

.bgBrown1 {
background: #F3EBD3 url(media/bg_beige.gif) left top repeat;
}

.bgBrown2 {
background: #E7D7A7 url(media/bg_beige2.gif) left top repeat;
}

.copyright {
background: #ECDFB9 url(media/bg_brown3.gif) left top repeat;
font-size: 75%;
padding-left: 10px;

}

.swapImg {
background: #006250 url(media/bg_nav.gif) left top repeat;
vertical-align:bottom
}

#bread {
font-size: 75%;
padding:0px;
}

.bread {
font-size: 80%;
padding:0px;
}

h1 {
font-size: 130%;
color: #006633;

}

.errortext {
color: #990033;
}

.confirmtext {
color: #006633;
}

.greenbold {font-size: 120%;color:#006633;font-weight:bold;}
.brownbold {font-size: 120%;color:#663333;font-weight:bold;}
.brownlitebold {font-size: 120%;color:#A69588;font-weight:bold;}

#printHeader{display:none;}

.loginBox {border:1px solid #006250}

.loginBoxTitle {color: #FFF; background-color:#006250}

hr {color:#006250}

.bottomBorder {border-bottom:1px solid #666}
.bottomBorderTitle {border-bottom:1px solid #666;text-align: left;}

.imgRight {margin:0px 0px 5px 10px}
.imgThumb img{height:36px;}

/* test forum */
p, a, th, td, ul, ol, li, div, span, input, textarea {
    font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.error { font-family: sans-serif, arial; font-size: 12px; color:#cc0000; }
.labelNew { font-weight: bold; color:#cc0000; }

.listheader { padding: 0.4em; font-weight: bold; color: #ffffff; background-color: #243B52; }
.listColumnText { padding: 0.8em; vertical-align: top; border-bottom: 1px solid #243B52; font-size: 10px; }
.listColumnNumber { padding: 0.8em; vertical-align: top; text-align: center; border-bottom: 1px solid #243B52; font-size: 10px; }

a.listItemLink:link {font-weight: bold; color: #0D2888; text-decoration: none; }
a.listItemLink:visited {font-weight: bold; color: #0D2888; text-decoration: none; }
a.listItemLink:active {font-weight: bold; color: #000000; text-decoration: underline; }
a.listItemLink:hover { font-weight: bold; color: #F27900; text-decoration: underline; }

a.menuitem:link { font-weight: bold; text-decoration: none; color: #666698; }
a.menuitem:visited { font-weight: bold; text-decoration: none; color: #666698; }
a.menuitem:active { font-weight: bold; text-decoration: underline; color: #666698; }
a.menuitem:hover {font-weight: bold; text-decoration: underline; color: #000000; }

a.pageLink:link { font-weight: bold; text-decoration: none; color: #4373b4; }
a.pageLink:visited { font-weight: bold; text-decoration: none; color: #4373b4; }
a.pageLink:active { font-weight: bold; text-decoration: none; color: #4373b4; }
a.pageLink:hover { font-weight: bold; text-decoration: underline; color: #4373b4; }

a.lastPostLink:link { font-size: 10px; font-weight: bold; text-decoration: none; color: #4373b4; }
a.lastPostLink:visited { font-size: 10px; font-weight: bold; text-decoration: none; color: #4373b4; }
a.lastPostLink:active { font-size: 10px; font-weight: bold; text-decoration: none; color: #000000; }
a.lastPostLink:hover { font-size: 10px; font-weight: bold; text-decoration: underline; color: #4373b4; }

input { background: #f1f1f1; border: 1 solid #243B52; color: #000000 }
input.radio { background: transparent; border: 0; }
textarea { background: #f1f1f1; border: 1 solid #243B52; color: #000000 }
select { background: #f1f1f1; border: 1 solid #243B52; color: #000000 }

tr.bglight { background-color: #f1f1f1; }
tr.bgdark { background-color: #dddddd; }

table.legend { border: 1 solid #243B52; }


td.navtd { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left;}

a.footerLink:link { color: #0D2888; text-decoration: none; font-size: 10px; }
a.footerLink:visited { color: #0D2888; text-decoration: none; font-size: 10px; }
a.footerLink:active { color: #000000; text-decoration: underline; font-size: 10px; }
a.footerLink:hover { color: #000000; text-decoration: underline; font-size: 10px; }

tr.pagerStyle { }
tr.pagerStyle A:link { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:visited { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:active { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:hover { font-weight: bold; text-decoration: underline; color: #4373b4; }

/*field set stuff*/
legend.title {color: #006633;font-weight:Bold;}
a.fieldlink:link { color: #0D2888; text-decoration: none;}
a.fieldlink:visited { color: #0D2888; text-decoration: none;}
a.fieldlink:active { color: #0D2888; text-decoration: none; }
a.fieldlink:hover { color: #006633; text-decoration: underline;}
.fieldheading {color: #694f38}
