/* -----START Collapse JQuery ---------------------------------------*/
h2 {
    color: #000;
    font-family:"Verdana", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 10px 0;
}
/* Accordion for FAQS page */
h6 { 
  margin: 0;
  background-color: #4cb1e0;
  background-image: linear-gradient(bottom, #397db9 20%, #8dd7f9 100%);
  background-image: -o-linear-gradient(bottom, #397db9 20%, #8dd7f9  100%);
  background-image: -moz-linear-gradient(bottom, #397db9 20%, #8dd7f9  100%);
  background-image: -webkit-linear-gradient(bottom, #397db9 20%, #8dd7f9  100%);
  background-image: -ms-linear-gradient(bottom, #397db9 20%, #8dd7f9 100%);
  
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  
 

}

h6 a {
  background: url("../images/sprite8.png") 9px 9px no-repeat;
  display: block;
  margin-bottom:3px;
  padding: 5px;
  padding-left: 32px;
  /*margin-bottom: 1px;*/
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family:"Verdana", Helvetica, Arial, sans-serif;
  font-weight:bolder;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
  
  border-bottom: 1px solid rgba(0, 0, 0, 1.0);
  border-bottom: 1px solid #666;
  border-top: 1px solid rgba(176,182,76, 0.3);  
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
    
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;

}

/*Add below if you want color change on hover state of text*/
h6 a:hover {
  color: #000;
  text-shadow: 1px 2px 3px #FFF;
  text-decoration:none !important;
  transition: all 0.3s ease 0s;	
}
h6:hover { background: #BFE2E2; }
h6.open  { background: #cccccc; }
h6.open a { background-position: 9px -32px; }
h6 + div { padding: 10px;background: #f5f5f5; color: #000;
font: 14px/20px 'Helvetica Neue',Arial,sans-serif;
margin-bottom: 0;overflow: hidden;}
/*END h6 SECTION -------------------------------------------------*/
/* -----END Collapse JQuery ---------------------------------------*/

/*Accordion for IRP page. added space on sprite8.png & line-height ------------*/
h5 { 
  margin: 0;
  background-color: #4cb1e0;
  background-image: linear-gradient(bottom, #397db9 10%, #bde9fd 100%);
  background-image: -o-linear-gradient(bottom, #397db9 10%, #bde9fd 100%);
  background-image: -moz-linear-gradient(bottom, #397db9 10%, #bde9fd 100%);
  background-image: -webkit-linear-gradient(bottom, #397db9 10%, #bde9fd 100%);
  background-image: -ms-linear-gradient(bottom, #397db9 10%, #bde9fd 100%);
  
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  
 

}

h5 a {
  background: url("../images/sprite8.png") 9px 5px no-repeat;/* adjusted space here*/
  display: block;
  margin-bottom:3px;
  padding: 5px;
  padding-left: 32px;
  /*margin-bottom: 1px;*/
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family:"Verdana", Helvetica, Arial, sans-serif;
  font-weight:bolder;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
  
  border-bottom: 1px solid rgba(0, 0, 0, 1.0);
  border-bottom: 1px solid #666;
  border-top: 1px solid rgba(176,182,76, 0.3);  
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
    
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  line-height:15px;/*added line height*/
}

/*Add below if you want color change on hover state of text*/
h5 a:hover {
  color: #000;
  text-shadow: 1px 2px 3px #FFF;
  text-decoration:none !important;
  transition: all 0.3s ease 0s;	
}
h5:hover { background: #BFE2E2; }
h5.open  { background: #cccccc; }
h5.open a { background-position: 9px -32px; }
h5 + div { padding: 10px;background: #f5f5f5; color: #000;
font: 14px/20px 'Helvetica Neue',Arial,sans-serif;
margin-bottom: 0;overflow: hidden;}
/*END h5 SECTION -------------------------------------------------*/
/* -----END Collapse JQuery ---------------------------------------*/



/*Text Links within Collapse -------------------------------------*/
a.simple:link, a.simple:active, a.simple:visited {
    color: #075ca7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
a.simple:hover {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}

/*Question Marks beside questions ---------------------------------*/
.mark  {
   background: url("../images/questionsmarks.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 2px 0 10px 28px;
    vertical-align: middle;
    width: auto;
}
	
