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

#mapcontainer {
	width:891px; 
	height:500px; 
	border: 2px solid #00507E;
	margin: 30px 0 0 0;
}

#nav div {
	z-index: 2000;
}

#nav ul {
	float: right;
}

#nav .pagetitle {
	float: left;
	width: auto;
	height: 25px;
	padding: 0 0 0 15px;
	line-height: 33px;
	height: 33px;
	font-size: 12px;
}

.map-desc {
	width: 300px;
}

.map-desc h5 {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	display: block;
	z-index: 2000;
}

.map-desc p {
	line-height: 14px;
}

#legend {
	margin: 0;
}

#legend p {
	background: url('/images/map-closed.png') no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 10px;
	padding: 0 40px;
}

#legend .closed-icon {
	background: url('/images/map-closed.png') no-repeat;
	height: 30px;
	width: 30px;
}

#subnav  {
	float: left;
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	float: left;
	margin: 0 10px 0 0;
}

#subnav li a {
	color: #00507E;
	text-decoration: underline;
	font-size: 0.9em;
}


#info h3 {
	font-size: 1.4em;
	color: #00507E;
	margin: 10px 0;
}

#info .top {
	float: right;
	font-size: 0.8em;
}

#info .top a {
	text-decoration: underline;
}

table {
	margin: 0;
	border: 1px solid #00507E;
	width: 100%;
}

thead {
	background: #00507E;
	color: #fff;
}

th {
	padding: 3px;
	text-align: left;
}

th.col1 {
	width: 5%;
}

th.col2 {
	width: 25%;
}

th.col3 {
	width: 12%;
}

th.col4 {
	width: 18%;
}

th.col5 {
	width: 40%;
}

td {
	padding: 3px;
	vertical-align: top;
}

tr.alt {
	background: #dedede;
}

#notice {
	border: 1px solid #ff0000;
	background: #ffcccc;
	margin: 15px 0 0 0;
}

	#notice p {
		margin: 10px;
	}
