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

.splash_bg_holder {
	background:#EEE top left no-repeat url(/images/home/slides/slide_plantation.jpg);
}
.splash {
	margin: 10px 0;
	padding:10px;
	position:relative;
	z-index:1;
}

#splash_slideshow_outgoing_bg {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:20px;
	background:top left no-repeat url(/images/home/slides/slide_plantation.jpg);
	z-index:-1;
}
#splash_slideshow_loader{
	width:100px;
	height:100px;
	position:absolute;
	right:200px;
	top:100px;
	background:no-repeat center url(/images/home/ajax-loader.gif);
	z-index:10;
	visibility:hidden;
}


.splash_text {
	width: 405px;
	background:#F7F7F7;
	padding: 10px;
}


p.splash_text_abstract {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:16px;
	margin:10px 5px;
}

p.splash_text_further {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:10px 5px;
}

.sector_panel {
	margin: 10px;
	min-height:300px;
	color:#221F1F;
}

/* panel separators */

.sector_panel img {
	border-bottom:#9CC740 3px solid;
}

/* panel separators - override general behaviour because news panel is gray  */
.sector_panel#news img {
	border-bottom:#908F8F 3px solid;
}

.sector_panel h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
}

.sector_panel ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:10px 0 40px 20px;
}

.sector_panel#news ul {
}

.sector_panel ul li{
	margin-bottom:6px;
}

.sector_panel .sector_description {
	margin:10px;
}

/* sector backgrounds */

.sector_panel#agriculture {
	background: #BAD879 url(/images/home/bg-agriculture.jpg) no-repeat bottom;
}

.sector_panel#sustainable_forestry {
	background: #BAD879 url(/images/home/bg-forestry.jpg) no-repeat bottom;
}

.sector_panel#clean_energy {
	background: #BAD879 url(/images/home/bg-clean-energy.jpg) no-repeat bottom;
}

.sector_panel#news {
	background: #C8C7C7 url(/images/home/bg-news.jpg) no-repeat bottom;
}

/* News text formatting */

a.news_title {
	color:#000;
	font-weight:bold;
	display:block;
	margin-bottom:0.5em;
}

.news_description a {
	text-decoration:none;
	color:#221F1F;
	font-style:italic;	
}

.news_description a:hover {
	text-decoration:underline;
}