.acc-trigger {
	cursor: pointer;
	border: 1px solid #dedede;
	outline: none;
	font: 12px Arial, sans-serif;
	color: #888;
	margin: 10px 0;
	display: block;
	background: #fbfbfb;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.acc-trigger a {
	background: url(../images/accordion-plus.png) no-repeat right 55%;
	display: block;
	color: #888;
	outline: none;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #005975;
font-size: 1.2em;
letter-spacing: normal;
line-height: 24px;
margin-bottom: 2px;
margin-top: 0px;
text-transform: uppercase;
}

.acc-trigger.active a {
	cursor: default;
	background: url(../images/accordion-minus.png) no-repeat right;
}

.acc-trigger a:hover,
.acc-trigger.active a {
	color: #005975;
}

.acc-container .content {padding: 2px 15px 5px 15px;}
.content p {margin-bottom: 0; font-family: "Helvetica Neue",Helvetica,sans-serif; font-size: 16px; line-height: 24px;}