#accordion-container {
	background: #ffffff; 
}

.accordion-header { 
	font-size: 100%;
	background: #ffffff;
	margin: 0px 0 0 0;
	padding: 0px 6px 0px 12px;
	cursor: pointer;

}

.active-header {
	background: url(images/active-header.gif) #872723;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #efe392;
	font-weight: bold;
}

.active-header:hover {
	background: url(images/active-header.gif) #872723;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #efe392;
	font-weight: bold;
}

.inactive-header {
	background: url(images/inactive-header.gif) #f4f7fa;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#003580;
}

.inactive-header:hover {
	background: url(images/inactive-header.gif) #872723;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #efe392;
	font-weight: bold;
}
 
.accordion-content {
	display: none; 
	background: #fefdf6;
/*	border: 1px solid #ccc;
	border-top: 0;*/

}

/* ------------------------------*/
/* ------------------------------*/
/* ------------------------------

#accordion-container2 {
	background: #ffffff; 
}

.accordion-header2 {
	font-size: 100%;
	background: #ffffff;
	margin: 2px 0 0 0;
	padding: 1px 6px 1px 6px;
	border: 0px solid #ccc;
	cursor: pointer;
}

.active-header2 {
	background: url(images/active-header.gif) #708f6e;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #fdfbed;
	font-weight: bold;
}

.active-header2:hover {
	background: url(images/active-header.gif) #708f6e;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #fdfbed;
	font-weight: bold;
}

.inactive-header2 {
	background: url(images/inactive-header.gif) #fdfbed;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#000;
}

.inactive-header2:hover {
	background: url(images/inactive-header.gif) #708f6e;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #fdfbed;
	font-weight: bold;
}
 
.accordion-content2 {
	display: none; 
	background: #fff;
/*	border: 1px solid #ccc;
	border-top: 0;*/

}*/