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



/*
Join Us
=====================================
*/	

	/* === Messages  ============= */
	.joinUs .successMessage1,
	.joinUs .errorMessage1 {
		margin:40px 0px 20px 0px;
	}

	/* == Join Mailing List =========== */
.joinList h6 {
    display: inline-block;
    background: #0c812d;
	font-size: 3.8em;
	text-transform: uppercase;
	padding: 10px 25px 0px 25px;
	color:#fff;
}

.joinList form {
    display: block;
    background:#f4f4f4;
	border:#0c812d solid 20px;
    padding: 15px 0px;
}

.joinList form p {

    font-size: 1.6em;
    line-height: 1.3em;
    color:#1c1c1c;
    width: 250px;
    margin: 0px auto 5px 30px;
}

.joinList form #searchOrganizer {
    display: block;
    border:#34a2d3 solid 1px;
	width: 296px;
	color:#999;
    font-size: 1.6em;
    height: 25px;
    text-transform: uppercase;
    margin: 0px;
}

.joinList form div {
    display: block;
    width: 300px;
    margin: 0px auto;
}

.joinList form #submit {
    float: right;
    background:#0c812d;
    border: none;
    width: 160px;
    color: #fff;
    font-family: Abadi-Light, Arial, sans-serif;
    font-size: 1.8em;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0px;
}

.joinList form #submit:hover {
    cursor: pointer;
    color:#ffde00;
}
		
	/* === Join Us Photo  ============= */	
	.joinUs #joinUsPhoto {
		display:block;
		background:url(../images/photo-join-us.jpg) center top;
		height:200px;
	}
	
		.joinUs #joinUsPhoto:hover {
			text-decoration:none;
		}
	
		.joinUs #joinUsPhoto h5 {
			float:right;
			display:inline-block;
			background:#cb3e00;
			font-size:1.8em;
			letter-spacing:1px;
			text-transform:uppercase;
			color:#fff;
			padding:4px 10px;
			margin-bottom:160px;
		}
	
			.joinUs #joinUsPhoto:hover h5 {
				color:#ffde00;
			}
	
		.joinUs #joinUsPhoto h4 {
			clear:both;
			background:#cb3e00;
			color:#fff;
			font-size:2.6em;
			text-align:center;
			padding:7px 0px 4px 0px;
		}
	
			.joinUs #joinUsPhoto h4 span {
				font-size:0.8em;
			}
	
		.joinUs #joinUsPhoto #bottom {
			float:right;
			display:inline-block;
			background:#cb3e00;
			font-size:1.8em;
			color:#fff;
			text-transform:uppercase;
			padding:0px 16px;
		}
	
	/* === Intro ============= */	
	.joinUs #intro {
		clear:both;
		margin:10px auto;
		text-align:center;
		font-size:2.1em;
		color:#0f852f;
	}
	
		.joinUs #intro a {
			color:#34a2d3;
		}
	
	/* === Registration Form 1 ============= */	
	.joinUs .registrationForm1 {
		clear:both;
		margin:0px 30px 30px 30px;
	}

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

	.joinUs .registrationForm1 textarea {
		height:100px;
	}

	.joinUs .registrationForm1 #facebookLink, 
	.joinUs .registrationForm1 #twitterHandler {
		margin-top:15px;
	}

	.joinUs .registrationForm1 #volunteer,
	.joinUs .registrationForm1 #listserv {
		font-size:1.0em;
		font-style:normal;
	}	

	.joinUs .registrationForm1 #volunteer {
		min-height:35px;
	}	

	.joinUs .registrationForm1 #listserv {
		margin-bottom:-20px;
	}	

	.joinUs .registrationForm1 .submitButton1 {
		margin-top:0px;
	}	
