/* AUSNAC MAP CSS */
/***************** MAP *********************/
#map {
	margin-bottom: -96px;
	width: 582px;
	height: 373px;
	display: block;
	background: url(../images/loc_map.gif) no-repeat;
}
html>body #map {
	margin-bottom: 16px;
}
/***************** POINTS *********************/
#map a {
	margin: 0;
	padding: 0 0 0 20px;
	width: 100px;
	height: 17px;
	border: none;
	background: url(../images/loc_point.gif) no-repeat;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
	z-index: 1;
}
#map a:hover {
	background: url(../images/loc_point_on.gif) no-repeat;
	font-size: 13px;
	color: #0033CC;
	z-index: 2;
}
#a_mildura {
	left: 81px;
	top: 101px;
}
#a_robinvale {
	left: 86px;
	top: 109px;
}
#a_swanhill {
	left: 151px;
	top: 118px;
}
#a_kerang {
	left: 162px;
	top: 123px;
}
#a_echuca {
	left: 220px;
	top: 127px;
}
#a_horsham {
	left: 52px;
	top: 149px;
}
#a_stawell {
	left: 76px;
	top: 150px;
}
#a_ararat {
	left: 91px;
	top: 146px;
}
#a_donald {
	left: 102px;
	top: 79px;
}
#a_charlton {
	left: 129px;
	top: 49px;
}
#a_bendigo {
	left: 188px;
	top: 49px;
}
#a_kyneton {
	left: 200px;
	top: 66px;
}
#a_ballarat {
	left: 156px;
	top: 77px;
}
#a_shepparton {
	left: 246px;
	top: -17px;
}
#a_seymour {
	left: 246px;
	top: -7px;
}
#a_benalla {
	left: 282px;
	top: -37px;
}
#a_wangaratta {
	left: 297px;
	top: -67px;
}
#a_wodonga {
	left: 328px;
	top: -93px;
}
#a_cobram {
	left: 262px;
	top: -123px;
}
#a_albury {
	left: 331px;
	top: -141px;
}
#a_deniliquin {
	left: 228px;
	top: -190px;
}
#a_griffith {
	left: 302px;
	top: -250px;
}
#a_leeton {
	left: 326px;
	top: -253px;
}
#a_waggawagga {
	left: 357px;
	top: -250px;
}
#a_campbelltown {
	left: 448px;
	top: -280px;
}
#a_liverpool {
	left: 495px;
	top: -310px;
}
#a_blacktown {
	left: 461px;
	top: -355px;
}
#a_northryde {
	left: 485px;
	top: -383px;
}
#a_sydney {
	left: 525px;
	top: -333px;
}
#a_tuggerah {
	left: 527px;
	top: -420px;
}
/***************** ELEMENTS *********************/
table td {
	padding: 0 0 0 5px;
	vertical-align: middle;
}
table p {
	margin: 0;
	padding: 0;
}
table h3 {
	margin:5px 0 5px 10px;
}
/***************** CLASSES *********************/
.toplink {
	float: right;
	display: inline;
}