.faq{
	width:900px;
	margin:0 auto 0 auto;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../images/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 850px;
	font-size: em;
	font-weight: normal;
	float: left;
	text-align:left;
}
h2.trigger a {
	color:#cccccc;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: white; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px 0;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 900px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(../images/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}
p.question {
	color:#ff9900;
}
p.answer {
	color:#222222;
	margin:0 0 20px 20px;
}
ul {
	color:#222222;
	margin:-20px 0 20px 30px;
	}
