/*faq*/
#faq-wrapper{
	margin: -1em 0 2em 0;
}
.faq-container{
	background: #e2e2e2;
	padding: 1em;
}
.even{
	background: #707070;
}
	.faq-container h3,
	.faq-container p{
		font-family: helvetica, tahoma, arial;
		color: #707070;
		line-height: 21px;
		padding: 0;
		font-weight: normal;
	}
	.even h3,
	.even p{
		color: #ffffff;
	}
	.faq-container p{
		margin-top: 1em;
	}
