/********************************************
* Phoenix Health Plan
* Developed by I-ology
* http://www.i-ology.com
*
* Created 4/3/08 - BD
*
* Contact 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-contact-us {
    height: 23px;
    width: 491px;
    margin: 0;
    font-size: 1em;
    text-indent: -9999px;
    background: url(/images/ttl_contact_us.gif) top left no-repeat;
}

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



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

#subnav a#become-a-provider {
    background: url(/images/subnav_become_a_provider.gif) top left no-repeat;
    height: 46px;
}
#subnav a#prior-authorization {
    background: url(/images/subnav_prior_authorization.gif) top left no-repeat;
}
#subnav a#claim-submission {
    background: url(/images/subnav_claim_submission.gif) top left no-repeat;
}
#subnav a#dental {
    background: url(/images/subnav_dental.gif) top left no-repeat;
}

#subnav a:hover#become-a-provider, body.become-a-provider-on #subnav a#become-a-provider,
#subnav a:hover#prior-authorization, body.prior-authorization-on #subnav a#prior-authorization,
#subnav a:hover#claim-submission, body.claim-submission-on #subnav a#claim-submission,
#subnav a:hover#dental, body.dental-on #subnav a#dental {
    background-position: bottom left;
}