
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#accordion-container {
	font-size: 13px;
	padding:0px;
	width:1000px;
	float:left;
	padding:0 0 50px 0;
	margin:0;
}

.accordion-header {
	padding: 13px 0 13px 40px;
    width: 960px;
	font-size: 16px;
	margin: 5px 0 0 0;
	border: 1px solid #d4d4d4;
	cursor: pointer;
}

.active-header {
	background: #1f4677; /* Old browsers */
    background: -moz-linear-gradient(left,  #1f4677 0%, #2363b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1f4677), color-stop(100%,#2363b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #1f4677 0%,#2363b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #1f4677 0%,#2363b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #1f4677 0%,#2363b4 100%); /* IE10+ */
    background: linear-gradient(to right,  #1f4677 0%,#2363b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4677', endColorstr='#2363b4',GradientType=1 ); /* IE6-9 */
	padding:13px 0 13px 10px;
	width:990px;
	color:#FFF;
	border:none;
	
}

.active-header span {
	background:url(../images/active-header.png) 1px center no-repeat;
	width:22px;
	height:22px;
	padding:0px 0 3px 30px;
	}

.active-header img {
	margin:0 15px 0 0;
	vertical-align:middle;
	}

.active-header:hover {
	background: #1f4677; /* Old browsers */
    background: -moz-linear-gradient(left,  #1f4677 0%, #2363b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1f4677), color-stop(100%,#2363b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #1f4677 0%,#2363b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #1f4677 0%,#2363b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #1f4677 0%,#2363b4 100%); /* IE10+ */
    background: linear-gradient(to right,  #1f4677 0%,#2363b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4677', endColorstr='#2363b4',GradientType=1 ); /* IE6-9 */
	background-image:url(../images/active-header.png) 10px center no-repeat;
}

.inactive-header {
	background:#f6f4f4;
	background-repeat: no-repeat;
	color:#1f4677;
    padding: 13px 0 13px 0px;
    width: 997px;
	
}

.inactive-header span {
	background:url(../images/inactive-header.png) 10px center no-repeat;
	height: 22px;
    padding: 2px 0 3px 40px;
    width: 22px;
	}

.inactive-header:hover {
	background: #f5f5f5;
	background-repeat: no-repeat;
	
}

.accordion-content {
	display: none;
	padding: 0 20px 20px;
	margin:12px 0 0 0;
	background: #d0e9fc;
	border: 1px solid #d4d4d4;
	position:relative;
	width:958px !important;
}

.accordion-content p {
	margin:12px 0 0 0;
	
	}

.top_aerow  {
	position:absolute;
	top:-11px;
	left:12px;
	}
	