/* ======== MAIN LAYOUT STYLES ============================================== */
body{
 font-family: Arial, sans-serif;
 font-size: 1em;
 font-weight: normal;
 margin: 0px;
 padding: 24px;
 background: #F0F0F0;
 background: #FFFFFF url(../_images/body_back.gif) repeat;
}

span.bannerText{
display:none;
}

#searchField
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 0.8em;
 font-weight: normal;
 border: 1px solid #857347;
 padding: 2px 2px 2px 2px; /* T R B L */
 background: #FFFFFF URL(../_images/input_text_bg.gif) repeat-x;
}

#mainTable{
 width: 760px;
 border: 3px solid #917c48;
}

.mainCell{
 border-bottom: 3px solid #917c48;
}

#contentCell{
 background-color: #FFFFFF;
 background: URL(../_images/rotating/random.php) no-repeat top right;
}

#linksTable{
 width: 100%;
 margin: 0px;
 padding: 0px;
 background-color: #917c48;
 border: 1px solid #FFFFFF;
}

.linkCell{
 width: 20%;
 text-align: center;
 vertical-align: middle;
 color: #000000;
 padding: 4px 6px 2px 6px; /* T R B L */
 border-right: 1px solid #FFFFFF;
 background: #b09b5e;
}

.topLink:link,
.topLink:active,
.topLink:visited{
 font-family: Arial, sans-serif;
 font-size: 0.75em;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
}

#footerTable{
 width: 760px;
 margin: 0px;
 padding: 8px;
}

#footerCell{
 width: 33%;
 font-size: 0.6em;
}

#footerText{
 font-family: Verdana, Arial, sans-serif;
 font-size: 0.9em;
 font-weight: normal;
 padding: 0px;
 margin: 0px;
}

.footerLink,
.footerLink:link,
.footerLink:visited,
.footerLink:active
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 1.0em;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
}

.footerLink:hover{
 color: #000000;
 text-decoration: underline;
}


/* ======== MENU STYLES ===================================================== */
.homeNavMenuTitle{
 font-family: Arial, sans-serif;
 font-size: 0.7em;
 font-weight: bold;
 color: #666666;
 margin-right: 16px;
 padding: 12px 2px 2px 2px; /* T R B L */
 background-color: #FFFFFF;
 border-bottom: 1px solid #9c7d43;
}

.homeNavMenuItem{
 margin-right: 16px;
 padding: 3px 8px 2px 2px; /* T R B L */
 background-color: #FFFFFF;
 border-bottom: 1px solid #9c7d43;
}

.homeNavSubMenu{
 display: none;
 padding: 0px 4px 4px 0px; /* T R B L */
 background: transparent URL(../_images/drop_shadow.png) no-repeat bottom right;
}

.homeNavSubMenuBorder{
 background-color: #FFFFFF;
 border-top: 1px solid #9c7d43;
 border-bottom: 1px solid #9c7d43;
 border-right: 1px solid #9c7d43;
}

.homeNavSubMenuItemOne{
 padding: 3px 4px 2px 8px; /* T R B L */
}

.homeNavSubMenuItem{
 padding: 3px 4px 2px 8px; /* T R B L */
 border-left: 1px solid #9c7d43;
}

.homeNavLink{
 font-family: Arial, sans-serif;
 font-size: 0.75em;
 font-weight: bold;
 color: #9c7d43;
}

.homeNavLink:link,
.homeNavLink:active,
.homeNavLink:visited{
 color: #9c7d43;
 text-decoration: none;
}

.homeNavLink:hover{
 color: #406990;
 text-decoration: none;
}

.homeNavPromoPic{
 padding: 2px 0px 2px 0px; /* T R B L */
 background-color: transparent;
 border: 0px;
}