.accordion-container {
padding: 0px;
margin: 5px 0;
border-bottom: 1px dashed #D3A374;
}
.accordion-content img {
    width: 100%;
}
h4.accordion-header {
	font-size: 16px;
	background: none;
	margin: 0;
	padding: 5px 20px 5px 0;
	border: none;
	cursor: pointer;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

h4.active-header {
  background: url(http://nyalicentre.com/media/1085/accordian-expand-collapse.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #98632F;
  padding: 5px 0;
  margin: 0 auto;
  text-decoration: underline;

}

h4.active-header:hover {
  background: url(http://nyalicentre.com/media/1085/accordian-expand-collapse.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #98632F;
}

h4.inactive-header {
  background: url(http://nyalicentre.com/media/1085/accordian-expand-collapse.png);
  background-repeat: no-repeat;
  background-position: right top;
  color: #c58445;

}

h4.inactive-header:hover {
  background: url(http://nyalicentre.com/media/1085/accordian-expand-collapse.png);
  background-repeat: no-repeat;
  background-position: right top;
    color: #98632F;
}

.accordion-content {
  display: none;
  padding: 10px 0;
  background: none;
  color: #fff;
  border: none;
  width: 100% !important;
}
.accordion-content ul li {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.accordion-content p strong
{
  list-style: none !important;
  color: #ED1C24;
  font-weight: normal;
}
.accordion-content-child a, .accordion-content a
{
    color: #98632F !important;
}
.accordion-content p
{
	margin: 0 0 10px 0;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */