/********************************************
* Hospice of the Valley
* Developed by I-ology
* http://www.i-ology.com
*
* Created 05/25/07 - AC
*
* Patients, Families & Friends Definitions
********************************************/

/*********************************
* Layout Definitions
*********************************/

.locations {
    width: 250px;
    float: left;
    background: url(/images/divider.gif) top left no-repeat;
    margin-bottom: 15px;
    padding-top: 15px;
}

.right {
    padding-left: 15px;
    width/**/:/**/235px;
    border-left: 1px solid #E5EFD1;
    background: url(/images/divider.gif) top right no-repeat;
}

.location-hdr 
{
    border-top: 1px solid #E5EFD1;
    width: 500px;
    margin: 0;
    padding: 25px 0 0 0;
}
/*********************************
* Lists
*********************************/

ol#questions,
ol#answers {
    margin-left: 23px;
}

ol#answers li {
    margin-bottom: 15px;
}

dt {
    float: left;
    margin-right: 3px;
}

dd {
    margin-bottom: 15px;
}

#patient-story-list dl {
    width: 522px;
    margin-bottom: 3px;
    overflow: hidden;
}

#patient-story-list dt {
    width: 100px;
    margin-right: 0;
    float: left;
}

#patient-story-list dd {
    width: 422px;
    padding-right: 15px;
    width/**/:/**/407px;
    float: right;
}

/*********************************
* Promos
*********************************/
a#promo-submit-story {
    display: block;
    width: 197px;
    height: 55px;
    text-indent: -9999px;
    text-decoration: none;
    overflow: hidden;
    background: url(/images/promo_submit_story.gif) top left no-repeat;
}

a:hover#promo-submit-story {
    background-position: bottom left;
}

/*********************************
* Titles
*********************************/

#ttl-what-hospice,
#ttl-why-hospice,
#ttl-special-programs,
#ttl-who-eligible,
#ttl-when-time,
#ttl-who-pays,
#ttl-caregiver-supp,
#ttl-inpatient-locs,
#ttl-glossary-terms,
#ttl-palliative-care,
#ttl-patient-stories {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#ttl-what-hospice {
    background: url(/images/ttl_what_hospice.gif) top left no-repeat;
}
#ttl-why-hospice {
    background: url(/images/ttl_why_hospice.gif) top left no-repeat;
}
#ttl-special-programs {
    background: url(/images/ttl_special_programs.gif) top left no-repeat;
}
#ttl-who-eligible {
    background: url(/images/ttl_who_eligible.gif) top left no-repeat;
}
#ttl-when-time {
    background: url(/images/ttl_when_time.gif) top left no-repeat;
}
#ttl-who-pays {
    background: url(/images/ttl_who_pays.gif) top left no-repeat;
}
#ttl-caregiver-supp {
    background: url(/images/ttl_caregiver_supp.gif) top left no-repeat;
}
#ttl-inpatient-locs {
    background: url(/images/ttl_inpatient_locs.gif) top left no-repeat;
}
#ttl-glossary-terms {
    background: url(/images/ttl_glossary_terms.gif) top left no-repeat;
}
#ttl-palliative-care {
    background: url(/images/ttl_palliative_care.gif) top left no-repeat;
}
#ttl-patient-stories {
    background: url(/images/ttl_patient_stories.gif) top left no-repeat;
}

/*********************************
* Sub Navigation 
*********************************/

#subnav a#what-hospice {
    background: url(/images/subnav_what_hospice.gif) top left no-repeat;
}
#subnav a#why-hospice {
    background: url(/images/subnav_why_hospice.gif) top left no-repeat;
    height: 46px;
}
#subnav a#special-programs {
    background: url(/images/subnav_special_programs.gif) top left no-repeat;
}
#subnav a#who-eligible {
    background: url(/images/subnav_who_eligible.gif) top left no-repeat;
}
#subnav a#when-time {
    background: url(/images/subnav_when_time.gif) top left no-repeat;
}
#subnav a#who-pays {
    background: url(/images/subnav_who_pays.gif) top left no-repeat;
}
#subnav a#caregiver-support {
    background: url(/images/subnav_caregiver_supp.gif) top left no-repeat;
}
#subnav a#inpatient-locations {
    background: url(/images/subnav_inpatient_loc.gif) top left no-repeat;
}
#subnav a#faqs {
    background: url(/images/subnav_faqs.gif) top left no-repeat;
}
#subnav a#glossary-terms {
    background: url(/images/subnav_glossary_terms.gif) top left no-repeat;
}
#subnav a#patient-stories {
    background: url(/images/subnav_patient_stories.gif) top left no-repeat;
}
#subnav a#patient-testimonials {
    background: url(/images/subnav_testimonials.gif) top left no-repeat;
}

#subnav a:hover#what-hospice, body.what-hospice-on #subnav #what-hospice,
#subnav a:hover#why-hospice, body.why-hospice-on #subnav #why-hospice,
#subnav a:hover#special-programs, body.special-programs-on #subnav #special-programs,
#subnav a:hover#who-eligible, body.who-eligible-on #subnav #who-eligible,
#subnav a:hover#when-time, body.when-time-on #subnav #when-time,
#subnav a:hover#who-pays, body.who-pays-on #subnav #who-pays,
#subnav a:hover#caregiver-support, body.caregiver-support-on #subnav #caregiver-support,
#subnav a:hover#inpatient-locations, body.inpatient-locations-on #subnav #inpatient-locations,
#subnav a:hover#faqs, body.faqs-on #subnav #faqs,
#subnav a:hover#glossary-terms, body.glossary-terms-on #subnav #glossary-terms,
#subnav a:hover#patient-stories, body.patient-stories-on #subnav #patient-stories,
#subnav a:hover#patient-testimonials, body.patient-testimonials-on #subnav #patient-testimonials {
    background-position: bottom left;
}
