h4.trigger {
	padding: 0 0 0px 50px;
	margin: 0 0 10px 5px;
	background: url(../../images/openclose.jpg) no-repeat;
	height: 15px;
	line-height: 15px;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	float: left;
}
h4.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h4.trigger a:hover { color: #ccc; }
h4.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding-left: 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	width: 100%;
	clear: both;
	
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(../../toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}


/* Begin Second Toggle */

.trigger2 {
	/*background: url(../../images/question_toggle.jpg) no-repeat;
	background-position: top left;
	
	padding: 0 0 0px 30px;
	margin: 0 0 10px;
	line-height: 20px;
	width: 100%;
	font-size: 14px;
	font-weight: normal;*/
}

.trigger2 a {
	color: #fff;
	text-decoration: none;
	
}
.trigger2 a:hover { color: #ccc; }
.active2 {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container2 {
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-top: 10px;
	
}
.toggle_container2 .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(../../toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}


