@charset "UTF-8";
/* CSS Document */

#pastors { list-style-type: none; margin: 0; padding: 0; }
	#pastors li { margin: 0 0 1em 0; padding: 0; }
	#pastors h3 { }
	#pastors p { }
	#pastors p.email { margin-bottom: 0; }

#staff { list-style-type: none; margin: 0; padding: 0; }
	#staff li { color: #005288; font: bold 14px/15px "Times New Roman", Times, serif; margin: 0; padding: 0; width: 150px; margin: 0 20px 15px 0; float: left; text-align: center; display: inline; }
		#staff li.last { margin-right: 0; }
	#staff li img { float: none; margin: 0; }
	#staff .title { color: #937d3b; font: 8px Arial, Helvetica, sans-serif; text-transform: uppercase; }
	
.question h3 { cursor: pointer; margin-bottom: .8em; }
	.question .answer { padding-bottom: 1em; margin-left: 24px; min-height: 1em; }
		.question .answer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
		* html .question .answer { height: 1em; }




