h2.trigger {
	line-height: 20px;
	width: 550px;
	font-size: 1em;
	font-weight: normal;
	float: left;
	background-color: #F3F3F3;
	margin: 0 0 5px 20px;
	_margin: 0 0 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E5E5E5;
}
h2.trigger a {
	padding: 0 3px 3px 15px;
	color: #333333;
	text-decoration: none;
	display: block;
	border-top: 1px solid #E5E5E5;

}
h2.trigger a:hover {
	color: #666666;
	background-color: #FFF5E8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top: 1px solid #E6E6E6;
}
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 0 5px 20px;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1.2em;
	width: 550px;
	clear: left;
	background-color: #E8E8E8;
	background-position: left top;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
 /*--Bottom rounded corners--*/
}