@charset "utf-8";
/* CSS for popup rollovers */

/* -- BEGIN popup1 --------------------- */

#map_popup1 {
	position:relative;
	margin:0;
	padding:0;
	width:920px;
	height:467px;
	background:url(images/workflow_ed_1.jpg) top left no-repeat #ccc;
}

#map_popup1 li {
	margin:0;
	padding:0;
	list-style:none;
}

#map_popup1 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_popup1 li a span { display:none; }

#map_popup1 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_popup1 a.popup_1 {
	top:55px;
	left:215px;
	width:200px;
	height:172px;
		}
		
#map_popup1 a.popup_2 {
	top:215px;
	left:215px;
	width:295px;
	height:150px;
		}
		
#map_popup1 a.popup_3 {
	top:215px;
	left:440px;
	width:157px;
	height:111px;
		}
		
#map_popup1 a.popup_4 {
	top:230px;
	left:45px;
	width:175px;
	height:108px;
		}
		
#map_popup1 a.popup_5 {
	top:55px;
	left:440px;
	width:215px;
	height:120px;
		}
				
#map_popup1 a.popup_6 {
	top:160px;
	left:670px;
	width:215px;
	height:120px;
		}
			
#map_popup1 a.popup_7 {
	top:300px;
	left:670px;
	width:215px;
	height:120px;
		}
		
/* -- END popup1 --------------------- */



/* -- BEGIN popup2 --------------------- */

#map_popup2 {
	position:relative;
	margin:0;
	padding:0;
	width:920px;
	height:467px;
	background:url(images/workflow_corp.jpg) top left no-repeat #ccc;
}

#map_popup2 li {
	margin:0;
	padding:0;
	list-style:none;
}

#map_popup2 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_popup2 li a span { display:none; }

#map_popup2 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_popup2 a.popup_1 {
	top:160px;
	left:200px;
	width:200px;
	height:160px;
		}
		
#map_popup2 a.popup_2 {
	top:160px;
	left:610px;
	width:200px;
	height:160px;
		}
		
#map_popup2 a.popup_3 {
	top:310px;
	left:610px;
	width:200px;
	height:160px;
		}
		
#map_popup2 a.popup_4 {
	top:160px;
	left:440px;
	width:200px;
	height:160px;
		}
		
#map_popup2 a.popup_5 {
	top:10px;
	left:610px;
	width:200px;
	height:160px;
		}
		
/* -- END popup2 --------------------- */
