#accordion-container {
	width:100%;
}

.accordion-header {
	width:100%;
	font-size:1em;
	margin:15px 0 0 0;
	padding:15px 50px 15px 15px;
	cursor:pointer;
	color:#fff;
	background:#47434a;
}

.accordion-header-first {
	margin:0;
}

.active-header {
	background:#47434a url(images/faqminus.png) 98% 50% no-repeat;
}

.active-header:hover {
	background:#66cc66 url(images/faqminus.png) 98% 50% no-repeat;
}

.active-header:active {
	background:#66cc66 url(images/faqminus.png) 98% 50% no-repeat;
}

.inactive-header {
	background:#47434a url(images/faqpluswhite.png) 98% 50% no-repeat;
}

.inactive-header:hover {
	background:#66cc66 url(images/faqpluswhite.png) 98% 50% no-repeat;
}

.inactive-header:active {
	background:#66cc66 url(images/faqpluswhite.png) 98% 50% no-repeat;
}

.accordion-content {
	display:none;
	width:100%;
	padding:15px 50px 15px 15px;
	background:#47434a;
	margin:2px 0 0 0;
}

.accordion-content p em {
	width:100%;
	font-size:0.5em;	
	font-style:normal;
}

.accordion-content p a {
	color:#fff;
}

.accordion-content p a:hover {
	color:#66cc66;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}





