/********************************************
* Ensemble Investments, LLC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 4/18/06 - AC
*
* About Us Style Definitions
********************************************/

/*********************************
* Titles
*********************************/

#ttl-about-us {
    background: url(/images/ttl_about_us.gif) top left no-repeat;
}
#ttl-our-team {
    background: url(/images/ttl_our_team.gif) top left no-repeat;
}
#ttl-careers {
    background: url(/images/ttl_careers.gif) top left no-repeat;
}

#ttl-about-us,
#ttl-our-team,
#ttl-careers {
    height: 22px;
    text-indent: -9999px;
    margin-bottom: 7px;
}

/*********************************
* Layout
*********************************/

#about-right {
    float: right;
    width: 254px;
}

#about-left {
    margin-right: 270px;
}

.team-right {
    float: right;
    width: 175px;
    margin-top: 25px;
}

.team-left {
    margin-right: 200px;
}

.team-left em {
    font-style: normal;
    font-weight: bold;
    color: #336699;
}

.team-border {
    border-top: 1px solid #C0DDD5;
    padding: 10px 0;
    clear: both;
}

/*********************************
* Subnav
*********************************/

#subnav a#our-team {
    background: url(/images/subnav_our_team.gif) top left no-repeat;
}
#subnav a#careers {
    background: url(/images/subnav_careers.gif) top left no-repeat;
}

#subnav a:hover#our-team, body.our-team-on #subnav a#our-team {
    background: url(/images/subnav_our_team.gif) bottom left no-repeat;
}
#subnav a:hover#careers, body.careers-on #subnav a#careers {
    background: url(/images/subnav_careers.gif) bottom left no-repeat;
}


