#accordion-container {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
}
.accordion-header {
    background: none repeat scroll 0 0 #EEE;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px;
    font-weight: bold;
	border-bottom:1px solid #576872;
}
.active-header {
    color: #FFFFFF;
	text-transform: uppercase;
	background: #284b64; /* Old browsers */
	background: -moz-linear-gradient(top,  #284b64 0%, #2f5875 35%, #2f5875 65%, #284b64 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#284b64), color-stop(35%,#2f5875), color-stop(65%,#2f5875), color-stop(100%,#284b64)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #284b64 0%,#2f5875 35%,#2f5875 65%,#284b64 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #284b64 0%,#2f5875 35%,#2f5875 65%,#284b64 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #284b64 0%,#2f5875 35%,#2f5875 65%,#284b64 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #284b64 0%,#2f5875 35%,#2f5875 65%,#284b64 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#284b64', endColorstr='#284b64',GradientType=0 ); /* IE6-9 */
}
.active-header:hover, .inactive-header:hover {
    background: #284b64; /* Old browsers */
	background: -moz-linear-gradient(top,  #284b64 0%, #2f5875 35%, #2f5875 65%, #284b64 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#284b64), color-stop(35%,#2f5875), color-stop(65%,#2f5875), color-stop(100%,#284b64)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #284b64 0%,#2f5875 35%,#2f5875 65%,#284b64 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #284b64 0%,#2f5875 35%,#2f5875 65%,#284b64 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #284b64 0%,#2f5875 35%,#2f5875 65%,#284b64 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #284b64 0%,#2f5875 35%,#2f5875 65%,#284b64 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#284b64', endColorstr='#284b64',GradientType=0 ); /* IE6-9 */
}
.inactive-header {
	clear: both;
	text-transform: uppercase;
	color:#FFF;
    background: #4e5d66; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e5d66 0%, #536570 35%, #536570 65%, #4e5d66 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e5d66), color-stop(35%,#536570), color-stop(65%,#536570), color-stop(100%,#4e5d66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e5d66 0%,#536570 35%,#536570 65%,#4e5d66 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e5d66 0%,#536570 35%,#536570 65%,#4e5d66 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e5d66 0%,#536570 35%,#536570 65%,#4e5d66 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4e5d66 0%,#536570 35%,#536570 65%,#4e5d66 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5d66', endColorstr='#4e5d66',GradientType=0 ); /* IE6-9 */
}

.accordion-content h6{color:#ff7112;}
.accordion-content a{color:#ff7112;}
.accordion-content p{text-align: left;}

.accordion-content {
    border: 1px solid #DDD;
    display: none;
    padding: 1px 9px;
	float: left;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}