#wrapper {
	width: 920px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#accordion-container {
	border-radius: 0px;
	border: 0px none rgb(204, 204, 204);
	box-shadow: 0px 0px 0px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0px 0px #cccccc;
	-webkit-box-shadow: 0 0px 0px #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 918px;
}
.accordion-header {
	background: rgb(235, 235, 235);
	border-radius: 5px;
	border: 1px solid rgb(204, 204, 204);
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	width: 918px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.accordion-header h2 {
	font-size: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #92979B;
}

.active-header {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background-color: #e1dfea;
}
.active-header:hover {
	background-color: #eeedf3;
}
.inactive-header {
	background-color: #eeedf3;
}
.inactive-header:hover {
	background-color: rgb(245, 245, 245);
}
.accordion-content {
	padding: 0px;
	border-radius: 0px 0px 0px 0px;
	display: none;
	-moz-border-radius: 0 0 0px 0px;
	-webkit-border-radius: 0 0 0px 0px;
	width: 958px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: currentColor;
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	background-color: #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.accordion-content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
