/* --- Shared Styles --- */
div.content 
{
    width:960px; height: 300px; 
    position: absolute; left: 0px;
    overflow: hidden; padding: 0px; margin: 0px;
}

div.content * 
{
    font-family: Arial;
}

div.content h2
{
    margin: 0px; padding: 0px;
    color: #396D99; font-size: 20px;
}

div.content p
{
    margin: 0px; padding: 6px 0px; color: #396D99;        
}

div.content ul, div.content ul li
{
    color: #396D99;        
}

div.innerContent
{
    width: 700px; height: 300px;
    float: left; overflow: hidden;
    margin: 10px 10px 0px 10px;  
    padding-right: 10px;      
}

div.innerContent * 
{
    font-size: 12px;    
}

div.innerImage
{
    height: 210px;
    margin-top: 22px;
    float: left;   
}

/* --- Initial Text Styles --- */
#initialText 
{ 
    top: 0px;
}

#initialText p
{
    padding: 0px; margin: 60px 0px 0px 0px; 
    text-align: center;  font-size: 18px; color: #396D99;
}

/* --- Long-Term Acute Care --- */
#LTAC
{
    top: 300px;
    background: transparent url(images/content250.gif) no-repeat;    
}

/* --- Inpatient Rehab --- */
#InpatientRehab
{
    top: 700px;     
    background: transparent url(images/content250.gif) no-repeat;    
}

/* --- Skilled Nursing --- */
#SkilledNursing
{
    top: 1100px;    
    background: transparent url(images/content300.gif) no-repeat;    
}

/* --- Assisted Living --- */
#AssistedLiving
{
    top: 1500px;     
    background: transparent url(images/content250.gif) no-repeat;    
}

/* --- Outpatient Rehab --- */
#OutpatientRehab
{
    top: 1900px;    
    background: transparent url(images/content200.gif) no-repeat;    
}

/* --- Home Health Care --- */
#HomeHealthCare
{
    top: 2300px;     
    background: transparent url(images/content200.gif) no-repeat;    
}

/* --- Hospice --- */
#Hospice
{
    top: 2700px;    
    background: transparent url(images/content300.gif) no-repeat;    
}
