/*
Title:		Main screen stylesheet for Outbreak Website (image map)
Author:		Fabrice Million
Contact:	fabrice@madeinspace.com.au
Web:		www.madeinspace.com.au
*/

#imgmap a#wa span, #imgmap a#nt span, #imgmap a#qld span, #imgmap a#sa span, #imgmap a#vic span, #imgmap a#nsw span, #imgmap a#tas span, #imgmap a#ACT span, {
	display: none;
	}
	
#imgmap {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	}

#imgmap ul {
	width: 200px;
	height: 188px;
	background-image: url(../img/imap/australiamap.gif);
	text-align: left;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	}

#imgmap ul li {
	list-style-type: none;
	display: inline;
	}

#imgmap ul li a span {
	height: 1px; 
	width: 1px; 
	position: absolute; 
	overflow: hidden; 
	top: -10px;
	text-decoration:none;
	}

a#wa {
	display: block;
	position: absolute;
	width: 80px;
	height: 188px;
	top: 0px;
	left: 0px;
	}
	
a#wa:hover {
	background: url(../img/imap/imap_WesternAustralia_hover.gif) no-repeat;
	}

a#nt {
	display: block;
	position: absolute;
	top: 0px;
	left: 76px;
	width: 58px;
	height: 86px;
	}

a#nt:hover {
	background: url(../img/imap/imap_NorthernTerritory_hover.gif) no-repeat;
	}
	
a#qld {
	display: block;
	position: absolute;
	top: 0px;
	left: 125px;
	width: 75px;
	height: 110px;
	}

a#qld:hover {
	background: url(../img/imap/imap_Queensland_hover.gif) no-repeat;
	}
	
a#nsw {
	display: block;
	position: absolute;
	top: 102px;
	left: 136px;
	width: 64px;
	height: 55px;
	}

a#nsw:hover {
	background: url(../img/imap/imap_NSW_hover.gif) no-repeat;
	}

a#sa {
	display: block;
	position: absolute;
	top: 86px;
	left: 78px;
	width: 58px;
	height: 102px;
	}

a#sa:hover {
	background: url(../img/imap/imap_SouthAustralia_hover.gif) no-repeat;
	}

a#vic {
	display: block;
	position: absolute;
	top: 132px;
	left: 136px;
	width: 64px;
	height: 31px;
	}

a#vic:hover {
	background: url(../img/imap/imap_Victoria_hover.gif) no-repeat;
	}
	
a#tas {
	display: block;
	position: absolute;
	top: 163px;
	left: 136px;
	width: 64px;
	height: 25px;
	}

a#tas:hover {
	background: url(../img/imap/imap_tas_hover.gif) no-repeat;
	}
	
a#ACT {
	display: block;
	position: absolute;
	top: 127px;
	left: 166px;
	width: 13px;
	height: 15px;
}


a#ACT:hover {
	background: url(../img/imap/imap_ACT_hover.gif) no-repeat;
}

/*Popoup tips
----------------*/

#previewimageid {
	color: #fff;
	font-size: 1em;
	position: absolute;
	z-index: 200;
}

#previewimageid p{
	padding: 3px;
}
