/*------------------------------------------------------------------------------------------------|
|  Styles to cascade from http://www.environment.gov.au/includes/default/css/default-xmlnav.css   |
|-----------------------------------------------------------------------------------------------*/

blockquote {
  color: #666;
  font-style: italic;
  font-size: 100%;
}
body {
  background: white url(/includes/apfp/images/bg-nav.gif) repeat-y left;
}
h1 {
  color: #333;
  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: #333 url(/includes/apfp/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: #333 url(/includes/apfp/images/bg-button.gif) no-repeat 0 50%;
}
#header {
  background: #333 url(/includes/apfp/images/bg-header.gif) repeat-x 0 0;
}
#header img {
  padding-left: 12px;
  padding-top: 5px;
}
#header ul li {
  background: transparent url(/includes/apfp/images/bg-access-repeat.gif) repeat-x 0 0; 
}
#header ul li.left-link {
  background: transparent url(/includes/apfp/images/bg-access-left.gif) no-repeat 0 0;
}  

/* Controls navigation for anchor links and related page links 
----------------------------------------------------------------------------------------- */
#pagenav, 
#sectionnav {
  background: transparent url(/includes/apfp/images/bg-pagenav.gif) no-repeat 0 9px;
}
#pagenav h2, #sectionnav h2 {
  color: #63531f;
}
  
/* 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: #e8ee86;
  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: #e8ee86 !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/apfp/images/bg-nav-heading.gif) no-repeat 0 0;
  border-top: 0;
  color: #fff;
  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: #e8ee86;
  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: #e8ee86;
  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: #e8ee86;
  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: #e8ee86;
  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: #e8ee86;
  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: #e8ee86;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  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: #666 !important;
  background-image: none; 
  color: white !important;
  display: block;
  text-decoration: none;
}

/* Image under nav
--------------------------------------------------------- */
#navigation-image {
  background: url(/includes/apfp/images/bg-navigation-image.jpg) no-repeat 0 0;
  height: 160px;
  margin-top: 0;
}



/* Side navigation links down the right
----------------------------------------------------------------------------------------- */
#sidepanel {
  background: url(/includes/apfp/images/bg-design.gif) no-repeat 0 150px; 
}
#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 #a3be2f;
  border-right: 1px solid #a3be2f;
  border-bottom: 1px solid #a3be2f;
}
#sidepanel h2.sidebox {
  background-color: #a3be2f;
  background-image: url(/includes/apfp/images/bg-panel-heading.gif); 
  color: white;
}

#title {
  background: transparent url(/includes/apfp/images/logos.gif) no-repeat right 8px;
  width: 750px;
  top: 25px;
  z-index: 3;
}  
#title h1 {
  color: white;
  font-size: 170%;
  padding: 6px 0 0 0;
  margin-right: 130px;
}
#title h2 {
  color: #e5dfc6;
  font-size: 130%;
  margin-right: 124px;
}



/* News items on home index.html page */

.news-story h2 {
	color: #333;
}

