/*
	Vertical Accordions
*/

#Showcases_Content {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	text-align: justify;
}

.Showcases_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.showcaselink:link, .showcaselink:visited {
	color: #333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.showcaselink:hover, .showcaselink:active {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 160px;
	background: url(../img/accordion_toggle.jpg) no-repeat top right #84ab20;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: url(../img/accordion_toggle_active.jpg) no-repeat top right #ff8a00;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.accordion_content {
	padding-left: 10px;
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	border-bottom: 5px solid #84ab20;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 160px;
	background: url(../img/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(../img/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;
}

#flashsplash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}