﻿#accordion-container {
	padding: 0px 10px 10px 10px;
}

#accordion-container h2 {
    color: #435059;
    font-size: 1.1em;
	font-weight: bold;
}

.accordion-header {
	padding: 5px 20px;
    cursor: pointer;
}

.active-header {
	background: url(/PublishingImages/active-header.gif);
	background-repeat: no-repeat;
    background-position: 0px 8px;
}

.active-header:hover {
	background: url(/PublishingImages/active-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.inactive-header {
	background: url(/PublishingImages/inactive-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.inactive-header:hover {
	background: url(/PublishingImages/inactive-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.accordion-content {
	display: none;
	padding: 0px;
    margin-bottom: 20px;
    padding-left: 21px;
    width: auto !important;
}