﻿@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:url(../images/bodyBkgd.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:80%; 
}

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:url(../images/containerBkgd.jpg) repeat-y;
height:auto;
min-height:500px;
margin:0 auto;
position:relative;
width:900px;
}


#hdr {
background:url(../images/header.jpg) no-repeat;
width:730px;
height:100px;
position:relative;
}

#hdr h1 a {
display:block;
width:270px;
height:100px;
outline:none;
}

#hdr h1 span {
display:none;
}

#banner {
background:url(../images/banner.jpg);
width:730px;
height:100px;
}

#date {
background:#000000;
color:#FFFFFF;
text-align:right;
font-size:.8em;
padding:3px 0;
width:730px;
}

#date span {
padding:4px 7px 4px 0;
}

#rightcol {
width:165px;
position:relative;
float:right;
color:#FFFFFF;
font-size:.9em;
}

#rightcol a {color:#FFFFFF;}

#rightcol a:hover {
text-decoration:none;
}

/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
width:170px;
position:relative;
float:left;
}

#nav ul li {
list-style:none;
border-top:1px solid  #c9c24e;
}

#nav ul li a {
display:block;
text-decoration:none;
outline:none;
font-weight:bold;
border-bottom: 1px solid #675c21;
color:#FFFFFF;
font-size:.85em;
padding:4px 0 0px 13px;
height:19px;
}

#nav ul li a:hover {
	background: #b8b35c;
	color:#000000;
	border-left:1px solid #9d9264;
	}

#nav ul li .selected{
	background: #b8b35c;
	color:#000000;
}

#nav ul li .expanded{
	background: #b8b35c;
	color:#000000;
}

#nav ul ul {
margin:10px 0;
}

#nav ul ul li {
border:none;
}

#nav ul ul li a {
padding:0 0 0 25px;
border:none;
}

#nav ul ul li a:hover {
background:none;
text-decoration:underline;
}


/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
width:520px;
position:relative;
margin:20px 0 20px 190px;
line-height:1.5em;
color:#333333;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#330033;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.2em;
color:#330033;
text-transform:uppercase;
font-weight:bold;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footer.jpg) no-repeat;
width:730px;
height:15px;
clear:both;
background:#000000;
}

#copyright {
text-align:center;
font-size:.8em;
color:#666666;
}


