#accordion-container {
	width:100%;
	overflow:hidden;
	}
	
.accordion {
	}

.accordion-header {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	color:#335e95;
	cursor:pointer;
	padding:5px 0 5px 2%;
	height:30px;
	line-height:30px;
    overflow:hidden;
	}

.active-header {
	width:97%;
	color:#335e95;
	border:none;
	background:url(../images/active-head.png) left 16px no-repeat;
	}

.active-header:hover {
	width:98%;
	color:#335e95;
	background:url(../images/active-head.png) left 16px no-repeat;
	}

.inactive-header {
	width:98%;
	background:url(../images/inactive-head.png) left 16px no-repeat;
    overflow:hidden;
	}

.inactive-header:hover {
	color:#888888;
	width:98%;
	background:url(../images/inactive-head.png) left 16px no-repeat;
    overflow:hidden;
	}

.accordion-content {
	display:none;
	padding:0px 0px 5px 15px;
	}
	
.accordion-content ul {
	padding:10px 0px;
	}
	
.accordion-content p {
	padding-right:10px !important;
	}