#Content .container {
	min-height: 676px;
}
.enhanced {
	font-size:16px;
}
.faq-heading {
	color:#555;
	padding:8px 25px 8px 8px;
	background: #F0F0F0 url('../images/arrowCollapse.png') center right no-repeat;
	border: solid 1px white;
	border-radius: 6px;
	cursor:hand;
	cursor:pointer;
	margin-bottom: 10px;
}
.faq-heading:hover {
	color: #004b8d;
	background: #fff url('../images/arrow.png') center right no-repeat;
	border: solid 1px #e3e3e3;
	font-weight:bold;
	border-radius: 6px;
}
.faq-heading h4 {
	display:block;
	font-size: 14px;
	font-weight: 700;
	color:#555;
	margin-bottom:0;
	text-transform:none;
}
.faq-heading h4 span {
	display:inline-block;
	font-size:12px;
	float:right;
}
.faq-container {
	display:none;
}
.faq-container dl {
	margin:5px 10px; padding:0;
}
.faq-container dt {
	font-weight:400;
	color:#004b8d;
	cursor:hand;
	cursor:pointer;
}
.faq-container dt:hover {
	background:#f0f0f0;
}
.faq-container dd {
	display:none;
}
.faq-container dt p, .faq-container dd p {
	padding: 4px 0;
}
.faq-container .qas .question strong, .faq-container .qas .question b {
	font-weight:normal;
}