div.faqSection {
	margin: 2px 0 2px -5px;
}

	div.faqSection div.faqContent {
		font-family: Verdana, Helvetica, Sans-serif;
		font-size: 0.8em;
		padding: 5px;
	}
	
		div.faqSection div.faqContent p {
			color: #666666;
		}
		div.faqSection div.faqContent p.first-child {
			margin-top: 0;
		}
	
	div.faqSection h2 {
		background-color: #cccccc;
		background-position: top left;
		background-repeat: repeat-x;
		font-size: 1em;
		height: 18px;
		margin-bottom: 2px;
		padding: 5px;
	}

/**
 * Orange section styling
 */
div.faqSection.orangeSection div.faqContent {
	background-color: #FED796;
}
	div.faqSection.orangeSection div.faqContent {
		background-color: #FED796;
	}
	
	div.faqSection.orangeSection h2 {
		background-color: #FA9F11;
		background-image: url(../../images/slices/faqs/orange.png);
		color: #ffffff;
	}
	
/**
 * Blue section styling
 */
div.faqSection.blueSection div.faqContent {
	background-color: #B6E2F3;
}
	div.faqSection.blueSection div.faqContent {
		background-color: #B6E2F3;
	}
	
	div.faqSection.blueSection h2 {
		background-color: #45B2E0;
		background-image: url(../../images/slices/faqs/blue.png);
		color: #ffffff;
	}
	
/**
 * Green section styling
 */
div.faqSection.greenSection div.faqContent {
	background-color: #DBF786;
}
	div.faqSection.greenSection div.faqContent {
		background-color: #DBF786;
	}
	
	div.faqSection.greenSection h2 {
		background-color: #B0D30C;
		background-image: url(../../images/slices/faqs/green.png);
		color: #ffffff;
	}
	
div.content h1 {
	background-image: url('../../../images/slices/pageTitle.png');
}	