#map {
		margin:0 auto;
		padding:0;
		width:492px;
		height:684px;
		background:url('/dhhs/mecdc/sites/maine.gov.dhhs.mecdc/files/images/phn-districts-map.jpg') top left no-repeat #fff;
		font-family:arial, helvetica, sans-serif;
		font-size:14pt;
		position: relative;
		/* border: 1px solid red; */
	}

	#map li {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#map li a {
		position:absolute;
		display:block;
		/*
		   Specifying a background image
		   (a 1px by 1px transparent gif)
		   fixes a bug in older versions of
		   IE that causeses the block to not
		   render at its full dimensions.
		*/
	   			background:url(blank.gif);
	   			text-decoration:none;
		color:#000;
		/* border: 1px solid lime; */
	}
	
	#map li a span { display: none; }
	
	#map li a:hover span {
		position:relative;
		display:block;
		width:220px;
		left:-100px;
		top:-30px;
		border:1px solid #000;
		background: rgb(255,255,255);
		padding:5px;
		/* cursor: none; */
	  		} 
		
		#map li a:hover span em {color: #2605FA; text-decoration: underline;}
		
	#map a.dis8 {
		top:30px;
		left:155px;
		width:238px;
		height:120px;
	}
	
	#map a.dis6 {
		top:154px;
		left:183px;
		width:139px;
		height:234px;
	}
	
	#map a.dis5 {
	    top: 260px;
	    left: 100px;
	    width: 80px;
	    height: 120px;
	}
	
	#map a.dis7 {
		top:360px;
		left:324px;
		width:142px;
		height:140px;
	}
	
	#map a.dis4 {
		top:441px;
		left:190px;
		width:80px;
		height:120px;
	} 
	
	
	#map a.dis3 {
	    top: 400px;
	    left: 34px;
	    width: 102px;
	    height: 120px;
	}
	
	#map a.dis2 {
		top:530px;
		left:64px;
		width:85px;
		height:45px;
	} 
	
	#map a.dis1 {
		top:586px;
		left:50px;
		width:100px;
		height:93px;
	} 
	
	
	#map a.dis1, #map a.dis2, #map a.dis3, #map a.dis4,
	#map a.dis5, #map a.dis6, #map a.dis7, #map a.dis8 {
	   opacity: 0;
	   transition: opacity .5s ease-in-out;
	   -moz-transition: opacity .5s ease-in-out;
	   -webkit-transition: opacity .5s ease-in-out;
	   }
	
	#map a.dis1:hover, #map a.dis2:hover, #map a.dis3:hover, #map a.dis4:hover,
	#map a.dis5:hover, #map a.dis6:hover, #map a.dis7:hover, #map a.dis8:hover { opacity: 1; }
	
	#maincontent2 {padding-bottom: 30px;}
