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

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

#left-column h2 {
    margin-bottom: 15px;
}

#sitemap-left {
    width: 250px;
    float: left;
}

#sitemap-right {
    padding-top: 33px;
    width: 250px;
    float: right;
}

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

#sitemap-left li,
#sitemap-right li {
    margin-bottom: 15px;
}

#sitemap-left li a,
#sitemap-right li a {
    font-size: 14px;
}

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

#sitemap-left li ul.sub-list li,
#sitemap-right li ul.sub-list li {
    margin-bottom: 0;
}

#sitemap-left li ul.sub-list li a,
#sitemap-right li ul.sub-list li a {
    font-size: 12px;
    color: #999;
}

li {
    margin-bottom: 15px;
}

dl {
    width: 522px;
    margin-bottom: 15px;
    overflow: hidden;
}

dt {
    width: 100px;
    float: left;
}

dd {
    width: 422px;
    float: right;
}

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

#ttl-education,
#ttl-contact,
#ttl-email-updates,
#ttl-error,
#ttl-notfound,
#ttl-privacy-policy,
#ttl-sitemap,
#ttl-submit-story,
#ttl-thankyou,
#ttl-search-results,
#ttl-links-downloads {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#ttl-education {
    background: url(/images/ttl_education.gif) top left no-repeat;
}
#ttl-contact {
    background: url(/images/ttl_contact.gif) top left no-repeat;
}
#ttl-email-updates {
    background: url(/images/ttl_email_updates.gif) top left no-repeat;
}
#ttl-error {
    background: url(/images/ttl_error.gif) top left no-repeat;
}
#ttl-notfound {
    background: url(/images/ttl_notfound.gif) top left no-repeat;
}
#ttl-privacy-policy {
    background: url(/images/ttl_privacy_policy.gif) top left no-repeat;
}
#ttl-sitemap {
    background: url(/images/ttl_sitemap.gif) top left no-repeat;
}
#ttl-submit-story {
    background: url(/images/ttl_submit_story.gif) top left no-repeat;
}
#ttl-thankyou {
    background: url(/images/ttl_thankyou.gif) top left no-repeat;
}
#ttl-search-results {
    background: url(/images/ttl_search_results.gif) top left no-repeat;
}
#ttl-links-downloads {
    background: url(/images/ttl_links_downloads.gif) top left no-repeat;
}

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

#subnav a#links-downloads {
    height: 46px;
    background: url(/images/subnav_links.gif) top left no-repeat;
}
#subnav a:hover#links-downloads, body.links-downloads-on #subnav #links-downloads {
    background: url(/images/subnav_links.gif) bottom left no-repeat;
}
