.clear {
	clear: both;
}

#mainnavigation {
	z-index: 20;
	bottom: 15px;
	left: 0px;
}
#mainnavigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:910px;
}
#mainnavigation li {
	float:left;
}
#mainnavigation a {
	display:block;
	overflow:hidden;
	height:1px;
	padding-top:30px;
}

#mainnavigation a.current  {
	background-position:0px 0px;
}

#mainnavigation a:hover, #mainnavigation a.current:hover {
	background-position:0px -31px;
	background-color:transparent;
}

#link1 a {
	width:152px;
	background:url(/images/home/nav-facilities.png) no-repeat top left;
}
#link2 a {
	width:152px;
	background:url(/images/home/nav-services.png) no-repeat top left;
}
#link3 a {
	width:152px;
	background:url(/images/home/nav-people.png) no-repeat top left;
}
#link4 a {
	width:152px;
	background:url(/images/home/nav-society.png) no-repeat top left;
}
#link5 a {
	width:152px;
	background:url(/images/home/nav-news.png) no-repeat top left;
}
#link6 a {
	width:150px;
	background:url(/images/home/nav-support.png) no-repeat top left;
}

#header-banner {
	position:absolute;
	left:0px;
	top:116px;
	width:910px;
	height:188px;
	z-index:75;
}
#header-banner img {
	display: none;
}

#content-body {
	width: 700px;
	position: relative;
	left: 0;
	top: 0;
	margin-top:224px;
	min-height:450px;
	padding-bottom:87px;
	font-size: 11px;
}

#ctas {
	margin-top: 250px;
	width: 207px;
}

#ctas.aside {
	position: relative;
	right: 0px;
	top: 0px;
	width: 207px;
}
#fontsizer {
	right: -51px;
}
.h2-home {
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 6px;
}

.home-bullet {
	margin-left: 90px;
	width: 480px;
	position: relative;
	z-index: 5;
}
	.home-bullet li {
		display: block;
		background:url(/images/home/bullet.png) left 7px no-repeat;
		padding-left: 10px;
		list-style: none;
	}
	
#home-cta {
	margin: -30px 0px 0px -10px;
	padding: 0px;
	position: relative;
	z-index: 0;
}	
	#home-cta li {
		float: left;
		list-style: none;
		padding-bottom: 10px;
	}
		#home-cta li a {
			display: block;
			width: 350px;
			height: 1px;
			padding-top: 158px;
			overflow: hidden;
		}
			#home-cta li a:hover {
				background-position: 0px -158px;
			}
				#cta-become-resident {background: url(/images/home/cta-become-resident.gif);}
                #cta-support-three-links {background: url(/images/home/cta-support-three-links.gif);}
				
#footer {
	padding-top: 0px;
}				

#whats-new-middle {
	width: 207px;
	background:url(/images/home/bg-whats-new-repeat.png) repeat-y;
	clear: both;
}
	#whats-new-top {
		background: url(/images/home/bg-whats-new.png) left top no-repeat;
		margin-top: -7px;
	}
		#whats-new-bottom {
			background: url(/images/home/bg-whats-new-bottom.png) left bottom no-repeat;
			padding: 50px 15px 5px;
		}
		
.new-posting {
	font-size: 11px;
	border-bottom: 1px solid #eae2be;
	padding: 15px 0px;
}		
	.whats-new-title {
		font-size: 15px;
		color: #6e93b3;
		display: block;
		font-weight: bold;		
	}
	
	.whats-new-date {
		font-size: 11px;
		color: #707070;
		display: block;
		font-weight: bold;
		line-height: 12px;
		padding: 3px 0px 0px;
	}
	.new-posting p {
		margin: 0px;
		padding: 0px;
	}	
	
	#whats-new-bottom .last {
		border-bottom: none;
	}
