/* This style sheet styles the custom content contained inside the about BCF section of the site */

/* 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;
}