h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;}
h3.trigger {
	color: 000;
	padding: 0 0 0 4px;
	margin: 0 0 4px 0;
	height: 20px;
	line-height: 20px;
	width: 100%;
	font-size: 1.0em;
	font-weight: bold;
	float: left;
	border: 1px solid #cdcdcd;
	background: #F8F8F8;
	width: 844px;
}
h3.trigger a {
	text-decoration: none;
	display: block;
}
h3.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;
	/* Rounder Corner*/
	/* border: 1px solid #d9d9d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;*/
	overflow: hidden;
	width: 100%; /* 100%*/
	clear: both;
	margin-bottom:10px;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
	/* background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}