#basic-accordian{
	padding:5px;
	z-index: 2;
	height: auto;
	float: left;
	width: 485px;
	border: 2px solid #EEE;
}

.accordion_headings{
	color:#666666;
	cursor:pointer;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 6px;
	background-color: #c4e4fb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #999999;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.accordion_headings:hover{
	color: #034EBC;
	background-color: #C7E1BE;
}

.accordion_child{
	background-color: #C7E1BE;
	background-image: url(images/Directory_BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 135px;
	width: 334px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	min-height: 730px;
}

.accordion_child h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	float: left;
	width: auto;
}

.accordion_child ul{
	list-style-type: disc;
}
.accordion_child li{
	background-image: url(images/bullet_point_black.jpg);
	background-position: top left;
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 4px;
}

.header_highlight{
	background-color: #c7e1be;
	color: #034EAE;
}

.tab_container *{
	float:left;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
