/* CSS Document */

#banner {
width:930px;
height:206px;
position:relative;
left:27px;
}

#bannerShadow {
background:url(../images/secondary/bannerShadow.jpg) repeat-x bottom;
height:26px;
width:100%;
position:relative;
}

#textarea {
padding:0 0 0 35px;
position:relative;
top:10px;
width:605px;
margin:0 0 0 295px;
}

/*********************************/
/*         SUBNAV
/*********************************/

.whereyouare {
background:#e9efd5;
padding:1.2em 0 .7em 1.1em;
border:1px solid #dee6c2;
text-transform:uppercase;
color:#4a4b25;
font-weight:bold;
}

.whereyouare a{
text-decoration:none;
color:#4a4b25;
}

.whereyouare h3 {
font-size:18px;
}

/*
#whereyouare {
background:#e9efd5;
padding:1.2em 0 .7em 1.1em;
border:1px solid #dee6c2;
text-transform:uppercase;
color:#4a4b25;
font-weight:bold;
}

#whereyouare a{
text-decoration:none;
color:#4a4b25;
}

#whereyouare h3 {
font-size:18px;
}
*/

#subnav {
width:260px;
position:relative;
float:left;
left:30px;
}

#subnav ul {
margin:10px 0 0 0;
}

#subnav ul li {
list-style:none;
margin:0;
border-bottom:1px dashed #4a4b25;
}

#subnav ul li a {
color:#4a4b25;
line-height:2.6em;
text-decoration:none;
display:block;
font-size:1.2em;
font-family:Arial, Helvetica, sans-serif;
padding:0 0 0 15px;
outline:none;
}

#subnav ul li a:hover {
background:#e9efd5;
color:#000000;
}

/*begin third tier*/
#subnav ul ul {
margin:0 0 1.5em 0;
}

#subnav ul ul li {
border-bottom:none;
}

#subnav ul ul li a {
color:#4a4b25;
line-height:1.1em;
text-decoration:none;
display:block;
border:none;
font-size:1.2em;
font-family:Arial, Helvetica, sans-serif;
padding:0 0 0 35px;
}


#subnav ul .selected a {
color:#4a4b25;
border-bottom:none;
}

#subnav ul ul li a:hover {
background:none;
text-decoration:underline;
}

