﻿.cbp-fwslider {
	width:1000px;
	position: relative;
	margin: auto;
	overflow: hidden;
	padding: 40px 0 0px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: normal;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background: #006934;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -20px;
	line-height:80%;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #4d966e;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.reportsBox1 {
	float:left;
	width:270px;
	height:360px;
	margin-left:70px;
	margin-right:25px;
}
.reportsBox2 {
	float:left;
	width:270px;
	height:360px;
}
.reportsBox3 {
	float:right;
	width:270px;
	height:360px;
	margin-right:70px;
}
.categoryImg {
	font-size:13px;
	margin:10px;
	width:70px;
	height:20px;
	color:white;
	background-color:#006934;
}
.reportsImg {
	margin:auto;
	margin-top:20px;
}
.reportsImg img {
	width:260px;
	height:190px;
}
.reportsText {
	text-align:left;
	width:260px;
	margin:auto;
}
.reportsText p {
	width:260px;
	color:#006934;
}
.reportsText h2 {
	line-height:150%;
	font-size:16px;
	text-decoration:none;
}
.reportsText a {
	color:#dc631f;
	text-decoration:underline;
}
.reportsText a:hover {
	text-decoration:none;
}
.reportsText a:visited {
	color:#dc631f;
}