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

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

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

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

#ttl-who-eligible,
#ttl-when-time,
#ttl-who-pays,
#ttl-programs-patients {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#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-programs-patients {
    background: url(/images/ttl_programs_patients.gif) top left no-repeat;
}

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

#left-column ul {
    margin-top: 2px;
}

ul ul {
    margin-bottom: 4px;
}

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

#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#programs-patients {
    height: 46px;
    background: url(/images/subnav_programs_patients.gif) top left no-repeat;
}
#subnav a#special-programs {
    background: url(/images/subnav_special_programs.gif) top left no-repeat;
}

#subnav a:hover#who-eligible, body.who-eligible-on #subnav #who-eligible {
    background: url(/images/subnav_who_eligible.gif) bottom left no-repeat;
}
#subnav a:hover#when-time, body.when-time-on #subnav #when-time {
    background: url(/images/subnav_when_time.gif) bottom left no-repeat;
}
#subnav a:hover#who-pays, body.who-pays-on #subnav #who-pays {
    background: url(/images/subnav_who_pays.gif) bottom left no-repeat;
}
#subnav a:hover#programs-patients, body.programs-patients-on #subnav #programs-patients {
    background: url(/images/subnav_programs_patients.gif) bottom left no-repeat;
}
#subnav a:hover#special-programs, body.special-programs-on #subnav #special-programs {
	background-position: bottom left;
}
