/* Start of Accordion */
.newline {
	clear: both;
}

.row
{
	overflow: hidden;
	height: 25px;
}

#ContainerAccordion
{
	width: 100%;
	margin: 0 auto;
}

#Accordion
{
	width: 100%;
	float: left;
	text-align: justify;
}

#Accordion .nav
{
	background: url(../images/navbg.png) repeat-x scroll 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/navbg.png');
	height:27px;
	width: 100%;
	float: left;
}

#Accordion .nav h4
{
	background: url(../images/plus.jpg) no-repeat 5px 8px;
	height: 17px;
	padding: 6px 0 0 26px;
	cursor: pointer;
}

#Accordion .active h4 {
	background: url(../images/minus.jpg) no-repeat 5px 8px;
	height: 17px;
	float: left;
	padding: 6px 0 0 26px;
	cursor: pointer;
}

.acrdncontent {
	display: none;
	margin: 0 10px;
}

#Accordion a {
	color: #60efdb;
}

#Accordion .nav a {
	color: #fff;
	text-decoration: none;
}

#Accordion .nav a:hover {
	text-decoration: none;
}

.team {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#Accordion a:hover {
	text-decoration: underline;
}

/* End of Accordion */
