.toggler {
	margin: 0;
	padding: 3px 10px;
	background-image:url(../images/accordian-on.gif);
	ont-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: right 5px;
	color: #ffffff;
	cursor:pointer;
	background-color:#e6eaec;
	border-bottom:1px solid #ffffff;	
}

.element {
	
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	font:italic;	
	padding:5px 0 5px 30px;
}
h3 span{
		background-color:#e6eaec;
		padding-right:3px;
}
/*#accordion a{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background-color:#6094c1;
	display:block;
	text-decoration:none;
	line-height:16px;
	border-bottom:1px solid #4481b6;
	padding:4px 6px 4px 20px;
	background-image: url(../images/btn-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
#accordion a:hover{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background-color:#6094c1;
	display:block;
	text-decoration:none;
	line-height:16px;
	border-bottom:1px solid #4481b6;
	padding:4px 6px 4px 20px;
	background-image: url(../images/btn-bullet-r.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}*/
