@charset "UTF-8";

/*---Vertical Accordions----*/
		
.accordion_toggle {
	display: block;
	height: 30px;
	width: 95%;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	color: #08512f;
	cursor: pointer;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F6E4;
	background-image: url(accordion/images/NavOff_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cc9933;
}
.accordion_toggle_active {
	color: #08512f;
	background-image: url(accordion/images/NavOn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	width: 95%;
}

.accordion_content {
	background-color: #F9F6E4;
	color: #000;
	overflow: hidden;
	width: 95%;
}
.accordion_content p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 13px;
}
