/********************************************
* Phoenix Health Plan
* Developed by I-ology
* http://www.i-ology.com
*
* Created 4/3/08 - BD
*
* About Us Style Definitions
********************************************/

/*********************************
* Layout Definitions
*********************************/


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

#promo-pcp-program {
    float: right;
    display: inline;
    margin: 0 19px 10px 20px;
    width: 187px;
    height: 143px;
    background: url(/images/promo_pcp_incentive.gif) top left no-repeat;
}

#promo-pcp-program h3 {
    display: block;
    text-indent: -9999px;
    height: 35px;
}

#promo-pcp-program a {
    display: block;
    margin: 36px 0 0 13px;
    width: 159px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/btn_read_more.gif) top left no-repeat;
}

#promo-pcp-program a:hover {
    background-position: bottom left;
}

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

#ttl-about-us,
#ttl-mission,
#ttl-history,
#ttl-abrazo,
#ttl-pillars {
    height: 23px;
    width: 491px;
    margin: 0;
    font-size: 1em;
    text-indent: -9999px;
}

#ttl-about-us {
    background: url(/images/ttl_about_us.gif) top left no-repeat;
}
#ttl-mission {
    background: url(/images/ttl_mission.gif) top left no-repeat;
}
#ttl-history {
    background: url(/images/ttl_history.gif) top left no-repeat;
}
#ttl-abrazo {
    background: url(/images/ttl_abrazo.gif) top left no-repeat;
}
#ttl-pillars {
    background: url(/images/ttl_pillars.gif) top left no-repeat;
}

/*********************************
* Headers
*********************************/



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

#subnav a#mission {
    background: url(/images/subnav_mission.gif) top left no-repeat;
}
#subnav a#history {
    background: url(/images/subnav_history.gif) top left no-repeat;
}
#subnav a#abrazo {
    background: url(/images/subnav_abrazo.gif) top left no-repeat;
}
#subnav a#pillars {
    background: url(/images/subnav_pillars.gif) top left no-repeat;
}

#subnav a:hover#mission, body.mission-on #subnav a#mission,
#subnav a:hover#history, body.history-on #subnav a#history,
#subnav a:hover#abrazo, body.abrazo-on #subnav a#abrazo,
#subnav a:hover#pillars, body.pillars-on #subnav a#pillars {
    background-position: bottom left;
}