h2.trigger {
	padding: 0 0 0 15px;
	margin: 0 0 0 0px;
	height: 20px;
	background: url(../img/bulletGrey.jpg) no-repeat left center;
	line-height: 20px;
	width: 600px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}

h2.trigger a {
	color: #6a6a6a;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #d0393f; }


h2.active {background-position: left center;} /*--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: url(../img/bullet.jpg) no-repeat left top;*/
	overflow: hidden;
	font-size: 1.2em;
	width: 600px;
	clear: both;
}

.toggle_container .block {
	padding-left: 15px; /*--Padding of Container--*/
	/*background: url(../img/bullet.jpg) no-repeat left top; /*--Bottom rounded corners--*/

}
