/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.haccordion{
padding: 0;
margin:0;
}

.haccordion a img{
padding: 0;
margin:0;
text-decoration:none;
border:none;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 200px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 200px;  /*For users with JS disabled: Height of each content*/
}

#hc1 {
	margin-left:10px;
	margin-right:0px;
	border-bottom:1px solid #1A5B9E;
	border-top:1px solid #1E344B;
/*	border-left:1px solid #1A5B9E;
	border-right:1px solid #1A5B9E;*/
	padding-right:0px;
	padding-left:0px;
	float:left;
}

#hc1 li{
margin:0 4px 0 0; /*Spacing between each LI container*/
}

#hc1 li .hpanel{
padding: 0px; /*Padding inside each content*/
}

