/* small groups */
.smallgroups-days {
	border: 1px #E5E5E5 solid;
	background: #F3F3F3;
	padding: 12px;
	margin-bottom: 12px;
}
.smallgroups-list {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.smallgroups-list li {
	list-style-type: none;
	border-top: 1px #E5E5E5 solid;
}

.smallgroups-list li a:link, .smallgroups-list li a:visited {
	color: #767574;
}
.smallgroups-list li a:hover {
	color: #000000;
}

#map {
	margin: 24px auto 0 auto;
}
ul.grouplist {
	float: left;
	margin: 12px 0;
	padding: 0;
	width: 210px;
}
ul.grouplist li{
	list-style-type: none;	
	margin-bottom: 12px;
}
#grouplist_1 {
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px #E6E6E6 solid;
}

h3 {
	color: #999;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: .8em;
	margin: 10px 0px 0px 0px;
}
