h2.trigger {
	padding: 0 0 0 10px;
	margin: 5px 10px;
	background: url(../images/h2_trigger_a.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	width: 600px;
	font-size: 1.3em;
	font-weight: normal;
	float: left;
	font-family: Lucida Sans, Tahoma, Verdana, sans-serif; 
	overflow:hidden;
}

h2.trigger a {
	color: #333;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { color: #881220; }
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;
	padding: 0;
	overflow: hidden;
	width: 600px;
	clear: both;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
}
