@charset "utf-8";
/* CSS for popup rollovers */

#map {
	position:relative;
	margin:0;
	padding:0;
	width:920px;
	height:467px;
	background:url(images/workflow_ed_1.jpg) top left no-repeat #ccc;
}

#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;
}

#map li a span { display:none; }

#map li a:hover span {
	position:relative;
	display:block;
	width:200px;
	left:20px;
	top:20px;
	border:4px solid #0079C2;
	background:#fff;
	padding:20px;
	cursor:pointer;
/*	filter:alpha(opacity=80);
	opacity:0.8;*/
}

#map a.popup_1 {
	top:116px;
	left:49px;
	width:141px;
	height:172px;
		}
		
#map a.popup_2 {
	top:316px;
	left:223px;
	width:295px;
	height:90px;
		}
		
#map a.popup_3 {
	top:305px;
	left:542px;
	width:157px;
	height:111px;
		}
		
#map a.popup_4 {
	top:131px;
	left:222px;
	width:175px;
	height:108px;
		}
		
#map a.popup_5 {
	top:123px;
	left:475px;
	width:215px;
	height:120px;
		}
