h2.trigger {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 5px 0px;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 30px;
	width: 350px;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
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: 0px 0px 5px 0px;
	padding: 0px;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 350px;
	clear: both;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}