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

body {
	width: 1000px;
	text-align:center;
	margin: 0px auto;
	background-attachment: fixed;
	background-image: url(images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
}
#top {
	text-align: left;
	float: left;
	background-color: white;
	padding: 3px 0px 0px;
}
#sitelogo {
	padding-left: 5px;
}
#main {
	text-align: left;
	margin: 0px;
	width: 1000px;
	float: left;
	background-color: white;
}

#main h1 {
	margin-top: 10px;
}

#footer {
	float: left;
	margin: 0px;
	width: 1000px;
	text-align: left;
}


#you_are_here {
	padding: 2px 10px;
	font-size:.75em;
	background-color: Gainsboro;
}
#you_are_here a {
	color: #000000;
	text-decoration: none;
}
#you_are_here a:hover {
	text-decoration: underline;
}

.lr_pad {
	padding-left: 10px;
	padding-right: 10px;
}

ul li h4 {
	margin: 5px 0px;
}
ul li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
ul li ul li {
	margin-bottom: 2px;
	padding-left: 5px;
}
ul li ul li input {
	margin: 3px 0px;
}



#map {
	float: left;
	width: 500px;
	height: 500px;
	background-color: lightgrey;
}
#services {
	float: left;
	width: 500px;
	height: 500px;
	overflow: auto;
}
#services table {
	font-size: .75em;
	width: 470px;
	float: right;
}
#services table th {
	vertical-align: top;
}
.service_id {
	float: right;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	padding: 1px 4px;
	cursor: pointer;
}
#services h1 {
	font-size: 1.4em;
	padding: 2px 0px 10px 10px;
	margin: 0px;
}
#services h1 img {
	vertical-align: text-bottom;
}
#services h1 a {
	text-decoration: none;
	color: #006388;
}