@charset "utf-8";

/****** Start of CSS for Map Wrapper******/

#map-wrapper {
	width:700px; 
}

#map-wrapper a {
	text-decoration: none;
}

#map-wrapper a:hover {
	color: blue;
}

#map-left {
	float: left;
	width:115px;
}

#map-right {
	float: right;
	width:115px;
}

#map-container {
	margin: 0 120px 0 120px;  
	width:450px;
	padding-top:10px; 
}

/****** Start of CSS for Map ******/
dl.map.on {
	position:relative;
	width:450px;
	height:600px;
	text-align:left;
	margin:0px;
	padding:0px;
	/*border:#999 1px solid;*/
	background-image: url(../images/fas-venue-map.jpg);
	background-repeat: no-repeat;
}

dl.map.on dt {
	list-style:none;
	display:inline;
}

dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:300px;
	padding:4px;
	border:#222 2px solid;
	background:#FFC;
	color:#330000;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}

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;
	width:12px;
	height:20px;
	outline:none;
	z-index:10;
	text-decoration:none;
	background-image: url(../images/pointer_orange.png);
	background-repeat: no-repeat;
}

dl.map.on a.location:hover {
	background:url(../images/pointer_yellow.png) no-repeat -1px -1px;
}

dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/****** Start of CSS for Map Points ******/
/****** Add Map point for Each Venue ******/

/* Badshot Lea Big Pond */
dl.map.on a#location01 {
	top:369px;
	left:344px;
}

/* Badshot Lea Small Pond */
dl.map.on a#location02 {
	top:364px;
	left:353px;
}

/* Frensham Great Pond */
dl.map.on a#location03 {
	top:514px;
	left:315px;
}

/* Frensham Small Pond */
dl.map.on a#location04 {
	top:493px;
	left:338px;
}

/* Kings Pond */
dl.map.on a#location05 {
	top:373px;
	left:353px;
}

/* Lodge Pond */
dl.map.on a#location06 {
	top:508px;
	left:259px;
}

/* Mill Lane */
dl.map.on a#location07 {
	top:161px;
	left:265px;
}

/* River Loddon - Sindlesham Mill */
dl.map.on a#location08 {
	top:13px;
	left:193px;
}

/* River Loddon - Carters Hill */
dl.map.on a#location09 {
	top:34px;
	left:171px;
}

/* River Loddon - Stanford End */
dl.map.on a#location10 {
	top:130px;
	left:89px;
}

/* River Blackwater */
dl.map.on a#location11 {
	top:166px;
	left:288px;
}

/* River Valley */
dl.map.on a#location12 {
	top:173px;
	left:295px;
}

/* River Wey - Somerset Bridge */
dl.map.on a#location13 {
	top:451px;
	left:437px;
}

/* River Wey - Broomfield Cottage */
dl.map.on a#location14 {
	top:441px;
	left:422px;
}

/* River Wey - Woodside Farm */
dl.map.on a#location15 {
	top:446px;
	left:430px;
}

/* River Wey - Dockenfield/Churt */
dl.map.on a#location16 {
	top:515px;
	left:296px;
}

/* River Whitewater */
dl.map.on a#location17 {
	top:138px;
	left:142px;
}

/* Stillwater Front Lake*/
dl.map.on a#location18 {
	top:331px;
	left:399px;
}

/* Stillwater Back Lake */
dl.map.on a#location19 {
	top:331px;
	left:391px;
}

/* Stockbridge Pond */
dl.map.on a#location20 {
	top:474px;
	left:370px;
}

/* Tarn Pond */
dl.map.on a#location21 {
	top:423px;
	left:422px;
}

/* Warren Pond */
dl.map.on a#location22 {
	top:421px;
	left:412px;
}

/* Winchfield Court Farm */
dl.map.on a#location23 {
	top:306px;
	left:174px;
}

/* Wyke Farm Pond */
dl.map.on a#location24 {
	top:341px;
	left:429px;
}
