/*********************************
* Title / Header Graphics
*********************************/

#hdr-services,
#hdr-programs, 
#hdr-awc {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-services { background: url(../images/hdr_services.gif) no-repeat left top; }
#hdr-awc { background: url(../images/hdr_awc.gif) no-repeat left top; }
#hdr-programs { background: url(../images/hdr_programs.gif) no-repeat left top; }



/*********************************
* Subnav Detail
*********************************/

/*********************************
* SERVICES SUBNAV
*********************************/
#subnav a#outpatient { background: url(../images/subnav_ser_outpatient.gif) no-repeat left top; }
#subnav a#case { background: url(../images/subnav_ser_case.gif) no-repeat left top; }
#subnav a#residential { background: url(../images/subnav_ser_residential.gif) no-repeat left top; }
#subnav a#health { background: url(../images/subnav_ser_health.gif) no-repeat left top; }
#subnav a#recovery { background: url(../images/subnav_ser_recovery.gif) no-repeat left top; }

#subnav a#outpatient:hover, body.outpatient-on #subnav a#outpatient { background: url(../images/subnav_ser_outpatient.gif) no-repeat left bottom; }
#subnav a#case:hover, body.case-on #subnav a#case { background: url(../images/subnav_ser_case.gif) no-repeat left bottom; }
#subnav a#residential:hover, body.residential-on #subnav a#residential { background: url(../images/subnav_ser_residential.gif) no-repeat left bottom; }
#subnav a#health:hover, body.health-on #subnav a#health { background: url(../images/subnav_ser_health.gif) no-repeat left bottom; }
#subnav a#recovery:hover, body.recovery-on #subnav a#recovery { background: url(../images/subnav_ser_recovery.gif) no-repeat left bottom; }
