﻿#servicesBgImage
{
    margin: 0px;
    padding: 0px;
    background-position: left top;
    background-image: url(../rsHowWeDoIt/images/FullMenu590x322.gif);
    background-repeat: no-repeat;
    width: 590px;
    height: 322px;
    position: relative; /* so images will align easily */
}

/* NAVIGATION */
ul#mainNav
{
    position: absolute;
    left: 322px;
    top: 8px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 270px; /*border-bottom: 1px dashed #999999; */
    font-size: 14px;
}

.imgAlignMaster
{
    margin: 0px;
    padding: 0px;
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 40px; /* This is crazy not sure why this pushed the text over where it is supposed to be */
    padding-bottom: 11px;
    padding-right: 40px;
}

#mainNav #economicsImage a:link,
#mainNav #economicsImage a:visited,
#mainNav #economicsImage a:active
{
    background-image: url(../rsHowWeDoIt/images/EconomicsCircle.gif );
}
#mainNav #economicsImage a:hover
{
    background-image: url(../rsHowWeDoIt/images/EconomicsCircleHover.gif );
}
#mainNav #equityImage a:link,
#mainNav #equityImage a:visited,
#mainNav #equityImage a:active
{
    background-image: url(../rsHowWeDoIt/images/EquityCircle.gif );
}
#mainNav #equityImage a:hover
{
    background-image: url(../rsHowWeDoIt/images/EquityCircleHover.gif );
}
#mainNav #brokerageImage a:link,
#mainNav #brokerageImage a:visited,
#mainNav #brokerageImage a:active
{
    background-image: url(../rsHowWeDoIt/images/BrokerageCircle.gif );
}
#mainNav #brokerageImage a:hover
{
    background-image: url(../rsHowWeDoIt/images/BrokerageCircleHover.gif );
}
#mainNav #commercialImage a:link,
#mainNav #commercialImage a:visited,
#mainNav #commercialImage a:active
{
    background-image: url(../rsHowWeDoIt/images/CommercialCircle.gif);
}
#mainNav #commercialImage a:hover
{
    background-image: url(../rsHowWeDoIt/images/CommercialCircleHover.gif);
}
#mainNav #developmentImage a:link,
#mainNav #developmentImage a:visited,
#mainNav #developmentImage a:active
{
    background-image: url(../rsHowWeDoIt/images/DevelopmentCircle.gif );
}
#mainNav #developmentImage a:hover
{
    background-image: url(../rsHowWeDoIt/images/DevelopmentCircleHover.gif );
}
#mainNav #propertyMgtImage a:link,
#mainNav #propertyMgtImage a:visited,
#mainNav #propertyMgtImage a:active
{
    background-image: url(../rsHowWeDoIt/images/PropertyMgtCircle.gif );
}
#mainNav #propertyMgtImage a:hover
{
    background-image: url(../rsHowWeDoIt/images/PropertyMgtCircleHover.gif );
}
#mainNav #retirementImage a:link,
#mainNav #retirementImage a:visited,
#mainNav #retirementImage a:active
{
    background-image: url(../rsHowWeDoIt/images/RetirementCircle.gif);
}
#mainNav #retirementImage a:hover
{
    background-image: url(../rsHowWeDoIt/images/RetirementCircleHover.gif);
}
#mainNav #insuranceImage a:link,
#mainNav #insuranceImage a:visited,
#mainNav #insuranceImage a:active
{
    background-image: url(../rsHowWeDoIt/images/InsuranceCircle.gif );
}

#mainNav #insuranceImage a:hover
{
    background-image: url(../rsHowWeDoIt/images/InsuranceCircleHover.gif );
}

#mainNav a
{
    text-decoration: none;
    color: #7D8589;
    font-size: 14px;
    text-transform: uppercase; /*border: 1px dashed #999999; */
    border-bottom: none;
    display: block; /* padding: 10px 5px 10px 40px; */ /* background: #E7E7E7; */
}

#mainNav a:hover
{
    font-weight: bold; /*background: #B2F511 url(images/go.png) no-repeat 5px 50%;*/
    color: #AD6127;
}

/* special formatting for home page link */
a#homeLink
{
    background: #E7E7E7 url(images/home.png) no-repeat 5px 52%;
}

/* styles for the "you are here" buttons */
#home #mainNav a#homelink, 
#feature #mainNav a#featureLink
{
    background: #FFFFFF url(images/bg_here.png) no-repeat 95% 50%;
    padding-right: 15px;
    padding-left: 30px;
    font-weight: bold;
}

#home #mainNav a#homelink:hover, 
#feature #mainNav a#featureLink:hover
{
    color: #B2F511;
}

/* IE Fixes */

/* remove annoying gaps */
#mainNav li
{
    display: inline;
}

/* force hover on entire width of  link */
* html #mainNav a
{
    height: 1px;
}
