/* Start of CMSMS style sheet 'isl' */
/***** style sheet for Independent Supported Living *****/

*{
margin: 0;
border: 0;
padding: 0;
}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #939497;
}

h1{
padding: 0 10px;
color: #FBB032;
}

h2{
font-size: 1.4em;
padding: 0 10px;
color: #FBB032;
}

h3{
padding: 0 10px;
color: #FBB032;
}

h4{

}

#wrapper{
width: 768px;
margin: 0 auto;
}

#header{
width: 768px;
text-align: center;
padding: 10px;
border-bottom: solid 1px #FBB032;
margin-bottom: 10px;
}

#header img{
border: 0;
}

#navigation{
float: left;
width: 240px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px; /* Width of Menu Items */
	}
	
#navigation ul li {
	position: relative;
	
	}
	

/* Styles for Menu Items */
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #8DC73F;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	}

#navigation ul li a:hover{
color: #FBB032;
}

#navigation ul li .cur{
margin: 0 0 4px 4px;
color: #FBB032;
font-weight: bold;
}

/* Holly Hack. IE Requirement \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }




#mainContent{
float: left;
width: 528px;
}

#mainContent ul{
list-style-position: inside;
}

#mainContent ul li{
margin-left: 2em;
}

#mainContent p{
padding: 10px;
line-height: 150%;
}

#footer{
width: 768px;
margin-top: 10px;
font-size: 0.7em;
text-align: right;
color: #939497;
padding: 10px;
border-top: solid 1px #FBB032;
}

#footer a{
text-decoration: none;
color: #939497;
}

.clear{
clear: both;
height: 1px;
}

.tel{
font-size: 2em;
font-weight: bold;
}
/* End of 'isl' */

