@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg-index.jpg) #8ac53e top no-repeat;
}
.content {
	clear: both;
	display: block;
	background: url(../images/bg-index-landing.png) no-repeat;
	padding: 40px 40px 80px 40px;
}
.content ul {
	display: block;
	clear: both;
	list-style: none;
}
.content li {
	display: block;
	float: left;
}
.content hr {
	clear: both;
	display: block;
	border: none;
	outline: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 26px 0 20px;
}
.content h4 {
	text-align: center;
	margin-bottom: 1em;
}
.wis, .wts {
	float: left;
	width: 400px;
	padding: 0;
	line-height: 22px;
}
.wis {
	padding-top: 0px;
	margin-right: 80px;
}
.wis .text, .wts .text {
	display: block;
	/*float: left;*/
	height: 200px;
}
.wis .text p, .wts .text p {
	font-size: 13px;
}
.wis p, .wis a {
	color: #014501;
	font-size: 14px;
	margin-top: 0;
}
.wts p, .wts a {
	color: #820f71;
	font-size: 14px;
	margin-top: 0;
}
.wis img, .wts img {
	margin: 0 20px 0px 0;
	float: left;
}
.wis ul img, .wts ul img {
	margin: 0;
	float: left;
}
.banner {
	text-align: center;
}