#product ul{
	margin-bottom: 2em;
	margin-left: 1.5em;
	list-style: disc;
	line-height: 1.5em;
}
.state{
	margin-bottom: 3em;
}

.state div.group{
	margin-bottom: 2em;
}
h1, p{
	margin: 0;
}
h1 span{
	font-weight: normal;
	font-size: .5em;
}
ul.group li{
	float: left;
	display: block;
	width: 48%;
	vertical-align: top;
}
#groups{margin-top: 1em;}
#groups dl{
	float: left;
}
#groups dl dt, #groups dl dd{
	margin: 0 0 1.3em 0;
}
#groups{
	height: 150px;
}
a.button{
	background: #92c3eb;
	border: solid 1px #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	color: #333;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
a.button:active{
	background: #ccc;
	color: #333;
}
.title a{color: #fff;}
.title a{display: block;padding: 5px;}
#map_canvas h2{
	font-size: 1.2em;
}
#map_canvas p{
	text-align: left;
	margin-top: 1em;
}
