﻿@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;   
} 
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; }


/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) repeat-x #978b80;
font-family:"century gothic", 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
/*********************************/

#wrapper {
width:969px;
margin:0 auto;
position:relative;
top:7px;
}

#container {
background:url(../images/containerBkgd.png) repeat-y;
height:auto;
position:relative;
float:right;
width:779px;
}


#hdr {
background:url(../images/banner.jpg) no-repeat;
width:762px;
height:153px;
position:relative;
left:6px;
}

/*hotlink*/
#hdr h1 a {
display:block;
width:220px;
height:153px;
outline:none;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
background:url(../images/navBkgd.jpg) repeat-y;
position:relative;
float:left;
width:190px;
top:0px;
left:6px;
}

#navTop {
background:url(../images/navTop.jpg) no-repeat top;
width:189px;
height:147px;
position:relative;
margin:0 0 -60px 0;
}

#navBot {
background:url(../images/navBot.jpg) no-repeat bottom;
width:189px;
height:116px;
margin:-25px 0 0 0;
}

#nav ul {
position:relative;
left:8px;
}

#nav ul li {
list-style:none;
position:relative;
margin:8px 0;
width:174px;
}

#nav ul li a {
background:url(../images/navLI_bkgd.jpg) no-repeat 0 0;
background-position:top left;
position:relative;
display:block;
height:33px;
line-height:33px;
color:#c39f64;
font-family:"Palatino Linotype", "Palatino", Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
text-decoration:none;
padding:0 0 0 28px;
outline:none;
font-size:1.7em;
font-weight:bold;
}

#nav ul li a:hover  {
background-position: 0 -33px;
color:#e0dac2;
 }

#nav ul li .selected {
background:url(../images/navLI_bkgd.jpg) no-repeat 0 -33px;
color:#e0dac2;
}

#nav ul li .expanded{
background:url(../images/subnavTop.gif) no-repeat  #114baa;
height:33px;
color:#e0dac2;
}

#nav ul li .expanded:hover {
background:url(../images/subnavTop.gif) no-repeat  #114baa;
}

/*begin second tier*/
#wrapper #nav ul li ul {
background: url(../images/subnavBot.gif) no-repeat bottom #114baa;
position:relative;
left:0px;
width:174px;
padding:0 0 20px 0;
}

#nav ul ul li a {
background:none;
height:1.25em;
padding:0 0 0 29px;
line-height:1.2em;
text-transform:none;
font-family:Verdana;
color:#e0dac2;
font-size:1.2em;
font-weight:normal;
}

#nav ul ul li a:hover {
background:none;
background-position: 0;
color:#e0dac2;
text-decoration:underline;
}

#nav ul ul li {
margin:0px 0;
padding:4px 0;
}

/*second tier selected*/
#nav ul li ul .selected {
background:none;
color:#e0dac2;
text-decoration:underline;
}


/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
background:url(../images/contentTop.jpg) no-repeat top;
width:727px;
min-height:400px;
font-size:1.3em;  /* displayed at 12px */
position:relative;
left:27px;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#114baa;
text-decoration:underline;
}

#contentarea a:hover {
color:#000000  ;
text-decoration:none;
}

#contentareaBot {
background:url(../images/contentBot.jpg) #d7d0b7 no-repeat bottom;
width:727px;
height:31px;
clear:both;
}

#textarea {
padding:20px 30px 30px 30px;
position:relative;
top:35px;
clear:right;
min-height:350px;
}

#contentarea .txthdr {
position:relative;
top:35px;
left:27px;
font-size:2.0em;
font-family:"Palatino Linotype", "Palatino", Georgia, "Times New Roman", Times, serif;
color:#0e49aa;
background:url(../images/newsLine.jpg) no-repeat bottom;
padding:0 300px 0px 0;
display:inline;
position:relative;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
width:756px;
clear:both;
position:relative;
left:11px;
margin:0px 0 0 0;
background: #c2b8a2;
}

#footer p{
border-top:2px #aca48e solid;
margin:10px 0 0px 0;
width:723px;
position:relative;
left:18px;
font-size:1.2em;
padding:5px 0;
}

#footer a {
outline:none;
}

.floatr {
position:relative;
float:right;
}

