/*note: way this is coded, #*-content and #*-header MUST all be blank css or nought, else breaks! even just a border breaks them! */
#home-content {
}
/*mod jrc 300709 stuff page*/
#menu-content {
}
#home-header {
}
/*mod jrc 300709 stuff page*/
#menu-header {
}
#search-header {
}
/*mod jrc 300709 stuff page*/
#search-header {
}
/*the styles to use are those below, which are nested INSIDE those above, in the html*/

#basic-accordian{
	float: left;
	margin: 0px;
	border:0px;
	padding:0px;
	width:700px;
    position:relative;
	margin:0;
	z-index:2;
	margin-top:0;
	background:transparent;
border: 0px solid red;
}

.accordion_headings{
display: block;
float: left;
padding: 0px;
border: 0px;
padding-left: 25px;
padding-right: 25px;
margin: 0 auto;		
text-align:center;
background:transparent;
/*color:#eb471f;*/
color:#FFFFFF;
cursor:pointer;
font-weight:bold;
/*font-weight:normal;*/
border: 0px solid yellow;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;

/*	border-style:*/ /*double;*/ /*inset;*/ /*groove;*/
/*	border-color: #FFFFFF;
	border-width: 2px;
	border-bottom: 0px;
	border-left: 0px;*/
}

.accordion_headings:hover{
background:transparent;
/*color:#9b2d14;*/
color:#FFFFFF;
text-decoration: underline;
}

.accordion_child{
float: left;
margin: 0px;
border: 0px;
padding: 0px;
/*width: auto;*/
/*width: 100%;*/
background:transparent;
border: 0px solid yellow;
}

.header_highlight{
	background:transparent;
	text-decoration: underline;
}

.tab_container {
float:left;
border: 0px;
margin: 0px;
padding: 0px;
margin-top: 75px;
margin-bottom: 0px;
width:700px;
background: transparent;
border-bottom: 1px solid #FFFFFF;

/*	border-style: /*double;*/ /*inset;*/ /*groove;*/
/*	border-color: #FFFFFF;
	border-width: 2px;
	border-top: 0px;*/
/*	border-left: 0px;*/
/*	border-right: 0px;*/
}
