.toggleLoopContainer {
	width: 100%;
	margin: 0 auto;
}
.toggleLoopContainer .byline{margin:0 0 10px 50px;}

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../images/jquery-toggle/h2_trigger_a.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 100%;
	font-size: 1;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	text-decoration: underline;
}
h2.active {background-position: left bottom;}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border: 1px solid #d6d6d6;
	border-bottom: 0px;
	/*background: #f0f0f0 url(../images/jquery-toggle/toggle_block_stretch.gif) repeat-y left top;*/
	background: #f0f0f0;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.toggle_container h3 {
	margin: 5px 0px 5px 0;
}

.toggle_container .block {
	padding: 20px;
	border: 1px solid #d6d6d6;
	border-top: 0px;
	/*background: url(../images/jquery-toggle/toggle_block_btm.gif) no-repeat left bottom;*/
	background: #f0f0f0;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}