@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} */

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }


.hidden, .nostyles {
display:none;
}

/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) repeat-x #575551;
font-family:"Microsoft Sans Serif", Arial, Helvetica, sans-serif;
font-size:75%; 
color:#000000;
}

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:url(../images/containerBkgd.png) repeat-y;
height:auto;
width:960px;
margin:0 auto;
position:relative;
top:20px;
}
/*********************************/
/*        HEADER
/*********************************/

#hdr {
background:url(../images/banner.jpg) no-repeat;
width: 936px;
height:321px;
position:relative;
left:13px;
}

/*hotlink for logo*/
#hdr h1 {
position:relative;
float:left;
width:390px;
left:20px;
top:40px;
}

#hdr h1 a {
display:block;
height:60px;
outline:none;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
font-size:.8em;
padding:0;
position:relative;
float:left;
width:220px;
left:34px;
margin:-90px 0 140px 0;/*r margrin is hte space for contact info*/
}

#nav ul li .selected{
color:#FFFFFF;
text-decoration:none;
background-position: 0 -27px;
}

#nav ul li .expanded{
color:#000000;
text-decoration:none;
background-position: 0 -27px;
}

#nav ul li {
display:block;
list-style:none;
z-index:2;
margin:5px 0;
}

#nav ul li a {
background: url(../images/navBkgd.gif) 0 0 no-repeat;
background-position:top left;
height:27px;
width:220px;
padding:0 0 0 23px;
font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
line-height:27px;
font-size:1.2em;
color:#fdfcf9;
text-transform:uppercase;
display:block;
text-decoration:none;
outline:none;
}

#nav ul li a:hover {
color:#FFFFFF;
text-decoration:none;
background-position: 0 -27px;
}

/*begin second tier*/
#nav ul ul {
margin:10px 0 13px 0;
}

#nav ul ul li {
margin:2px 0;
}

#nav ul ul li a {
background:none;
height:1.3em;
width:220px;
padding:0 0 0 22px;
font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
line-height:1em;
font-size:1.2em;
color:#243a2b;
text-transform:none;
display:block;
text-decoration:none;
outline:none;
}

#nav ul ul li a:hover {
text-decoration:underline;
}

/*begin third tier*/
#nav ul ul ul {
margin:.5em 0 .5em 0;
}

#nav ul ul ul li {
margin:2px 0;
}

#nav ul ul ul li a {
background:url(../images/subnavBullet.gif) no-repeat top left;
height:1.3em;
width:220px;
padding:0 0 0 10px;
margin:0 0 0 40px;
font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
line-height:1em;
font-size:1.2em;
color:#243a2b;
text-transform:none;
display:block;
text-decoration:none;
outline:none;
}

#nav ul ul ul li a:hover {
background:url(../images/subnavBullet.gif) no-repeat top left;
text-decoration:underline;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
width:580px;
margin:-87px 0px 0 0px;
padding:0 0px 45px 0;
min-height:500px;
position:relative;
right:70px;
float:right;
z-index:99;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#366e16;
text-decoration:underline;
}

#contentarea a:hover {
text-decoration:none;
}

#contentarea p {
line-height:1.5em;
}

/*paragraph header styling*/
#contentarea .txthdr {
height:1.5em;
padding:0 0 0 0px;
margin:0 0 11px 0;
font-size:1.8em;
color:#32312d;
font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
display:inline-block;
}

/*********************************/
/*     CONTACT INFORMATION
/*********************************/

#contact {
position:absolute;
bottom:75px;
margin:35px 0 15px 36px;
z-index:92;
}

#contact span {
color:#366211;
font-weight:bold;
}

#contact .button {
margin:1.6em 0 0 40px;
}

#contact .button a{
height:22px;
width:125px;
background:url(../images/contactformButton.jpg) 0 0 no-repeat;
background-position:top left;
display:block;
line-height:20px;
text-decoration:none;
text-transform:uppercase;
font-size:.85em;
text-align:left;
padding:0 0 0 8px;
font-weight:bold;
color:#333333;
}

#contact .button a:hover {

text-decoration:none;
background-position: 0 -22px;
}

/*********************************/
/*            FOOTER
/*********************************/

/*the transparent part*/
#footer {
background:url(../images/footerBkgd.jpg) no-repeat;
width:960px;
height:72px;
clear:both;
}

#footer p {
text-align:center;
}

/*copyright blurb*/
#footer .copyright {
text-align:center;
position:relative;
top:35px;
left:130px;
color:#333333;
}

#footer .copyright {
margin:0;
}

