@charset "UTF-8";
/* CSS Document */

/* GENERAL CSS */

#holder {
	/*margin:10px auto;*/
text-align:left;
width:450px;
}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:425px;
	height:300px;
	background:url(/images/Australia-sml.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 1px solid;
	background-color: #fff;
}
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:0.8em;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	background:transparent url(/images/smlpin.png) no-repeat scroll 0 0;
display:block;
height:40px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
position:absolute;
text-decoration:none;
text-indent:-9999px;
width:40px;
z-index:10;
}
dl.map.on a.location:hover {
	background:url(/images/smlpin.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	left:315px;
top:110px;
width:10px;
}
dl.map.on a#location02 {
	left:330px;
top:140px;
width:10px;
}
dl.map.on a#location03 {
left:325px;
top:190px;
width:10px;
}
dl.map.on a#location04 {
	left:320px;
top:200px;
width:15px;
}
dl.map.on a#location05 {
	left: 315px;
	top: 135px;
	width:10px;
}
dl.map.on a#location06 {
	left: 320px;
	top: 205px;
	width:10px;
}

