@charset "UTF-8";

a.neighborhood_links {
	font-weight:bold;
	color:#732820;
}

a.neighborhood_links:hover {
	font-weight:bold;
	color:#4B5A1C;
}

a.popup_links {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

a.popup_links:hover {
	font-weight:bold;
	color:#4B5A1C;
	text-decoration:underline;
}

#neighborhood_content {
	position:relative;
	height:450px;
	width:1024px;
	margin:0px;
	overflow:hidden;
}


#neighborhood_blurb {
	position:absolute;
	top:51px;
	left:240px;
	background-image:url(../images/neighborhood_blurb.jpg);
	background-repeat:no-repeat;
	height:484px;
	width:260px;
	margin:0px;
}

#neighborhood_copy {
	position:absolute;
	top:61px;
	left:505px;
	height:445px;
	width:480px;
	margin:0px;
	font-size:1.6em;
}


