/********************************************
* Hospice of the Valley
* Developed by I-ology
* http://www.i-ology.com
*
* Created 05/25/07 - AC
*
* Homepage Style Definitions
********************************************/

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

#left-column {
    float: left;
    width: 546px;
    padding: 0;
}

#photo-left {
    float: left;
    width: 246px;
}

#photo-right {
    float: right;
    width: 244px;
}

.intro-text {
    padding: 0 16px 10px 24px;
}

#tagline {
    height: 23px;
    margin: 16px 0 10px 24px;
    text-indent: -9999px;
    background: url(/images/tagline.gif) top left no-repeat;
}

/*********************************
* Homepage Modules
*********************************/

#box-bottom {
    width: 536px;
    margin-left: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    background: url(/images/home_box_bottom.gif) bottom left no-repeat;
}

#box1, #box2, #box3 {
    float: left;
    width: 176px;
    width/**/:/**/ 168px;
    padding: 3px 3px 0 3px;
    border: 1px solid #D7D7D7;
    border-bottom: 0px;
}

#box2 {
    margin-left: 4px;
}

#box3 {
    margin-left: 4px;
}

#btn-patients, #btn-healthcare, #btn-how-help {
    display: block;
    width: 168px;
    height: 49px;
    text-decoration: none;
    text-indent: -9999px;
    border-top: 1px solid #FBF5CB;
}

#btn-patients {
    background: url(/images/promo_patients.jpg) top left no-repeat;
}

#btn-healthcare {
    background: url(/images/promo_healthcare.jpg) top left no-repeat;
}

#btn-how-help {
    background: url(/images/promo_how_help.jpg) top left no-repeat;
}

.box-list {
    list-style: none;
    width: 168px;
    width/**/:/**/ 166px;
    border: 1px solid #EDE5B0;
    border-bottom: 0px;
    margin-bottom: 0;
}

.box-list li {
    background: #FEFBE6 url(/images/bullet.gif) no-repeat 13px 11px;
    padding: 6px 10px 4px 34px;
    margin-left: 0;
}

.box-list li.row-alt {
    background: #FBF5CB url(/images/bullet.gif) no-repeat 13px 11px;
	padding: 6px 10px 6px 34px;
    margin-bottom: 0;
}

/* brent test
.box-list li a.hyp-row-alt
{
    width: 168px;
    height: 25px;
	padding: 0;
    display: block;
    background: #FBF5CB;
}*/
	
.box-list li a {
    text-decoration: none;
}
.box-list li a:hover {
    text-decoration: underline;
}

/*********************************
* Text Size
*********************************/

#text-size {
    margin-bottom: 15px;
    border-bottom: 1px solid #E7E7E7;
}

/*********************************
* Upcoming Events
*********************************/

#upcoming-events h2 {
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/upcoming_events.gif) top left no-repeat;
}

.event-row1, #event-row2 {
    width: 197px;
    width/**/:/**/ 179px;
    padding: 8px 6px 8px 11px;
    border: 1px solid #EDE5B0;
    border-right: 0px;
    background: #FEFBE6;
    font-size: 11px;
}

.event-row1 a, #event-row2 a {
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
}
.event-row1 a:hover, #event-row2 a:hover {
    text-decoration: underline;
}

#event-row2 {
    border-top: 0px;
    background: #FBF5CB;
    margin-bottom: -1px;
}

