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

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

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

#disclaimer-temp {
    width: 515px;
    width/**/:/**/ 475px;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    border-top: 1px solid #E5EFD1;
    border-bottom: 1px solid #E5EFD1;
    overflow: hidden;
    background: #FEFBE6;
}

#disclaimer-temp ol {
    margin: 0 0 0 20px;
    padding: 0;
}

#acrobat-left {
    float: left;   
    width: 118px;
}

#acrobat-right {
    float: right;    
    width: 390px;
    margin-top: 6px;
}

h3 a#promo-back,
h3 a#promo-next {
    width: 122px;
    height: 46px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 15px 20px 0 0;
}

h3 a#promo-next {
    background: url(/images/btn_next.gif) top left no-repeat;
}
h3 a#promo-back {
    background: url(/images/btn_back.gif) top left no-repeat;
}


h3 a:hover#promo-next {
    background: url(/images/btn_next.gif) bottom left no-repeat;
}
h3 a:hover#promo-back {
    background: url(/images/btn_back.gif) bottom left no-repeat;
}


h3 a#btn-submit-resume {
    width: 240px;
    height: 46px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 15px 20px 0 0;
}

h3 a#btn-submit-resume {
    background: url(/images/btn_submit_resume.gif) top left no-repeat;
}

h3 a:hover#btn-submit-resume {
    background: url(/images/btn_submit_resume.gif) bottom left no-repeat;
}

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

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

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

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

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

#ttl-careers,
#ttl-benefits,
#ttl-available-positions,
#ttl-how-to-apply,
#ttl-submit-resume,
#ttl-online-application,
#ttl-affirmative-action,
#ttl-faqs {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#ttl-careers {
    background: url(/images/ttl_careers.gif) top left no-repeat;
}
#ttl-benefits {
    background: url(/images/ttl_benefits.gif) top left no-repeat;
}
#ttl-available-positions {
    background: url(/images/ttl_available_positions.gif) top left no-repeat;
}
#ttl-how-to-apply {
    background: url(/images/ttl_how_to_apply.gif) top left no-repeat;
}
#ttl-submit-resume {
    background: url(/images/ttl_submit_resume.gif) top left no-repeat;
}
#ttl-online-application {
    background: url(/images/ttl_online_application.gif) top left no-repeat;
}
#ttl-affirmative-action {
    background: url(/images/ttl_affirmative_action.gif) top left no-repeat;
}
#ttl-faqs {
    background: url(/images/ttl_faqs.gif) top left no-repeat;
}

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

#subnav a#benefits {
    background: url(/images/subnav_benefits.gif) top left no-repeat;
}

#subnav a:hover#benefits, body.benefits-on #subnav #benefits {
    background: url(/images/subnav_benefits.gif) bottom left no-repeat;
}

#subnav a#available-positions {
    background: url(/images/subnav_available_positions.gif) top left no-repeat;
}

#subnav a:hover#available-positions, body.available-positions-on #subnav #available-positions {
    background: url(/images/subnav_available_positions.gif) bottom left no-repeat;
}

#subnav a#how-to-apply {
    background: url(/images/subnav_how_to_apply.gif) top left no-repeat;
}

#subnav a:hover#how-to-apply, body.how-to-apply-on #subnav #how-to-apply {
    background: url(/images/subnav_how_to_apply.gif) bottom left no-repeat;
}

#subnav a#career-faqs {
    background: url(/images/subnav_faqs.gif) top left no-repeat;
}

#subnav a:hover#career-faqs, body.career-faqs-on #subnav #career-faqs {
    background: url(/images/subnav_faqs.gif) bottom left no-repeat;
}

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

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

#tertiary-careers li {
    margin: 0;
    padding: 0;
    background: none;
}

#tertiary-careers li a {
    height: 20px;
}

a#career-faqs {
    background: url(/images/tertiary_faqs.gif) top left no-repeat;
}
a:hover#career-faqs,
body.career-faqs-on #subnav #tertiary-careers a#career-faqs {
    background-position: bottom left;
}

.available-positions-on #tertiary-careers {
    display: block;
}
