/********************************************
* Phoenix Health Plan
* Developed by I-ology
* http://www.i-ology.com
*
* Created 4/3/08 - BD
*
* Careers 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;
}

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

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

#promo-job-openings 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-job-openings a:hover {
    background-position: bottom left;
}

.content-photo {
    float: left;
    clear: both;
    display: block;
    width: 525px;
    padding-bottom: 30px;
}

.content-photo img {
    margin: 12px 10px 0 0;
    border: 1px solid #006027;
}

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

#ttl-careers,
#ttl-culture,
#ttl-benefits,
#ttl-abrazo-institute,
#ttl-career-openings,
#ttl-standards-of-behavior {
    height: 23px;
    width: 491px;
    margin: 0;
    font-size: 1em;
    text-indent: -9999px;
}

#ttl-careers {
    background: url(/images/ttl_careers.gif) top left no-repeat;
}
#ttl-culture {
    background: url(/images/ttl_culture.gif) top left no-repeat;
}
#ttl-benefits {
    background: url(/images/ttl_benefits.gif) top left no-repeat;
}
#ttl-abrazo-institute {
    background: url(/images/ttl_abrazo_institute.gif) top left no-repeat;
}
#ttl-career-openings {
    background: url(/images/ttl_career_openings.gif) top left no-repeat;
}
#ttl-standards-of-behavior {
    background: url(/images/ttl_standards_of_behavior.gif) top left no-repeat;
}

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



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

#subnav a#culture {
    background: url(/images/subnav_culture.gif) top left no-repeat;
}
#subnav a#benefits {
    background: url(/images/subnav_benefits.gif) top left no-repeat;
}
#subnav a#abrazo-institute {
    background: url(/images/subnav_abrazo_institute.gif) top left no-repeat;
}
#subnav a#career-openings {
    background: url(/images/subnav_career_openings.gif) top left no-repeat;
}
#subnav a#standards-of-behavior {
    background: url(/images/subnav_standards_of_behavior.gif) top left no-repeat;
}

#subnav a:hover#culture, body.culture-on #subnav a#culture,
#subnav a:hover#benefits, body.benefits-on #subnav a#benefits,
#subnav a:hover#abrazo-institute, body.abrazo-institute-on #subnav a#abrazo-institute,
#subnav a:hover#career-openings, body.career-openings-on #subnav a#career-openings,
#subnav a:hover#standards-of-behavior, body.standards-of-behavior-on #subnav a#standards-of-behavior {
    background-position: bottom left;
}