/* =========================================================================================
  Master print stylesheet
/*========================================================================================*/

* {
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  background-color: transparent;
  color: #333;
}
body {
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-size: 80%;
  line-height: 1.5em;
}
h1 {
  text-transform: uppercase;
  clear: both;
  font-size: 250%;
  padding-top: 10px;
  letter-spacing: -1px;
}
h2 {
  letter-spacing: -1px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 120%;
  font-weight: normal;
}
h3 {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  text-transform: uppercase;
  font-size: 150%;
  font-weight: lighter;
  clear: both;
  line-height: 1.2em;
  padding-bottom: 5px;
  padding-top: 10px;
}
h4 {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
hr {
  display: none;
}
p {
  padding: 5px 0;
}
ul {
  margin-left: 10px;
}
li {
  list-style-type: square;
  padding: 5px 0 5px 10px;
  margin-left: 10px;
}
img {
  border: 0;
}
table {
  background-color: inherit;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  border-collapse: collapse;
  padding: 0;
  margin: 1em 0;
  width: 100%;
}
table th {
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}
table td {
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}


/* Layout controls
----------------------------------------------- */
.header-nav {
  display: none;
}
#content-container {
  margin-bottom: 15px;
}
#footer {
  border-top: 1px solid #999;
  clear: both;
}
.footer-container {
  padding: 10px 15px 10px 15px;
  text-align: center;
}
.footer-container p {
  padding: 5px 0;
}
.footer-small {
  font-size: 90%;
}

/* Interactive map
----------------------------------------------- */
.map-container {
  position: relative;
  float: left;
  width: 368px;
  margin-top: 10px;
}
.map-list {
  background: transparent url(../img/bg-map-list.gif) repeat-x 0 0;
  padding: 10px 20px;
  margin-left: 10px;
  margin-top: 10px;
  width: 45px;
  float: left;
}
.map-list li {
  background: transparent url(../img/bullet-square.gif) no-repeat 0 14px;
  padding: 5px 2px 5px 12px;
  margin-left: -12px;
}
.map-container a,
.map-container a:link,
.map-container a:hover {
  background-color: transparent;
}
.map-nsw { position: absolute; left: 252px; top: 183px; }
.map-vic { position: absolute; left: 246px; top: 235px; }
.map-qld { position: absolute; left: 226px; top: 0px; }
.map-sa { position: absolute; left: 147px; top: 150px; }
.map-wa { position: absolute; left: 0; top: 31px; }
.map-tas { position: absolute; left: 263px; top: 288px; }
.map-nt { position: absolute; left: 141px; top: 3px; }
.map-act { position: absolute; left: 311px; top: 250px; }
.active {
  font-weight: bold;
}

/* Icons
----------------------------------------------- */
.pdf {
  list-style-type: square;
  padding: 5px 0 5px 10px;
  margin-left: 10px;
}
.previous {
  display: none;
}
.next {
  display: none;
}
.top {
  display: none;
}


/* Mixed classes
----------------------------------------------- */

.collage {
  display: none;
}
.end {
  border-bottom: 1px solid #999;
  padding: 10px 0;
}
.floatleft {
  float: left;
  margin: 5px 20px 5px 0;
}
.floatright {
  float: right;
  margin: 5px 0 5px 15px;
}
.image-fullwidth {
  margin-left: 30px;
}
.intro {
  font-size: 180%;
  line-height: 1.5em;
  color: #555;
  padding-bottom: 0.5em;
  font-weight: normal;
  letter-spacing: -1px;
}
.resources {
  display: none;
}  
.sep {
  background: transparent url(../img/bg-sep.gif) no-repeat 50% 0;
  color: #bababa;
  width: 2px;
  min-height: 24px;
  padding: 0 10px;
}

