/* == MODULE - FAQS
-------------------------------------------------------------------------------------------------- */
.module-faqs #content-primary div.text {
	margin-bottom: 1em;
}
div.faqs ul,
div.faqs dl {
	margin: 1em 0 2em;
}
#faq-questions ul li a {
	display: block;
	padding: 5px 10px;
	font-weight: bold; text-decoration: none;
	background-color: #E4E1D9;
	border-bottom: 1px solid #fff;
}
#faq-questions ul li a:hover {
	background-color: #CAC4B5;
}
#faq-questions ul li.active a,
#faq-questions ul li.active a:hover {
	background-color: #A79C82; color: #fff;
	cursor: pointer;
}

.back-to-top, 
.top {
	display: none;
}


#branding #branding-strapline {
	position: absolute;
	height: 30px; width: 270px;
	margin: 42px 0 0 0;
	background: url(../images/faq-tagline.gif) no-repeat 50% 0;
}
#content {
	background: url(../images/faq-image.jpg) no-repeat 0 107px;
}
