﻿/* ---- Because IE is stupid force nav container height: ----  
  (this is due to an IE bug that doesn't always allow for % heights
  for DIVs. Setting this value makes the leftnav scale correctly).
*/

/* For Services: */
#header
{
    background-image:url(../images/bg-header-leftNav.jpg);   
}



#suites #sectionTitle
{
	background-image:url(../images/title-suites.gif);
}


#independent .picture
{
	background-image:url(../images/img-independant_living.jpg);
}

#independent #sectionTitle  
{
	background-image:url(../images/title-independentLiving.gif);
}


#assisted .picture
{
	background-image:url(../images/img-assisted_living.jpg);
}

#assisted #sectionTitle  
{
	background-image:url(../images/title-assistedLiving.gif);
	
}


ul
{
width:500px;
}
li
{
    list-style-image: url(../images/img-arrow_list_bullet.gif);
    list-style-type: circle;
    margin-top:4px;
}

.floorplan
{
 width:540px;   
 text-align:center;
 margin-bottom:20px;
}

.assisted
{
 width:200px; 
}

 #assisted .floorplan
{
     width:300px;
}
/* ------------------------ */

/* Shared Between them */
#content
{
	width:538px;
	position:relative;
	top:0px;
	left:10px;
	float:left;
	height:100%;
}




