@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;   
} 

/*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-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%; 
color:#333333;
}

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;
font-size:1em;  /* displayed at 12px */
width:960px;
}


#hdr {
background:url(../images/hdr.jpg) no-repeat;
width: 960px;
height:127px;
position:relative;
}

#hdr h1 a {
display:block;
width:370px;
height:100px;
outline:none;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
width:233px;
position:relative;
float:left;
top:45px;
margin:0 0 80px 0;
}

#nav ul li {
list-style:none;
position:relative;
margin:9px 0;
}

#nav ul li a {
display:block;
color:#666666  ;
background:url(../images/navBkgd.jpg) repeat-x;
text-decoration:none;
outline:none;
font-size:13px;
height:auto;/*this is for IE6*/
line-height:32px;
height:32px;
text-transform:uppercase;
padding:0 0 0 10px;
}

#nav ul li a:hover {
color:#0255a1;
}

#nav .expanded a {
color:#0255a1;
}

#nav .expanded li a {
color:#666666  ;
}

#nav ul .selected {
color:#0255a1;
}

#nav ul  ul li .selected {
text-decoration:underline;
}


/*begin second tier*/
#nav ul ul {
background:url(../images/subnavBkgd.jpg) repeat-y;
padding:10px 0 10px 10px;
}

#nav ul ul li {
margin:0;
}

#nav ul ul li a {
line-height:1.6em;
height:1.8em;
font-size:11px;
text-transform:none;
background:none;
}

#nav ul ul li a:hover {
text-decoration:underline;
color:#666666;
}

/*begin third tier*/
#nav ul ul ul {
padding:0px 0 0px 20px;
}

#nav ul ul ul li {}

#nav ul ul ul li a {
background:url(../images/subnavBullet.png) no-repeat left;
}

/*begin tier four*/

#nav ul ul ul ul li a {
background:none;
text-transform:uppercase;
font-size:12px;
}

/*********************************/
/*        BREADCRUMB
/*********************************/

#breadcrumb {
padding:0 0 22px 0;
}

#container .breadcrumbNode a {
color:#333333;
text-decoration:none;
}

#container .breadcrumbNode a:hover {
text-decoration:underline;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
position:relative;
float:right;
width:690px;
top:15px;
line-height:1.5em;
margin:0 0 35px 0;
}

#contentarea li {
margin:0 0 0 2em;
}

#contentarea a {
color:#2771a0;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.6em;
color:#669966;
font-weight:bold;
padding:0 0 15px 0;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
border-top:#2771a0 solid 18px;
clear:both;
}

#footer table {
margin:0 auto;
}

#footer p {
text-align:center;
}

/*keeps things centered*/
#footer #nwlogo {
background:url(../images/footer_nwlogo.gif) no-repeat center;
width:155px;
height:54px;
}

/*hotlink*/
#nwlogo a {
display:block;
width:155px;
height:54px;
outline:none;
}

#footer #box {
background:#eeeeee;
padding:10px;
margin:10px 0 0 10px;
width:250px;
}

#footer #box li {
list-style:none;
margin:8px 0;
}

#footer #box a {
text-transform:uppercase;
text-decoration:none;
padding:0 0 0 20px;
}

/*global*/
#footer a {
color:#333333;
}

/*global footer styles*/
#footer a:hover, #footer table #box a:hover {
text-decoration:underline;
}

/*BEGIN FOOTER NAV*/

#footerNav {
padding:8px 0;
}

/*global footer styles*/
#footerNav li {
list-style:none;
display:inline;
}


#footerNav { 
margin:0 auto;
text-align:center;
}

#footerNav .seperator {
background:url(../images/footerNav_Icon.gif) no-repeat left;
} 

#footerNav ul li a {
text-transform:none;
color:#333333;
text-decoration:none;
padding:0 0 0 7px;
margin:0 6px;
}