.toggler {
	color: #fff;
	margin: 0;
	padding: 2px 5px 2px 5px;
	height: 22px;
	background: url(images/arrow.jpg) right no-repeat #52685a;
	font-size: 1.6em;
	font-weight: normal;



}

.toggler :hover {
color: #a5d0b4;
}


 
.element {
 	font-size: 1em;
	color: #fff;
	background: url(images/accordianbreak.jpg) bottom repeat-x;
}
 
.element p {
	margin: 0;
	padding: 0px 5px 10px 5px;
	line-height: 1.3em;
	font-size: 1.1em;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}


