/* =========================================================================================
  Master screen stylesheet
/*========================================================================================*/

* {
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  background-color: transparent;
  color: #333;
}
a:hover {
  background-color: white;
  color: #900;
}
acronym {
  cursor: help;
}
body {
  background: #d3d3d3 url(../img/bg-body.gif) repeat-y 50% 0;
  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;
  color: white;
  font-size: 300%;
  letter-spacing: -1px;
}
h2 {
  color: white;
  letter-spacing: -1px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 140%;
  font-weight: normal;
}
h3 {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  text-transform: uppercase;
  font-size: 190%;
  font-weight: lighter;
  clear: both;
  color: #202020;
  line-height: 1.2em;
  padding-bottom: 5px;
}
h4 {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}
hr {
  display: none;
}
.hr {
  background: transparent url(../img/divider1.gif) no-repeat 50% 0;
  clear: both;
  height: 16px;
  margin: 30px 0;
}
p {
  padding: 5px 0;
}
ul {
  margin-left: 10px;
}
li {
  background: transparent url(../img/bullet-star.gif) no-repeat 0 8px;
  list-style-type: none;
  padding: 3px 0 0 18px;
}
img {
  border: 0;
}
table {
  background-color: inherit;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  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
----------------------------------------------- */

#content-container {
  background: transparent url(../img/bg-content.gif) repeat-x 0 0;
  width: 959px;
  margin: 0 auto;
  min-height: 400px;
}
.content-left {
  float: left;
  padding: 30px 15px 30px 30px;
  width: 500px;
}
.content-right {
  float: right;
  padding: 30px 30px 30px 15px;
  width: 344px;
}
.content-left-extra {
  float: left;
  padding: 30px 15px 30px 30px;
  width: 600px;
}
.content-right-less {
  float: right;
  padding: 30px 30px 30px 15px;
  width: 244px;
}
.content-full {
  padding: 30px 50px 30px 30px;
}
.content-right h3 {
  margin-top: 20px;
}
.content-article {
  background: transparent url(../img/bg-corner.gif) no-repeat 0 100%;
  margin-bottom: 15px;
  padding: 0 0 30px 25px;
}

#header {
  background: transparent url(../img/bg-header.gif) repeat-x 0 0;
  height: 284px;
}
#header.small {
  height: 150px;
}
.header-branding {
  padding-top: 120px;
  padding-left: 15px;
}
#header.small .header-branding {
  padding-top: 65px;
}
#header.small h1 {
  font-size: 230%;
}
#header.small h2 {
  padding-top: 10px;
  font-size: 110%;
}
.header-feature {
  background: transparent url(../img/bg-header-feature.jpg) no-repeat 0 0;
  height: 283px;
  width: 990px;
  margin: 0 auto;
}
#header.small .header-feature {
  background: transparent url(../img/bg-header-small.jpg) no-repeat 635px 100%;
  height: 150px;
}
.header-nav ul li {
  background: none; color: white;
  height: 26px;
  font-weight: normal;
  list-style-type: none;
  padding: 2px 2px 0 2px;
  text-align: center;
  float: left;
  margin: 2px 0 0 0;
  width: 120px;
}
.header-nav ul li.active {
  background: transparent url(../img/bg-nav.gif) no-repeat 2px 0;
}
.header-nav ul li a,
.header-nav ul li a:link {
  background: transparent url(../img/bg-nav.gif) no-repeat 0 -96px;
  color: white;
  display: block;
  margin: -2px 0 0 0;
  height: 26px;
  padding-top: 2px;
  text-decoration: none;
  width: 120px;
}
.header-nav ul li a:hover {
  background: transparent url(../img/bg-nav.gif) no-repeat 0 -48px;
}


#footer {
  background: #e4e4e4 url(../img/bg-footer.gif) no-repeat 1px 0;
  clear: both;
  width: 959px;
  margin: 0 auto;
}
#footer a:visited,
#footer a:link {
  background-color: transparent;
  color: #868686;
}
#footer a:hover {
  background-color: inherit;
  color: black;
}
.footer-container {
  color: #5d5d5d;
  padding: 40px 15px 20px 15px;
  text-align: center;
}
.footer-container p {
  padding: 10px 0;
}
.footer-small {
  font-size: 90%;
  color: #868686;
}

/* 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 {
  background: url(../img/ico-pdf.gif) no-repeat 1px 0.6em; 
  list-style-type: none;
  margin-left: -4px;
  padding: 5px 0 5px 22px;
}
.previous {
  background: url(../img/ico-previous.gif) no-repeat 0 0.9em; 
  list-style-type: none;
  padding: 5px 0 5px 18px;
}
.next {
  background: url(../img/ico-next.gif) no-repeat 0 0.9em; 
  list-style-type: none;
  padding: 5px 0 5px 18px;
}
.top {
  background: url(../img/ico-up.gif) no-repeat 0 0.9em; 
  list-style-type: none;
  padding: 5px 0 5px 18px;
}


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

.alternating {
  background-color: #e7e7e7;
}
.collage {
  background: transparent url(../img/collage.jpg) no-repeat 0 0;
  width: 269px;
  height: 500px;
  margin-top: 20px;
}
.collage p {
  color: #969696;
  clear: both;
  font-size: 80%;
  font-style: italic;
  text-align: center;
  padding-top: 500px;
}
.end {
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 0;
}
.external {
  background: url(../img/ico-external.gif) 100% 65% no-repeat;
  padding-right: 10px;
  font-size: 90%;
  text-decoration: none;
}
.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 {
  background: #f9f9f9 url(../img/bg-resources.gif) repeat-x 0 0;
  border-bottom: 1px dotted #b8b8b8;
}
.resources h3 {
  border-top: 1px dotted #b8b8b8;
  border-bottom: 1px dotted #b8b8b8;
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  text-transform: uppercase;
  font-size: 140%;
  font-weight: lighter;
  color: #202020;
  line-height: 1.2em;
  padding: 5px 2px 5px 10px;
  margin: 0;
}
.resources ul {
  padding: 1em 0;
}
.resources li {
  background: transparent url(../img/ico-info.gif) no-repeat 0 0.6em;
  padding: 5px 0 7px 25px;
}
.resources li.resources-active {
  background: transparent url(../img/ico-info-active.gif) no-repeat 0 0.6em;
  padding: 5px 0 7px 25px;
}
.resources p {
  padding: 10px 0 5px 10px;
}  
.sep {
  background: transparent url(../img/bg-sep.gif) no-repeat 50% 0;
  color: #bababa;
  width: 2px;
  min-height: 24px;
  padding: 0 10px;
}

