/* Vertical Accordions */
		
.accordion_toggle {							/* ### */
	display: block;
	height: 16px;
	width: 510px;
	background: #ffffff;
	padding: 0 0px 0 3px;
	line-height: 16px;
	/*color: #00CC33;*/
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px dotted #000000;
	cursor: pointer;
	margin: 10 0 0 0;
}
		
.accordion_toggle:hover {					/* ### */
	display: block;
	height: 16px;
	width: 510px;
	background: #000000;
	padding: 0 0px 0 3px;
	line-height: 16px;
	/*color: #00CC33;*/
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #ffffff;
	border-bottom: 1px dotted #000000;
	cursor: pointer;
	margin: 10 0 0 0;
}
		
.accordion_toggle_active {					/* ### */
	background: #ffffff;
	color: #000000;
}
		
.accordion_content {						/* ### */
	width: 513px;
	/*background-color:  #00FF00;*/
	color: #444444;
	overflow: hidden;
	margin: 10px 0 0 0;
}
			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
			
.accordion_content p {
	/*line-height: 150%;*/
	padding: 0px 0px 0px 0px;
}
			
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 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;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	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: 150%;
	padding: 5px 10px 15px 10px;
}


/* Container styling*/

#horizontal_container {
	margin: 20px auto 20px auto;
    width: 680px;   
    height: 100px;    
}
    
#vertical_nested_container {
	margin: 20px auto 20px auto;
    width: 620px;
}

