		#parks, #finder-toolbar{
			width:680px;
		}
		#finder-toolbar{
			background:#eee;
			border:solid 1px #999;
			padding:5px;
		}
		#finder-toolbar .instructions{
			background:#ffc;
			padding:5px;
			border-bottom:solid 1px #ccc;
		}
		.attribute{
			float:left;
			width:30%;
			list-style-type:none;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		#attributes .on{
			background:#ffc;
		}
		#attributes{
			width:520px;
		}
		#parks .att-ids, #parks .att-section{
			display:none;
		}
		#parks, #parks li{
			list-style-type:none;
			margin:0;
			padding:0;
		}
		#parks li a{
			display:block;
			padding:5px;
			border-bottom:solid 1px #ccc;
			text-decoration:none;
			font-style:italic;
		}
		#parks li a:hover{
			background:#ffc;
		}
		#parks li a strong{
			font-style:normal;
		}
		#sections{
			width:150px;
			height:150px;
			border:solid 1px #999;
			float:right;
			background:url(/parks/parks-images/parkfinder-sections.gif) no-repeat;
		}
		/********
		1 = NE
		2 = NW
		3 = SE
		4 = SW
		********/
		#section-2, #section-1, #section-4, #section-3{
			width:68px;
			height:68px;
			float:left;
			cursor:pointer;
		}
		#section-1, #section-3{
			margin-left:14px;
		}
		#section-4, #section-3{
			margin-top:14px;
		}
		#section-2.on{
			background:url(/parks/parks-images/parkfinder-sections.gif) no-repeat 0 -150px;
		}
		#section-1.on{
			background:url(/parks/parks-images/parkfinder-sections.gif) no-repeat -82px -150px;
		}
		#section-4.on{
			background:url(/parks/parks-images/parkfinder-sections.gif) no-repeat 0 -232px;
		}
		#section-3.on{
			background:url(/parks/parks-images/parkfinder-sections.gif) no-repeat -82px -232px;
		}