/* CSS Document */

/* Google Maps Hack for IE */
v\:* {
	behavior:url(#default#VML);
	}


/* ============== Map2.html ====================== */
#map_Container{
	position:relative;
	z-index: 0;

	}

#map{
	height: 500px;
	width: 520px; 
	margin: 10px 2px;
	float: left;
	z-index: 0;
	}
	

#map_Sidebar_Wrapper{
	position:relative;
	float: right;
	width: 175px;
	margin: 9px 0;
	padding: 0;
	border: solid 1px white;	
	height: 500px;
	}
	
#map_Sidebar{
	padding: 4px;
	/*	height: 300px; */ 
	overflow: auto;
/*	font-size: 80%;*/
/*	background-color:#00FF00; */
	}
	
#map_Sidebar ul{
	list-style-type:none;
	margin-left: 0;
	}

#map_Sidebar_Legend {
	position:absolute;
	bottom:5px;
	}
	
.pins {
	display: none;
	}

	
#map_Sidebar_Legend li{
	list-style:none;
	margin-left:0;
	}
	
#map_Sidebar_Legend img {
	vertical-align:top;
	background-color:#CCCCCC;
	clear: left;
	padding-right: 0.5em;
	}
	


/* ================ InfoWindows ============================ */

.baloon {
	font-weight:bold;	
	background-color: #8080aa;
	text-align:center;
	padding:12px;
}

.baloon a {
	line-height: 1.8em;
	}		


.baloon h4{
	text-align:center;
	margin-bottom:0em;
	padding: .25em 0;
	}
	
.baloon p {
	margin: 0.5em;
	text-align: center;
	}

.baloon image{
	text-align:center;
/*	height:70%;*/
	margin:5px;
	}
			
.infowindow {
	float: left;
	width: 250px;
}
