#accordion-container {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 825px;
}

.accordion-header {
	font-size: 14px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 780px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 27px;
	background-color: #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #4782C4;
	background-image: url(images/active-header.gif);
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
}

.active-header:hover {
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #4694E7;
	background-image: url(images/active-header.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.inactive-header {
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #EBEBEB;
	background-image: url(images/inactive-header.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #5A5A5A;
}

.inactive-header:hover {
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #D8D8D8;
	background-image: url(images/inactive-header.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #5A5A5A;
}

.accordion-content {
	display: none;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	width: 780px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #6c6b6b;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 23px;
	margin: 0px;
}
