@charset "utf-8";
/* CSS Document */

#location {
	width: 500px;
	margin-left: 40px;
	background-color: #fff;
	color:#000000;
	text-align:left;
}

.floatright {
	float: right;
	margin-top: 24px;
}

.BoldRed {
	color: #ff3300;
}

ul#map {
	background-image: url(../pix/nz_map.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 212px;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#map li {			
	list-style-type: none;
	display: block;
	position: absolute;
}

ul#map li a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}			

ul#map li a span {			
	display: none;
}

ul#map li#map_lowerNorth{			
	width: 81px; height: 72px;
	left: 72px; top: 4px;
}

ul#map li#map_upperNorth {			
	width: 64px; height: 43px;
	left: 90px; top: 74px;
}

ul#map li#map_south {			
	width: 99px; height: 111px;
	left: 0px; top: 101px;
}