@charset "UTF-8";
/* Page Styles CSS */


/*
Volunteer
=====================================
*/	

	/* === Messages  ============= */
	.volunteer .successMessage1,
	.volunteer .errorMessage1 {
		margin:40px 0px 20px 0px;
	}
		
	/* === Volunteer Photo  ============= */	
	.volunteer #volunteerPhoto {
		display:block;
		background:url(../images/photo-volunteer3.jpg) center top;
	}
	
		.volunteer #volunteerPhoto:hover {
			text-decoration:none;
		}
	
		.volunteer #volunteerPhoto h5 {
			float:left;
			display:inline-block;
			background:#0f852f;
			font-size:1.8em;
			letter-spacing:1px;
			text-transform:uppercase;
			color:#fff;
			padding:4px 10px;
			margin-bottom:235px;
		}
	
			.volunteer #volunteerPhoto:hover h5 {
				color:#ffde00;
			}
	
		.volunteer #volunteerPhoto h4 {
			clear:both;
			background:#0f852f;
			color:#fff;
			font-size:2.6em;
			text-align:center;
			padding:7px 0px 4px 0px;
		}
	
			.volunteer #volunteerPhoto h4 span {
				font-size:0.8em;
			}
	
		.volunteer #volunteerPhoto #bottom {
			float:right;
			display:inline-block;
			background:#0f852f;
			font-size:1.8em;
			color:#fff;
			text-transform:uppercase;
			padding:0px 16px;
		}
		
	/* === Find ILC  ============= */	
	.volunteer .findOrganizer1 {
		clear:both;
		margin-top:60px;
	}
	
	/* === Registration Form 1 ============= */	
	.volunteer .registrationForm1 {
		margin-top:30px;
	}
	
		.volunteer .registrationForm1 textarea {
			height:150px;
		}
		
		.volunteer .registrationForm1 .checkboxes1 label {
			min-height:0px;
			margin-bottom:0px;
		}
	
		.volunteer .registrationForm1 hr {
			margin:40px auto;
		}
	
		.volunteer .registrationForm1 #volunteerExperience {
			margin-bottom:50px;
		}
	
	/* === Submit Button 1 ============= */	
	.volunteer .submitButton1 {
		margin-top:20px;
	}






/*
DOnet Advisory Committee
=====================================
*/	

	/* === Messages  ============= */
	.donetAC .successMessage1,
	.donetAC .errorMessage1 {
		margin:40px 0px 20px 0px;
	}
			
	/* === Registration Form 1 ============= */	
	.donetAC .registrationForm1 {
		margin:30px;
	}

		.donetAC .registrationForm1 h6 {
			font-size:1.1em;
			line-height:1.3em;
			color:#0f852f;
			text-align:justify;
		}

		.donetAC .registrationForm1 textarea {
			min-height:165px;
		}

		.donetAC .registrationForm1 #checkboxes2 {
			height:150px;
		}
	


