.citylink {
	float:right;
	width:300px;
	margin: 8px 350px 0 0;
	font-weight: bold;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	}

#maplinks {
	margin: 8px 0 8px 3px;
	}

#iconlegend li {
	display:block;
	float:left;
	align: right;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding-left:20px;
	font-weight: bold;
	height:25px;
	}

#iconlegend li a {
	display: block;
	color: #075C8C;
	padding:2px;
	background-color: #FFF;
	text-decoration: none;
	}

#iconlegend li a:hover {
	background-color: #EBE8E8;
	padding:2px;
	color: #075C8C;
	}

#iconlegend li img {
	float:left;
	}
	
#legend {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	padding: 5px;
	background-color: White;
	border: 1px solid #999;
	position: relative;
	width: 120px;
	float:left;
	left:230px;
	top:20px;
	}
	
.wide-frame {
	width: 976px;
	margin: 0 -8px 0 -8px;
	}