body {
	background: #262e05;
	color: #dadccf;
	font: normal 12px/17px Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}


a {
	color: #bede40;
	text-decoration: none;
}
a:hover {
	color: #dbff4a;
	text-decoration: underline;
}


.left {
	float: left;
}
.right {
	float: right;
}


#top {
	width: 100%;
	float: left;
}
#top-inner {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}
.wrap {
	width: 940px;
	margin: 0 auto;
}


.home .wrap section {
	width: 660px;
}
.home .wrap aside {
	width: 260px;
}

.home .wrap section {
	float: left;
}
.home .wrap aside {
	float: right;
}

.page .wrap section {
	width: 705px;
}
.page .wrap aside {
	width: 195px;
}

.page .wrap section {
	float: right;
}
.page .wrap aside {
	float: left;
}




header {
	width: 940px;
	height: 134px;
	margin: 0 auto 1px auto;
	border-bottom: 3px solid #77735a;
	position: relative;
}
header h1 {
	position: absolute;
	left: 0;
	top: 16px;
	width: 149px;
	height: 63px;
}
header h1 a {
	text-indent: -9999px;
	display: block;
	width: 149px;
	height: 63px;
}


header nav {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 940px;
}
header nav ul {
	float: left;
}
header nav ul li {
	float: left;
	margin: 0 0 0 1px;
}
header nav ul li:first-child {
	margin: 0;
}
header nav ul li a {
	display: block;
	padding: 15px 10px 11px;
	text-align: center;
	font-size: 13px;
	color: #dadccf;
	background: #424a1b;

	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}	
header nav ul li a:hover, header nav ul li.active a {
	background: #59681e;
	text-decoration: none;
	color: #dadccf;

	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.The_FPA {
	width: 95px;
}
.Forest_practices_system {
	width: 180px;
}
.Compliance {
	width: 119px;
}
.Research {
	width: 120px;
}
.Enquiries_and_feedback {
	width: 190px;
}
.Publications {
	width: 115px;
}
.fpa_services {
	width: 115px;
}


#search {
	position: absolute;
	right: 0;
	top: 25px;
	padding: 10px;
	background: #575233;
}
#search fieldset {
	border: 1px solid #726d53;
	padding: 0;
	margin: 0;
	height: 23px;
	overflow: hidden;
}
#search fieldset input {
	float: left;
	background: #d7d9cf;
	border: none;
	border-right: 1px solid #726d53;
	padding: 5px 7px 5px;
	font-size: 11px;
	line-height: 11px;
	color: #474220;
	margin: 0;
	width: 170px;
}
#search fieldset input:focus {
	background: #e5e6e0;
}
#search fieldset button {
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	background: url(/mysource_files/bg-button.png) 0 0 repeat-x;
	padding: 5px 7px 7px;
	font-size: 11px;
	line-height: 14px;
	color: #474220;
	text-transform: uppercase;
	cursor: pointer;
	height: 24px;
	max-height: 24px;
	
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}



#content {
	width: 940px;
	margin: 20px auto 0;
}


#about {
	padding: 10px 40px 10px 10px;
	background: #d7d9cf;
	color: #474220;
}
#about img {
	float: left;
	margin: 0 20px 0 0;
}
#about h2 {
	font-weight: normal;
	font-size: 22px;
	margin: 15px 0;
	line-height: 25px;
}
#about p {
	font-size: 12px;
	line-height: 18px;
}


#features {
	margin: 25px 0 0 0;
}
.feature {
	width: 320px;
	float: right;
}
.feature:first-child {
	float: left;
}
.feature h3 
{
	padding-bottom: 12px;
	border-bottom: 3px solid #575233;
	text-transform: uppercase;
	margin: 0 0 1px 0;
	font-size: 13px;
	font-weight: normal;
}
.feature img {
	display: block;
}
.feature p {
	margin: 10px 0;
}
.feature ul {
	border-bottom: 1px dotted #77735a;
	padding: 5px 15px 5px 0;
	list-style: none;
}
.feature ul li {
	margin: 4px 0;
	padding: 0 0 0 5px;
}
.feature ul li a 
{
    padding: 0 0 0 15px;
	color: #bede40;
}


#breadcrumbs {
	margin: 10px 0 15px;
	font-size: 11px;
}
#breadcrumbs a, #breadcrumbs span {
	padding: 0 0 0 20px;
}
#breadcrumbs a:first-child {
	padding: 0;
	background: none;
}


.page #content section {
	border-top: 3px solid #d7d9cf;
}
.page #content section h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
	margin: 0 0 20px 0;
	background: rgba(66, 74, 27, 0.45);
}
.page #content section p {
	margin: 15px 0;
}
.page #content section img {
	border: 3px solid #474220;
}
.page #content section img.left {
	margin: 20px 20px 20px 0;
}
.page #content section img {
	margin: 20px 0 20px 20px;
}
.page #content section img:first-child {
	margin-top: 0;
}


aside a.image-link {
	background: #575233;
	padding: 10px 10px 10px 10px;
	display: block;
	margin: 0 0 10px 0;

	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
aside a.image-link:hover {
	background: #958c57;

	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
aside a.image-link img {
	border: 1px solid #77735a;
	display: block;
}


aside .widget {
	background: #575233;
	padding: 10px;
}
aside .widget-tabs {
	list-style: none;
	width: 240px;
	float: left;
	border-bottom: 1px solid #77735a;
}
aside .widget-tabs li {
	float: left;
	cursor: pointer;
	padding: 15px 10px;
	background: #514c2b;
	border-top: 1px solid #645f43;
	border-bottom: none;
	border-left: none;
	border-right: none;
	text-transform: uppercase;
	font-weight: bold;
}
aside .widget-tabs li:first-child {
	border-left: 1px solid #645f43;
}
aside .widget-tabs li:last-child {
	border-right: 1px solid #645f43;
}
aside .widget-tabs li.active {
	background: #474220;
	padding-bottom: 16px;
	margin-bottom: -1px;
	border-color: #77735a;
	border-left: 1px solid #77735a;
	border-right: 1px solid #77735a;
}
aside .widget-content {
	background: #474220;
	border-left: 1px solid #77735a;
	border-bottom: 1px solid #77735a;
	border-right: 1px solid #77735a;
	clear: both;
	padding: 10px;
	font-size: 11px;
}
aside .widget-content > div {
	display: none;
}

aside .widget-item {
	padding: 10px 0;
	border-bottom: 1px dotted #77735a;
	clear: both;
}
aside .widget-item:first-child {
	border-top: 1px dotted #77735a;
}
aside .widget-item img {
	background: #424a1b;
	padding: 4px;
	float: left;
	border: 1px solid #666c46;
	margin: 0 10px 10px 0;

	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
aside .widget-item a img:hover {
	background: #958c57;

	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
aside .widget-item h3 {
	margin: 0 0 3px 0;
}
aside .widget-item p {
	font-size: 11px;
	margin: 3px 0;
	line-height: 13px;
}
aside .widget-item a.read-more {
	font-size: 10px;
}
aside .widget-item p.date {
	color: #afa984;
	font-size: 10px;
	text-transform: uppercase;
}
aside .widget-content a
{
	padding-bottom: 10px;
	margin-bottom: 10px;
}


aside nav {
	margin: 0 0 25px 0;
}
aside nav ul {
	list-style: none;
}
aside nav ul li {
	margin: 0 0 1px 0;
}
aside nav ul li a {
	display: block;
	padding: 12px 15px;
	background: #474220;
	color: #dadccf;
	font-size: 13px;
	
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
aside nav ul li a:hover, aside nav ul li.active a {
	text-decoration: none;
	background: #77735a;
	color: #dadccf;
	
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


aside nav + ul {
	border-top: 1px dotted #77735a;
	border-bottom: 1px dotted #77735a;
	padding: 11px 0;
	list-style: none;
}
aside nav + ul li {
	margin: 4px 0;
	padding: 0 0 0 20px;

}
aside nav + ul li a {
	color: #bede40;
}




#sitemap {
	width: 100%;
	border-top: 1px solid #252c05;

	overflow: hidden;
	float: left;
}
#sitemap-inner {
	width: 100%;

	padding: 40px 0;
	float: left;
}
#sitemap .wrap {
	font-size: 11px;
}
#sitemap .wrap section {
	width: 454px;
	float: left;
}
#sitemap .wrap aside {
	float: right;
}
#sitemap .wrap h3 {
	padding-bottom: 12px;
	border-bottom: 3px solid #575233;
	text-transform: uppercase;
}
#sitemap .wrap ul {
	width: 217px;
	list-style: none;
}
#sitemap .wrap ul li {
	border-bottom: 1px dotted #69633e;
}
#sitemap .wrap ul li span {
	color: #dadccf;
	font-weight: bold;
	padding: 14px 10px 14px 20px;
	display: block;
}
#sitemap .wrap ul li span:hover {
	text-decoration: underline;
	cursor: pointer;
}
#sitemap .wrap ul li ul {
	list-style: none;
	display: none;
}
#sitemap .wrap ul li ul li {
	border-bottom: 1px dotted #69633e;
}
#sitemap .wrap ul li ul li:last-child {
	border-bottom: none;
	padding-bottom: 15px;
}
#sitemap .wrap ul li ul li a {
	color: #dadccf;
	font-weight: bold;
	padding: 4px 10px 4px 20px;
	display: block;
	background: none;
}
#sitemap .wrap .adr {
	margin: 14px 0 0 0;
}
#sitemap .wrap .adr a {
	color: #dadccf;
}

footer {
	width: 100%;
	float: left;
	border-top: 1px solid #252c05;

}
footer .wrap {
	padding: 17px 0 35px 135px;

	color: #9e9f96;
	width: 805px;
	font-size: 11px;
}
footer a {
	color: #dadccf;
}
footer .separator {
	padding: 0 7px;
}
footer p {
	margin: 12px 0;
}