h3.trigger {
	line-height: 26px;
	float: left;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #DF6F1D;
	font-weight:bold;
	letter-spacing: .1em;
	padding:0;
	width: 250px;
	padding-left: 0px;
	display:block;
	background-color: #edeecf;
	}	
	
	h3.trigger a:link, h3.trigger a:visited {
	 	color: #DF6F1D;	
		text-decoration: none;
		display: block;
		}
	
	h3.trigger a:hover, h3.trigger a:active {
	 	color: #582700;
		text-decoration: none;
		}

.toggle_container {
	margin-left: 0;
	overflow: hidden;
	width: 275px;
	height:100%;
	display:block;
	background-color: #edeecf;
	clear: both;
	padding:0;
}
.toggle_container .interior{
	padding: 0;
}

.block2 {
	clear:both;
	width:275px;
	height: 100%;
	display:block;
	padding-bottom:10px;
	}