@charset "UTF-8";
/* CSS Document */


#basic-accordian { z-index:2; }

.accordion_headings{
	padding:5px;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif; font-size:1.3em; font-weight: bold; color: #4e142f;
	border-bottom: 1px dotted #4e142f;
}

.accordion_headings:hover{
	background:#ccc;
}

.accordion_child{
	padding:5px;
	border-bottom: 1px dotted #4e142f
}
.accordion_child img { float:left; padding-right: 20px }
.accordion_child ul { padding:0 0 10px 10px; margin:0; }
.accordion_child ul li { list-style:none }
.accordion_child a { color:#6c702f }

.header_highlight {}