@charset "utf-8";
#map_canvas {
	margin-left:10px;
	width: 700px; 
	height: 500px; 
	z-index:1; 
	display:block;
}
#map_container {
	position:relative;
	display:block;
	margin-left:107px;
}
/*#map_container #map_label {
	font: bold normal 18px/normal Arial, Helvetica, sans-serif;
	color: #000;
}*/

#map_label_title {
	font: bold normal 18px/normal Arial, Helvetica, sans-serif;
	color: #000;	
}
#map_label_txt {
	font:  normal 12px/normal Arial, Helvetica, sans-serif;
	color: #000;	
}
#map_label {
	filter: alpha(opacity=85); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	}
#map_label {
	position:absolute;
	display:block;
	top:13px;
	left:320px;
	padding-top:10px;
	text-align:center;
	width:169px;
	height:196px;
	background: url(../images/map_label_bkgd.gif) no-repeat left top;
	z-index:50;
}

#map_container #close_label_icon {
	background: url(../images/close_map_label_icon.gif) no-repeat top right;
	display: block;
	position: absolute;
	width:14px;
	height:13px;
	top: 4px;
	right: 0px;
	z-index:51;
}
#house_image {
	background: url(../images/map_label_image.jpg) no-repeat left top;
	display: block;
	width:100px;
	height:65px;
	overflow: hidden;
	position: absolute;
	z-index: 101;
	left: 34px;
	top: 85px;
}
#house_image {
	filter: alpha(opacity=99); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
	}

#show_hide_label {
	background-image: url(../images/map_marker_trans_03.gif);	
	display:hidden;
	width:20px;
	height:35px;
	position: absolute;
	left:340px;
	top: 215px;	
	z-index:52;
}
