/* GENERAL STYLES */
/*-----------------------------------------------
Style Sheet
Site: 		http://www.environmentalexhange.org.uk
Author: 	grm00 Cefas
Version: 	8th September 2007 v1.1.0
----------------------------------------------- */

/************* Site CSS starts here ********************/
body {
	font:0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

.skipLinks{
	display: none;
}

/*************title bar for site*************************/
.header {
	padding: 0;
	Clear: both;
	height: 310px;
	background: url(images/header-v3.jpg) no-repeat top left;
	border-bottom:2px black solid;
}

.header h1 {
	display:none;
}

.header h2{
	display:none;
}

/***********footer section for whole site***************************/
.footer {
	border-top: 2px solid #004C6F;
	text-align: center;
	background-color:#FFFFFF;
	color: #000;
	clear:both;
	margin-top:25px;
}

/********* used to define the side linkboxes and the side information boxes**************/
.leftcol{
	padding: 0;
	margin: 0;
	float: left;
	width: 200px;
	margin: 10px 5px 20px 5px;
}
.rightcol{
	padding: 0;
	margin: 0;
	float: right;
	width: 200px;
	margin: 10px 5px 20px 5px;
}

.maincol{
	margin:10px 220px 0 220px;
}

/*styles the navigation boxes*/
.colbox, .colbox2{
	width: 200px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background: url(images/sidemenubottom.gif) no-repeat bottom left;
	background-color: #D5D8B3;
}

.colbox p, .colbox2 p{
	text-align: left;
	margin: 1px 2px 0.3em 1px;
}

.colbox2 p{
	padding: 1px 10px 0.3em 10px;
}

.colbox ul{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type:none;
	border-left: 2px solid #c0c094;
	border-right: 2px solid #c0c094;
}

.colbox ul li, .colbox2 ul li{
	text-align: left;
	margin:0;
	padding:0;
}

.colbox ul li>a{
	list-style:none;
}

.colbox a, .colbox a:link, .colbox a:visited, .colbox a:active {
	text-decoration: none;
	padding: 3px 0 3px 14px;
	margin: 0;
	font-weight: bold;
	display: block;
	color: black;
	background-color: #D9D9B3;
	border-bottom: 1px solid #75794D;
	border-top: 1px solid white;
}

.colbox a:hover{
	text-decoration: none;
	color: black;
	background-color: #c0c094;
}

.colbox h4, .colbox2 h4{
	/*font-size:100%;*/
	text-decoration: none;
	background:#004c6f url(images/sidemenutop.gif) no-repeat scroll top left;
	background-color:#004c6f;
	color:white;
	display:block;
	padding:0;
	padding-left:10px;
	/*border-bottom: 1px solid Black;*/
}

.colbox2 h5{
	padding: 1px 10px 0.3em 10px;
}

/*****************Links*****************************/
a{
}

a:link{
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #000071;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #BA0000;
	text-decoration: underline;
	font-weight:bold;
}
a:active{
	color: #BA0000;
	text-decoration: underline;
	font-weight:bold;
}

/**********images************************/
img{
	border: 0;
	margin: 0;
	padding: 0;
}
.imgwithborder {
 	border: 1px #000000 solid;
}
.imgwithoutborder {
 	border: 0px none #FFFFFF !important;
}

/***********************************************************/
p {
	text-align:left;
	line-height: 1.366;
	font-size:100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	margin:0;
	padding:0;
	color: #004C6F;
}
h1 {
	font-size: 200%;
	padding-bottom: 10px;
}
h2 {
	font-size: 150%;
	border-bottom: 1px dotted gray;
}
h3 {
	font-size: 140%;
	border-bottom: 1px dotted gray;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
/**************Lists********************/
ul{
	list-style: disc;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: square;
}
ol{
	list-style: decimal;
}
ol ol{
	list-style: upper-roman;
}
ol ol ol{
	list-style: lower-roman;
}
li {
	text-align: justify;
	margin-bottom: 0.5em;
}

/**************definition list*********************/

dl{
	margin:0;
	padding:0;
}
dt{
	font-weight:bold;
	font-size:125%;
	margin-bottom:5px;
}
dd{
	margin:0;
	padding:0;
	padding-left:5px;
}

/************Tables**********************************/
th{
	background: #d9d9b3;
	text-align: left;
	padding-right: 1em;
}
td{
	border-bottom: 1px solid #D9D9B3;
	padding-right: 1em;
}

#referencelist{
	border-bottom: 1px dotted silver;
}