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

/*********************************
* Tables
*********************************/

table {
    margin-top: 25px;
    border-top: 1px solid #E5EFD1;
    border-left: 1px solid #E5EFD1;
}

td {
    padding: 3px 8px 3px 5px;
    border-right: 1px solid #E5EFD1;
    border-bottom: 1px solid #E5EFD1;
    vertical-align: top;
}

tr.header {
    background: #FEFBE6;
    font-weight: bold;
}

/*********************************
* Lists
*********************************/

table li {
    padding-left: 12px;
}

table ul li {
    background: url(/images/bullet3.gif) 0 5px no-repeat;
}

ul.sub-list {
    margin-top: 0;
}

ul.sub-list li {
    background: url(/images/bullet4.gif) 0 9px no-repeat;
    padding-left: 8px;
}


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

#ttl-dementia-team,
#ttl-education-mats,
#ttl-resource-links,
#ttl-mini-conferences,
#ttl-bereavement,
#ttl-advance-dirs,
#ttl-disease-prog,
#ttl-education,
#ttl-recommended-reading {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#ttl-dementia-team {
    background: url(/images/ttl_dementia_team.gif) top left no-repeat;
}
#ttl-education-mats {
    background: url(/images/ttl_education_mats.gif) top left no-repeat;
}
#ttl-resource-links {
    background: url(/images/ttl_resource_links.gif) top left no-repeat;
}
#ttl-mini-conferences {
    background: url(/images/ttl-mini-conferences.gif) top left no-repeat;
}
#ttl-bereavement {
    background: url(/images/ttl_bereavement.gif) top left no-repeat;
}
#ttl-advance-dirs {
    background: url(/images/ttl-advance-directives.gif) top left no-repeat;
}
#ttl-disease-prog {
    background: url(/images/ttl_disease_prog.gif) top left no-repeat;
}
#ttl-education {
    background: url(/images/ttl_dementia_resources.gif) top left no-repeat;
}
#ttl-recommended-reading {
    background: url(/images/ttl_recommended_reading.gif) top left no-repeat;
}

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

#subnav a#dementia-team {
    background: url(/images/subnav_dementia_team.gif) top left no-repeat;
}
#subnav a#dementia-faqs {
    background: url(/images/subnav_faqs.gif) top left no-repeat;
}
#subnav a#education-mats2 {
    background: url(/images/subnav_education_mats.gif) top left no-repeat;
}
#subnav a#resource-links{
    background: url(/images/subnav_resource_links.gif) top left no-repeat;
}
#subnav a#mini-conferences {
    background: url(/images/subnav-mini-conferences.gif) top left no-repeat;
}
#subnav a#bereavement {
    height: 46px;
    background: url(/images/subnav_bereavement.gif) top left no-repeat;
}
#subnav a#advance-dirs {
    background: url(/images/subnav-advance-directives.gif) top left no-repeat;
}
#subnav a#disease-prog {
    background: url(/images/subnav_disease_prog.gif) top left no-repeat;
}
#subnav a#recommended-reading {
    background: url(/images/subnav_recommended_reading.gif) top left no-repeat;
}

#subnav a:hover#dementia-team, body.dementia-team-on #subnav #dementia-team {
    background: url(/images/subnav_dementia_team.gif) bottom left no-repeat;
}
#subnav a:hover#dementia-faqs, body.dementia-faqs-on #subnav #dementia-faqs {
    background: url(/images/subnav_faqs.gif) bottom left no-repeat;
}
#subnav a:hover#education-mats2, body.education-mats2-on #subnav #education-mats2 {
    background: url(/images/subnav_education_mats.gif) bottom left no-repeat;
}
#subnav a:hover#resource-links, body.resource-links-on #subnav #resource-links {
    background: url(/images/subnav_resource_links.gif) bottom left no-repeat;
}
#subnav a:hover#mini-conferences, body.mini-conferences-on #subnav #mini-conferences {
    background: url(/images/subnav-mini-conferences.gif) bottom left no-repeat;
}
#subnav a:hover#bereavement, body.bereavement-on #subnav #bereavement {
    background: url(/images/subnav_bereavement.gif) bottom left no-repeat;
}
#subnav a:hover#advance-dirs, body.advance-dirs-on #subnav #advance-dirs {
    background: url(/images/subnav-advance-directives.gif) bottom left no-repeat;
}
#subnav a:hover#disease-prog, body.disease-prog-on #subnav #disease-prog {
    background: url(/images/subnav_disease_prog.gif) bottom left no-repeat;
}
#subnav a:hover#recommended-reading, body.recommended-reading-on #subnav #recommended-reading {
    background: url(/images/subnav_recommended_reading.gif) bottom left no-repeat;
}

