/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements
/* 4_6: Added base faq and newsletter styles, and added Portal News styles (news list/portal news/homework)

/* FAQ STYLES
*******************************************************************************
	
/* FAQ
----------------------------------------------------------------------------- */	
.faq { }
.faq dl.faq-list { margin-top: -10px; }
.faq dl.faq-list dt {
	color: #321A70;
	font-weight: bold;
	padding: 0 0 0 44px;
	margin-top: 2.2em;
	position: relative;
	min-height: 30px;
	font-size: .9em;
	background: url(/images/common/faq-question.gif) no-repeat 0 0;
 	}
.faq dl.faq-list dt span {
	display: none;
 	}
.faq dl.faq-list dt a {
	color: #321A70;
	/*position: absolute;
	top: 4px;
	left: 0;
	width: 26px;
	height: 26px;
	text-indent: -3000px;
	background: url(/images/common/faq-question.gif) no-repeat 0 0;*/
	}
.faq dl.faq-list dd {
	padding: 10px 0 1.8em 44px;
	background: url(/images/common/faq-answer.gif) no-repeat 0 14px;
	}
.faq dl.faq-list dd span {
	display: none;
	}
.faq dl.faq-list dd p {
	margin-bottom: 1.5em;
	}
a.showall, a.hideall { font-size: .9em; font-weight: bold; }