#leftCol {
	margin-top:10px;
	margin-bottom:10px;
	width:200px;
	height:600px;
	margin-left:10px;
	margin-right:20px;
	float: left;
}

#map {
	margin-top:10px;
	margin-bottom:10px;
	width:740px;
	height:600px;
	float:left;
}

#raftingSites {
	height:100%;
}

	.raftingSitesListItem {
		line-height: 2;
	}


#zoomOut {
	/* display:none; *//* hide on load.  Show when zoomed in */
}

#cats {
	/* display:none; */ 
}

.zoomedIn {
	visibility:hidden; /* hide on load.  Show when zoomed in */
}

.hideOnZoom {
	padding-top:15px;
}

#links {
	overflow:auto;	
	height:200px;
}

.markerHtml {
	margin:15px;
}