﻿
#logoCell
{
    width: 204px; /*884px;*/
    height: 90px;
    position: relative;
    padding-top: 0px;
   
}
#logoTextCell
{
    width: 670px;
    padding-top: 61px;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0B3557;                           
}
#bannerInvestWithKnowledge
{
    color: #0B3557;
    color: Red;  /* fix this */
    position: absolute; 
    top: 55px;
    left: 180px;
}
#searchControl
{
    position: absolute;
    right: 200px;
    top: 65px;
}


/* Banner Nav Div */
#menuCell
{
    width: 812px; /* 884px */
    height: 10px;
    position: relative;
    padding-top: 10px;
}
#bannerNav
{
    font-weight: bold;
    font-size: 11px;
    float: right;    
}
#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 */
}

