/* CSS Document */
#open_house {
	position: absolute;
	top: 75px;
	left: 225px;
}
#herons_remaining {
	position: absolute;
	top: 40px;
	left: 450px;
}
#garage {
	position: absolute;
	top: 120px;
	left: 550px;
}
.side_tag {
	background: url(../images/nametag_scott.jpg) no-repeat;
	width: 160px;
	height: 75px;
	padding: 32px 4px 0px 125px;
	line-height: 13px;
	margin-top: 10px;
	}
.side_tag2 {
	background: url(../images/nametag_carla.jpg) no-repeat;
	width: 160px;
	height: 75px;
	padding: 32px 4px 0px 125px;
	line-height: 13px;
	}
#herons_siteplan {
	padding-bottom: 5px;
	border-bottom: 1px solid #9fa1a9;
	margin-bottom: 5px;
	background: url(../assets/images/loading.gif) no-repeat center 180px;
	}
.virtual_tour {
	background:url(../images/gallery_tour.jpg) no-repeat;
	display: block;
	width: 171px;
	height: 267px;
	float: right;
	margin-top: 10px;
	}
.ju_map {
	background: url(../images/map.jpg) no-repeat;
	width: 320px;
	height: 290px;
	float: right;
	border: 1px solid black;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.features_right {
	width: 210px;
	float: right;
	margin-top: 10px;
	}
.home_pics {
	width: 253px;
	height: 192px;
	float: right;
	margin: 5px 0px 5px 10px; 
	}
.finance_pic {
	background: url(../images/finance.jpg) no-repeat;
	width: 245px;
	height: 218px;
	float: right; 
	margin-left: 10px;
	margin-bottom: 20px;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	}
.fb_btn {
	background: url(../images/fb_btn.png) no-repeat top;
	width: 272px;
	height: 29px;
	display: block;
	margin: 10px 0 0 0;
	float: left;
}
.twitter_btn {
	background: url(../images/twitter_btn.png) no-repeat top;
	width: 272px;
	height: 29px;
	display: block;
	margin: 20px 0 20px 0;
	float: left;
}
.fb_btn:hover, .twitter_btn:hover {
	background-position: bottom;
}
