/********************************************
* Republic Media
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/23/07 - BD
*
* About Us Style Definitions
********************************************/

/*********************************
* Titles & Headers
*********************************/

#ttl-about,
#ttl-our-team,
#ttl-our-approach {
    height: 18px;
    margin-bottom: 22px;
    display: block;
    text-indent: -9999px;
}

#ttl-about {
    height: 37px;
    background: url(/images/ttl_about.gif) top left no-repeat;
}
#ttl-our-team {
    background: url(/images/ttl_our_team.gif) top left no-repeat;
}
#ttl-our-approach {
    background: url(/images/ttl_our_approach.gif) top left no-repeat;
}

.team-row {
    width: 600px;
    overflow: hidden;
    margin-bottom: 15px;
    clear: both;
}

.team-module {
    margin-left: 35px;
    _margin-left: 20px;
    padding: 0;
    width: 250px;
    float: left;
}

.team-photo {
    width: 169px;
    margin-left: 40px;
    _margin-left: 21px;
    float: left;
    clear: right;
}

.team-photo img {
    padding: 1px;
    border: 1px solid #E1E7F3;
}

.team-bio {
    width: 225px;
    margin-left: 12px;
    _margin-left: 6px;
    text-align: center;
    float: left;
}

#full-width .team-module .team-bio p {
    width: 225px;
    line-height: 14px;
}

/*
.team-photo {
    float: right;
    margin: 0 0 10px 15px;
}

.team-photo img {
    border: 1px solid #E1E7F3;
    padding: 1px;
}


.team-bio {
    margin-top: 10px;
}

#full-width .team-bio p {
    width: auto;
}

.divider {
    clear: both;
    margin-top: 20px;
    width: 600px;
    overflow: hidden;
}*/

/*********************************
* Sub Navigation
*********************************/

#subnav {
    width: 823px;
    height: 35px;
    margin: -2px auto 0 auto;
    padding: 0;
    background: #FFF url(/images/bg_subnav.gif) 50% 0 no-repeat;
    overflow: hidden;
}

#subnav ul#subnav-about {
    width: 789px;
    height: 33px;
    list-style: none;
    margin: 0 auto;
    padding-left: 11px;
    width/**/:/**/ 778px;
    background: url(/images/bg_about_subnav.gif) top left no-repeat;
}

#subnav ul#subnav-about li {
    margin-top: 1px;
    padding: 0;
    display: inline;
    height: 33px;
    float: left;
    text-indent: -9999px;
}

#subnav ul#subnav-about li a {
    height: 32px;
    display: block;
    margin-right: 32px;
}

a#our-team {
    width: 60px;
    background: url(/images/subnav_our_team.gif) top left no-repeat;
}
a#our-approach {
    width: 86px;
    background: url(/images/subnav_our_approach.gif) top left no-repeat;
}

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

/*********************************
* Sub Navigation
*********************************/

/*#subnav {
    width: 823px;
    height: 35px;
    margin: -2px auto 0 auto;
    padding: 0;
    background: #FFF url(/images/bg_subnav.gif) 50% 0 no-repeat;
    overflow: hidden;
}

#subnav ul#subnav-about {
    list-style: none;
    margin: 0 auto;
    padding-left: 55px;
    width: 789px;
    width:734px;
    height: 33px;
    background: url(/images/bg_about_subnav.gif) top left no-repeat;
}

#subnav ul#subnav-about li {
    margin-top: 1px;
    padding: 0;
    display: inline;
    height: 33px;
    float: left;
    text-indent: -9999px;
}

#subnav ul#subnav-about li a {
    height: 32px;
    display: block;
    margin-right: 32px;
}*/

