#faqs-accordian {
	width: 540px;
	height: 600px;
	position: absolute;
	z-index: 2;
	list-style:none;
}

.faqs_headings {
	padding: 5px;
	background: #eeeeee;
	color: #646a74;
	border: 1px solid #FFF;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}

.faqs_headings:hover {
	background: #dadde1;
}

.faqs_child {
	width: 520px;
	overflow: hidden;
}

.faqs_highlight {
	background: #646a74;
	color: #ffffff;
}

.tab_container *{
	float: left;
	width: 258px;
	text-align: center;
}

.accordion_toggle {
	background-image: url(images/box_02.jpg);
	background-repeat: no-repeat;
	padding: 3px 5px 5px 25px;
	height: 15px;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	background-position: 5px 5px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	width: 500px;
}
		
.accordion_toggle_active {
	background-color: #dadde1;
	border: 1px solid #dddddd;
	background-image: url(images/box_03.jpg);
	background-repeat: no-repeat;
	padding: 3px 5px 5px 25px;
	height: 15px;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	background-position: 5px 5px;
	color: #646a74;
	width: 500px;
}
		
.accordion_content {
	font-family: Arial;
	font-size: 9pt;
	padding: 10px;
	text-align: justify;
	overflow: hidden;
	width: 500px;
}

#vertical_container_right {
 height: 580px;

}

#vertical_container_left {
 height: 580px;

}