/* ACCORDIAN STYLES */


#AccordianHolder {
	border: 1px solid #ffffff;
}

#basic-accordian {
	width:220px;
	position:absolute;
	background: url('../images/JH_AccSideShad.gif') bottom left no-repeat;
}

#AccordianShadTop {
	width: 10px;
	height: 20px;
	background: url('../images/JH_AccTopShad.gif') top right no-repeat;
	position: absolute;
	margin:0;
	padding:0;
	font-size:1px;
	margin-left:208px;
}

#AccordianShadGap {
	height: 10px;
	margin:0;
	padding:0;
	font-size:1px;
}

#AccordianShad {
	width: 210px;
	height: 20px;
	background: url('../images/JH_AccShad.gif') top right no-repeat;
	position: relative;
}

.accordion_headingsStart {
	width:200px;
	padding:10px;
	background: url('../images/JH_AccBack0.gif') bottom left no-repeat;
	color:#FFFFFF;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	text-transform:uppercase;
}

.accordion_headingsStart:hover {
	background: url('../images/JH_AccBack1.gif') bottom left no-repeat;
}

.accordion_headings {
	width:200px;
	padding:10px;
	background: url('../images/JH_AccBack.gif') bottom left no-repeat;
	color:#FFFFFF;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	text-transform:uppercase;
}

.accordion_headings:hover {
	background: url('../images/JH_AccBack2.gif') bottom left no-repeat;
}

.accordion_headingsEnd {
	width:200px;
	padding:10px;
	background: url('../images/JH_AccBackEnd.gif') bottom left no-repeat;
	color:#FFFFFF;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	text-transform:uppercase;
}

.accordion_headingsEnd:hover {
	background: url('../images/JH_AccBackEnd2.gif') bottom left no-repeat;
}




.accordion_child {
	width:210px;
	padding:0px;
	/*background: #DED7CC url('../images/JH_AccChildBack.gif') bottom left no-repeat;*/
	background: #cac1b8 url('../images/JH_AccSubBtn1.gif') top left no-repeat;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*padding-top:10px;
	padding-bottom:20px;*/
}

.accordion_child1 {
	width:210px;
	height:325px;
	padding:0px;
	/*background: #DED7CC url('../images/JH_AccChildBack.gif') bottom left no-repeat;*/
	background: #cac1b8 url('../images/JH_AccChildBack1A.gif') top left no-repeat;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*padding-top:10px;
	padding-bottom:20px;*/
	
}

.AccParaContent {
	width:200px;
	padding:5px;
	padding-top:10px;
	padding-bottom:20px;
}


.header_highlight {
	background: url('../images/JH_AccBack3.gif') bottom left no-repeat;
}

.header_highlight:hover {
	background: url('../images/JH_AccBack3.gif') bottom left no-repeat;
}



