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

/*********************************
* HTML Mods
*********************************/

h4 {
    font-style: italic;
}

/*********************************
* Layout Definitions
*********************************/

.divider {
    width: 515px;
    border-bottom: 1px solid #E5EFD1;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

#header {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 766px;
    height: 119px;
    background: url(/images/bg_dementia_header.gif) top left no-repeat;
}

#logo {
    background: none;
}

#logo a {
    width: 100px;
    height: 110px;
    display: block;
    margin: 3px 0 0 87px;
}

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

#ttl-dementia {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#ttl-dementia {
    background: url(/images/ttl_dementia.gif) top left no-repeat;
}

/*********************************
* Main Navigation 
*********************************/

#nav {
    background: #C3DA96 url(/images/bg_dementia_nav.gif) top right no-repeat;
}

#nav a#home {
    background: url(/images/nav_home.gif) top left no-repeat;
    width: 120px;
}

#nav a:hover#home, body#home-on #nav a#home {
    background: url(/images/nav_home.gif) bottom left no-repeat;
}

#nav a#education {
    background: url(/images/nav_dementia_resources.gif) top left no-repeat;
    width: 120px;
}

#nav a:hover#education, body#education-on #nav a#education {
    background: url(/images/nav_dementia_resources.gif) bottom left no-repeat;
}

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

ul.education li {
    margin-bottom: 15px;
}

ul.sub-list {
    margin: 5px 0 4px 0;
}

ol#questions,
ol#answers {
    margin-left: 23px;
}

ol#answers li {
    margin-bottom: 15px;
}

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

#tertiary-services,
#tertiary-resources {
    margin: 5px 0 0 0;
    padding-bottom: 5px;
    list-style: none;
    background: #FFFEF2;
    border-bottom: 1px solid #EDE5B0;
    display: none;
}

#tertiary-services li,
#tertiary-resources li {
    margin: 0;
    padding: 0;
    background: none;
}

#tertiary-services li a,
#tertiary-resources li a {
    height: 20px;
}

.hospice-services-on #tertiary-services,
.clinical-resources-on #tertiary-resources,
.dementia-professionals #tertiary-resources {
    display: block;
}
