/* Accordion */
#accordionContainer{
	width:291px; 
	height:243px; 
	float:right; 
	border-left:7px solid #EAEAEA; 
	background-color:#FFFFFF;
}
#basic-accordian{
	width:291px;
	z-index:2;
	float:right;
}

.accordion_headings{
	font-size:12px;
	font-weight:bold;
	padding:10px 10px;
	background:#1575AC url(../images/home-accordion.jpg) no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	margin-bottom:1px;
}

.accordion_headings:hover{
	background:#083D63 url(../images/home-accordion-hover.jpg) no-repeat;
}

.accordion_child{
	padding:3px 15px 3px 15px;
	background:#FFFFFF;
	color:#000000;
	height:103px;
}

.header_highlight{
	background:#083D63 url(../images/home-accordion-hover.jpg) no-repeat;
}

/*//////////////////////////// SUB PAGES //////////////////////////*/

#basic-accordian2{
	width:100%;
	z-index:2;
}

.accordion_headings2{
	padding:10px 10px;
	background:#FFFFFF;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:1px;
}

.accordion_headings2:hover{
	background:#CCCCCC;
}

.accordion_child2{
	color:#000000;
	background:#FFFFFF;
}

.header_highlight2{
	background:#CCCCCC;
}
