html {background: url("../images/gradient.gif") repeat-x; background-color:#ffffff;}
body{margin:0;padding:0;}
body{font: 76% arial,sans-serif;text-align:center}
div#header{ background:url("../images/header.jpg"); width:960px; height:300px;}
#logo {
	position:relative;
	top:70px;
	left:565px;
	width: 348;
	height: 99;
}
div#container{text-align:left}
div#footer{color: #333333}
div#footer p{margin:0;padding:45px 10px}
div#container{
	width:960px;
	margin:0 auto
}
div#content{float:left; width:960px; height: 460px;}
div#content p{margin:0;padding:20px 0px}
div#footer{clear:both; height:87px; width:100%; background:url("../images/footer.png");}

* {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#basic-accordian{
	border:none;
	background-color:#FFFFFF;
	padding:0px;
	width:960px;
	z-index:2;
}

#test-header{
	background-image:url("../images/image.jpg");
}
#test1-header{
	background-image:url("../images/image.jpg");
}
#test2-header{
	background-image:url("../images/image.jpg");
}
#test3-header{
	background-image:url("../images/image.jpg");
}
#test4-header{
	background-image:url("../images/image.jpg");
}
#test5-header{
	background-image:url("../images/image.jpg");
}
#test6-header{
	background-image:url("../images/image.jpg");
}
#test7-header{
	background-image:url("../images/image.jpg");
}
#test8-header{
	background-image:url("../images/image.jpg");
}
#test9-header{
	background-image:url("../images/image.jpg");
}
#test10-header{
	background-image:url("../images/image.jpg");
}
.accordion_headings{
	
	padding:5px;
	background:#cccccc;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#cccccc;
}

.accordion_child{
	padding-top:15px;
	padding-bottom:15px;
	background:#ffffff;
}

.header_highlight{
	background:#cccccc;
	color:#990000;
}

a:link {color:#000000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:hover {text-decoration: none; color: #990000;}
a:active {color:#000000;text-decoration: none;}