﻿@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;   
}
/* 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
*/
fieldset,img {    
     border: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;   
}  

/*********************************/
/*            BODY
/*********************************/

body {
background: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:80%; 
}

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:url(../images/containerBkgd.jpg) repeat-y;
height:auto;
margin:0 auto;
position:relative;
width:780px;
top:20px;
}


#hdr {
background:url(../images/hdr.jpg) no-repeat;
width:780px;
height:147px;
position:relative;
}

#hdr h1 a {
display:block;
width:240px;
height:147px;
outline:none;
}

#hdr h1 span {
display:none;
}

#tagline {
background:url(../images/tagline.jpg) no-repeat center #bb4a23;
padding:3px 0;
height:35px;
position:relative;
}

/*********************************/
/*          NAVIGATION
/*********************************/


#nav {
width:245px;
position:relative;
float:left;
top:20px;
}

#nav ul li {
list-style:none;
position:relative;
margin:0px 0;
}

#nav ul li a {
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
color:#f0e0b4;
text-decoration:none;
outline:none;
line-height:30px;
height:37px;
font-size: 16px;
text-align:right;
padding:0px 40px 0 0;
font-weight:normal;
position:relative;
}

#nav ul li .selected{
background:url(../images/navIcon.jpg) no-repeat right;
color:#000000;
text-decoration:underline;
}

#nav ul li .expanded{
background:url(../images/navIcon.jpg) no-repeat right;
color:#000000;
}

#container #nav ul li ul .selected {
text-decoration:underline;
background:none;
}

#nav a:hover {
color:#bb4a23;
background:url(../images/navIcon.jpg) no-repeat right;
}

/*begin subnav*/
#nav ul ul {
padding:0 0 15px 0;
}

#nav ul li li a {
font-size:.9em;
height:17px;
background:none;
color:#000000;
}

#nav ul li li a:hover,  #nav ul li a .selected {
background:none;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
width:480px;
position:relative;
float:right;
right:28px;
padding:20px 0 20px 0;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#903719;
text-decoration:underline;
}

#contentarea a:hover {
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.4em;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:#000000;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0 0 20px 0;
}

#footer p {
text-align:center;
font-size:.8em;
color:#f2dbaf;
padding:2px 0 20px 0;
margin:0;
}

