.faq dd, .faq dd.expanded {
	position: static;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
	
}

.faq dd.collapsed {
position: absolute;
top: 0;
left: -999em;
}

.homecontent .faq dd, .homecontent .faq dd.expanded {
	position: static;
	margin-bottom: 20px;
	border: 1px solid #1A74C4;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 6px;
	margin-top: -31px;
	
}

.homecontent .faq dd.collapsed {
position: absolute;
top: 0;
left: -999em;
}
