@charset "UTF-8";


/* ---- Navigation Classes ---- */
.menu_top {width:800px; height:25px; position:relative; z-index:100; margin-bottom:10px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu_top ul {padding:0;margin:0;list-style-type:none; z-index:200;}
.menu_top ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_top li {float:left;width:122px;position:relative; margin-right: 11px;}
/* style the links for the top level */
.menu_top a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#938779; width:111px; height:24px; border-bottom: 4px solid #938779; background: #FFF; padding-left:8px; padding-right:2px;  line-height:20px; font-weight:bold;}


/* style the second level background */ 
.menu_top ul ul a.drop, .menu ul ul a.drop:visited {background: white url(../images/green-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu_top ul ul a.drop:hover{background:white url(../images/white-on-green-arrow.gif) no-repeat 130px center;}
.menu_top ul ul :hover > a.drop {background:#D8EA50 url(../images/white-on-green-arrow.gif) no-repeat 130px center;}  
/* style the third level background */
.menu_top ul ul ul a, .menu ul ul ul a:visited {background:white;}
/* style the third level hover */
.menu_top ul ul ul a:hover {background:#D8EA50;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_top ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}

/* position the third level flyout menu */
.menu_top ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu_top ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu_top table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu_top ul ul a, .menu ul ul a:visited {background:white; color:#938779; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 0px 0px 0px;}

/* style the top level hover */
.menu_top a:hover, .menu ul ul a:hover{color: #938779; background:#D8EA50;}
.menu_top :hover > a, .menu ul ul :hover > a {color:#938779; background:#D8EA50;}

/* make the second level visible when hover on first level list OR link */
.menu_top ul li:hover ul,
.menu_top ul a:hover ul{visibility:visible; margin-top: -8px;border-top: 0px solid #FFF;}
/* keep the third level hidden when you hover on first level list OR link */
.menu_top ul :hover ul ul{visibility:hidden; margin-top: 1px;}
/* make the third level visible when you hover over second level list OR link */
.menu_top ul :hover ul :hover ul{ visibility:visible;}

.menu_top .topfix:hover {
	border-bottom: 4px solid #D8EA50;
}



hr {
	background: #D8EA50;
	height: 2px;
	color: #D8EA50; 	
}

#logo-holder {
	margin-top: 40px;
	margin-bottom: 14px;
	margin-left: -50px;
}

#date {
	margin: 0;
	padding: 0 14px 0 0;
	float: right;
}

#new {
	margin: 0;
	padding: 0 0 0 409px;
	font-weight: bold;
	font-style: italic;
	font-size:11px;
}

#large-image-holder {
	margin-bottom: 10px;
}

#coloured-block {
	min-height: 200px;	
	width: 788px;
	background: #D8EA50;
	margin-bottom: 10px;
	color:#FFF;
	text-transform:capitalize;
}



#coloured-block h1 {
	color:#FFF;
	float: left;
	width: 320px;
	margin-top: 30px;
}

#coloured-block p {
	float: left;
	width: 340px;
	margin-top: 50px;
	text-transform:capitalize;
	color: #938779;

}

#coloured-block #plus-holder {
	float: left;
	width: 30px;
	font-size:36px;
	font-weight:bold;
	padding-left:20;
	margin-left: 20px;
}


#latest-news-holder {
	float: left;	
	width: 300px;
	margin-right: 20px;	
	/*border: 1px solid #CCC;*/

}

#latest-news-holder h2 {
	color: #D8EA50;
	line-height: normal;
	font-size:12px;
	margin-top: 28px;
	margin-bottom: 0px;
}

.smallh1 {
	font-size:2em;margin-bottom:0.75em;
	line-height: normal;
	color: #D8EA50;
	font-size: 18px;
}



#news-box {
	min-height: 165px;
	border-top: 2px solid #D8EA50;
	border-bottom: 2px solid #D8EA50;
	padding-top:5px;
	font-size:11px;
}

.news-item-holder {
	clear:right;
}

.news-item-holder a {
	text-decoration: none;
	color: #837561;
}

.news-item-date {
float: left;width:100px;
}
.news-item{
float: right;width:200px;
}

#home-block-images-holder {
	float: left;
	width: 465px;
	margin-bottom: 20px;
	/*border: 1px solid #CCC;*/
}
.home-image-holder {
	width: 150px;
	float:left;
	margin-right: 5px;
	height: 80px;
	background:#000 ;
	margin-bottom:15px;
}
.home-image-holder img {
	background: #000;
}

.home-image-holder-description-grey {
	margin-top: -5px;
	width: 145px;
	background: #938779;
	color:#FFF;
	font-size:11px;
	padding-left: 5px;
	font-weight: bold;

}

.home-image-holder-description-grey a {
	text-decoration: none;
	color:#FFF;
	font-size:8px;
}
.home-image-holder-description-green {
	margin-top: -5px;
	width: 145px;
	background: #D8EA50;
	color: #938779;
	font-size:11px;
	padding-left: 5px;
	font-weight: bold;
}
.home-image-holder-description-green a {
	color: #938779;
	text-decoration: none;
	font-size:8px;
}

#footer {
	margin-top: 50px;
	height: 15px;
	width: 777px;
	background: #D8EA50;
	clear: both;
	color: #938779;
	text-align:right;
	font-size: 10px;
	padding: 3px 5px 2px 5px;
}

#footer a {
	color: #FFF;
	text-decoration: none;	
}

/* ---- Navigation Classes ---- */
.menu {width:800px; height:25px; position:relative; z-index:100; margin-bottom:10px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative; margin-right: 11px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#938779; width:138px; height:24px; border-bottom: 4px solid #938779; background: #FFF; padding-left:10px; line-height:20px; font-weight:bold;}


/* style the second level background */ 
.menu ul ul a.drop, .menu ul ul a.drop:visited {background: white url(/images/green-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:white url(/images/white-on-green-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#D8EA50 url(/images/white-on-green-arrow.gif) no-repeat 130px center;}  
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:white;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#D8EA50;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:white; color:#938779; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 0px 0px 0px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color: #938779; background:#D8EA50;}
.menu :hover > a, .menu ul ul :hover > a {color:#938779; background:#D8EA50;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; margin-top: -8px;border-top: 0px solid #FFF;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; margin-top: 1px;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu .topfix:hover {
	border-bottom: 4px solid #D8EA50;
}

/* --- Template Blocks ---*/

.wide-header {
	width: 300px;	
}
#left-content-holder {
	width: 468px;
	float: left;
}

#left-content-holder h2{
	color: #D8EA50;
	width: 320px;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 5px;	
}

.blockheader {
	background: #D8EA50;
	color:#FFFFFF;
}


#right-content-holder {
	margin-top: 200px;
	width: 468px;
	float: right;
	margin-right: 12px;
	
}

#right-content-holder h2{
	line-height: normal;
	color: #D8EA50;
	font-size:18px;
	margin-bottom: 0px;
	margin-top: -200px;	
}

/* --- About Us Template -- */
#about-us-links-holder {
	float:right;
	margin-right:60px;
	margin-top:57px;
	width:250px;
	font-size: 18px;
}

#about-us-links-holder h2 {
	line-height: normal;
	margin: 0 0 0 22px;
	font-size: 18px;
	color: #D8EA50;
}

#about-us-links-holder a {
	font-weight: bold; 
	text-decoration: none;
	color: #837561;
	font-size: 14px;
}

/* --- Revise Template -- */
#revise-links-holder {
	float:right;
	margin-right:60px;
	margin-top:40px;
	width:200px;
	font-size: 12px;
}

#revise-links-holder h3 {
	line-height: normal;
	font-size:12px;
	color: #837561;
	font-weight: bold;
}

#revise-links-holder a {
	font-weight: bold; 
	text-decoration: none;
	color: #837561;
	font-size: 12px;
}

/* -- Services index Template --- */
#services-index h1 {
	color: #D8EA50;
	width: 320px;
	margin-top: 40px;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 5px;
}

#services-index h2 {
	line-height: normal;
	font-size:12px;
	color: #837561;
	font-weight: bold;
}
#services-index .teaser {
	color: #D8EA50;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}

#services-index hr {
	background: #D8EA50;
	color: #D8EA50; 
	height: 2px;	
}
/* --- Sustainable Solutions Template --- */
#sustainable-solutions {
	background: url(../images/sustainable-solutions.jpg) no-repeat;
	width: 835px;
	margin-left: -50px; 
}

#sustainable-solutions .content-holder {
	float: right;
	width: 440px;
}

#sustainable-solutions h1 { 
	color: #D8EA50;
	margin-top: 40px;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 10px;
	text-align:right;
	width: 280px;
	float: right;
}
#sustainable-solutions .breadcrumb {
	color: #938779;
	text-align:right;
	width: 400px;
	font-size: 12px;
	float: right;
}

.breadcrumb a {
	color: #938779;
	text-decoration: none;
}

#sustainable-solutions h2 {
	line-height: normal;
	color: #D8EA50;
	margin-top: 165px;
	font-size:18px;
	margin-bottom: 0px;
	text-align:right;
	padding-bottom: 2px;
}

#sustainable-solutions hr {
	background: #D8EA50;
	height: 2px;	
	color: #D8EA50; 
}

#sustainable-solutions .teaser {
	color: #D8EA50;
	width: 440px;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}
#sustainable-solutions h3 {
	background: #D8EA50;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size:16px;
	font-weight: bold;
}

#sustainable-solutions .header-holder {
	width: 200px;
}

#sustainable-solutions-links a {
	color:#837561;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}

#sustainable-solutions #plus-holder {
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-left:189px;
	margin-top:18px;
	position:absolute;
	width:30px;
	color: #D8EA50;
}

/* --- Soil Management Template --- */
#soil-management {
	background: url(../images/material-stewardship-lg.jpg) no-repeat;
	width: 835px;
	margin-left: -50px; 
}

#soil-management .content-holder {
	float: right;
	width: 440px;
}

#soil-management .content-holder-2 {
	float: clear;
}


#soil-management h1 { 
	color: #D8EA50;
	margin-top: 40px;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 10px;
	text-align:right;
}
#soil-management .breadcrumb {
	color: #938779;
	text-align:right;
	width: 322px;
	font-size: 12px;
	float: right;
}

#soil-management h2 {
	line-height: normal;
	color: #D8EA50;
	margin-top: 227px;
	font-size:18px;
	margin-bottom: 0px;
	text-align:right;
}

#soil-management hr {
	background: #D8EA50;
	height: 2px;
	color: #D8EA50; 	
}

#soil-management .teaser {
	color: #D8EA50;
	width: 440px;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}
#soil-management h3 {
	background: #D8EA50;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size:16px;
	font-weight: bold;
}

#soil-management #plus-holder {
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-left:122px;
	margin-top:18px;
	position:absolute;
	width:30px;
	color: #D8EA50;
}

/* --- Material Stewardship Template --- */
#material-stewardship {
	background: url(../images/material-stewardship.jpg) no-repeat;
	width: 835px;
	margin-left: -50px; 
}

#material-stewardship .content-holder {
	float: right;
	width: 440px;
}

#material-stewardship h1 { 
	color: #D8EA50;
	margin-top: 40px;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 10px;
	text-align:right;
}
#material-stewardship .breadcrumb {
	color: #938779;
	text-align:right;
	width: 322px;
	font-size: 12px;
	float: right;
}

#material-stewardship h2 {
	line-height: normal;
	color: #D8EA50;
	font-size:18px;
	margin-bottom: 0px;
	text-align:right;
}

#material-stewardship hr {
	background: #D8EA50;
	height: 2px;
	color: #D8EA50; 	
}

#material-stewardship .teaser {
	color: #D8EA50;
	width: 440px;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}
#material-stewardship h3 {
	background: #D8EA50;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size:16px;
	font-weight: bold;
}

#material-stewardship #plus-holder {
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-left:122px;
	margin-top:18px;
	position:absolute;
	width:30px;
	color: #D8EA50;
}

.img_title {
	padding: 83px 0 3px 0;
}

/* --- Case Studies Template --- */
#branding-collage {
	min-height: 260px;	
	width: 788px;
	background: white;
	margin-bottom: 10px;
/*	background:url(../images/branding-collage.jpg);
*/}

#case-studies a {
	text-decoration: none;
	color:#837561;
}
#case-studies h1 {
	line-height: normal;
	color: #D8EA50;
	font-size:18px;
	margin-bottom: 0px;
}

#case-studies h2 {
	line-height: normal;
	background: #D8EA50;
	color: white;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 458px;
	font-size:14px;
	font-weight: bold;
}

#case-studies .teaser {
	color: #D8EA50;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* --- Modern Waste Template --- */
#modern-waste {
	background: url(../images/modern-waste.jpg) no-repeat; 
	background-position: top right;
	width: 835px;
}

#modern-waste h1 {
	color: #D8EA50;
	width: 322px;
	margin-top: 40px;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 0px;
	margin-left:20px;
}

#modern-waste .breadcrumb {
	color: #938779;
	font-size:12px;
}

#modern-waste h2 {
	line-height: normal;
	color: #D8EA50;
	margin-top: 100px;
	font-size:18px;
	margin-bottom: 0px;

}

#modern-waste hr {
	background: #D8EA50;
	height: 3px;
	width: 260px;
	color: #D8EA50; 	
}

#modern-waste .teaser {
	color: #D8EA50;
	width: 360px;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}

#modern-waste .content-holder {
	width: 480px;
}

#modern-waste h3 {
	background: #D8EA50;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size:16px;
	font-weight: bold;
}

#modern-waste #plus-holder {
	color:#D8EA50;
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-left:0;
	margin-top:-22px;
	position:absolute;
	width:30px;
}

/* -- Latest News Page Template -- */
.newspage-item-holder {
	clear:right;
}

.newspage-item-holder-odd {
	background: #edecea;
	min-height:50px;
}

.newspage-item-holder a {
	text-decoration: none;
	color: #837561;
}

.newspage-item-holder-odd a {
	text-decoration: none;
	color: #837561;
}

.newspage-item-date {
	float: left;width:70px;min-height:100px;margin-top: 10px;padding-left: 10px;
}
.newspage-item{
	float: right;width:370px;min-height:100px;padding-right: 10px;margin-top: 10px;padding-bottom: 10px;
}
/* -- Facilities Page Template -- */

#facilities-block-images-holder {
	width: 310px;
	margin-bottom: 20px;
/*	border: 1px solid #CCC;
*/}
.facilities-image-holder {
	width: 150px;
	float:left;
	margin-right: 5px;
	height: 80px;
	background:#000 ;
	margin-bottom:10px;
}
.facilities-image-holder img {
	background: #000;
}

.facilities-image-holder-description-grey {
	margin-top: -5px;
	width: 145px;
	background: #938779;
	color:#FFF;
	font-size:11px;
	padding-left: 5px;

}

.facilities-image-holder-description-grey a {
	text-decoration: none;
	color:#FFF;
}
.facilities-image-holder-description-green {
	margin-top: -5px;
	width: 145px;
	background: #D8EA50;
	color: #938779;
	font-size:11px;
	padding-left: 5px;

}
.facilities-image-holder-description-green a {
	color: #938779;
	text-decoration: none;;
}


a.linkcont:link {
	color: #847469;
	font-weight: bold;
}

a.linkcont:visited {
	color: #847469;
	font-weight: bold;
}

a.linkcont:hover {
	color: #d0df66;
	font-weight: bold;
}

a.linkcont:focus {
	color: #d0df66;
	font-weight: bold;
}

a.linkcont:active {
	color: #d0df66;
	font-weight: bold;
}

a.linkgrn:link {
	color: #d0df66;
	font-weight: bold;
}

a.linkgrn:visited {
	color: #d0df66;
	font-weight: bold;
}

a.linkgrn:hover {
	color: #847469;
	font-weight: bold;
}

a.linkgrn:focus {
	color: #847469;
	font-weight: bold;
}

a.linkgrn:active {
	color: #847469;
	font-weight: bold;
}
