@charset "UTF-8";
/* CSS Document */

/* Mailing list
#######################################################*/

#mail_list_form {
	background: #fff;
	padding: 20px;
	width: 350px;
	margin: 40px 0 0 20px;
	border: 1px solid #ccc;
}

#mail_list_form label {
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding: 2px 7px 0 0;
	font-weight: bold;
	color: #666;
}

#mail_list_form input {
	border: 1px solid #ccc;
	height: 20px;
	background: #eee;
	color: #666;
	font-weight: bold;
}

#mail_list_form #maillist_submit {
	margin-left: 177px;
	border: 0;
	background: url(/images/btn_submit.gif) 0 0 no-repeat;
	background-color: none;
	width: 71px;
	height: 24px;
}

/* Tell A Friend
#######################################################*/

#tell_friend_form {
	background: #fff;
	padding: 20px;
	width: 350px;
	margin: 40px 0 0 20px;
	border: 1px solid #ccc;
}

#tell_friend_form label {
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding: 2px 7px 0 0;
	font-weight: bold;
	color: #666;
}

#tell_friend_form input {
	border: 1px solid #ccc;
	height: 20px;
	background: #eee;
	color: #666;
	font-weight: bold;
}

#tell_friend_form textarea {
	width: 320px;
	border: 1px solid #ccc;
	height: 80px;
	background: #eee;
	color: #666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
}

#tell_friend_form label.textarea {
	display: block;
	float: none;
	text-align: left;
	width: auto;
	padding-top: 20px;
	margin: 10px 0 7px 0;
}

#tell_friend_form #friend_submit {
	margin-left: 137px;
	border: 0;
	background: url(/images/btn_submit.gif) 0 0 no-repeat;
	background-color: none;
	width: 71px;
	height: 24px;
}

.form_row {
	margin-bottom: 10px;
}

/* Get Involved Volunteer Form
#######################################################*/

#volunteer h2 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 40px 0 40px 0;
}

#volunteer h4 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #9fa9d4;
}
#volunteer label {
	float: left;
	width: 230px;
	text-align: right;
	padding-right: 10px;
	color: #666;
	font-weight: bold;
}

#volunteer input.phonefield {
	width: 30px;
	text-align: center;
}

#volunteer_about_you input {
	width: auto;
	float: left;
	padding: 0;
	vertical-align: middle;
	margin-top: 1px;
}

#volunteer_about_you label {
	float: none;
	width: auto;
	margin-left: 7px;
	
}

#volunteer_about_you textarea {
	width: 500px;
	height: 100px;
}

#volunteer_about_you label#label_more {
	float: none;
	display: block;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 0;
}
#volunteer_about_you div {
	margin-bottom: 5px;
}

#volunteer_submit_div {
	text-align: center;
	padding: 20px;
}
#volunteer_submit {
	border: 0;
	background: url(/images/btn_submit.gif) 0 0 no-repeat;
	width: 71px;
	height: 24px;
}

.em_headline {
	font-size: 17px;
	font-style: italic;
	color: #999;
	letter-spacing: 2px;
}

.req_field {
	color: #ff0000;
}

#errors_div {
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	width: 200px;
	margin-top: 55px;
	padding: 10px;
	color: #ff0000;
}

#errors_div ul {
	margin: 0 0 0 20px;
	padding: 0;
	color: #ff0000;
}

#errors_div h4 {
	background: url(/images/icon_warning.gif) 0 0 no-repeat;
	height: 25px;
	padding: 3px 0 0 32px;
	color: #ff0000;
	font-style: normal;
	font-size: 14px;
	margin: 0;
}
