/********************************************
* Phoenix Health Plan
* Developed by I-ology
* http://www.i-ology.com
*
* Created 2/25/08 - MB
*
* About Us Style Definitions
********************************************/

#interior-image {
    position: relative;
    top: -118px;
    width: 252px;
    height: 126px;
    display: block;
    overflow: hidden;
    margin-left: 512px;
    padding-top: 24px;
}

#interior-small-image {
    position: relative;
    top: -197px;
    left: 440px;
    width: 90px;
    height: 90px;
    display: block;
    overflow: hidden;
}

#header {
    width: 800px;
    height: 186px;
    overflow: hidden;
    background: url(/images/bg_header_interior.gif) top left no-repeat;
}

#content-main {
    float: left;
    width: 525px;
    width/**/:/**/ 488px;
    margin: 0;
    padding: 20px 0 30px 37px;
}

#sidebar {
    float: right;
    width: 236px;
    width/**/:/**/ 183px;
    margin: 0;
    padding: 35px 53px 25px 0;
}

#content-main p {
    color: #333;
    margin: 5px 0 15px 0;
}

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

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

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

#promo-pcp-program a {
    display: block;
    margin: 46px 0 0 15px;
    width: 157px;
    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;
}

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

#promo-become-member span {
    display: block;
    text-indent: -9999px;
    height: 35px;
}

#promo-become-member a {
    display: block;
    margin: 46px 0 0 15px;
    width: 157px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/btn_read_more.gif) top left no-repeat;
}

#promo-become-member a:hover {
    background-position: bottom left;
}

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

#ttl-about-us,
#ttl-mission,
#ttl-history,
#ttl-abrazo-health,
#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-health {
    background: url(/images/ttl_abrazo_health_care.gif) top left no-repeat;
}
#ttl-pillars {
    background: url(/images/ttl_pillars.gif) top left no-repeat;
}


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

#hdr-finddoctor {
    height: 35px;
    width: 271px;
    text-indent: -9999px;
    margin: 47px 0 16px 0;
    background: url(/images/hdr_promo_finddoctor.gif) top right no-repeat;
}

/*********************************
* 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-health {
    background: url(/images/subnav_abrazo_health_care.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-health, body.abrazo-health-on #subnav a#abrazo-health,
#subnav a:hover#pillars, body.pillars-on #subnav a#pillars {
    background-position: bottom left;
}