/********************************************
* Hospice of the Valley
* Developed by I-ology
* http://www.i-ology.com
*
* Created 07/16/07 - BD
*
* About Us Definitions
********************************************/

/*********************************
* Layout Definitions
*********************************/

.divider {
    width: 515px;
    border-top: 1px solid #E5EFD1;
    border-bottom: none;
    overflow: hidden;
    padding: 20px 0 5px 0;
}

.divider img {
    float: right;
    margin: 5px 0 5px 25px;
    padding: 2px;
    border: 1px solid #D7D7D7;
}

.divider span 
{
    float: right;
    margin: 250px -250px 5px 25px;
    padding: 2px;
}

h2 {
    margin-bottom: 10px;
}

.top-half {
    width: 515px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5EFD1;
    overflow: hidden;
}

.bottom-half {
    width: 515px;
    overflow: hidden;
}

.left {
    width: 250px;
    float: left;
}

.right {
    width: 250px;
    float: right;
}

/*********************************
* Titles
*********************************/

#ttl-about,
#ttl-history,
#ttl-board,
#ttl-medical-directors,
#ttl-awards,
#ttl-annual-report {
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 12px;
}

#ttl-about {
    background: url(/images/ttl_about.gif) top left no-repeat;
}
#ttl-history {
    background: url(/images/ttl_history.gif) top left no-repeat;
}
#ttl-board {
    background: url(/images/ttl_board.gif) top left no-repeat;
}
#ttl-medical-directors {
    background: url(/images/ttl_medical_directors.gif) top left no-repeat;
}
#ttl-awards {
    background: url(/images/ttl_awards.gif) top left no-repeat;
}
#ttl-annual-report {
    background: url(/images/ttl_annual_report.gif) top left no-repeat;
}

/*********************************
* Sub Navigation 
*********************************/

#subnav a#annual-report {
    background: url(/images/subnav_annual_report.gif) top left no-repeat;
}
#subnav a#history {
    height: 46px;
    background: url(/images/subnav_history.gif) top left no-repeat;
}
#subnav a#board {
    background: url(/images/subnav_board.gif) top left no-repeat;
}
#subnav a#medical-directors {
    background: url(/images/subnav_medical_directors.gif) top left no-repeat;
}
#subnav a#awards {
    background: url(/images/subnav_awards.gif) top left no-repeat;
}

#subnav a:hover#annual-report, body.annual-report-on #subnav #annual-report {
    background: url(/images/subnav_annual_report.gif) bottom left no-repeat;
}
#subnav a:hover#history, body.history-on #subnav #history {
    background: url(/images/subnav_history.gif) bottom left no-repeat;
}
#subnav a:hover#board, body.board-on #subnav #board {
    background: url(/images/subnav_board.gif) bottom left no-repeat;
}
#subnav a:hover#medical-directors, body.medical-directors-on #subnav #medical-directors {
    background: url(/images/subnav_medical_directors.gif) bottom left no-repeat;
}
#subnav a:hover#awards, body.awards-on #subnav #awards {
    background: url(/images/subnav_awards.gif) bottom left no-repeat;
}
