/********************************************
* Precision Science
* Developed by I-ology
* http://www.i-ology.com
*
* Created 06/23/2008 - MB
*
* Home Style Definitions
********************************************/

#content-photo {
    position: absolute;
    top: 0px;
    left: 225px;
    margin: 0;
    padding: 0;
}

#interior-video {
    margin-bottom: 15px;
    padding: 0;
}

#team-photo {
    padding: 0px;
    float: right;
    margin: 15px 0 10px 25px;
    clear: right;
}

#team-photo img {
    padding: 1px;
    background: #FFF;
    border: 1px solid #729c2b;
}

.back {
    float: right;
    clear: right;
    padding-left: 10px;
    background: url(/images/back_arrow.gif) 0px 4px no-repeat;
}

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

#ttl-who-we-are {
    width: 498px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    background: url(/images/ttl_who_we_are.gif) top left no-repeat;
}

#ttl-meet-team {
    width: 498px;
    height: 64px;
    display: block;
    text-indent: -9999px;
}

#ttl-meet-team { 
    background: url(/images/ttl_meet_team.gif) top left no-repeat;
}

/*******************************************
* Promos
*******************************************/

#promo-take-tour {
    position: absolute;
    top: 435px;
    left: 774px;
    width: 197px;
    height: 131px;
    text-indent: -9999px;
    background: url(/images/promo_take_tour.jpg) top left no-repeat;
}
a:hover#promo-take-tour {
    background: url(/images/promo_take_tour.jpg) bottom left no-repeat;
}


/*********************************
* Secondary Navigation
*********************************/

#subnav a#meet-team {
    height: 44px;
    background: url(/images/subnav_meet_team.gif) top left no-repeat;
}

#subnav a:hover#meet-team, body.meet-team-on #subnav a#meet-team {
    background-position: bottom left;
}



