body {
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 12pt;
		 line-height: 18pt;
		 background: #C9D2DB;
		 color: #000;
}

h1 {
	font-weight:bold;
	font-size: 24pt;
	line-height: 28pt;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h2 {
	font-weight:bold;
	font-size: 14pt;
	line-height: 20pt;
	}
h3 {
	font-weight:bold;
	font-size: 14pt;
	line-height: 20pt;
}
h4 {
	font-weight:bold;
	font-size: 14pt;
	line-height: 20pt;
}


a {
	text-decoration: underline;
}


/* MAIN LAYOUT CSS */

#wrapper { 
		 margin: 0 auto;
		 width: 100%
		 background:url(../img/generic/g_WrapBkgd.jpg) repeat-y;
}

#leftcolumn {
	float: left;
	visibility: hidden;
}

#content {
		 float: left;
		 margin: 0;
		 width: 45%;
}

#content a { 
	color: #999;
}


#rightcolumn {
	width: 25%;
	float: right;
	vertical-align: top;
	font-size: 90%;
	font-weight: bold;
}

#footer { 
		 width: 100%;
		 height: 50px;
		 clear: both;
}


#menuitems {
	visibility: hidden;

}











/* CONTENT STYLES LAYOUT CSS */

.imgRight {
	margin: 0 0 10px 10px;
	float: right;
}
.imgCentre {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}









/* NAVIGATION STYLES LAYOUT CSS */

#minitabs {
	font-size: 11px;
	margin:0;
	padding: 10px 0 23px 0;
}

#minitabs li{
	margin:0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#minitabs a {
	float: left;
	line-height: 14px;
	text-decoration: none;
	color: #999;
	padding-right: 8px;
	padding-left: 8px;
}

#minitabs a.active, #minitabs a:hover{
	color: #000;
	
}










/* SUB NAV AREA STYLES LAYOUT CSS */
#submenu ul{
	margin:0;
	padding: 0;
	list-style-type: none;
}

#submenu li{
	margin:0;
	padding: 0;
	list-style-type: none;
}

#submenu a {
	display: block;
	text-decoration: none;
	color: #999;
	border-bottom: 1px solid #999;
	padding-top: 2px;
	padding-bottom: 2px;
}

#submenu a.active, #submenu a:hover {
	color: #000;
	font-weight:bold;
}


#function {
	float: left;
	visibility: hidden;
}



#logos {
	visibility: hidden;
}



/* FOOTER MENU STYLES LAYOUT CSS*/

#footermenu {
	padding: 10px 0 20px 0;
	border-top: 1px solid #000;
	background:#FFFFFF;
}

#footermenu li{
	display: inline;
	list-style-type: none;
}

#footermenu a {
	float: left;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration: none;
	padding-right: 6px;
	color: #999;;
}

#footermenu a.active, #footermenu a:hover {
	color: #000;	
}











/* Right Column  STYLES LAYOUT CSS */

#rightcolumn h2 {
	font-size: 11pt;
	line-height: 14pt;
	color:#000;
}

#rightcolumn a, #rightcolumn ul, #rightcolumn p, #rightcolumn a:hover, #rightcolumn h3 {
	color: #000;
}

=#rightcolumn li{
	list-style-type: none;
}



#orangetab, #bluetab, #redtab{
	line-height: 18pt;
	border-bottom: 1px solid #999;
}

#orangetab h3, #bluetab h3, #redtab h3  {
	font-size:12pt;
}


#redtab ul{
	margin:0;
	padding: 0;
	list-style-type: none;
	}













/* QUOTE BOX STYLES LAYOUT STARTS */

.QuoteBox {
	width: 100%;
	line-height: 16pt;
	background-color: #fff;
}
.QuoteBox td{
	vertical-align:top;
}
.QuoteBox h1{
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}

.QuoteBox p{
	font-size: 12pt;
}
.QuoteBox img{
	margin: 0 4px 4px 0;
}











/* NEWS BOX STYLES LAYOUT STARTS */

.NewsBox {
	background:#fff;
	width: 100%;
	line-height: 18px;
}
.NewsBox td{
	vertical-align:top;
}
.NewsBox h1{
	font-size: 14pt;
	line-height: 20pt;
}

.NewsBox p{
	font-size: 12pt;
}
.NewsBox img{
	padding: 8px;
	margin: 0 4px 4px 0;
}











/* Enviro NEWS BOX STYLES LAYOUT STARTS */

.EnNewsBox {
	background:#fff;
	width:100%;
	line-height: 18pt;
	margin-bottom: 20px;
}
.EnNewsBox td{
	vertical-align:top;
}
.EnNewsBox h1{
	margin:0;
	font-size: 14pt;
	line-height: 20pt;
}

.EnNewsBox p{
	font-size: 12pt;
}
.EnNewsBox img{
	padding: 8px;
	margin: 0 4px 4px 0;
}












/* INFO BOX STYLES LAYOUT STARTS */

.InfoBox {
	margin: 10px;
	padding: 8px;
	width: 45%;
	line-height: 18pt;
	float: left;
	border: 1px solid #000;
}
.InfoBox td{
	vertical-align:top;
}
.InfoBox h1{
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}
.InfoBox h2{
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}

.InfoBox p{
	font-size: 12pt;
}
.InfoBox img{
	padding: 8px;
	margin: 0 4px 4px 0;
}











/* CASE STUDY BOX STYLES LAYOUT STARTS */

.CaseBox {
	width: 45%;
	margin: 10px;
	padding: 8px;
	line-height: 18px;
	border: 1px solid #000;
}
.CaseBox td{
	vertical-align:top;
}
.CaseBox h1{
	margin:0;
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}
.CaseBox h2{
	margin:0;
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}
.CaseBox h3{
	margin:0;
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}
.CaseBox p{
	margin:0;
	font-size: 12pt;
	color:#000;
	line-height: 18pt;
}
.CaseBox img{
	padding: 8px;
	margin: 0 4px 4px 0;
}









/* ENVIRO CASE STUDY BOX STYLES LAYOUT STARTS */

.EnCaseBox {
	width: 45%;
	margin: 10px;
	padding: 8px;
	line-height: 18px;
	border: 1px solid #000;
}
.EnCaseBox td{
	vertical-align:top;
}
.EnCaseBox h1{
	margin:0;
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}
.EnCaseBox h2{
	margin:0;
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}
.EnCaseBox h3{
	margin:0;
	font-size: 14pt;
	color:#000;
	line-height: 20pt;
}
.EnCaseBox p{
	margin:0;
	font-size: 12pt;
	color:#000;
	line-height: 18pt;
}
.EnCaseBox img{
	padding: 8px;
	margin: 0 4px 4px 0;
}








/* TABLE RESULTS STYLES LAYOUT STARTS */

.TableResults {
	font-size: 95%;
	width: 100%;
}
.TableResults td{
	padding: 8px 0 8px 0;
	vertical-align: top;
}

.TableDark {
	background:#FFF; }

.TableHead {
	background:#FFF; }









/* LIGHTBOX STYLES LAYOUT STARTS */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%; /* Trick IE into showing hover */
	display: block;
	background-color: transparent;
	background-image: url(../img/lightboximages/blank.gif);
	background-repeat: no-repeat;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../img/lightboximages/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../img/lightboximages/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
