@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(http://www.green-issues.co.uk/images/green-issues_background.jpg);
	background-color: #8de6ff;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #006600;
	text-indent: 20px;
	text-decoration:none
	border: 0px;
	outline: none;

}
a:hover {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
	border: 0px; 
}
   
img a {
	text-decoration:none
	outline: none;

}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

html, body, #container {
	height: 100%;
}

body > #container {
	height: auto; 
	min-height: 100%;
}

 #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	text-align: justify;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
h1 {
	font-size: 18px;
}
#copyright {
	font-size: 9px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
 #header {
	background-image: url(http://www.green-issues.co.uk/images/green-issues_header.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 1028px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align:left;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header a img {
	text-decoration: none;
	border: 0;
}
#header img {
	text-decoration: none;
	border: 0;
}
#menu_con {
	background-image: url(../images/green-issues_menu.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin-right: auto;
	margin-left: auto;
	text-indent: 10px;
}
#menu_main {
	width: 700px;
	float: right;
	position: absolute;
	margin-top: 3px;

	text-align: right;
}
#menu_main a {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	text-indent: 5px;
	text-decoration:none;
	margin-right: 20px;
}
#menu_main a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
/*#menu_main a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-decoration:none
} */
#menu_subhead {
	float: left;
	position: absolute;
	margin-top: 3px;
	margin-left: 50px;
}

#mainContent {
	width: 680px;
	padding: 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(http://www.green-issues.co.uk/images/green-issues_background_content.png);
	padding-bottom: 140px;
	background-color: #FFFFFF;
}
#footer {
	background-image: url(http://www.green-issues.co.uk/images/green-issues_footer.png);
	width: 100%;
	margin-top: -140px; /* negative value of footer height */
	height: 140px;
	clear:both;
	position:fixed;
	left: 0px;
	bottom: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
img a { 
	border: 0px; 
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {color: #009900}
.style3 {color: #006600}
 {margin:0;padding:0;} 



/* CLEAR FIX*/
.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 */

/*Blog Styles*/
div#nav {width: 650px; height: 35px; padding: 0 25px;}
div#content {clear: both; width: 650px; padding: 0;}

div#sidebar {float: left; width: 50px;}
