/*-----------------------------------------------------------------------------------------|
|  Styles to cascade from http://www.deh.gov.au/includes/default.css               |
|-----------------------------------------------------------------------------------------*/

blockquote {
  color: #666;
  font-style: italic;
  font-size: 100%;
}
body {
  background: white url(/includes/images/bg-nav.gif) repeat-y left;
}
/*body #sidepanel {
  background: url(/includes/images/bg-design.jpg) no-repeat 0 150px; 
}*/
h1 {
  color: #008;
}
h2 {
  color: #00275e;
  color: #696;
}
h3 {
  color: #274163;
}
h4 {
  color: #585;
}
h5 {
  color: #666; 
} 
th {
  background-color: #8fb153;
  border-bottom: 1px solid #ccc;
}
th.subhead {
  background-color: #769836;
}
td {
  background-color: #9ab962;
  background-color: #e6eed9;
  border-bottom: 1px solid #999;
}
td.highlight {
  background-color: #dceaa5;
}
form { 
margin-right: 10px;
}
#global {
  background: #00275d url(/includes/images/bg-global.gif) repeat-x 180px 2px;
}
#global li {
  background: #00275d url(/includes/images/bg-button.gif) no-repeat 0 50%;
}
#header {
  background: #00275d url(/includes/images/bg-header.gif) repeat-x 0 0;
}
#header ul li {
  background: transparent url(/includes/images/bg-access-repeat.gif) repeat-x 0 0; 
}
#header ul li.left-link {
  background: transparent url(/includes/images/bg-access-left.gif) no-repeat 0 0;
}  

/* Controls navigation for anchor links and related page links 
----------------------------------------------------------------------------------------- */
#pagenav, #sectionnav {
  border: 1px solid #fff;
}
#pagenav h2, #sectionnav h2 {
  color: #00275d;
}
  
/* Navigation bar down the left
----------------------------------------------------------------------------------------- */
#navigation h2 {
  background: url(/includes/images/bg-nav-heading.gif) no-repeat 0 0; 
}
#navigation img {
  padding: 0;
  margin: 0;
}
#navigation h2 a,
#navigation h2 a:link,
#navigation h2 a:visited {
  background-color: inherit; 
  color: #2f4509;
  padding-left: 2px;
}
#navigation h2 a:hover {
  color: white;
  text-decoration: underline;
}
#navigation h3 {
  background-color: #ccc;
  border-right: 1px solid #2f5d00;
}
#navigation a,
#navigation a:link,
#navigation a:visited {
  color: #2f4509;
}
#navigation p {
  color: #e5e5c0;
}
#navigation ul {
  border-bottom: 1px solid white;
}
#navigation ul li {
  background-color: #e6eed9;
  border-bottom: 1px solid #aac8a7;
  border-top: 1px solid #f7ffea;
  color: #cc9;
}

/* Controls flyout menu
----------------------------------------------------------------------------------------- */
#navigation ul.nav-items {
  background: transparent url(/includes/images/bg-flyout.gif) no-repeat 0 0; 
  border-bottom: 1px solid #00275d;
} 
#navigation ul.nav-items a:hover {
  background-color: #00275d;
  color: white;
}

/* Side navigation links down the right
----------------------------------------------------------------------------------------- */

#sidepanel div.sidebox {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sidepanel h2.sidebox {
  background-color: #8fb051;
  background-color: #fff;
  background-image: url(/includes/images/bg-panel-heading.gif); 
  color:#008
}
#title {
  /*background: transparent url("/includes/images/bg-feature.gif") no-repeat right 0;*/
  background: 0;
  width: 650px;
  top: 28px;
}  
#title h1 {
  color: white;
  font-size: 160%;
  padding: 4px 0 0 0;
  /*margin-right: 150px;*/
  margin-right: 0;
}
#title h2 {
  color: #f0f3e4;
  font-size: 100%;
  /*margin-right: 144px;*/
  margin-right: -6px;
}

#container-1 ul {
  list-style-type: none;
  padding: 0.5em 0 0 1em;
}

#container-1 ul li {
  line-height: 1.5em;
  padding: 0 0 0 0;
}

#fragment-2 ul, #fragment-3 ul, #fragment-4 ul {
  padding: 0 0 0 1em;
}

#fragment-2 ul li, #fragment-3 ul li, #fragment-4 ul li {
  line-height: 1.5em;
  padding: 0 0 0 1em;
}



