
.question, .policyHead{
	padding:10px 35px 10px 10px;
	color:#fff;
	font-size:17px;
	/*font-weight:bold;*/
	cursor:pointer;
	background:#1a508a url(../images/plus_acco.png) no-repeat right center;
	margin-bottom:5px;}
	
.policyHead{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.answer, .policyContent{
	margin-bottom:20px;
	padding-top:20px;
	padding:20px 10px 10px 10px;
	}
.question.openheader, .question.openheader:hover, .policyHead.openheader, .policyHead.openheader:hover{
	background:#fde044 url(../images/minus_acco.png) no-repeat right center;
	color:#000;}	 
.policyHead:hover{
	background:#fde044 url(../images/plus_acco.png) no-repeat right center;
	color:#000;
	}
.answer h2, .policyContent h2{
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
	}
.answer p, .policyContent p{
	line-height:normal;}
.policyContent p{
/*	background:url(../images/para_bullet.png) no-repeat left top;
	padding-left:35px;*/
	padding-bottom:5px;
	}	


		
.answer ul li{
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:10px;
	}
.answer a, .policyContent a{
	color:#000;}
.answer a:hover, .policyContent a:hover{
	color:#1a508a;
	}
.policyContent ul{
	margin-left:20px;}
.policyContent ul li{
	/*margin-left:10px;*/
	padding-left:30px;
	background:url(../images/bullet.png) no-repeat left top;
	line-height:20px;
	margin-bottom:20px;
	}
.policyContent ul li ul{
	margin-top:10px;
	margin-bottom:10px;}
.policyContent ul li ul li{
	background:url(../images/triangle_bullet.png) no-repeat left 5px;
	margin-bottom:10px;
	}	
		

@media(max-width:600px){
.question, .policyHead{
	font-size:13px;
}
}

/****************************************************************************************/

.date{
	font-style:italic;
	color:#1a508a;
	font-weight:bold;
	}
.newsImage{
	border:2px solid #ccc;
	width:250px;
	float:left;
	margin-right:20px;
	}
.newsImage:hover{
	border:2px solid #1a508a;
	}	
.newsImage img{
	width:100%;
	height:auto;
	cursor:url(../images/zoom.png), pointer;}		
.pdfIco{
	background:url(../images/pdf.png) no-repeat left 7px;
	margin-bottom:20px;
	}
.pdfIco a{
    display: block;
    padding: 10px 0px 31px 50px;
    border-bottom: 1px dashed #393185;
    color: #000;
    
}
.pdfIco a:hover{
	color:#393185;
	}
p.download a{
	color:#fff;
	display:inline-block;
	/*border:1px solid #03C;*/
	padding:12px;
	background:#1f8d06;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	}
p.download a:hover{
	background:#1a508a;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	}	
p.download a span{
	margin-right:10px;}				
						