/********************************************
* Hospice of the Valley
* Developed by I-ology
* http://www.i-ology.com
*
* Created 08/06/07 - BD
*
* Dementia Patients Definitions
********************************************/

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

#ttl-what-dementia,
#ttl-criteria-care,
#ttl-hospice-services,
#ttl-understanding,
#ttl-healthcare-decs,
#ttl-caregiver-serv,
#ttl-transitioning-care,
#ttl-comfort-care,
#ttl-enhancing-comm,
#ttl-about-me,
#ttl-pain,
#ttl-personal-care,
#ttl-sensory-stim,
#ttl-medication {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#ttl-what-dementia {
    background: url(/images/ttl_what_dementia.gif) top left no-repeat;
}
#ttl-criteria-care {
    background: url(/images/ttl_criteria_care.gif) top left no-repeat;
}
#ttl-hospice-services {
    background: url(/images/ttl_hospice_services.gif) top left no-repeat;
}
#ttl-understanding {
    background: url(/images/ttl_understanding.gif) top left no-repeat;
}
#ttl-healthcare-decs {
    background: url(/images/ttl_healthcare_decs.gif) top left no-repeat;
}
#ttl-caregiver-serv {
    background: url(/images/ttl_caregiver_serv.gif) top left no-repeat;
}
#ttl-transitioning-care {
    background: url(/images/ttl_transitioning_care.gif) top left no-repeat;
}
#ttl-comfort-care {
    background: url(/images/ttl_comfort_care.gif) top left no-repeat;
}
#ttl-enhancing-comm {
    background: url(/images/ttl_enhancing_comm.gif) top left no-repeat;
}
#ttl-about-me {
    background: url(/images/ttl_about_me.gif) top left no-repeat;
}
#ttl-pain {
    background: url(/images/ttl_pain.gif) top left no-repeat;
}
#ttl-personal-care {
    background: url(/images/ttl_personal_care.gif) top left no-repeat;
}
#ttl-sensory-stim {
    background: url(/images/ttl_sensory_stim.gif) top left no-repeat;
}
#ttl-medication {
    background: url(/images/ttl_medication.gif) top left no-repeat;
}

/*********************************
* Sub Navigation 
*********************************/

#subnav a#what-dementia {
    background: url(/images/subnav_what_dementia.gif) top left no-repeat;
}
#subnav a#criteria {
    height: 46px;
    background: url(/images/subnav_criteria.gif) top left no-repeat;
}
#subnav a#hospice-services {
    background: url(/images/subnav_hospice_services.gif) top left no-repeat;
}
#subnav a#understanding {
    height: 46px;
    background: url(/images/subnav_understanding.gif) top left no-repeat;
}
#subnav a#healthcare-decs {
    background: url(/images/subnav_healthcare_decs.gif) top left no-repeat;
}
#subnav a#caregiver-serv {
    background: url(/images/subnav_caregiver_serv.gif) top left no-repeat;
}
#subnav a#transitioning-care {
    background: url(/images/subnav_transitioning_care.gif) top left no-repeat;
}

#subnav a:hover#what-dementia, body.what-dementia-on #subnav #what-dementia {
    background: url(/images/subnav_what_dementia.gif) bottom left no-repeat;
}
#subnav a:hover#criteria, body.criteria-on #subnav #criteria {
    background: url(/images/subnav_criteria.gif) bottom left no-repeat;
}
#subnav a:hover#hospice-services, body.hospice-services-on #subnav #hospice-services {
    background: url(/images/subnav_hospice_services.gif) bottom left no-repeat;
}
#subnav a:hover#understanding, body.understanding-on #subnav #understanding {
    background: url(/images/subnav_understanding.gif) bottom left no-repeat;
}
#subnav a:hover#healthcare-decs, body.healthcare-decs-on #subnav #healthcare-decs {
    background: url(/images/subnav_healthcare_decs.gif) bottom left no-repeat;
}
#subnav a:hover#caregiver-serv, body.caregiver-serv-on #subnav #caregiver-serv {
    background: url(/images/subnav_caregiver_serv.gif) bottom left no-repeat;
}
#subnav a:hover#transitioning-care, body.transitioning-care-on #subnav #transitioning-care {
    background: url(/images/subnav_transitioning_care.gif) bottom left no-repeat;
}

/*********************************
* Tertiary Navigation 
*********************************/

a#comfort-care {
    background: url(/images/tertiary_comfort_care.gif) top left no-repeat;
}
#tertiary-services li a#enhancing-comm {
    height: 33px;
    background: url(/images/tertiary_enhancing_comm.gif) top left no-repeat;
}
a#about-me {
    background: url(/images/tertiary_about_me.gif) top left no-repeat;
}
a#pain {
    background: url(/images/tertiary_pain.gif) top left no-repeat;
}
a#personal-care {
    background: url(/images/tertiary_personal_care.gif) top left no-repeat;
}
a#sensory-stim {
    background: url(/images/tertiary_sensory_stim.gif) top left no-repeat;
}
a#medication {
    background: url(/images/tertiary_medication.gif) top left no-repeat;
}

a:hover#comfort-care, body.comfort-care-on #comfort-care {
    background: url(/images/tertiary_comfort_care.gif) bottom left no-repeat;
}
#tertiary-services li a:hover#enhancing-comm, body.enhancing-comm-on #tertiary-services li #enhancing-comm {
    background: url(/images/tertiary_enhancing_comm.gif) bottom left no-repeat;
}
a:hover#about-me, body.about-me-on #about-me {
    background: url(/images/tertiary_about_me.gif) bottom left no-repeat;
}
a:hover#pain, body.pain-on #pain {
    background: url(/images/tertiary_pain.gif) bottom left no-repeat;
}
a:hover#personal-care, body.personal-care-on #personal-care {
    background: url(/images/tertiary_personal_care.gif) bottom left no-repeat;
}
a:hover#sensory-stim, body.sensory-stim-on #sensory-stim  {
    background: url(/images/tertiary_sensory_stim.gif) bottom left no-repeat;
}
a:hover#medication, body.medication-on #medication {
    background: url(/images/tertiary_medication.gif) bottom left no-repeat;
}
