/* CSS Document */
body,html{
padding:0px;
margin:0px;
background-color:#F1F1F1;
}

#features_btns{
height:
}
ul{
margin:0;
padding:0;
}

li{
margin:0;
padding-bottom:6px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
list-style:none;
}

li.feature h2{
	width:380px;
	line-height:138.5%;
	margin-bottom:10px;
	font-size:138.5%;
}
li.feature h2 span.black{
	color:#000;
	font-size:197%;
	margin-left:-3px;
	line-height:120%;
}
li.feature p{
	width:340px;
	font-size:100%;
	font-weight:bold;
}
li.feature p a{
	color:#fff;
}

li.feature a{
	display:block;
	width:259px;
	w\idth:259px;
	height:63px;
	he\ight:63px;
	text-decoration:none;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#features_btns img{
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6;
	padding-left: 0px;
	border:none;
}
div.two-line a{ /* allows for vertical centering of two lines of content */
	he\ight:54px;
	padding:21px 0 0 12px;
}
li.feature a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
li.feature span.white{
	color:#fff;
	font-size:100%;
	display:block;
	margin-bottom:4px;
}
li.feature span.yellow{
	color:#ffed00;
	font-size:116%;
	line-height:113%;
	font-weight:bold;
}



	/* sidebar feature backgrounds */

li.one {
		background: url(../images_algonquin/feature-bg-one.gif) no-repeat 0 0;
	}
li.two {
		background: url(../images_algonquin/feature-bg-two.gif) no-repeat 0 0;
	}
li.three {
		background: url(../images_algonquin/feature-bg-three.gif) no-repeat 0 0;
	}
li.four {
		background: url(../images_algonquin/feature-bg-four.gif) no-repeat 0 0;
	}

	
	
	/*openhouse 2008 btn*/	
.openHouse2008btn {
margin-top:6px;

}
	.openHouse2008btn a{
	display:block;
	width:271px;
	height:75px;
	background-image:url(../images_algonquin/openhouse_btn_all.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	}
	
	.openHouse2008btn a:hover{
	display:block;
	width:271px;
	height:75px;
	background-image:url(../images_algonquin/openhouse_btn_all.gif);
	background-repeat: no-repeat;
	background-position: right center;	
	text-decoration:none;
	}
	
	
