#accordion-container {
	font-size: 12px;
	background: #ffffff;
	color:#333;
	margin-bottom:10px;
}

#accordion-container h2 {
	color: #008285;
    font-family: arial;
    font-size: 13px;
}


.accordion-header {
	font-size: 16px;
	background: #f5f5f5;
	margin: 5px 0 0 0;
	padding: 15px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #666666;
}

.active-header {
	background: url(https://www.carverbank.com/images/active-header.gif) #eee;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(https://www.carverbank.com/images/active-header.gif) #eee;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(inactive.gif) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(inactive.gif) #eee;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
}