@import url(http://fonts.googleapis.com/css?family=Lato:400,300italic,300,400italic,700italic,700);

#basic-accordian{
	border:0px solid #EEE;
	padding:8px;
	width:580px;
	height:auto;
	top:55%;
    margin:0px auto;
	vertical-align:top;
	z-index:2;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	line-height:22px;
	font-weight:bold; 
	letter-spacing:1px;
}

.accordion_headings{
	padding:10px;
	background:#EDF7FB;  height:auto;
	color:#63777f;
	text-shadow:1px 1px 1px #FBFDFE;
	border:1px solid #FBFDFE;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#ffffff;
	color:#000000;

}

.accordion_child{
	padding:15px;
	background:#fdfeff;
	width:565px;
	margin:0px auto;
}

.header_highlight{
	background:#D3E1E6;
	color:#47545a;
	
}


.header_highlight:hover{
	background:#EDF7FB;
	color:#7B919A;
	
}


.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
		color:#000000;

}
.selected{
	background-color:#ffffff;
	color:#000000;
}

.content{
	background:#FFF;
	padding:4px;
}


.text5{ font-family: 'Lato', sans-serif;
font-size:13px;
color:#626262;
text-align:left;
font-weight:normal;
width:650px;}


.text5 a{ font-family: 'Lato', sans-serif;
font-size:13px;
color:#729122;
text-align:left;
margin-right:12px;
width:750px;
text-decoration:none;} 

.text5 a:hover{
	font-family: 'Lato', sans-serif;
font-size:13px;
color: #000000;
text-align:left;
margin-right:12px;
width:750px;} 