@charset "utf-8";
/* CSS Document */

dl {
	padding:0 1em;
	font-size:12px;
}
dt {
	font-size:90%;
	color:#999999;
}
#MemberSlide {
	float:right;
	margin:10px;
	width:300px;
	height:225px;
	text-align:center;
}
#googleMap {
	position:relative;
		font-size:11px;
}
	#googMap {
		/*position:absolute;
		top:25px;
		right:0;*/
		float:right;
		width:400px;
		height:400px;
		border: 1px solid #cccccc;
	}
	#googDirections {
		position:absolute;
		top:25px;
		left:0;
		width:300px;
		height:400px;
		overflow: auto; /*used in scroll */
		z-index:200;
		font-size:11px;
}
	#googSearch {
		position:absolute;
		top:27px;
		left:0;
		width:300px;
		z-index:200;
	}
	#googSearch ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#googSearch li {
		padding:0.2em;
	}
	#googSearch legend {
		font-size:11px;
		font-weight:bold;
		display:block;
	}
	#googSearch label {
		font-size:11px;
		font-weight:bold;
		display:block;
	}
	#googSearch .A {
		background-color:#64B949;
	}
	#googSearch .B {
		background-color:#fB7468;
	}
	#googSearch input[type="text"] {
		width:95%;
		margin:3px auto;
	}
	#googControls {
	  float:left;
	  width:100%;
	  height:30px;
	  background-color:#000;
	  margin-bottom:2px;
	  border: solid thin #fff;
	}
	#googControls ul {
		margin: 3px 0 0 3px;
		padding-left:0;
		float:left;
		display:block;
		width:200px;
		list-style:none;
	}
	#googControls li {
		font-size:11px;
		font-weight:bold;
		display:inline;
		margin: 0 10px 0 0;
	}
	#googPrint {
		text-align:right;
		color:#fff;
		text-decoration:none;
	}
	.errorMSG span {
		color:#990000;
		font-weight:bold;
	}
