/* Interactive Map */

.intermap {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
}
.intermapholder {
	width: 594px;
	height: 350px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	background-image: url(../../../images/stories/interactivemap/maps/base.png);
}
.intermapproducts {
	font-family: Arial, Helvetica, sans-serif;
}
.intermapproducts th {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
.intermapproducts td {
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	line-height: 18px;
}

.intermapproducts a, .intermapproducts a:link, .intermapproducts a:visited, .intermapproducts a:active {
	text-decoration: none;
	color: black;
}

.intermapproducts a:hover {
	text-decoration: underline;
	color: black;
}

/* Interactive Staff */

.interstaff {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.interstaffholder {
	width: 640px;
	height: 140px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	background-image: url(../../../images/stories/staff/team-header.jpg);
}

.interstaff img { margin: 0px; }