
/*************************** Toggle Box ***************************/

h3.toggle {
	background-repeat: no-repeat;
	/*background-position: -252px -57px;*/
	font-size: 16px;
	padding: 0 0 20px 0px;
	cursor: pointer;
	height:0px;

}

h3.toggle a {
	text-decoration: none;
	display: block;
	font: 12px 'JosefinSansStdLight', Helvetica neue;
	background: #fff;
	width: 175px;

}

h3.toggle-active {
	/*background-position: -252px -57px;*/
}

.toggle-box {
	clear: both;
	margin: -20px 0px 0px 0px;
	overflow: hidden;
	line-height: 1.2em;
	text-align:left;

}

.toggle-box p {
	border-bottom: 0px solid #eee;
padding: 10px 0 10px 0;
line-height:1.5em;
}

h3.toggle {
	/*background-image: url(images/sprite.png);*/
	font-size: 18px;
	margin-bottom: 0px;
	width:170px;
	text-align:left;
}
