.faqTop {
    width: 754px;
}
.pageTitle {
    padding-top: 28px;
    margin-bottom: 18px;
    color: #6AA40F;
    font-size: 32px;
    line-height: 32px;
    margin-left:16px;
    
}
.faqContent {
    width:480px;
    font-size:11px;
    color: #FFFFFF;
    line-height: 151%;
    margin-left:14px;
}
.faq-item {
	margin-bottom: 12px;
}
.question-row {
	background-color: #25568A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	padding: 2px 0 3px 5px;
	cursor: pointer;
}
.question-row .question {
}
.question-row .expander,
.question-row .collapser {
	height: 20px;
	width: 15px;
	float: right;
	background-repeat: no-repeat;
	background-position: left center;
}
.question-row .expander {
	background-image: url(/images/collapsed.gif);
}
.question-row .collapser {
	background-image: url(/images/expanded.gif);
}
.faq-item .answer,
.faq-item .answer-show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	font-weight: normal;
	color: #25568A;
	background-color: #66FFFF;
}
.faq-item .answer {
    display:none;
}
.background3 {
 	/*override this property for this class from master.css*/
    background-color: #0089DD;
}