/*--------------------------------------------------------------------
   P A G E   C O N T A I N E R S
--------------------------------------------------------------------- */

div#committee {
	width:860px;
	height:auto;
	float:left;
	margin:30px 70px 0px 70px;}

div#member {
	width:430px;
	height:200px;
	float:left;
	text-align:left;
	margin:0px 0px 30px 0px;}
	
div#bio {
	width:890px;
	height:auto;
	padding:35px 40px 25px 40px}

div#subhead {
	background-color:#7ac143;
	margin-bottom:15px;
	float:left;
	width:725px;
	height:auto;
	padding: 4px 0px 4px 0px;}

/*--------------------------------------------------------------------
   P A G E   S T Y L E S
--------------------------------------------------------------------- */

h4 {
	font-family: Arial, sans-serif;
	color:#fff;
	font-size:15px;
	margin: 0px 0px 8px 20px;
	text-align:left;}

.main-txt {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 15px 70px 0px 70px;
	text-align:left;}
.donahue-txt {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 15px 70px 0px 70px;
	text-align:left;}
	
.bio-txt {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 0px 0px 15px 0px;
	text-align:left;}
	
.titles {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12.5px;
	line-height:1.5em;
	text-align:left;
	padding-right:30px;
	margin-bottom:15px;}
	
.read-bio a {
	color:#333;
	font-family: Arial, sans-serif;
	font-size:15px;
	line-height:1.5em;
	text-align:left;
	text-decoration: none;}
.read-bio a:link {
	color: #333;
	text-decoration: none;}
.read-bio a:visited {
	color: #333;
	text-decoration: none;}
.read-bio a:link {
	color: #333;
	text-decoration: none;}
.read-bio a:hover {
	color: #7bc144;
	text-decoration: underline;}
	
	
/*--------------------------------------------------------------------*/
/*   R E V E A L  M O D A L S
/*--------------------------------------------------------------------*/

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	opacity:0.6;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;}
	
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -485px; /* adjust this value to horizontally position the lightbox*/
	width: auto;
	background-color:#fff;
	color:#ccc;
	position: absolute;
	z-index: 101;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);}
		
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal{
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 15px;
	right: 11px;
	color: #ccc;
	font-weight: bold;
	cursor: pointer;}