select { font-size: 100%; !important }
body {
  background: white url(/includes/heritage/images/bg-nav.gif) repeat-y left;
}
blockquote {
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  color: #666;
  margin: 1em 0;
  padding: 0 3em 1.5em 3em;
} 
h1 {
  color: #7f2914;
  padding-bottom: 0.5em;
  padding-top: 0;
}
h2 {
  color: #666;
}
h3 {
  color: #666;
}
h4 {
  color: #666;
}
h5 {
  color: #666; 
}
caption {
  background-color: #9f6534 !important;
  color: white;
}
table {
  border-bottom: 1px solid #c8c3b4;
}
th {
  background-color: #e6d39f;
  border-bottom: 1px solid #f3f0e4;
  color: black;
  font-weight: normal;
}
th.subhead {
  background-color: #e1d9c5;
  color: black;
}
td {
  background-color: #f3efe4;
  border-bottom: 1px solid #c8c3b4;
}
td.highlight {
  background-color: #f2e9d1;
}


#global {
  background: #943720 url(/includes/heritage/images/bg-global.gif) repeat-x 180px 2px;
}
#global a,
#global a:link,
#global a:visited {
  background-color: transparent;
  color: #252514;
  text-decoration: none;
}
#global li {
  background: #943720 url(/includes/heritage/images/bg-button.gif) no-repeat 0 50%;
}
#header {
  background: #943720 url(/includes/heritage/images/bg-header.gif) repeat-x 0 0;
}
#header img {
  padding-left: 12px;
  padding-top: 5px;
}
#header ul li {
  background: transparent url(/includes/heritage/images/bg-access-repeat.gif) repeat-x 0 0; 
}
#header ul li.left-link {
  background: transparent url(/includes/heritage/images/bg-access-left.gif) no-repeat 0 0;
}  

/* Controls navigation for anchor links and related page links 
----------------------------------------------------------------------------------------- */
#pagenav, 
#sectionnav {
  background: transparent url(/includes/heritage/images/bg-pagenav.gif) no-repeat 0 9px;
}
#pagenav h2, #sectionnav h2 {
  color: #7f2914;
}
  
/* Left navigation

Requires 4 colour variations of a chosen hue:
1 darkest (hover on flyouts, same as bg-nav right border)
1 darker (border-bottom colour for 3D effect)
1 medium (for level 1 and 2 backgrounds - ensure sufficient text contrast)
1 light  (for level 3 to 7 backgrounds - slightly lighter than medium)

--------------------------------------------------------- */
#navigation {
  font: 90%/1.4em Arial, Geneva, sans-serif;
  left: 0;
  position: absolute;
  top: 101px;
  z-index: 5;
}

/* Generic list behaviour
--------------------------------------------------------- */
#navigation ul {
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
}
html #navigation ul li { /* needed for ie */
  display: inline;
}
#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited {
  background-color: #f2e9c6;
  color: #5d482e;
  text-decoration: none;
}
#navigation ul li a:hover {
  text-decoration: underline;
}
#navigation ul li.selected a {
  background-color: white !important;
  border-top: 1px solid #ddd !important;
  color: black !important;
}
#navigation ul li.selected li a {
  background-color: #f2e9c6 !important;
  border-top: 1px solid white  !important;
  color: #5d482e !important;
}

/* Controls left nav lists
--------------------------------------------------------- */
#navigation li.level1 a,
#navigation li.level1 a:link,
#navigation li.level1 a:visited {
  background: transparent url(/includes/heritage/images/bg-nav-heading.gif) no-repeat 0 0;
  border-top: 0;
  color: #45321a;
  display: block;
  padding: 0.75em 0 0.75em 7px;
  text-decoration: none;
  width: 163px;
}
#navigation li.level1 a:hover {
  background-color: inherit;
  color: black;
  text-decoration: underline;
}
#navigation li.level1 li a,
#navigation li.level1 li a:link,
#navigation li.level1 li a:visited {
  color: #5d482e;
}
#navigation li.level1 li a:hover {
  background-color: inherit;
  color: black;
}
#navigation li.level2 a,
#navigation li.level2 a:link,
#navigation li.level2 a:visited {
  background-color: #f2e9c6;
  background-image: none;
  border-bottom: 1px solid #c5bb94;
  border-top: 1px solid white;
  display: block;
  padding: 0.6em 0 0.6em 13px;
  width: 156px;
}
#navigation li.level3 a,
#navigation li.level3 a:link,
#navigation li.level3 a:visited {
  border-bottom: 1px solid #c5bb94;
  border-top: 1px solid white;
  display: block;
  padding: 0.6em 0 0.6em 20px;
  width: 149px;
}
#navigation li.level4 a,
#navigation li.level4 a:link,
#navigation li.level4 a:visited {
  background-color: #f2e9c6;
  border-bottom: 1px solid #c5bb94;
  border-top: 1px solid white;
  display: block;
  padding: 0.5em 0 0.5em 28px;
  width: 141px;
}
#navigation li.level5 a,
#navigation li.level5 a:link,
#navigation li.level5 a:visited {
  background-color: #f2e9c6;
  border-bottom: 1px solid #c5bb94;
  border-top: 1px solid white;
  display: block;
  padding: 0.35em 0 0.35em 35px;
  text-decoration: none;
  width: 134px;
}
#navigation li.level5 a:hover {
  text-decoration: underline;
}
#navigation li.level6 a,
#navigation li.level6 a:link,
#navigation li.level6 a:visited {
  background-color: #f2e9c6;
  border-bottom: 1px solid #c5bb94;
  border-top: 1px solid white;
  display: block;
  padding: 0.35em 0 0.35em 42px;
  text-decoration: none;
  width: 127px;
}
#navigation li.level6 a:hover {
  text-decoration: underline;
}
#navigation li.level7 a,
#navigation li.level7 a:link,
#navigation li.level7 a:visited {
  background-color: #f2e9c6;
  border-bottom: 1px solid #c5bb94;
  border-top: 1px solid white;
  display: block;
  padding: 0.35em 0 0.35em 49px;
  text-decoration: none;
  width: 120px;
}
#navigation li.level7 a:hover {
  text-decoration: underline;
}

/* Flyout lists
--------------------------------------------------------- */
#navigation ul.nav-items {
  background-color: #f2e9c6;
  border-bottom: 1px solid #a33c23;
  border-right: 1px solid #a33c23;
  border-top: 1px solid #a33c23;
  display: none;
  left: 0;
  list-style-type: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 190px !important;
  z-index: 1;
} 
#navigation ul.nav-items li a {
  background-image: none !important; 
  color: #5d482e !important;
  display: block;
  font-size: 95%;
  padding: 0.3em 0.25em 0.3em 0.3em !important;
  width: 188px !important;
  text-decoration: none !important;
}
#navigation ul.nav-items a:hover {
  background-color: #a33c23 !important;
  background-image: none; 
  color: white !important;
  display: block;
  text-decoration: none;
}

/* Image under nav
--------------------------------------------------------- */
#navigation-image {
  background: url(/includes/heritage/images/bg-navigation-image.jpg) no-repeat 0 0;
  height: 160px;
  margin-top: 0;
}

/* Controls horizontal lists
----------------------------------------------------------------------------------------- */
#horiz-list li {
display:inline;
margin-right:2em;
margin-left:-1em;
}

/* Side navigation links down the right
----------------------------------------------------------------------------------------- */
#sidepanel a,
#sidepanel a:link,
#sidepanel a:visited {
  background-color: transparent;
  color: #515124;
  text-decoration: underline;
}
#sidepanel a:hover {
  background-color: transparent;
  color: black;
}
#sidepanel div.sidebox {
  background-color: #f0f3e4;
  border-left: 1px solid #3C7777;
  border-right: 1px solid #3C7777;
  border-bottom: 1px solid #3C7777;
}
#sidepanel h2.sidebox {
  background-color: #3C7777;
  background-image: url(/includes/heritage/images/bg-panel-heading.gif); 
  color: white;
}

#title {
  background: transparent url(/includes/heritage/images/bg-feature.gif) no-repeat right 0;
  width: 750px;
  top: 28px;
  z-index: 3;
} 
#title.shipwrecks {
  background: transparent url(/includes/heritage/images/bg-feature-shipwrecks.jpg) no-repeat right 0;
}
#title h1 {
  color: white;
  font-size: 170%;
  padding: 4px 0 0 0;
  margin-right: 150px;
}
#title h2 {
  color: #e5dfc6;
  font-size: 130%;
  margin-right: 144px;
}

/* mosaic map - h3 style - for about/indigenous/index.html
----------------------------------------------------------- */
#map-list h2 {
	color:#000;
}
#map-list h3.commonwealth {
  background-color: #e1e5ed;
  font: .9em Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
	color:#000;
  padding: 0.25em 0.25em 0.5em 0.5em;
  margin: 0;
}
#map-list h3.national {
  background-color: #e9ddda;
  font: .9em Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
	color:#000;
  padding: 0.25em 0.25em 0.5em 0.5em;
  margin: 0;
}
#map-list h3.act {
  background-color: #daefd5;
  font: .9em Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
	color:#000;
  padding: 0.25em 0.25em 0.5em 0.5em;
  margin: 0;
}


/* Adds squiggle to header. Required z-index on #title and #navigation
----------------------------------------------------------------------------------------- */
#squiggle {
  background: transparent url(/includes/heritage/images/bg-squiggle-short.gif) no-repeat 0 0;
  height: 38px;
  position: absolute;
  left: 430px;
  top: 55px;
  width: 363px;
  z-index: 2;
}

/* flash object header layout
----------------------------------------------------------------------------------------- */
#banner {
  background-color: white;
  clear: both;
  height: 120px;
  margin-bottom: 5px;
  margin-right: 5px:
  padding: 0 5px 5px 5px;
  width: 99%;
}
h1.banner {
  background-color: #f4e7b3;
  border-bottom: solid 1px #3C7777;
  border-top: solid 1px #3C7777;
  font-size: 120%;
  padding: 5px;
  margin-right: 0.75em;
}

/* 2 column content layout
----------------------------------------------------------------------------------------- */
.flash-holder {
  position: relative;
}
.column2-left {
  margin-right: 5px;
}
.column2-left p {
  background-color: #f3efe4;
  padding: 5px;
}
.column2-left ul {
  background-color: #f3efe4;
  list-style-type: none;
  padding: 5px !important;
  margin: 0 !important;
}
.column2-left h2 {
  background-color: #fffae2;
  border-bottom: dashed 1px #aaa;
  border-top: dashed 1px #aaa;
  font-size: 100%;
  padding: 5px;
}
.column2-right p {
  background-color: #f3efe4;
  padding: 5px;
}
.column2-right ul {
  background-color: #f3efe4;
  list-style-type: none;
  padding: 5px !important;
  margin: 0 !important;
}
.column2-right h2 {
  background-color: #fffae2;
  border-bottom: dashed 1px #aaa;
  border-top: dashed 1px #aaa;
  font-size: 100%;
  padding: 5px;
}


/* layout of boxed columns on home page
--------------------------------------------------------- */

 /* Wraps all boxes */
.homebox-container {
  clear: both;
  width: 100%;
}
 /* Wraps left column */
.homebox-left {
  float: left;
  width: 48%;
}
 /* Wraps right column */
.homebox-right {
  margin-left: 48%;
}
 /* Wraps individual box */
.homebox {
  background-color: #fbf7ea;
  border: 1px solid #ccc;
  margin: 10px 12px 10px 0;
  padding: 5px;
}
.homebox h2 {
  background-color: #fff;
  border-bottom: 1px solid #f2e9c6;
  color: #585335;
  font-size: 120%;
  font-weight: normal;
  line-height: 1.2em;
  padding: 5px 3px;
  margin: 0;
}
 /* Wraps homebox body */
.homebox-body {
  margin: 0;
  padding: 5px 0 0 0;
}
.homebox-body p {
  padding: 5px 0 10px 0;
}
.homebox-body img {
  float: left;
  margin: 8px 8px 0 0;
}


/* layout of new home page
--------------------------------------------------------- */
#heritage-map h2 {
  background: #999 url(/includes/heritage/images/bg-heading.gif) no-repeat right 0;
  color: white;
  font-weight: normal;
  font-size: 120%;
  height: 21px;
  padding: 0 0 0 5px;
  margin: 1em 0.5em 0.5em 0;
}
#heritage-map ul li {
  padding-top: 0px;
  padding-bottom: 1px;
}


/* News story paragraphs on home page
--------------------------------------------------------- */

#news {
  margin-right: 1em;
}
#news h2 {
  font-size: 100%;
  padding-top: 0.75em;
}
#news .news-pic {
  float: left;
  margin-right: 1em;
  margin-top: 0.75em;
}
#news .news-story {
  clear: both;
  margin-bottom: 1em;
}
#news.archive .news-story {
  border-bottom: 1px #ccc dashed;
  padding-bottom: 1em;
}
#news.archive .news-story h2,
#news.archive .news-story .floatright {
  padding-top: 0;
}

/* Box around sample virtual tour movie
--------------------------------------------------------- */
.player-detected {
  float: right;
  margin: 0 0.75em 0.5em 0;
  padding-top: 10px !important;
  text-align: center;
  width: 215px;
}

/* 2 column treatment of google maps - contains sidepanel
--------------------------------------------------------- */
#googlemap-container {
  width: 810px;
  position: relative;
}
#googlemap-container .map-column {
  float: left;
  width: 600px;
  margin-bottom: 3em;
}
#googlemap-container #sidepanel {
  height: 1%;
  margin: 0;
  padding: 0 0 0 5px;
  clear: none;
  top: 27px;
  right: 0;
}


/* icon for heritage stories
--------------------------------------------------------- */
.book {
  background: url(/includes/heritage/images/ico-book.gif) no-repeat 0 0.6em !important; 
  list-style-type: none !important;
  padding: 5px 0 5px 25px !important;
}
.search-again {
  background: url(/includes/default/images/ico-search-again.gif) no-repeat 1px 0.6em !important; 
  list-style-type: none !important;
  padding: 5px 0 5px 25px !important;
}
.cart {
  background: url(/includes/default/images/ico-cart.gif) no-repeat 1px 0.6em !important; 
  list-style-type: none !important;
  padding: 5px 0 5px 25px !important;
}
.image-thumbs {
  background: url(/includes/default/images/ico-image-thumbs.gif) no-repeat 1px 0.6em !important; 
  list-style-type: none !important;
  padding: 5px 0 5px 25px !important;
}
.form-request {
  background: url(/includes/default/images/ico-form.gif) no-repeat 1px 0.6em !important; 
  list-style-type: none !important;
  padding: 5px 0 5px 25px !important;
}

/* ABRS online resources */
.famous-shipwrecks {
  margin: 0 15px 5px 0;
  border: 1px solid #fff;
}
.famous-shipwrecks h2{
  background: #666666;
  margin-top: 30px;
  padding: 5px 0 5px 5px;
  color: #fff;
  font-size: 0.9em;
}
.famous-shipwrecks p {
  margin: 2px 0 0 0;
  padding:3px 0 0 0;
  color: #000;
  font-size: 0.8em;
  border:none;
}
.famous-shipwrecks img {
  float: left;
  margin: 3px 25px 0 0;
  padding: 0px;
}
.firstline {
  border-top: 1px dashed #999;
  margin-top: 2px;
}
.shipwrecks-leftbox {
  float: left;
  width: 49%;
}
.shipwrecks-rightbox {
  width: 49%;
  margin-left: 51%;
}


/* Photo styling for programs/nhii... 
---------------------------------------------- */
/* Controls the look of images floating next to content
-------------------------------------------------------------- */

.nhii-images {
  width: 200px;
  margin: 0 0 0 0.5em;
}
.nhii-images p{
  background-color: white;
  border: 1px solid #88776d;
  color: #666;
  font-size: 80%;
  line-height: 1.3em;
  margin-bottom: 0.75em;
  padding: 0 0 0.35em 0;
  text-align: center;
}
.featureboxpubs-container {
  background:#f2e9c6;
}


/* homebox styling for shipwrecks database and indigenous law reform */

/* home box info
----------------------------------------------------------------------------------------- */
	
	div.homebox {
	clear: none;
	float: left;
 	margin: 10px 10px 0px 0px;
	padding: 0px;
	width: 49%;
/*	height: 200px;*/
	border:0;
	background-color: #fff !important;
	}
	

	div.homebox img {
	clear: both;
	float: left;
	}

	div.homebox h2 {
	color: #fff;
	font-size: 100%;
	background-color:#5182AD /*65a3a3 00315B*/;
	background-image: none;
	font-weight: bold;
	padding: 0.5em;
	margin: 0;
	border-bottom:0 !important;
	line-height: 18px;
	}

	div.homebox p, div.homebox2 p {
	color: #333;
	margin: 0;
	}

	div.homebox p.firstline {
	border-top: 1px dotted #5182AD /*65a3a3 00315B*/;
	margin-top: 2px;
	}

	.homebox-image {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	}

	div.homebox2 {
	clear: none;
	float: left;
 	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 49%;
/*	height: 200px;*/
	min-width: 250px;
	}
	

	div.homebox2 img {
  	clear: both;
  	float: left;
	}

	div.homebox2 h2 {
	background-color:#5182AD /*00315B*/;
	background-image: none;
	color:#fff;
	font-size:100%;
	font-weight: bold;
	padding:0.5em;
	margin: 0;
	}

	
	div.homebox2 p.firstline {
  	border-top: 1px dotted #5182AD /*00315B*/;
  	margin-top: 2px;
	}
	
	
 /* Heritage colours */
.featurebox-heritage {
  background: #f1c67c url(/includes/environment/images/bg-featurebox-heritage.gif) no-repeat 0 0 !important;
}
.featurebox-heritage .featurebox-body {
  border-bottom: 1px solid #f1c67c;
  border-left: 1px solid #f1c67c;
  border-right: 1px solid #f1c67c;
}
.featurebox-heritage h3 {
  background: transparent url(/includes/environment/images/bullet-big-heritage.gif) no-repeat 1.5em 0.9em;
  padding-left: 2.5em;
    border-right: 1px solid #f1c67c;
}
.featurebox-heading {
  border-right: 1px solid #f1c67c;
  margin: 0;	

