h2.trigger {
	padding: 0 0 0 50px;
	margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
text-shadow:none;
}
h2.trigger a:hover { color: #ccc; text-shadow:none;}
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-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
        font: 1.05em Replay, Verdana, Arial;
        color: #333;
	width: 500px;
	clear: both;
}
 .toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}
