@charset "UTF-8";
/* CSS Document */

/*------------MooTools-------------*/

#accordion{
	margin-bottom: 40px;
	}

#accordion h3{
	font-weight:100;
	color: #5d6c1a;
	margin-bottom: 0px;
	margin-top:10px;
	margin-left: 10px;
	text-align:left;
	padding-bottom: 5px;
	}

.toggler {
	margin-bottom: 10px;			
	width: 570px;
	text-indent: 47px;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.toggler a, .toggler a:link, .toggler a:active, .toggler a:visited{
			display: block;
			color: #3A9B88;
			font-size:18px;
			font-family: Helvetica, Arial, sans-serif;
			font-weight:100;
/*			padding: 16px 0px 12px 0px;*/
			text-decoration: none;
			background-image: url(images/dropdown/dropdownbg.png);
			margin-bottom: 0px;
			background-position: 0px 0px;
			height: 48px;
			line-height: 49px;
			white-space: nowrap;
			}
	.toggler a:hover, .toggler a:visited:hover {
			font-size:18px;
			font-family: Helvetica, Arial, sans-serif;
			font-weight:100;
			text-decoration: none;
			background-position: 0px 48px;
			background-color: transparent;
			}


.element p {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-left: 15px;
}

.element h5 {
	margin-top: 5px;
	margin-left: 15px;
}



/*------------End MooTools-------------*/
