#sidebar {
	width: 194px;
}
#sidebarNav {
	float:left;
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
/*	letter-spacing: -0.2px;  MAY NEED TO KEEP AND CHANGE JUST FOR LINKS */
	margin: 6px;
	height: 530px;
}
#sidebarNav h3 {
	background-color: #EC1B2E;
	padding: 3px;
	margin: 0;
}
#sidebarNav #closestLotsBar {
	text-align: left;
	font-size: 11px;
	background-color: #FFF;
	height: 105px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	overflow: auto;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

#sidebarNav #closestLotsBar a{
		padding-left: 10px;
	line-height: 1.5;
}
/*#sidebarNav #closestLotsBar a:hover {
	background-color: #EC1B2E;	
}*/
#sidebarNav #allLots {
	overflow: auto;
	text-align: left;
	font-size: 11px;
	background-color: #FFF;
	height: 152px; /* 1st it was 310, then 292, then the Broker image was added */
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#sidebarNav #allLots a {
	line-height: 1.5;
	padding-left: 10px;
}
#sidebarNav #allLots a:visited, #sidebarNav #allLots a:link{
	color: blue;
}
#sidebarNav #closestLotsBar {
	overflow:auto;
}
#search_box {
	background-color: #FFF;
	padding: 8px 0px 8px 0px;
	color: #000;
}
#search_box #search_form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 175px;
}
#cm_map {
	width: 760px;
	height: 535px;
}
#subcontenttext {
	margin: 12px 0px 0px 12px;
	padding: 0;
}
#introText {
	padding-bottom: 12px;
}
#rightSubContent {
	padding: 10px 0 0 10px !important;
		
}