﻿/* GENERAL CSS */

#holder {
	width:100%;
	height:1652px;
	margin:10px auto;
	text-align:left;
}

/* START OF CSS FOR MAP */

dl.map.on {
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/greshams-map-new.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
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:#FFF;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:12px;
	color:#3A4A54;
}

dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../images/point-hover.png) no-repeat -1px -1px;
}


/* START OF CSS FOR MAP POINTS */
dl.map.on a#Reception {
	width:56px;
	height:12px;
	top:108px;
	left:358px;
	cursor:pointer;
}
dl.map.on a#SeniorSchool {
	width:65px;
	height:35px;
	top:185px;
	left:215px;
	cursor:pointer;
}
dl.map.on a#PrePrepSchool {
	width:65px;
	height:35px;
	top:720px;
	left:293px;
	cursor:pointer;
}
dl.map.on a#AudenTheatre {
	width:78px;
	height:15px;
	top:138px;
	left:215px;
	cursor:pointer;
}
dl.map.on a#PrepSchool {
	width:65px;
	height:35px;
	top:485px;
	left:358px;
	cursor:pointer;
}
dl.map.on a#NicholsonGallery {
	width:93px;
	height:14px;
	top:308px;
	left:224px;
	cursor:pointer;
}
