/********************************************
* All About People 
* Developed by I-ology
* http://www.i-ology.com
*
* Created 3/14/06 - AC
*
* About Us Style Definitions
********************************************/

/*********************************
* Title / Header Graphics
*********************************/

#hdr-about-us, 
#hdr-mission, 
#hdr-leadership, 
#hdr-affiliations, 
#hdr-community {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-about-us {
    background: url(/images/hdr_about_us.gif) top left no-repeat;
}

#hdr-mission {
    background: url(/images/hdr_mission_vision.gif) top left no-repeat;
}

#hdr-leadership {
    background: url(/images/hdr_leadership.gif) top left no-repeat;
}

#hdr-affiliations {
    background: url(/images/hdr_affiliations.gif) top left no-repeat;
}

#hdr-community {
    background: url(/images/hdr_community.gif) top left no-repeat;
}

#hdr-quality,
#hdr-our-mission,
#hdr-vision,
#hdr-allaboutpeople,
#hdr-executive-management,
#hdr-sherri,
#hdr-charles,
#hdr-give-back,
#hdr-cystic-fibrosis,
#hdr-katrina {
    height: 17px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-quality {
    background: url(/images/hdr_quality.gif) top left no-repeat;
}

#hdr-our-mission {
    background: url(/images/hdr_our_mission.gif) top left no-repeat;
}

#hdr-vision {
    background: url(/images/hdr_our_vision.gif) top left no-repeat;
}

#hdr-allaboutpeople {
    background: url(/images/hdr_all_about_people.gif) top left no-repeat;
}

#hdr-executive-management {
    background: url(/images/hdr_executive_management.gif) top left no-repeat;
}

#hdr-sherri {
    background: url(/images/hdr_sherri_mitchell.gif) top left no-repeat;
}

#hdr-charles {
    background: url(/images/hdr_charles_mitchell.gif) top left no-repeat;
}

#hdr-give-back {
    background: url(/images/hdr_give_back.gif) top left no-repeat;
}

#hdr-cystic-fibrosis {
    background: url(/images/hdr_cystic_fibrosis.gif) top left no-repeat;
}

#hdr-katrina {
    background: url(/images/hdr_katrina.gif) top left no-repeat;
}

/*********************************
* Subnav Detail
*********************************/

#subnav a#mission {
    background: url(/images/subnav_mission.gif) top left no-repeat;
}

#subnav a#leadership {
    background: url(/images/subnav_leadership.gif) top left no-repeat;
}

#subnav a#affiliations {
    background: url(/images/subnav_affiliations.gif) top left no-repeat;
}

#subnav a#community {
    background: url(/images/subnav_community.gif) top left no-repeat;
}

#subnav a#mission:hover, body.mission-on #subnav a#mission {
    background: url(/images/subnav_mission.gif) bottom left no-repeat;
}

#subnav a#leadership:hover, body.leadership-on #subnav a#leadership {
    background: url(/images/subnav_leadership.gif) bottom left no-repeat;
}

#subnav a#affiliations:hover, body.affiliations-on #subnav a#affiliations {
    background: url(/images/subnav_affiliations.gif) bottom left no-repeat;
}

#subnav a#community:hover, body.community-on #subnav a#community {
    background: url(/images/subnav_community.gif) bottom left no-repeat;
}