body { 
	margin: 0;
	padding: 0;
	border: 0;
  background: #bbb;
	text-align: left;
	}

body,
input,
textarea,
select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

body {
  font-size: 12px;
  line-height: 1.5;
}

html > body,
html > textarea {
  font-size: 12px;
}


.safetynet {
margin: 0 0 30px 0;
background: transparent url(graphics/header-bg3.png) repeat-x 0 70px;
}

.wrapper {
  width: 960px;
	margin: 0 auto;
}

#page	{
  float: left;
	width: 960px;
	margin: 70px 0 0 0;
	padding: 0;
	border: 0;
	text-align: left;
	background: white url(graphics/page-bg.png) repeat-y 10px 0;
	}
	
.accessfeature	{
	margin-left: -999em;
	}

hr	{
	visibility: hidden;
	}
	

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


	
/* Source ordered layout
-------------------------------------------------------------- */
#content {
  float: left;
  width: 100%;
  margin: 20px -100% 50px 0;
  padding: 0;
}
.sidebar {
  float: left;
}
#sidebar-second {
  float: right;
}
#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */

#header, #footer, .mission, .breadcrumb, .node {
  clear: both;
}

/** Sidebars width
---------------------------------
*  Changing the width of the sidebars is dead easy, just change the
*  values below corresponding to the sidebar you want to modify.
*  Make sure you keep negative values as negative values.
*  For example, if I want to increase the width of the left sidebar
*  to 300px, I would have to change each '190' to '300'.
*/

.two-sidebars .centre,
.sidebar-left .centre {
  margin-left: 225px;     /* LEFT value */
  margin-right: 50px;
}

#sidebar-first {
  width: 225px;           /* LEFT value */
	margin-right: -225px;    /* negative LEFT value */
}
.two-sidebars .centre,
.sidebar-right .centre {
  margin-right: 230px;    /* RIGHT value */
}
#sidebar-second {
  width: 230px;           /* RIGHT value */
}

/* section specific stuff */

.sustainability-base #content {
position: relative; /* Required by that funky flash file */
}

/* banners
-------------------------------------------------------------- */
#top-block {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
/*
  margin: 0 0 0 -480px; /* centres the block
*/
}

#top-block .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#banner-ad	{
	position: absolute;
	top: 0;
	right: 0;
	background-color: white;
	padding: 5px 0 0;
	}

#banner-ad a img	{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	}

#sponsor	{
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0;
	}

#sponsor img, #sponsor a img	{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	}

/* Header
-------------------------------------------------------------- */

#header	{
	margin: 0;
  background: transparent url(graphics/header-bg3.png) repeat-x left top;
	height: 46px;
	}
	
#header a#logo	{
  display: block;
	margin: 0 0 0 10px;
	text-decoration: none;
	color: white;
	}

#header a:hover	{
	color: #eda129;
	}

#header a#logo img	{
	border: 0;
	}



/* Main menu
-------------------------------------------------------------- */

#menu	{
  float: left;
  width: 195px;
  margin: 30px 0 0 10px;
	display: inline;	/* fixes double margin bug in IE  but ignored by all compliant browsers */
	padding: 0;
	border: 0;
	position: relative; /* the sandtoft Flash and javascript seems to disable the menu - will this work? */
	/* background: transparent url(graphics/menu-bg.gif) repeat-x left top; */
	}

#menu ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	color: #ca9c25;
	border-bottom: 1px dotted white;
	}

#menu ul li	{
	margin: 0;
	padding: 0;
	border-top: 1px dotted white;

	}
	
#menu ul li a	{
	display: block;
	padding: 3px 5px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: black;
	text-decoration: none;
	background-color: transparent;
	}

#menu ul li a:hover	{
	color: white;
	background-color: #475ea1;
}

#menu ul li ul	{
	margin: 0 0 0.4em 1.5em;
	list-style-type: none;
	border: 0;
	}

#menu ul li ul li a	{
	line-height: 1.4em;
	font-size: 1em;
	color: #604a15;
	
	}

#menu ul li ul li	{
	margin-right: 10px;
	border: 0;
	}
	
/* right sidebar
-------------------------------------------------------------- */
	
#other-stuff	{
	margin: 30px 10px 0 20px;
	}

#other-stuff div	{
	background-color: white;
	width: auto;
	margin: 0;
	padding: 0;
	}

.pullout	{

	}


/* content
-------------------------------------------------------------- */

/*	scroller	*/

#headlines	{
	padding: 3px 10px;
	background-color: #fdf7ed;
	border: solid 1px #ccc;
	}

#headlines marquee	{
	height: 20px;
	}
	
#headlines marquee ul	{
	height: 1.5em;
	list-style-type: none;
	}
#headlines ul li	{
	line-height: 1.3em;
	}	

#headlines strong	{
	color: #666;
	}

#headlines a	{
	text-decoration: none;
	color: #937171;
	display: inline;
	}

#headlines a:hover	{
	background-color: orange;
	color: black;
	}	
	
/* content
-------------------------------------------------------------- */

/* Typography */


p {
  margin-bottom: 1.5em;
  word-spacing: 0.125em;
}

address {
  font-style: normal;
  margin-bottom: 1.5em;
}

blockquote {
  margin-bottom: 1.5em;
  padding-left: 20px;
  font-style: italic;
  border-left: 5px solid #E6E6E6;
}

code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre;
  overflow: auto;
  margin-bottom: 1.5em;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.1;
  font-family: Helvetica, "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h2.block-title {
  font-size: 1.2em;
  margin: 0;
  padding: 5px 0;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: bold;
}


#content h2	{
	font-weight: normal;
	font-size: 1.4em;
	background: white url(graphics/base-header-bg.gif) repeat-x left top;
	}
	
#content h3	{
	border: 0;
	font-size: 1.5em;
	color: #db9424;
	font-weight: normal;
	margin: 0.2em 0 0.6em 0;
	
	}

#content h4	{
	color: #444;
	font-size: 1.2em;
	margin: 1.6em 0 0;
	font-weight: bold;
	}
	
#content a	{
	
	}
	
#content a:hover	{
	
	}

#content a img	{
	border: 0;
	}

#content p	{
	margin: 0 0 0.8em 0;
	font-size: 1.1em;
	line-height: 1.5em;
	}

#content table	{
	margin: 0;
	padding: 0;
	}
	
#content table td, #content table th,	{
	margin: 0;
	padding: 5px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	empty-cells: show;
	}

#content ul	{
	margin: 0.4em 1em 1em;
	padding-left: 1em;
	list-style-type: square;
	}

#content ol	{
	margin: 0.4em 1em 1em;
	padding-left: 1em; 
	list-style-type: lower-alpha;
	}

#content ul li, #content ol li	{
	margin: 0.3em 0,5em;
	padding: 0 0 3px 0.5em;
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
#content ul li p, #content ol li p	{
	font-size: 1em;
	}


#content ol li	{
	list-style-type: decimal;
	margin: 0.3em 1em;
	padding: 0 0 3px 1em;
	}

#content ul li ul li, #content ul li ul li ul li	{
	font-size: 1em
	}
#content ul li.pdf, #content ul.pdf-list li, #content ul li.doc, #content ul.doc-list li, #content ul li.web, #content ul.web-list li	{
	margin: 0.6em 0 0.8em 0;
	padding: 0 0 3px 24px;
	list-style-type: none;
	line-height: 1.3em;
	border-bottom: 1px dotted #ccf
	}

#content ul li.pdf, #content ul.pdf-list li	{
	background: url(graphics/icon-pdf.gif) no-repeat top left;
	}
#content ul li.doc, #content ul.doc-list li	{
	background: url(graphics/icon-word.gif) no-repeat top left;
	}
#content ul li.web, #content ul.web-list li	{
	background: url(graphics/icon-web.gif) no-repeat top left;
	}

#content dl	{
	margin: 0.4em 0 0.8em;
	padding: 0;
	}
	
#content dt	{
	font-weight: bold;
	font-size: 1.1em;
	}

#content dd	{
	margin: 0.3em 1em;
	font-size: 1.1em;
	line-height: 1.5em;
	}

#content div#searchbox	{
	text-align: right;
	}

#content div#searchbox input	{
	font-size: 1em;
	margin: 0 10px;
	padding: 2px;
	}

span.search-hilite	{
	background-color: #fc0;
	}

img.floatleft	{
	float: left;
	margin: 1em 1.5em 1.5em 0;
	}

img.floatright	{
	float: right;
	margin: 1em 0 1.5em 1.5em
	}

/* A-Z list */
	
#content ul.a-zlist	{
	list-style: none;
	margin-left: 0px;
	font-size: 1.2em;
	}	

#content ul.a-zlist li	{
	display: inline;
	}

/*	practise base lists */
#content ul.practicebase{
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 1em;
	}

#content ul.practicebase li	{
	margin: 10px 0;
	padding: 0;
	border-top: 10px solid #ccf
	}

#content ul.practicebase li ul	{
	margin: 0.5em;
	padding: 0;
	border: 0;
	list-style-type: none;
	}

#content ul.practicebase li ul li	{
	margin: 0;
	padding: 0 0 0 24px;
	border: 0;
	}
	
#content ul.practicebase p	{
	padding-right: 40px
	}
	
#content ul.practicebase address{
padding-top: 10px;
	}
	
#content ul.practicebase h2, h3{
	margin-top: 6px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #ccf;
	}

#content ul.practicebase li h3	{
	color: #eda129;
	}

/*	project lists */

#projectbase-menu {
	margin: 1em 0;
	width: 100%;
	float: left;
	}
	
#content ul.project-list {
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0;
}

#content ul.project-list li	{
	border-bottom: 1px dotted #666;
	margin-top: 1em;
	margin-bottom: 0.2em;
	}
	
#content ul.project-list p{
  
	}

#content ul.project-list h3{
border-bottom:1px dotted #ccf;
padding-left:10px;
clear: left;
}

/* Projects */

div#project h2	{
	
	}

div#project h3	{
	margin: 0.3em 0 1em;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666;
	}

div#project p	{
	margin: 0 0 0.6em 0;
	}

div#project img	{
	display: block;
	float: left;
	margin: 0 1em 0.5em 0;
	padding: 0;
	}

div#project ul.details	{
	clear: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

div#project ul.details li	{
	margin: 0;
	padding: 4px 8px 4px 0;
	border-bottom: 1px dotted #666;
	}
	
span.term	{
	font-weight: bold;
	}

/* column lists	*/

dl.column	{
	width: 45%;
	float: left;
	margin-right: 10px;
	
	}

/* Cartoons */

div.cartoon {
	background: #efefef;
	width: 652px;
	padding: 4px 4px 10px 4px;
	margin: 0 0 10px;
	}

div.cartoon img {
	display: block;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

#content div.cartoon p {
	margin: 10px;
	}

div.cartoon p cite {
	font-weight: bold;
	}
	
/* SCALA news columns */

#content .three-column {
  width: 140px;
  float: left;
  margin-right: 20px;
}

#content .three-column ul {
margin: 0;
padding: 0;
}

/* Suppliers */

div#catlist p, div#catlist form {
  float: left;
}

#content ul.suppliers {
  margin: 1em 0 0 1em;
  padding: 0;
  list-style-type: none;
}

#content ul.suppliers li {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #efb52e;
  list-style-type: none;
}

#content ul.suppliers h4 {
  margin: 0.5em 0;
}

#content ul.suppliers li p strong.term {
  float: left;
  clear: left;
  width: 5em;
}

#content ul.suppliers li img.logo {
  margin: 0 0 0 1em;
  float: right;
}


/* standard forms 
-----------------------------------------------------------*/

form.standard 	{
	width: auto
	}

form.standard div	{
	margin: 0.5em 10px 1em 10px;
	border-bottom:0px;
	}

form.standard label	{
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 1px;
	margin: 0 10px 0 0;
	}

form.standard input, form.standard select, form.standard option, form.standard textarea	{
	font-size: 1.1em;
	width: 200px;
	}

form.admin input, form.admin select, form.admin option, form.admin textarea	{
	font-size: 1.1em;
	width: 300px;
	}

form.standard select {
  width: auto !important;
}

form.standard input,	{
	border: 1px solid #333;
	}

form.standard div.radiocheck {
width: 200px;
float: left;
margin: 0.5em 0;
}


form.standard div.radiocheck input.checkbox {
width: auto;
}

form.standard div.radiocheck label {
width: auto;
float: none;
margin: 0 0 0 10px;
display: inline;
}


form.standard input.submit	{
	width: auto !important;
	margin: 1em 0 1em 110px;
	}

	
form.standard fieldset {
	padding: 0.5em;
	border: 2px solid #ccc;
	}

form.standard legend	{
	font-size: 1.2em;
	color: #c90;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding: 5px;
	margin: 0;
	}
	


.details	{
	width:auto;
	border-bottom: 1px dotted #333;

}


h5{
	
	font-size: 1.4em;
	font-weight: normal;
	width:200px;
	margin-top:-30px;
	background-color: #fff;
	padding:0px 20px;
}

address	{
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: normal;
	margin: 0.5em 1em 1em;
	color: #333;
	}

/* Project edit page */	

#text {
width: 600px;
}

/* footer
-------------------------------------------------------------- */

#footer	{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	color: #ddd;
	background: #555;
	text-align: left;
	clear: both;
	}

#footer p	{
	padding: 0 10px;
	width: 195px;
	line-height: 1em;
	margin: 0;
	text-align: center;
	}

#footer p span	{
	color: #ffbb00;
	}
	
#footer a	{
	
	}

#footer a:hover	{
	
	}

#content dl dt {
margin: 1em 0 0.6em 0;
}