/* CSS Document */
/* Headrer */

.clear {clear: both; height:0px;}

#header {
	background-image:url(../Images/header/GS-white.jpg);
	width:800px;
	height:100px;
	margin-left:5px;
}
.logo { float:left; width:203; padding-left:20px; margin-top:35px;}
.logo_regions { float:left; width:203; padding-left:20px; margin-top:25px;}
.logo_regions_lpgsf { float:left; width:203; padding-left:40px; margin-top:5px;}
.head_nav { float:right; font:85% Arial, Helvetica, sans-serif; color: white; margin-right:20px; margin-top:30px;}
.head_nav a { color:white; text-decoration:none;}
.head_nav a:link, .head_nav a:visited { color:white; text-decoration:none;}
.head_nav a:hover { color:white; text-decoration:underline;}

#tools { width:800px; background-color:#E7F0EB; height:25px; margin-top:0px; padding-top:7px; margin-bottom:5px;margin-left:5px;}

.sub_tools-left { float:left;}
.sub_tools-right { float:right;font-size:70%;color:#555555; margin-right:15px;}
.sub_tools-right img {border:none;}
.sub_tools-right a{ color:#555555; text-decoration:none; }
.sub_tools-right a:link, .sub_tools-right a:visited{ color:#555555; text-decoration:none; }
.sub_tools-right a:hover{ color:#555555; text-decoration:underline; }

.today { margin:5px 0 0 30px; font-size:70%;}


hr {
	color: #BFE5CC;
	height:1px;
	border-style: solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin: 0px 0 10px 0;
	width:782px;
}
.searchButton  {
	font-size:85%;
	border : 1px solid #ccc;
	background: #fff;
	color:#555555;
}
#searchForm {
	color:#555555;
	width: 350px;
	margin-left: 20px;
	font-size:85%;
}

.searchText  {
	font-size:10px;
	font-size:85%;
}

#tabs {
	height: 30px;
	width:800px;
	background-color:#009635;
	font: 85% Arial, Helvetica, sans-serif;
}

#tabs ul {
	margin: 0 0 0 20px;
	padding: 0px;
	line-height: 30px;
	white-space: nowrap;
}

#tabs li {
	list-style-type: none;
	display: inline;
}

#tabs a:link,#tabs a:visited{
	text-decoration: none;
	padding: 8px 5px ;
	color: #fff;
}
#tabs a:hover {
	color: #fff;
	background-image:url(http://www.green-space.org.uk/Images/tabs/bg.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
}
/* End Header */



/* Footer */
#footer {
	background-color: white;
	width: 760px;
	margin-left:20px;
	padding-right:0px;
	text-align:center;
	padding-bottom:0px;
	position: relative;
	bottom: 0 !important;
	bottom: 0px;
	height: 80px;
	
}
#footer hr { 	
	color: #B8D1C2;
	height:1px;
	border-style: solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin: 20px 0 0px 0;
	width:760px;
	text-align:center;
}	
.innerfooter {
	margin:10px 0 0 0 ;
	padding:0;
}

.bottombar {
	text-align:right;
	color: #55555;
	font-size: 80%;
	font-weight:lighter;
}
.bottombar a:link, .bottombar a:visited {
	text-decoration: none;
	color: #555555;
	font-weight: lighter;
} 
.bottombar a:hover{
	text-decoration: underline;
} 

/* End Footer */
