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

.portfolio_section_panel {
	background:#C8C7C7 url(/images/portfolio/portfolio_section_bg.png) no-repeat bottom;
	border-top:solid 4px #908F8F;
	min-height:306px;
}

.portfolio_section_panel h1 {
	margin:10px;
	font-size:18px;
	font-style:italic;
	color:#221F1F;
	font-weight:normal;
}


.portfolio_section_panel ul {
	margin:10px 20px;
	
}
.portfolio_section_panel ul li {
	color:#908F8F;
	font-size:14px;
	
}


.portfolio_item_panel {
	background:#BAD879;
	min-height:310px;
	margin-bottom:20px;
	position:relative;
}


.portfolio_item_panel h1 {
	height:2em;
}

.portfolio_item_panel:hover h1 {
	background-color:#C8C7C7;
}

.portfolio_item_panel:hover {
	background:#C8C7C7;
}

.panel_type_agriculture {
	background: #BAD879 url(/images/portfolio/portfolio_item_bg_agriculture.png) no-repeat bottom;
}

.panel_type_agriculture:hover {
	background: #C8C7C7 url(/images/portfolio/portfolio_item_bg_agriculture_grey.png) no-repeat bottom;
}


.panel_type_forestry {
	background: #BAD879 url(/images/portfolio/portfolio_item_bg_forestry.png) no-repeat bottom;
}

.panel_type_forestry:hover {
	background: #C8C7C7 url(/images/portfolio/portfolio_item_bg_forestry_grey.png) no-repeat bottom;
}

.panel_type_energy {
	background: #BAD879 url(/images/portfolio/portfolio_item_bg_energy.png) no-repeat bottom;
}

.panel_type_energy:hover {
	background: #C8C7C7 url(/images/portfolio/portfolio_item_bg_energy_grey.png) no-repeat bottom;
}

.portfolio_item_panel h1 {
	margin:0;
	padding:0.2em 0.3em;
	display:block;
	color:#FEFAEA;
	background:#9CC740;
	font-weight:normal;
	font-style:italic;
	font-size:16px;
}

.portfolio_item_panel h2 {
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	margin:10px;
}

.portfolio_item_panel ul {
	font-size:12px;
}

.portfolio_item_panel .links {
	color:#FEFAEA;
	font-size:12px;
	font-style:italic;
	margin:10px;
	position:absolute;
	bottom:0;
}

.portfolio_item_panel .links a {
	color:#FEFAEA;
	font-size:12px;
	font-style:italic;
}

/* Styling for portfolio item pages */

ul.portfolio_information {
	font-size:14px;
	margin-bottom:2em;
	width:500px;
}
ul.portfolio_information li{
	padding-bottom:0.5em;
	line-height:1.2;
}

.portfolio_panel_simple {
	background:#BAD879;
	min-height:310px;
	margin-bottom:20px;
	background: #BAD879 url(/images/portfolio/panel-bottom.png) bottom no-repeat;
}
.portfolio_panel_simple h1 {
	margin:0.5em 0.5em;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
}
