@charset "UTF-8";
/* CSS Document */

h2.trigger {
	padding: 0 0 0 40px;
	margin: 0 0 5px 0;
	/*background-color:#90b440;*/
	background: url(../img/bg-h2.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	width: 96%;
	font-size: 12px;
	font-weight: bold;
	float: left;
	letter-spacing:3px;
}
h2.trigger a {
	color: #fff;
	text-decoration: underline;
	display: block;
}
h2.trigger a:hover { color: #fff; }
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;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
	background-color:#dedfe2;
	text-align:center;
}
.toggle_container .block {
	margin:0;
	padding: 0px; /*--Padding of Container--*/
/*	background: url(../img/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

.toggle_container p {
	background-color:#CCC;
	margin:0px;
	padding:5px;
}