/* the following CSS will styles user list on the site */
.quick_stat_col_list {
	font-size: 12px;
}
.quick_stat_col_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
 }
.quick_stat_col_list li {
	width: 315px;
	float: left;
}

/* The ID floats the google map to the right and allows a caption below it */
#gmap {
	width: 375px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

/* The information contained in the marker on the google map is definded below */
#mapinfo h1 {
	font-size: 12px;
	color: #F42A41;
	font-weight: bold;
	background-image: none;
	background-color: #FFFFFF;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#mapinfo form {
	margin: 0px;
	padding: 0px;
}

/* The columns for mulit column pages are defined below */
#colone {
	width: 310px;
	float: left;	
	margin: 0px;
	padding: 0px;

}
#coltwo {
	width: 317px;
	float: right;
}
.img_rg {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-left: 4px;

}
.counselors {
	width: 310px;
	float: left;	
	margin: 0px 6px 8px 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
