@charset "utf-8";
/* CSS Document */

p {
	margin-left:40px;
	}
#container
{
	margin: 0 auto;
	width: 900px;
	background: #fff;
	font-family:"Comic Sans MS", cursive;
	border: thin solid #CCC;
}

#header
{
	background: #fff;
	padding: 0px;
	height: 130px;
	background-image: url(../images/independent-living-banner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 900px;
	background: #333;
	font-size:.95em;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float:left;
	padding: 5px 11px 5px 12px;
	color: #fff;
	text-decoration: none;
	border-right:1px dotted #ccc;
}

#navigation li a:hover { background: #369; }

#content-container
{
	float: left;
	width: 900px;
	background: #fff;
	font-size: larger;
}

#contentLeft
{
	clear: left;
	float: left;
	width: 240px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}

#content-container h2 { 
	margin: 10px 0 0 30px;
	}

#contentRight
{
	float: right;
	width: 560px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#footer
{
	clear: left;
	background: #ccc;
	text-align: right;
	padding: 10px;
	height: 1%;
	font-size: smaller;
}
img {
	border:0;
	}
	
	.imageRight {
	FLOAT: right; MARGIN: 5px
}	

	.imageLeft {
	FLOAT: left; MARGIN: 5px
}	

	#mainImage {
	FLOAT: right; MARGIN: 5px
}
#mainImage2 {
	FLOAT: right; MARGIN: 1px
}
#homeBox {
	width: 830px;
	margin: 30px 0 60px 40px;
	}
.box1 {
	width: 200px;
	float: left;
	text-align: center;
	}
.boxes {
	width: 200px;
	float: left;
	text-align: center;
	margin-left:10px;
	}
.box2 {
	width:250px;
	float:left;
	text-align:center;
	}
.boxes2 {
	width: 250px;
	float: left;
	text-align: center;
	margin-left:40px;
	}	
#pagelogo {
	float:left;
	margin-right:20px;
	margin-left:20px;
	}
	}
