@charset "utf-8";
/* CSS for popup rollovers */

#map {
	position:relative;
	margin:0;
	padding:0;
	width:980px;
	height:600px;
	background:url(images/workflow_ed_automated.jpg) top left no-repeat;
	font-family:arial, helvetica, sans-serif;
}

#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:#777;
}

#map li a span { display:none; }

#map li a:hover span {
	position:absolute;
	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:55px;
	left:10px;
	width:141px;
	height:172px;
		}
		
#map a.popup_2 {
	top:55px;
	left:203px;
	width:180px;
	height:130px;
		}
		
#map a.popup_3 {
	top:55px;
	left:432px;
	width:182px;
	height:138px;
		}
		
#map a.popup_4 {
	top:55px;
	left:658px;
	width:175px;
	height:134px;
		}
		
#map a.popup_5 {
	top:267px;
	left:203px;
	width:186px;
	height:128px;
		}
		
#map a.popup_6 {
	top:267px;
	left:573px;
	width:186px;
	height:128px;
		}
