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

ul, ol {
	padding-bottom: 1em;
}

.centerBodyAbout {
	width: 630px;
	padding: 20px 10px 10px 10px;
	margin-left: 150px;
	background: #E7E8EA;
	min-height: 360px;
}
.FAQWrapper {
	padding: 0 5px 5px 5px;
}
.FAQQuestion {
	font-size: 14px;
	background: url(../images/FAQButtonBack.png) repeat;
	height: 25px;
	padding: 10px 0 0 10px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.FAQAnswerOn {
	font-size: 14px;
	padding: 10px;
	background-color: white;
	visibility: visible;
	display: block;
}
.FAQAnswerOff {
 	visibility: hidden;
	display: none;
}
th.officers, th.title, th.email {
	background-color: #00783F;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	text-align: left;
	height: 2em;
	padding: .25em 10px 0 10px;
}
th.center {
	text-align: center;
}
tr {
	border-bottom: #E7E8EA 4px solid;
}
#officers table {
	width: 250px;
}
.officers, .title, .email {
	background-color: white;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	height: 2em;
	padding: .25em 10px 0 10px;
}
.officers {
	width: 80px;
}
.title {
	width: 80px;
}
.email {
	width: 30px;
}
#contact textarea {
	height: 150px;
}
.contactFrom, .contactEmail, .contactSubject, .contactMessage, .contactSubmit {
	padding-bottom: 10px;
}
.contactText {
	width: 325px;
}
.teamList ul, .captains ul, .officers ul, general ul {
	margin-left: -1em;
}
.teamList ul {
	padding-bottom: 0;
}
.teamListOff, .teamListOn, .captains li, .officers li, .general li {
	list-style: none;
	margin-left: 1em;
}


.teamListOff {
	list-style: none;
	background-image: url(../images/ArrowOff.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	cursor: pointer;
}
.teamListOn {
	list-style: none;
	background-image: url(../images/ArrowOn.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	cursor: pointer;
}

.memberListOn ul, .memberListOff ul {
	padding-bottom: 0;
}
.memberListOff li {
	visibility: hidden;
	display: none;
}
.memberListOn li {
	list-style: none;
	background-image: none;
	visibility: visible;
	display: block;
	padding-left: 0;
	cursor: default;
}
	
.emailForm {
	float: left;
}
.mailingLists {
	margin-left: 350px;
}
.contactSubmit {
	text-align: right;
}
legend {
	font-weight: bold;
}
.required {
	font-size: 12px;
	font-style: italic;
	color: red;
}
fieldset {
	margin-bottom: 10px;
}
.captains {
	font-style: italic;
}
.contactSub {
	text-align: center;
}
.contactSub2 {
	text-align: center;
	font-style: italic;
	margin-top: -7px;
	padding-bottom: 20px;
}



.aok {
	text-align: center;
	font-size: 1.25em;
	color: #00783F;
}
.rightImage {
	padding-left: 10px;
	margin: 0px;
}

