/*

Copyright © Inkwire 2008 (www.inkwire.com.au)


—————————————————————————————————————————————
Map

*/
#mapContainer, .mapLayer {
	width: 320px;
	height: 290px;
}
#mapContainer {
	position: absolute;
	/*background-image: url(../../homeless/images/map_australia.gif);*/
}
#mapNav {
	position: absolute;
	top: 0;
	left: 0;
}
/*#mapNav img {
	border: none;
}*/
.mapLayer {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
#map_act {
	background-image: url(../../images/map_act.gif);
}
#map_nsw {
	background-image: url(../../images/map_nsw.gif);
}
#map_nt {
	background-image: url(../../images/map_nt.gif);
}
#map_qld {
	background-image: url(../../images/map_qld.gif);
}
#map_sa {
	background-image: url(../../images/map_sa.gif);
}
#map_tas {
	background-image: url(../../images/map_tas.gif);
}
#map_vic {
	background-image: url(../../images/map_vic.gif);
}
#map_wa {
	background-image: url(../../images/map_wa.gif);
}
/*

—————————————————————————————————————————————
Form

*/
#contentSub {
	position:absolute;
	margin-left:330px;
}
#contentSub div.item1 {
	position:absolute;
	left:0;
	margin-top: 80px;
	margin-right: 20px;
	padding-bottom: 20px;  /* To prevent long content looking cramped at bottom of page */
	/*height: 1%;*/
}
#contentSub div.item2 {
	margin-left:100px;
}

/*#contentSub {
	position: absolute;
	margin-left: 37px;
	width: 200px;
}*/
