
#HWmaps {

	clear: both;
	width: 980px;
	font-family: "Arial","Helvetica",sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
#HWmaps form {
	margin:0px;
}
#HWmaps p, #HWmaps ol, #HWmaps ul {
	margin: 0;
	padding: 0;
}
#HWmaps li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#HWmaps li ul {
	margin: 0;
}
#HWmaps table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	table-layout: auto;
	empty-cells: show;
	border-spacing: 0;
}
#HWmaps td {
	padding: 3px;
	vertical-align: top;
}
#HWmaps img {
	border: 0;
}
#HWmaps a {
	color: #000;
	text-decoration: none;
}
#HWmaps a:hover {
	text-decoration: underline;
	color: #333;
}

#HWmaps tr.content-wrapper {
	padding: 10px;
}
#HWmaps select, #HWmaps input {
	font-size: 10px;
	background: #fff;
	border: 1px solid #999;
	color: #000;
}
#HWmaps input {
	width:25px;
	}

/* nav styles */
#HWmaps #mapnav {
	width: 980px;
	height: 22px;
	~height: 30px;
	padding-top: 8px;

	background: url('/images/tropnav_bg.png') repeat-x top left;
	color: #a2add1;
	font-size: 12px;
	font-weight: bold;
}
#HWmaps #mapnav a {
	display: block;
	color: #a2add1;
}
#HWmaps #mapnav li {
	float: left;
	text-align: center;
	padding: 0 10px;
	border-right: 1px solid #a2add1;
}
#HWmaps #mapnav li a:hover {
	color: #fff;
}
#HWmaps #mapnav li a.selected {
	color: #fff;
	text-decoration: none;
}
#HWmaps #subnav {
	width: 980px;
	height: 18px;
	~height: 23px;
	padding-top: 5px;
	color: #666;
	background: #C8D3F7;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #5F7ACF;
}
#HWmaps #subnav a {
	display: block;
	color: #666;
}
#HWmaps #subnav li {
	float: left;
	text-align: center;
	padding: 0 7px;
	border-right: 1px solid #a2add1;
}
#HWmaps #subnav li a:hover {
	color: #000;
}
#HWmaps #subnav li a.selected {
	color: #000;
	text-decoration: none;
}


