 
/* START OF CSS FOR MAP */
/*
#itmap {
	top: 300px;
	left: 10px;
	width: 177px;
	height: 249px;
	background: yellow;
	border: 3px groove blue;
	display: block;
	position: static;
}
*/

#itmap-label {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 0px;
/* 	left: 15px; */
}

dl.map.on {
	position:relative;
	width:177px;
	height:229px;
	background:url(bc_map1.png) no-repeat;
	text-align:left;
	margin:5px;
	margin-top: 0;
	padding:0px;
	border:#e10729 1px solid;

/* 	top: 250px; *//* Firefox only - You only need this if there is no title above the map (<p>..</p>) */
	left: 5px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:#666;
	color:#fff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:1.1em;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(point-hover.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}
