h3.title {
	margin-bottom: .5em;
	}

h2.title {
	margin-bottom: 1em;
	margin-top: 1.5em;
	}
	
#FAQ h3.subtitle {
	background-color: #fff;
	color: #097A6D;
	/*background-color: #52B69A;*/
	/*color: #fff; */	
	padding-left: 2em; /* room for accordion arrow */
	}	
	
	
h3.new {
	background-image: url("../../images/new.gif"); 	
	background-repeat: no-repeat;	
	}
	
	
	
/* accordion style overrides */	
.ui-widget-content {
    border: none;
    background: none;
}

#FAQ.ui-accordion .ui-accordion-content {
    padding: 1em .5em;
	 margin: 0.31em 0.6em 0.31em 2em;
	 }


#FAQ .checklist {
	font-size: .9em;
	margin-left: 0;
	}	
	
#FAQ .checklist li {
	font-weight: normal;
	}		

.increment_table {
	margin: 1em auto;
	border: 1px solid #ddd;
	border-collapse: collapse;
}	

.increment_table th, .increment_table td {
	text-align: center;
	padding: .5em;
	border: 1px solid #ddd;
	}
	
span.error_message {
	white-space: normal;
	}	
	
