/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */


* {
  margin: 0;
  padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
a img {
	border-width: 0; 
	border-style: none;
}
a {
  background-color: inherit;
	color: #edad02;
	text-decoration: none;
}
/* Removes list-style from lists */
ol,ul { 
	list-style : none; 
}
/* Removes border from fieldset and img */
fieldset,img { 
  border : 0; 
}
acronym {
cursor: pointer;
text-decoration: none;
border-bottom: none;
}

/*=======General Typography================== */
/* if 1em = 10px*/
html {
	font: 62.5%/1.6  Helvetica, Verdana, Arial, sans-serif;}
/*#masterhead h1 {
  margin: 0;
}*/
h2 {
  font-size: 2em;
  font-weight: 400;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h3 {
  font-size: 1.4em;
	font-weight: 400;
	padding-top: 1.5em;
	margin: 0;
}
h4 {
  font-size: 1.2em;
  margin: 0;
}
h5 {
font-size: 1.1em;
}
li {
	font-size: 1em;
	/*font-family: Verdana, Heletica, Arial, sans-serif;*/
  /*letter-spacing: 0.1em;*/
}
p {
  font-size: 1.2em;
	background: transparent;
	color:  #ccc;/*#f8f8f8*/
	padding-top: .5em;
}
p.first {font-size: 1.4em;
padding-top: 0;
}
/*p.next {padding-top: 1em;}*/
p.note {
	font-size: 1em;
	padding-top: 0;
}
p.last {
 font-size: 1.4em;
padding-top: 1em;
}
#content_extra p {
 font-size: 1em;
 /*letter-spacing: 0.1em;*/
}
#content_extra p.first {
 font-size: 1.1em;
 font-weight: 600;
	/*letter-spacing: 0.13em;*/
}
#site_info {
	text-align: right;
	font-size:8px;
}

/*==============General Colours and backgrounds===================*/

h1,h2,h3,h4,h5{
  background: inherit;
	color: #edad02;
	/*font-family:Verdana, Heletica, Arial, sans-serif;*/
}
/*h3{
	font-variant: small-caps;
}*/
p a  {
text-decoration: underline;
color: #fff;
}
p a:hover {
 color:#f90;
}
em {
color: #f90;
}
body {
	background:#000;
}
#masterhead {background-color: #000;}
#container[class="png"]{
	background: url(../images/bgbody.png) repeat-x top;
	/*background: url(../images/bgcontainer.png) repeat-x bottom #373636;*/
	/*background-color:#373636 ;*/
	position: relative;
	z-index: 2;
}
#container p, #container h2, #container h3{
  position: relative; 
	z-index: 2;
}
#sideimgpng[class="pngimg"] {
  background: url(../images/sideimage.png);
}
#sideimgpng{
  height: 260px;
	width: 450px;
	position: absolute;
	top:-1em;
	right:-2em;
	z-index: 6;
}
#bgbody2[class="png"] {
  background: url(../images/bodyimg.png) no-repeat bottom left fixed;
}
#bgbody2 {
  height: 45em;
	width: 57em;
 	position: fixed;
	bottom:0;
	left: 0;
	z-index: 0;
}
#content_extra[class="column"], #navigation_menu[class="column"]{
  background: url(../images/bgmenu.png) repeat-x top ;
	height: 48em;
}
#content_extra p, #navigation_menu p, #site_info p {
  color: #999;
}
#content_extra a, #navigation_menu a {
  color: #ccc;
}
#content_extra a:hover, #navigation_menu a:hover {
  color: #f90;
}
#content_extra div, #content_extra h4 {
background-image: none;
}
#content_supp .pageContents{
  background:#414040;
	position: relative;
	z-index: 5;
}
#masterhead[class="png"] {
  background: url(../images/bgbranding.png) no-repeat right #000;
}
#branding[class="png"] {
  background: url(../images/bglogo.png) left no-repeat;
}
#nav_sub[class="clear"] {
   background: url(../images/bgsubmenu.png) repeat-x;
	 position: relative;
	 z-index: 5;
}
#nav_sub {
position: relative;
	 z-index: 5;
}
/* General Layout
================================= */
body {
	position : relative; 
	text-align: center;/* centering for IE5.x/Win */
}
#container {
	height: 100%;
	width: 90%;
	max-width: 1400px;
  min-width: 900px;
	margin: 0 auto;
	text-align: left; /*resets centering to default  */
}
#extrawrapper{
 float:left; width:100%;
 margin-bottom: 2em;
}
#wrapper{
 float:left; width:100%;
}
#masterhead {
  background-color:#000;
}
#content { 
 margin-left: 20em;
 margin-right: 20em;
 display: inline-block;/*fixes IE6 double margin float bug */
}
div#navigation_menu { 
  float: left;
	width: 20em; 
	margin-left:-100%;
	/*display: inline;*/
}
#content_extra {
  float: left;
	display: inline;
	width: 20em;
	margin-left: -20em;
  height: 100%;
}
#nav_sub  {
  width: 100%;
} 
/* Masterhead style
================================*/

#masterhead {
	height: 100%;
}
#utilities {
	height: 2em;
	width: 100%;
	background: url(../images/bgtools.gif) repeat-x #3a599a;
	text-align: right;
	padding-top: 0.4em;
	padding-bottom: 0;
}
#utilities .last {
padding-right: 20em;
}
#utilities .on a, #tools .on a {
color: #fff;
}
#utilities a, #tools a  {
 font-variant: small-caps;
 text-decoration: underline;
 color: #04040b;
 font: small-caps bold 1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
 padding: 0 1em;
 position: relative; 
 z-index: 7;
}
#utilities a:hover, #tools a:hover {
 color: #fff;
}
#utilities li, #tools li {
	display: inline;
	list-style-type: none;
}
#branding  {
  position: relative;
	float: left;
	width: 100%;
	height: 100%;
	display: inline;
}
#branding img#logo {
	/*width: 40%;
	height: 40%;
	min-height: 100px;/* for opera, but need to find other way 
	max-width: 450px;
	height: expression(this.height > this.width && this.height > 150 ? '150px' : true);
	width: expression(this.height < this.width && this.width > 450 ? '15em' : true);*/
	position: relative;
	z-index: 5;
	display: inline;
	float: left;
	}
#tools {
  background: url(../images/bgtools.gif) repeat-x #3a599a;
	height: 2em;
	padding-top: 0.4em;
	padding-bottom: 0;
}
#tools a {
	padding: 0 0 0 2em;
	/*font: 600 12px Arial;*/
}
/*Content Layout
=================================*/
#content{
/*padding: 0 2% 0 2%;*/
padding: 0 3em 0 3em;
position: relative;
z-index: 5;
}
#mainContent {color:#ccc;  }
#smallColumnLeft{
float:left;
width:48.5%;
padding-right: 3%;
/*position: relative;
z-index: 5;*/
min-height: 24em;
}
#smallColumnRight{
float:right; 
width:48.5%;
min-height: 24em;
/*position: relative;
z-index: 5;*/
}
/* Main content
------------------------*/
#mainContent p{

/*word-wrap: break-word;*/
/*text-align: justify;****/
/*text-justify-trim:punct-and-kana;*/
/*text-align-last:auto;*/
/*text-justify: newspaper;*/
/*text-overflow: clip;*/
/*word-break:word-break-CJK;
word-break-CJK: break-all;
word-break-inside:hyphenate;
wrap-option:wrap;*/

}
#content h2 span {
  color: #fff;
	font-size: 1.2em;
}
#content p span {
  color: #fff;
	font-size: 1em;
	font-weight: 600;
}
#contentimg {
  float: right;
	width: 23%;
	max-height: 17em;
	height:auto;
	padding: .5em 0 1% 3%;
}

img.leftimg {
float:left;
padding: 0 2em 0.5em 0;
margin-top: 0.5em;
}
img.rightimg {
float:right;
padding: 0 0 1em 1em;
}
#noteAR {
float: right;
width: 33%;
}
/* Asset Recycling Table style
------------------------------------------*/
#collectItems {
border-collapse: collapse;
width: 100%;
color: #ccc;
border:2px solid #666;
margin-bottom: 1em;
}
caption  {
font-size: 1.4em;
color: #edad02;
font-variant: small-caps;
padding: .5em 0 0.5em;
}
#collectItems tr, #collectItems td{
border:1px solid #666;
padding: 0.3em 1em;
}
#collectItems th {
border:2px solid #666;
padding: .5em 1em;
text-align: center;
font-size: 1.1em;
background:#3b3b3b;
color: #fff;
letter-spacing: 1px;
/*font-variant: small-caps;*/
}
th.foc, th.fixedpr {
text-align: center;
}
td {font-size: 1.1em;}
#collectItems .foc {border-right: 3px double #666;}
#collectItems .next {
background:#353434;
}

/* Media center
--------------------------------------*/
#medialist{
color: #ccc;
list-style-type: disc;
list-style-position: outside;
padding: 0em 0 0 1.5em;
/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;*/
font-size: 1.2em;
/*position: relative;
z-index: 5;*/
}
#mainContent ul h4{
padding: 0.5em 0;
}
#mainContent li {font-size: 1.1em;}
#contentimgMC {
	float: right;
	width: 23%;
	height: auto;
	max-height: 17em;
	padding: 1.2em 0 1% 3%
}
/* Site Map
-----------------------------------*/

.sitemapList h3, .sitemapList h3 a {
/*border-bottom: 1px solid #666;*/
/*text-decoration: underline;
padding-top: 0.5em;
width: 100%;*/
}
.sitemapList li{
padding-left: 2em;
}
.sitemapList li li {
list-style-type: disc;
list-style-position: inside;
padding: 0em 0 0 1.5em;
}

.sitemapList li a {font-size: 1.4em; text-decoration: underline; }
.sitemapList ol li li a {
font-size: 1em;
color: #ccc; 
text-decoration: none;}
/* Accessibility
---------------------------------*/
.accessList ol, .accessList ul {
font-size: 1.1em;
  }
.accessList ol ol {
font-size: .8em;
padding: .5em 0 .5em 0;
  }
.accessList li{
padding-left: 2em;
}
.accessList li li{
list-style-type: disc;
list-style-position: inside;
padding: 0em 0 0 1.5em;
}
.accessList li a {  color: #fff;text-decoration: underline;}
/* Supplementary Content
--------------------------------*/

#content_supp li h4{
  text-align: center;
	font-variant:small-caps;
	font-weight: 600;
	padding-bottom: 0.5em;
}
content_supp {
  position: relative;
  width: 100%;
}
#content_supp #homeServ, #content_supp #busServ{ 
   display: inline-block;
   list-style-type: none;
   float: left;
   width: 42.5%;
   height: 100%;
   padding: 1.5% 3% 3%;
	 margin-top: 3em;
}
#content_supp #busServ {
float: right;
}
/*#content_supp #homeServ {
 margin-right: 3%;
}*/
#content_supp li li {
 width: 100%;
 margin: 0;
 line-height: 1.6em;
 padding-bottom: 0.3em;
 border-bottom: 1px solid #666;
}
#content_supp a.findmore, #content_sub a.findmore {
color: #edad02;
}#content_supp a.findmore:hover, #content_sub a.findmore:hover {
color: #f00;
}
#content_supp li li a{
  font-size: 1.1em;/*-------------------------check-------------------*/
  text-align: left;
  margin: 0;
  color: #ccc;
}
#content_supp a:hover, #content_sub a:hover, #content h3 a:hover{
	color: #f90;
}
#content_supp, #content_extra, #conent_sub {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
}
/* Additional content
---------------------------------*/
#content_sub { 
margin:0 0 0 3%;
width: 23%;
float: right;
}
#content_sub h3 {
padding-bottom: 0.5em;
}
#content_sub li a {
font-size: 1em;
color: #797979;
  }
#content_sub li{
line-height: 1.2em;
padding-bottom: 0.7em;
}
/* About Us
---------------------*/
#aboutDL {
margin-top: 2em;
width: 69%;
/*position: relative;
z-index: 5;*/
}
/* Contact
---------------------------*/
#form{
color: #ccc;
position: relative;
z-index: 5;
width:100%;
}
#form fieldset {
	margin: 1em 0em;
	padding: 1em;
	border: 1px solid #666;
	
}
#form legend {	
  font-size: 1.4em;
font-weight: 600;
	color: #edad02;
	background: inherit;
}
#form p {
  position: relative;
	/*width: 100%;*/
	margin-top: .5em;
	/*text-align: right;*/
}
#form label {
	float: left;
	text-align: right;
	width: 15em;
	padding-right: 1em;
}
#form input{
  width: 45%;
}
#form input.submit {width: 10em;  }
#form textarea { width: 45%;height: 10em; }
/* Toggling dl
================================*/
/*  "Show All" + "Hide All" links */
#toggleDL {
position: relative;
z-index: 7;
}
#listHS { padding-right: 2%; 
margin: 1.5em 0 0 0;
border-right: 1px solid #333;
width: 69%;
float: left;
}
#listAR {
margin: 1.5em 0 0 0;
}
#listAR dd p {font-size: 1em;}
#listHS dl, listAR dl {
margin-bottom: 2em;
}
#toggleON,#toggleOFF {
margin-right:2em;
/*position: relative;
z-index: 7;*/
}

dt{
margin:0.5em 0;
font-size: 1.2em;
font-weight: 600;
padding: .2em .5em;
background:#353434;
color: #edad02;
/*position: relative;
z-index: 100;*/
}
dd {
  font-size: 1.2em;
	/*background: transparent;*/
	color:  #ccc;/*#f8f8f8*/
	padding-left: 2.5em;
	/*text-align: justify;*/
}
/* styling all anchors in the DTs */
#toggleDL dt a {
background:0 50% no-repeat;
padding-left:1.5em;
color: #edad02;
}
#toggleDL dt a:visited {
color:#edad02;
}
#toggleDL dt a:hover {
color:#fff;
}
#toggleDL dd a:hover, #listAR dd a:hover {
color:#f90;
}
#toggleDL dd a, #listAR dd a  {
text-decoration: underline;
color: #fff;
}

/* the + and - gif in the anchors */
#toggleDL .DTplus a {background-image:url(../images/toggleDLplus.gif)}
#toggleDL .DTminus a {background-image:url(../images/toggleDLminus.gif)}
/**********************************/
#toggleDL .showDD{
position:relative;
top:0;
left:0;
}
#toggleDL dd, .hideDD{
top:-9999px;
position:absolute
}
#toggleON,#toggleOFF {
display:inline;
cursor:pointer;
}
/*Navigation menu
=================================*/
#navigation_menu {
 list-style: none;
 background-color:inherit;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
 text-align: left;
}

div#navigation_menu li a {
		color: #edad02;
		font-weight: 600;
		display: block;
		padding:0.7em 0 0.7em 1.7em;
		margin: 0;
		border-bottom: 1px solid #414040;
		background: url(../images/bulletmenu.gif) no-repeat left;
		position: relative;
		z-index:5;
	}
div#navigation_menu li ul {
		display: none;
	}
div#navigation_menu li.on ul {
		background: none;
		display: block;
	}
div#navigation_menu li.on a {
		/*color: #fff;
		background: url(../images/bulletmenuOn2.gif) no-repeat left;*/
		color: #f00;
		background: url(../images/bulletmenuOn.gif) no-repeat left;
}
/*div#navigation_menu li.on ul a {
  background: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.1em;
	font-weight: 400;
  font-size: 0.85em;
	color: #ccc;
}*/
div#navigation_menu li.on ul li {
padding: 0.2em 0 0.4em 0;
}
#navigation_menu p {
    padding-top: 5em;
		font-size: 1.1em;
		background: none;
		width: auto;
}
#navigation_menu p a {
font-size: 0.9em;
}
div#navigation_menu li.off a:hover, div#navigation_menu li.on a:hover { 
		/*color: #f00;
		background: url(../images/bulletmenuOn.gif) no-repeat left;*/
		color: #fff;
		background: url(../images/bulletmenuOn2.gif) no-repeat left;
}
	
/*   Extra content
======================================*/

#content_extra {padding-top: 5em;}
#content_extra p{
/*text-align: justify;*/
}
#content_extra img {
padding: 0.5em 1em 0.5em 0;
}
#content_extra h5 {
text-align: center;
padding-top: 2em;
background-image: none;
}
#content_extra blockquote p {
text-align: center;
}
#content_extra #ad{
padding-top: 2em;
color: #edad02;
}
/*Text generated by DOM)
--------------------------------------*/
#content_extra fieldset {
	border:1px solid #414040;
	padding:0 0 1em 1em ;
	}
#content_extra legend {
	font-size: 1.1em;
	font-weight: 600;
	color:  #edad02;
	padding:0.5em;
	}
#content_extra label {
	display:block;
	clear:both;
	margin:1em 0 0 0;
	}
#content_extra span {
margin-left: 0.6em;
color: #ccc;
}
#content_extra input {
	float:left;
	background-color:transparent;
	color: black;
	}
/* Supplementary navigation
=============================*/
#nav_sub li {
  display: inline;
	list-style-type: none;
}
#nav_sub li a { 
  color: #fff;
	padding: 0 0.7em;
}
#nav_sub li a:hover { 
  color: #f00;
}
#nav_sub {
	text-align: center;
	font-size: 1.2em;
}

/* Site Information
=============================*/
#site_info p {padding: 0;}


/* Add some padding
================================== */

#navigation_menu/*, #content_extra */{
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

#navigation_menu *, #content_extra * {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

#navigation_menu * *, #content_extra * * {
  padding-left: 0;
  padding-right: 0;
}