﻿@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,/*blockquote,*/th,td {    
    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; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) repeat;
font-family:"Franklin Gothic Medium", Arial, Helvetica, sans-serif;
font-size:85%; 
color:#000000;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:url(../images/containerBkgd.jpg) repeat-y;
height:auto;
margin:0 auto;
position:relative;
width:965px;
font-size:1em;  /* displayed at 12px */
top:10px;
}

#topnav {
position:relative;
float:right;
margin:50px 0 0 0px;
width:120px;
right:140px;
}

#topnav ul {
}
 
#topnav ul li {
list-style:none;
}

#topnav ul li a {
color:#583717;
font-size:1.4em;
text-decoration:none;
}

#topnav ul li a:hover {
text-decoration:underline;
}


#hdr {
background:url(../images/hdr.jpg) no-repeat;
width:965px;
height:254px;
position:relative;
}

#container #hdr h1 {
position:relative;
float:left;
display:inline;
width:340px;
top:60px;
}

#container #hdr h1 a {
display:block;
width:340px;
height:80px;
outline:none;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
position:relative;
float:left;
width:200px;
left:20px;
top:20px;
}

#nav ul li {
list-style:none;
position:relative;
margin:0 0 20px 0;
}

#nav ul li a {
display:block;
color:#b77f30;
text-decoration:none;
font-size:1.3em;
outline:none;
height:auto;/*this is for IE6*/
}

#nav ul li .selected{
}

#nav ul li .expanded{
}

       

#nav ul ul 
{
    background:url(../images/subnavTop.jpg) no-repeat top #efefef;
    width:144px;
    min-height:40px;
    padding:15px 0 5px 0;
    top:6px;
    position:relative;
    
}

#nav ul ul li 
{
    margin:0px 0 6px 0;
}

#nav ul ul li a 
{
    position:relative;
    width:123px;
    overflow:hidden;
    color:#583717;
    font-size:1em;
    padding:0 8px;
}

#nav ul ul li a:hover 
{
    text-decoration:underline;
}
          

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
position:relative;
float:right;
width:750px;
top:20px;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#6a4420;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.4em;
}

#news {
    background:url(../images/newsBkgd.jpg) no-repeat;
    width:715px;
    height:117px;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footer.gif) no-repeat;
width:965px;
height:180px;
clear:both;
}


#footerNav {
margin:0 auto;
text-align:center;
position:relative;
top:10px;
font-size:1.3em;
}

#footerNav ul li {
display:inline;
list-style:none;
}

#footerNav ul li a {
color:#583717;
text-decoration:none;
border-right:1px solid #583717;
padding:0 10px;
}

#copyright {
color:#583717;
text-align:center;
font-size:1.3em;
}