@charset "utf-8";
/* CSS Document */

#container {
background:url(../images/containerBkgd.png) repeat-y;
}

/*********************************/
/*         SUBNAV
/*********************************/

#subnav {
clear:both;
width:133px;
position:relative;
float:left;
}

#subnav ul {
margin:10px 0;
}

#subnav ul li {
width:133px;
text-align:right;
list-style:none;
margin:3px 0;
}

#subnav ul li a {
text-transform:uppercase;
color:#000000;
text-align:right;
text-decoration:none;
display:block;
padding:3px 8px 3px 5px;
font-size:.9em;
outline:none;
}

#subnav ul li a:hover {
background:#cfbb90;
color:#663300;
}

#subnav .selected a {
background:#cfbb90;
}
/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
width:590px;
padding:13px 0 25px 0;
position:relative;
right:25px;
min-height:150px;
margin:0 0 0 180px;
clear:right;
line-height:1.4em;
}

#contentarea li {
margin:0 0 0 2em;
}

/*uncomment if images are used in place of list item bullets
#container .reToolbar li{
    background:none;
}*/

#contentarea a {
color:#2b360b;
text-decoration:underline;
}

#contentarea a:hover {
color:#5a4020  ;
text-decoration:none;
}

#banner_sec {
clear:right;
position:relative;
float:right;
}

/*********************************/
/*  FONT REPLACEMENT FOR HEADERS
/*********************************/

/*for non-flash based browsers- ensures plain text shows through*/
.AvenirTitle {
font-size:18px;
font-family: Arial;
margin:0 0 7px 0;
}
			
/*for flash based browsers*/
.sIFR-active .AvenirTitle {
visibility: hidden;
font-family: Verdana;
line-height: 1em;
}

/*********************************/
/*       DO NOT REMOVE
/*********************************/
.clear {
clear:both;
}