﻿@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) #40382B;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%; 
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:#E2DED8;
height:auto;
margin:0 auto;
position:relative;
width:765px;
font-size:1em;  /* displayed at 12px */
top:10px;
}

#hdr {
background:url(../images/banner.jpg) no-repeat;
width:765px;
height:249px;
position:relative;
}

#hdr h1 a {
display:block;
width:765px;
height:249px;
outline:none;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
position:relative;
width:180px;
float:left;
left:7px;
font-size:1.1em;
}

#nav ul li {
list-style:none;
position:relative;
margin:7px 0;
}

#nav ul li a {
background:url(../images/navIcon.gif) no-repeat left;
display:block;
color:#000000;
text-decoration:none;
outline:none;
padding:0 0 0 15px;
text-transform:uppercase;
font-weight:bold;
}

#nav ul li a:hover {
text-decoration:underline;
}

#nav ul li .selected{
text-decoration:underline;
}

#nav ul li .expanded{
}

/*second tier*/
#nav ul ul {
padding:0 0 0 2px;
}

#nav ul ul li {
margin:2px 0;
}

#nav ul ul li a {
background:none;
text-transform:none;
font-weight:normal;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
position:relative;
width:550px;
float:right;
right:20px;
font-size:1.2em;
padding:10px 0;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#40382B;
text-decoration:underline;
}

#contentarea a:hover {
color:#FF0000;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.4em;
color:#FF0000;
text-transform:uppercase;
font-weight:bold;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
width:765px;
height:15px;
clear:both;
color:#E2DED8;
background:#000000;
font-size:1.1em;
}

#copyright {
padding:20px 0 0 0;
}