@charset "utf-8";
/* CSS Document */

#wrapper #content #mainbody #sidenav{
float:right;
width:225px;
margin-top:32px;
}

#wrapper #content #mainbody #undernav{
width:860px;
clear:both;
margin-top:30px;
}

#graphicsubnav
{
position:relative;
z-index:40;
width:225px;
height:125px;
margin:0px 20px 20px 0px;
display:inline-block;
}

#graphicsubnav a
{
width:225px;
height:125px;
border:none;
display:block;
}

#graphicsubnav a img
{
border:none;
}

#graphicsubnav #textoverlay
{
position:absolute;
z-index:41;
top:0px;
left:0px;
background-image:url(../images/navigation/street_yellowband.png);
width:225px;
height:36px;
text-align:right;
}

#graphicsubnav #textoverlay a
{
display:block;
width:215px;
height:36px;
border:none;
line-height:26px;
text-decoration:none;
text-transform:uppercase;
color:#fff;
font-size:9px;
font-weight:bold;
padding-right:10px;
}
