/*#accordion-container {
	font-size: 13px;
	}*/

.accordion-header {
	background:#54a0c8;
	margin:0px 0px 1px 0px;
	padding:4px 20px;
	cursor: pointer;
	font-size:18px;color:#FFF;font-weight:700; text-transform:uppercase;
}

.active-header {
	background:#54a0c8;
	background-repeat: no-repeat;
    background-position: 98% 50%;
}

/*.active-header:hover {
	background: url(../images/sub_min.png) #def2fc;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	
}*/

.inactive-header {
	background:#54a0c8;
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/*.inactive-header:hover {
	background: url(../images/sub_plus.png) #def2fc;
	background-repeat: no-repeat;
	background-position: 97% 50%;
}*/

.accordion-content {
	display: none;
	padding:30px 0px;
	background: #fff;
}