#divNeighborhoodsText{
	position:		relative;
	float:			left;
	clear:			both;
	width:			100%;
	font-family:	"Times New Roman", Times, serif;
	font-size:		11pt;
	color:			#3A2302;
	line-height:	19px;
	background-color:	transparent;
}

#divNeighborhoodsText p{
	margin-left:	15px;
	margin-right:	15px;
}

#divNeighborhoodsText h1{
	font-size:		16pt;
	font-weight:	bold;
	margin-left:	15px;
	margin-right:	15px;
	margin-top:		15px;
	margin-bottom:	10px;
}

#divNeighborhoodsRightImage{
	position:			relative;
	float:				left;
	vertical-align:		middle;
	text-align:			center;
	background-color:	transparent;	
}
	
#divNeighborhoodsRightImage	#imgNeighborhoodsRightImage{
	position:			relative;
	float:				left;
	clear:				right;
	margin-top:			50px;
}

.boxNoHeader{
	
	background-color:		#EEE6CB;
	font-family:			"Times New Roman", Times, serif;
	font-size:				12pt;
	width:					340px;
	height:					220px;
	color:					#3A2302;
	vertical-align:			top;
	text-align:				center;
	line-height:			26px;
	border:					4px double #3A2302;
	
}

#neighUL{
	margin-left:			40px;
	list-style:				square;
}

#neighUL li{
	margin-top:				5px;
	margin-bottom:			5px;
}

#neighUL li a{
	color:					#3A2302;
	text-decoration:		underline;
	font-weight:			bold;
	font-size:				12pt;
}

#neighUL li a:hover{
	text-decoration:		none;
}