#processingIMG {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 75px;
	margin-top: 40%;
	margin-bottom: auto;
	height: 89px;
	background-image: url(processingLarge.gif);
	background-repeat: no-repeat;
}
#mainMapWrapper {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	height: 720px;
	width: 700px;
	border: solid 1px #fff;
}
#mapSearchOptions {
	border: solid 1px #bbbbbb;
	width: 700px;
	height: 42px;
	float: left;
	background-color: #336699;
	color: #dddddd;
	font-size: 10pt;
	font-style: normal;
}
#zipsearch { border: solid 0px red; width: 120px; margin-top: 2px; float: left; margin-left: 4px;}
#zipsearch comment { color: #aaaaaa; font-style: normal; font-size: 8pt; display: block; margin-left: 42px }
#radiussearch { border: solid 0px red; width: 200px; margin-left: 5px; margin-top: 2px; float: left;}
#radiussearch comment { color: #aaaaaa; font-style: normal; font-size: 8pt; display: block; margin-left: 8px }
#mapInfoBox {
	border: solid 1px #bbbbbb;
	width: 700px;
	height: 180px;
	background-color: #b1b1b1;
	overflow: hidden;
}
#mapInfoBoxHeader{
	color: #aaaaaa;
	background-color: #336699;
	height: 100%;
	width: 168px;
	float: left;
	padding-top: 5px;
}
#Members {
	font-weight: 700;
	font-size: 17pt;
	margin-top: 1px;
	float: left;
	margin-left: 2px;
	text-transform: uppercase;
}
#inYourArea {
	font-weight: 700;
	font-size: 8pt;
	margin-right: 45px;
	float: right;
	text-transform: uppercase;
}
#membersInArea {
	font-size: 28pt;
	width: 45px;
	height: 45px;
	float: left;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 15px;
}
#map {
	margin-top: 1px;
	width: 700px;
	height: 500px;
	border: solid 1px #bbbbbb;
	float: left;
}
#mapInfoBoxContainer {
	border-left: dotted 1px #333;
	width: 528px;
	overflow: auto;
	height: 100%;
	float: right;

}
.infoBarBlocks {
	border: none;
	border-bottom: dotted 1px #333333;
	padding: 2px;
	margin:1px;
	background-color: #b1b1b1;
}
.infoBarBlocks b { color: #336699; font-weight: 700; font-size: 11pt; margin: 8px 0 2px 1px;}
.infoBarBlocks p{ color: #333333; text-transform: uppercase; font-size: 11pt; margin: 0 0 6px 5px;}
