/*** STYLES FOR THE INTERACTIVE MAP ***/

dl.map {
	/* background: url(/assets/images/graphic/maps/CampusMap600.jpg) no-repeat; */
 	background: url(/assets/images/graphic/maps/CampusMap600_2.jpg) no-repeat;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	text-align:left;
	width: 600px;
	height: 600px;
	position: relative;
}
dl.map dt {
	display: inline;
}
dl.map dd {
	background: #555;
	border: 2px solid #222;
	border-radius: 8px; /* CSS3 rounded corners */
	-moz-border-radius: 8px; /* Mozilla rounded corners */
	behavior:url(css/border-radius.htc);
	color: #fff;
	padding: 4px;
	width: 350px;
	position: absolute;
	left: -9999px;
	z-index: 11;
}
dl.map dd img {
	border:1px solid #000000;
	float:right;
	margin:2px;
	position:relative;
}
dl.map a.location {
	background: url(/assets/images/graphic/maps/dot.gif) no-repeat;
	display: block;
	outline: none;
	text-decoration: none;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 1;
}
dl.map a.location:hover {
	background: url(/assets/images/graphic/maps/dot2.gif) no-repeat -1px -1px;/* border : solid gray 2px */
}
/** The following coordinates place the anchors on the interactive map that trigger the info boxes when hovered **/

dl.map a#merrill {
	top: 280px;
	left: 390px;
}
dl.map a#kilburn {
	top: 400px;
	left: 190px;
}
dl.map a#powers {
	top: 410px;
	left: 370px;
}
dl.map a#science {
	top: 325px;
	left: 400px
}
dl.map a#arts {
	top: 390px;
	left: 375px
}
dl.map a#torrey {
	top:255px;
	left:375px
}
dl.map a#flaherty {
	top:78px;
	left: 320px
}
dl.map a#sennett {
	top:340px;
	left:210px
}
dl.map a#obrien {
	top:353px;
	left:335px
}
dl.map a#dorward {
	top:432px;
	left:155px
}
dl.map a#kimball {
	top:460px;
	left:303px
}
dl.map a#support {
	top:500px;
	left:290px
}
dl.map a#soccer {
	top:280px;
	left:180px
}
dl.map a#pond {
	top:255px;
	left:270px
}
dl.map a#reynolds {
	top:95px;
	left:280px
}
dl.map a#pool {
	top:153px;
	left:245px
}
dl.map a#bookstore {
	top:170px;
	left:260px
}
/* Used to create a sticky info window */

dl.map.on dd a.close {
	background:transparent url(/assets/images/graphic/maps/close.gif) no-repeat scroll 0 0;
	color:#000000;
	float:right;
	height:16px;
	margin-left:4px;
	margin-right:1px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-decoration:none;
	text-indent:-9999px;
	width:16px;
}
dl.map.on dd a {
	color : #fff;
	text-decoration : underline;
	font-weight : normal;
}