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

/* some palette choices that match Google map colors:
blue water: 	#6c9ddf;
green forest: 	#a9ca93;
white country: 	#e5e3df;
red marker: 	#ff5e4a;
yellow road:	#fff2a0;
tan highway:	#d5b139;
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.25;
	background-color: #8a978d;
	border: none;
	}
a:link {
	color: #333399;
	text-decoration: none;
	}
a:visited {
	color: #6c9ddf;
	text-decoration: none;
	}
a:hover {
	color: #ff5e4a;
	text-decoration: underline;
	}
a:active {
	color: #ff5e4a;
	text-decoration: underline;
	}
h1 {
	font-size: 125%;
	height: 43px;
	margin: -53px 0 0 0;
	padding: 0;
	}
h1 span {
	width: 100%;
	display: none;
	background: #e5e3df;
	}
#container {
	width: 998px;
	height: 800px;
	margin: 0 auto;
	padding: 117px 0 0 0;
	border: none;
	background: #e5e3df url(../images/headerpic3.png) top no-repeat;
	}
#description {
	width: 112px;
	height: 630px;
	margin: 12px;
	float: left;
	background: #ece9e9;
	}
#panel {
	width: 180px;
	padding: 10px;
	height: 610px;
	margin: 12px 0;
	float: left;
	background: #d8d6d0;
	}
#map_canvas {
	width: 630px;
	height: 630px;
	margin: 12px;
	padding: 0;
	float: right;
	background: #8a978d;
	}
p {
	margin: 6px;
	}
.clearboth {
	clear: both;
	}
#panel ul {
	list-style: none;
	margin-top: 2em;
	}
#panel li {
	font-size: 90%;
	color: red;
	line-height: 1.5;
	}

#panel span {
	color: #999999;
	}