﻿#beforeFooterSpacer
{
    clear: both;
    height: 50px;
    font-size: 0px; 
}
#beforeFooterMenuSpacerHomePage
{
    clear: both;
    height: 20px;
    font-size: 0px;
}
#afterFooterSpacer
{
    clear: both;
    height: 40px;
    font-size: 0px;
}
.footerMenu
{
    width: 800px;
    height: 15px; /* see footerflexmenu1.css */
    padding-left: 0px;
    
}
.footerSlash
{
    font-weight: normal;
    color: #73703E; /* RS Tan */
}
#footerNav
{
    font-weight: bold;
    font-size: 10px;
}
#footerNav a:link
{
    color: #0B3557; /* RS Blue */
    text-decoration: none;
}
#footerNav a:visited
{
    color: #0B3557; /* RS Blue */
    text-decoration: none;
}
#footerNav a:hover 
{
    color: #3333FF; /* bright blue */
    text-decoration: underline;
}
#footerNav a:active 
{
    color: #73703E; /* RS Tan */
    text-decoration: none;
}

