@charset "utf-8";
/* CSS Document */

/*********************************/
/*            BANNER
/*********************************/

#banner {
width:759px;
border-right:1px solid #000000;
}

/*********************************/
/*    LEFT COLUMN POSITIONING
/*********************************/

#leftcol {
position:relative;
z-index:95;
float:left;
left:15px;
top:10px;
}

/*********************************/
/*       CONTENT AREA 
/*********************************/

#contentarea {
min-height:380px;
width:510px;
position:relative;
float:right;
top:10px;
}

/*********************************/
/*      LEFT HAND SUBNAV
/*********************************/

#subnav {
background:url(../images/secondary/subnavBkgd.gif) repeat-y;
width:181px;
margin:0 0 15px 0;
}

#subnav ul {
position:relative;
text-align:center;
margin:10px 0 0 0;
}

#subnav .wrap {
background:url(../images/secondary/subnavTop.jpg) no-repeat top;
width:181px;
position:relative;
z-index:98;
min-height:204px;
}

#subnav ul li {
list-style:none;
margin:5px 0;
height:33px;
position:relative;
}

#subnav ul li a {
color:#02202A;
font-size:12px;
text-decoration:none;
display:block;
line-height:33px;
outline:none;
height:auto;/*this is for IE6*/
}

#subnav ul li a:hover {
background:url(../images/secondary/subnavHover.jpg) repeat-x center;
color:#FFFFFF;
height:33px;
}

#subnav .bot {
background:url(../images/secondary/subnavBot.gif) no-repeat bottom;
height:24px;
}

#subnav ul li .selected {
background:url(../images/secondary/subnavHover.jpg) repeat-x center;
color:#FFFFFF;
height:33px;
}

.whereyourat {
position:relative;
text-transform:uppercase;
font-weight:bold;
padding:10px 0 0 0;
font-size:15px;
text-align:center;
width:181px;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/secondary/footerBkgd.jpg) no-repeat bottom;
height:46px;
}