		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 625px;
			background: url(image/accordion_toggle.jpg) no-repeat top right #E0E0E0;
			padding-left: 15px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 14px;
			font-weight: bold;
			color: #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(image/accordion_toggle_active.jpg) no-repeat top right #E0E0E0;
			color: #ffffff;
		}
		
		.accordion_content {
			background-color: #E0E0E0;
			color: #1E1E1E;
			overflow: hidden;
		}
			
		
			.accordion_content p {
				line-height: 150%;
				padding-left: 30px;
			}	

			.accordion_content ul {
				line-height: 150%;
				padding-left: 60px;
			}	

