/********************************************
* Phoenix Health Plan
* Developed by I-ology
* http://www.i-ology.com
*
* Created 4/3/08 - BD
*
* Healthy Living Style 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-healthy-living,
#ttl-preventative-health,
#ttl-healthy-eating,
#ttl-community-resources,
#ttl-well-visits {
    height: 23px;
    width: 491px;
    margin: 0;
    font-size: 1em;
    text-indent: -9999px;
}

#ttl-healthy-living {
    background: url(/images/ttl_healthy_living.gif) top left no-repeat;
}
#ttl-preventative-health {
    background: url(/images/ttl_preventative_health.gif) top left no-repeat;
}
#ttl-healthy-eating {
    background: url(/images/ttl_healthy_eating.gif) top left no-repeat;
}
#ttl-community-resources {
    background: url(/images/ttl_community_resources.gif) top left no-repeat;
}
#ttl-well-visits {
    background: url(/images/ttl_well_visits.gif) top left no-repeat;
}


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

#subnav a#preventative-health {
    background: url(/images/subnav_preventative_health.gif) top left no-repeat;
}
#subnav a#healthy-eating {
    background: url(/images/subnav_healthy_eating.gif) top left no-repeat;
}
#subnav a#community-resources {
    background: url(/images/subnav_community_resources.gif) top left no-repeat;
}
#subnav a#well-visits {
    background: url(/images/subnav_well_visits.gif) top left no-repeat;
}

#subnav a:hover#preventative-health, body.preventative-health-on #subnav a#preventative-health,
#subnav a:hover#healthy-eating, body.healthy-eating-on #subnav a#healthy-eating,
#subnav a:hover#community-resources, body.community-resources-on #subnav a#community-resources,
#subnav a:hover#well-visits, body.well-visits-on #subnav a#well-visits {
    background-position: bottom left;
}