@charset "utf-8";
/* CSS Document */

#textarea {
width:600px;
margin:0 0 0 300px;
}

/* was: #subnav #whereyouare */
.whereyouare {
background:url(../images/subnavTop.jpg) no-repeat top;
height:2.2em;
font-size:1.3em;
text-transform:uppercase;
color:#78573a;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
padding:10px 0 0 10px;
}

#subnav {
background:url(../images/subnavBkgd.jpg) repeat-y;
width:262px;
min-height:115px;
position:relative;
top:15px;
}

#subnav ul {
position:relative;
left:15px;
min-height:60px;
}

#subnav ul li {
list-style:none;
margin:1.1em 0;
}

#subnav ul li a {
color:#4d3b1e;
background:url(../images/subnavBullet.gif) no-repeat left;
padding:0 0 0 14px;
text-decoration:none;
}

#subnav ul li a:hover {
text-decoration:underline;
}

#subnav ul ul {
margin:1em 0 0 0;
}

#subnav ul ul li {
margin:.5em 0;
}

#subnav ul ul li a {
background:url(../images/subnav_ulBullet.gif) no-repeat left;
}

#subnavBot {
background:url(../images/subnavBot.jpg) no-repeat bottom;
width:262px;
height:8px;
}