﻿/* set the size of the definition list <dl> and add the background image */
DL#map {
  display:block;
  width:300px;
  height:275px;
  background: URL( "../Map/aust.jpg" ) no-repeat;
  position:relative;
}

/* set up the definition list <dt><a> to hold the background image for the hover state */
/* place the <dd>s in the correct absolute position */
#map dd {
  position:absolute;
  padding:0;
  margin:0;
}
#map #dd_wa {
  left:0px;
  top:25px;
  z-index:20;
  }
#map #dd_nt {
  left:115px;
  top:5px;
  z-index:20;
  }
#map #dd_qld {
  left:185px;
  top:3px;
  z-index:20;
  }
#map #dd_sa {
  left:121px;
  top:125px;
  z-index:20;
  }
#map #dd_nsw {
  left:204px;
  top:151px;
  z-index:20;
  }
#map #dd_act {
  left:255px;
  top:197px;
  z-index:30;
  }
#map #dd_vic {
  left:202px;
  top:193px;
  z-index:20;
  }
#map #dd_tas {
  left:224px;
  top:249px;
  z-index:20;
  }

/* style the <dd><a> links physical size and the background image for the hover */
#map A.wa {
  display:block;
  width:125px;
  height:186px;
  background: transparent URL( "../Map/wa.jpg" ) -150px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

#map A.nt {
  display:block;
  width:75px;
  height:124px;
  background: transparent URL( "../Map/nt.jpg" ) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

#map A.qld {
  display:block;
  width:112px;
  height:157px;
  background: transparent URL( "../Map/qld.jpg" ) -150px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

#map A.sa {
  display:block;
  width:88px;
  height:100px;
  background: transparent URL( "../Map/sa.jpg" ) -150px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

#map A.nsw {
  display:block;
  width:93px;
  height:74px;
  background: transparent URL( "../Map/nsw.jpg" ) -150px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

#map A.act {
  display:block;
  width:11px;
  height:15px;
  background: transparent URL( "../Map/act.jpg" ) -150px -100px no-repeat;
  text-decoration:none;
  z-index:30;
  }

#map A.vic {
  display:block;
  width:60px;
  height:42px;
  background: transparent URL( "../Map/vic.jpg" ) -150px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

#map A.tas {
  display:block;
  width:24px;
  height:26px;
  background: transparent URL( "../Map/tas.jpg" ) -150px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

/* move the link background image to position 0 0 when hovered */
#map A.wa:hover, #map A.nt:hover, #map A.qld:hover, #map A.sa:hover, #map A.nsw:hover, #map A.act:hover, #map A.vic:hover, #map a.tas:hover {
    background-position:0 0;
}

/* Additional page rules */
DIV#SearchCriteriaSection2 {
    display: NONE;
}

DIV#PreviousOptions {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: SMALLER;
    font-weight: BOLD; 
}
DIV#PreviousOptions A:link,
DIV#PreviousOptions A:visited {
    text-decoration: UNDERLINE;
}
DIV#PreviousOptions A:hover {
    text-decoration: NONE;
}