/*  
  Vertical Accordions
*/
.accordion_toggle {
	display: block;
	height: 65px;
	/*width: 95%;680px*/
	/*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
	/*background-color: #EBEBE4;*/
	/*padding: 0 10px 0 10px;*/
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	outline: none;
	/*border-bottom: 1px solid #A5ACB2; /*#cde99f*/
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle_active {
	/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
	/*background-color: #D0DAE8;*/
	background-color: none;
	color: #003366; /*#ffffff*/
	/*border-bottom: 1px solid #f68263;*/
}
.accordion_content {
	/*background-color: #ffffff;*/
	color: #444444;
	overflow: hidden;
}
	.accordion_content h2 {
		/*margin: 15px 0 5px 10px;*/
		color: #0099FF;
	}
	.accordion_content p {
		/*line-height: 80%; 150%*/
		/*padding: 5px 10px 15px 10px;*/
	}
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	/*width: 80%;  600px*/
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	/*padding: 0 10px 0 10px;*/
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	outline: none;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
	.vertical_accordion_content h2 {
		/*margin: 15px 0 5px 10px;*/
		color: #0099FF;
	}
	.vertical_accordion_content p {
		/*line-height: 80%; 150%*/
		/*padding: 5px 10px 15px 10px;*/
	}

