#locator {
	margin: 1em auto;
	width: 600px;
}
#map {
	position: relative;
	border: 1px solid #000000;
	background-color: #CCFFFF;
	height: 250px;
	width: 250px;
}
.club {
	width: 16px;
	height: 16px;
	background-image:url(/clubs/art/location.gif);
	font-size: 93%;
	text-align: center;
}
#map .hover {background-image:url(/clubs/art/loc-hover.gif); }
#map .selected {background-image:url(/clubs/art/loc-select.gif); }
.hidden {	display: none; }
.padded {	padding: 5px; }
div.clearall {
	clear: both;
	height: 1px;
}
#descrip {
	background-color: #FFFFCC;
	height: 400px;
	width: 340px;
	float: right;
	overflow: auto;
	border: 1px solid #000000;
}
#descrip h4 {text-align:left;}
#list {
	width: 250px;
	height: 141px;
	margin-top: 5px;
	border: 1px solid #000000;
	overflow: auto;
}
#list h3 {
	margin: 0;
	text-align: center;
}
#list ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	width: 220px;
}
#list li {
	background-color: #CCFFFF;
	margin-top: 5px;
	padding: 0 5px;
	border: 1px solid #000000;
}
#list li.hover {
	background-color: #FFCC00;
}
#list li.selected {
	background-color: #FF6633;
}
#list a {
	display: block;
	width: 100%;
}
#list a, #map a {
	color:#000000;
	text-decoration:none;
}

