@charset "utf-8";

html { background-color: #EEE; }

h1 {
	font-size: 182%;
	font-weight: bold;
	padding-bottom: 10px;
}

h2  {
	font-size: 153.9%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}


.nav h2 { font-size: 108%; }

#map {
	min-height: 400px;
	border: 1px solid black;
	outline: 2px solid #999;
}

.zipcode { font-weight: bold; }

#bubble {
	margin-top: 1em;
	width: 300px;
	height: 170px;
	overflow: auto;
}

#bubble li {
	width: 90%;
	list-style-type: disc;
	position: relative;
	left: 5%;
}

p.readme {
	margin-bottom: 1em;
	font-size: 108%;
	max-width: 600px;
}

#ft p { text-align: center; }
#ft p#valid { text-align: right; }
#ft img { border: 0; }