* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
	background-attachment: inherit;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CCEEF7;
	color: #1B212C;
	background-attachment:fixed;
}

#basic-accordian{
	border:5px solid #EEE;
	position:relative;
	z-index:0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#header {
	height: 140px;
	width: 830px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/SuperHost_2cLogo40.png);
	background-position: right;
	background-repeat: no-repeat;
	z-index: 2;
}
#copyright {
	clear:both;
	color: #FFF;
	text-align: center;
	height: 22px;
	position: relative;
	width: 700px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	bottom: 20px;
	background-image: url(images/copyright.png);
	background-repeat: no-repeat;
	background-position: center;
}

#wrapper {
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 900px;
	z-index: 0;
}


.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	background-color: #8F998D;
}

.accordion_headings:hover{
	background-color: #2A3E43;
}

.accordion_child{
	padding:15px;
	background:#EEE;
	width: 580px;
	font-size: 12px;
	margin-bottom: 10px;
	float:right;
}

.header_highlight{
	background-color: #395759;
}

#test1-content{
}

.accordian_child ul{
	
}

.accordion_child li{
	maring-left:20px;
	
	list-style:circle;

	
}

.listdiv{
	margin:20px;
	color:#395759;
}

.blue{
	color:#395759;
}

h2{
	font-size:15px;
	color: #395759;
}

#special{
	background-color: #EEE;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#special a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #EEE;
	
}

