/* CSS Document */
.faqmodule.default-with-drop-menu {
	margin-left: 5px;
}
#main .faqmodule h2{
	margin: 2px;
	color: #505C72;

}
.faqmodule h3{
	margin-top: 12px;
	padding: 0px;
	color: #EBEBEB;
	font-size: 34px;
	border: none;
	text-transform: capitalize;

}
.faqmodule ul {
	
}
.answer p {
	width: 820px;
}
select#quicklinks {
	font-size: 16px;
	color: #666;
	padding: 3px;
	width: 650px;
}
select#quicklinks a:hover {
	background: #990000;
}

.back-to-top {
	background:transparent url(../images/bg-top.jpg) no-repeat scroll left top;
	height:22px;
	text-indent:28px;
}
.back-to-top a {
	text-decoration: none;
	color: #57AB39;
}


