﻿#mcBannerDiv
{
/*    position: absolute; */
    margin-top: 10px;   
    width: 100%;
    /*background-color: #FFCCCC; /*pink*/
}
#mcLogoCell
{
    width: 156px; /*884px;*/
    height: 110px;
    position: relative;
    padding-top: 0px;
    /*background-color: #CCCCFF; /*purple*/
}
#mcLogoTextCell
{
    width: 646px;
    padding-top: 0px;
    padding-right: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0B3557;
    /*background-color: #FFFFCC; /*yellow*/
}
#searchControl
{
    position: absolute;
    right: 200px;
    top: 65px;
}

/* Banner Nav Div */
#bannerNav
{
    font-weight: bold;
    font-size: 11px;
    float: right;
    padding-right: 50px;
}
#bannerNav a:link
{
    color: #0B3557; /* RS Blue */
    text-decoration: none;
}
#bannerNav a:visited
{
    color: #0B3557; /* RS Blue */
    text-decoration: none;
}
#bannerNav a:hover
{
    color: Maroon; /* bright blue */
    text-decoration: underline;
}
#bannerNav a:active
{
    color: #73703E; /* RS Tan */
    text-decoration: none;
}
.menuSlash
{
    font-weight: normal;
    color: #73703E; /* RS Tan */
}

/* ==== Horz Menu ==== */
#mcHorzMenuDiv
{
 /*   position: absolute;
    top: 125px; */
    width: 100%;
    margin-bottom: 7px;
    /*background-color: #CCFFCC; /*green*/
}

#mcBodyDiv
{
    /* for all non-home page screens */
/*    position: absolute; /*relative; /*absolute;*/
/*    top: 163px; */
    /*background-color: #FF3300; /*red*/
}
#mcBodyTable
{
    height: 200px;
}
      
/* ------ Horz Menu ------- */
/* ======== Horz Menu ==========*/
#mcHorzMenuContainer
{
    width: 812px;
    height: 30px;
    background-color: #0B3557; /* dark blue */
    overflow: hidden;
}
#mcHorzMenuNav
{
    font-size: 15px;
    font-weight: normal; /*bold; */
    font-family: Verdana;
    white-space: nowrap;
    color: White;
    padding-top: 6px;
    letter-spacing: .11em;
    text-align: center;
}
#mcHorzMenuNav a
{
    background-position: -0px -2px;
    background-image: url(arrowCircle.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
}
#mcHorzMenuNav a:link
{
    color: White; 
    text-decoration: none;
}
#mcHorzMenuNav a:visited
{
    color: White; 
    text-decoration: none;
}
#mcHorzMenuNav a:hover
{
    color: White; 
    text-decoration: underline;
}
#mcHorzMenuNav a:active
{
    color: White; 
    text-decoration: underline;
}
#mcHorzMenuNav .menu1
{
    margin-left: 30px;
}
#mcHorzMenuNav .menu2
{
    margin-left: 50px;
}
#mcHorzMenuNav .menu3
{
    margin-left: 50px;
}
#mcHorzMenuNav .menu4
{
    margin-left: 50px;
}



/* Footer Menu */
#mcFooterMenuTable
{
    width: 100%;
}
#mcBeforeFooterSpacer
{
    clear: both;
    height: 50px;
    font-size: 0px;
    /*background-color: #009900; green */
    width: 100%;
}
#mcAfterFooterSpacer
{
    clear: both;
    height: 40px;
    font-size: 0px;
    width: 100%;
}
.mcFooterMenu
{
    width: 800px;
    height: 15px;
    padding-left: 0px;
}
.mcFooterSlash
{
    font-weight: normal;
    color: #73703E; /* RS Tan */
}
#mcFooterNav
{
    font-weight: bold;
    font-size: 10px;
}
#mcFooterNav a:link
{
    color: #0B3557; /* RS Blue */
    text-decoration: none;
}
#mcFooterNav a:visited
{
    color: #0B3557; /* RS Blue */
    text-decoration: none;
}
#mcFooterNav a:hover
{
    color: #3333FF; /* bright blue */
    text-decoration: underline;
}
#mcFooterNav a:active
{
    color: #73703E; /* RS Tan */
    text-decoration: none;
}
