/*--------------------------------------------------------------*/
/*--------------------------[ =accordion ]----------------------*/
/*--------------------------------------------------------------*/
#accordion {
	line-height:130%;
	margin:10px 0 20px 0;
}

h5.toggler {
	height:22px;
	color:#037069;
	padding:8px 0 1px 10px;
	border-bottom:1px solid #037069;
	font-size:1.1em;
	cursor:pointer;
	font-weight:bold;
}
h3.toggler:hover {
	color:#686666 !important;
}
div.element {
	padding:0 0 20px 0;
	margin-top:12px;
	
}

img.floatLeft {
	border:1px solid #8f999b;
	margin:0 18px 0 0; padding:3px;
}
a:hover img.floatLeft {
	border:1px solid #bbb;
}

