#accordion-container {
	/*font-size: 13px;*/
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border: 1px solid #cccccc;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;
}

.accordion-header {
	font-size: 16px;
	margin:0px;
	padding:0px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	background: #fbfbfb;
	border: 1px solid #dedede;
	cursor: pointer;
	padding:10px;
	color: #928798;
	width:930px;
}

.active-header {
/*	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
	background: url(images/active-header.gif) #f0f0f0;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(images/active-header.gif) #f0f0f0;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(images/inactive-header.gif) #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(images/inactive-header.gif) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 10px;
	background: #FFF;
	/*width:950px;*/
	border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
	
/*	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/
	
}	

.accordion-content p{
	/*font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;*/
	color: #928798;
	line-height:30px;
}



.accordion-content a{
	/*font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;*/
	color: #928798;
	text-decoration:none;
/*	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/
	
}	


.accordion-content a:hover{
	color:#2db2eb;
	text-decoration:underline;
/*	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/
	
}	


@media only screen and (min-width:1100px) and (max-width:1299px) {

.accordion-header{width:700px;}

}

@media only screen and (min-width:960px) and (max-width:1099px) {

.accordion-header{width:580px;}

}

@media only screen and (min-width:768px) and (max-width:959px) {

.accordion-header{width:490px;}

}

@media only screen and (min-width:601px) and (max-width:767px) {

.accordion-header{width:280px;}

}

@media only screen and (min-width:480px) and (max-width:599px) {

.accordion-header{width:420px;}

}

@media only screen and (min-width:320px) and (max-width:479px) {

.accordion-header{width:270px;}

}