/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #AFA4A3;
	margin-top: 0px;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentTop {
	background-image: url(images/contentTopPic.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;
	width: 880px;
	margin-top: 0px;
	clear: both;
}
#textSection {
	width: 815px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#textSection h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #666699;
}
.subTitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #731222;
}

/* ------------------------- Header Styles --------------------------- */
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 248px;
	background-color: #9496B5;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px 10px 10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	margin: 0px;
}

/* ------------------------- Header2 NavBar Styles --------------------------- */
.oneColFixCtrHdr #header2 {
	height: 60px;
	text-align: right;
	letter-spacing: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #809225;
	padding-top: 10px;
	background-image: url(images/navBarPicNew7.jpg);
}
.navbar {
	margin-top: 30px;
	display: block;
}

/* ------------------------- Footer Styles --------------------------- */
.oneColFixCtrHdr #footer {
	padding: 0 30px;
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C4C4C4;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #809225;
}
.footerEmphasis {
	font-size: 16px;
	color: #300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.emphasis {
	font-size: 16px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

/* ------------------------- Column Styles --------------------------- */
#Column {
	width: 880px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	}
#ColumnZ {
	width: 880px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	}
#ColumnForm {
	width: 880px;
	padding: 0px;
	display: block;
	margin: 20px;
	border-width: thin;
	border-style: solid;
	border-color: #809225;
	}
#ColumnA, #ColumnB {
	float: left;
	}
#ColumnA {
	width: 400px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-left: 30px;
	text-align: left;
	}
#ColumnB {
	width: 400px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #666699;
	margin-left: 30px;
	margin-top: 10px;
}

/* ------------------------- Form Styles --------------------------- */
#formSection {
	display: block;
	width: 400px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-width: thin;
	border-style: solid;
	border-color: #809225;
}
#formSectionClub {
	display: block;
	width: 400px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #809225;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #809225;
}
#formSection2 {
	display: block;
	width: 400px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #809225;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #809225;
}
input.formField {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 11px;
	width: 260px;
	padding: 1px;
	margin: 2px;
	background-color: #E3DEE6;
	color: #000033;
}
input.formField2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: 30px;
	padding: 1px;
	margin: 0px 2px 2px;
	background-color: #E3DEE6;
	color: #731222;
	float:right;
}
input.formField3 {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 11px;
	width: 220px;
	padding: 1px;
	margin: 2px;
	background-color: #E3DEE6;
	color: #000033;
}
button.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	background-color: #FEEDE3;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: .8;
}
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: normal;
	color: #48272A;
	font-weight: bold;
	text-align: right;
	display: block;
	margin-right: 2px;
	position: relative;
}
.label2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: normal;
	color: #48272A;
	font-weight: bold;
	margin-left: 4px;
}
.label2a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: normal;
	color: #48272A;
	font-weight: bold;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: bold;
	color: #666;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: normal;
	margin-right: 2px;
	margin-top: 2px;
	float:right;
}
.Gplus {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #AA1B0D;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 2px;
	float:right;
}
.label3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
}
.textarea {
	background-color: #E3DEE6;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 265px;
	margin-left: 2px;
	color: #000033;
}
#button {
	vertical-align: middle;
	border-width: thin;
	border-style: solid;
	border-color: #809225;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color:#FFFFFF;
	padding: 3px;
	margin: 5px 0px 0px 24px;
	text-align: center;
}

/* ------------------------- Link Styles --------------------------- */
a:link {
	color: #809225;
	text-decoration: none;
}
a:visited {
	color: #809225;
	text-decoration: none;
}
a:hover {
	color: #336633;
	text-decoration: none;
}
a:active {
	color: #A31409;
	text-decoration: none;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: bold;
	color: #000;
	padding-bottom: 5px;
}
#social {
	width:300px;
	float: right;
	margin-top:10px;
	margin-right:35px;
}
#social2 {
	float: right;
	margin-top:10px;
	margin-right:0px;
}
.social3 {
	text-align:right;
	margin-top:10px;
	margin-right:10px;
}
#social4 {
	width:600px;
	float: right;
	margin-top:10px;
	margin-right:35px;
}
.label4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: normal;
	color: #48272A;
	font-weight: bold;
	text-align: right;
	margin-right: 2px;
	
}
.label5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 25px;
	color: #750B0D;
	font-weight: bold;
	text-align: right;
	margin-right: 2px;
	margin-top: 5px;
}
.bullet {
	color: #D8912A;
}
