/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}


#basic-accordian {
	height:452px;
	width:243px;
	z-index:2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bebebe;
	border-right-color: #bebebe;
	border-bottom-color: #FFFFFF;
	border-left-color: #bebebe;
}
#basic-accordian a:link, #basic-accordian a:visited {
	font-weight: bold;
	color:#009900;
	}
#basic-accordian a:hover, #basic-accordian a:focus {
	color: #CC0000;
	text-decoration: none;
	}
.accordion_headings{
	color:#666666;
	cursor:pointer;
	font-weight:bold;
	background-image: url(../images/up.gif);
	font-size: 13px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#test1-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#test2-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#test3-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#test4-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#test5-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.accordion_headings:hover{
	color: #000000;
}

.accordion_child{
	height:256px;
	padding:15px;
	background-color: #FAFAFA;
}
.accordion_child p {
	font-size: 12px;
}

.header_highlight{
}
