.accordion {
	width: 100%;
}
.accordion h3 {
	background: #fff url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 30px 7px 15px;
	margin: 0;
	border-bottom: none;
	cursor: pointer;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.accordion h3:hover {
	background-color: #f7f7f7;
}
.accordion h3 span {
	color:#FCBD27;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	margin: 0;
	padding: 10px 15px 20px;
	font-size: 12px;
}
.accordion p a {
	text-decoration: none;
	color: #6DAF17;
}
.accordion p a:hover {
	text-decoration: none;
	color: #FCBD27;
}
