body {
	padding-top: 10px;
	padding-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
	color: #585858;
	margin: 0 0 10px 0;
	padding: 0;
}
h1 { font-size: 60px !important; }
a { outline: 0 !important; }
p.lead { width: 75%; margin: 0 auto 20px auto; font-size: 16px; line-height: 23px; }

.container-narrow {
	margin: 0 auto;
	max-width: 875px;
}
.container-narrow > hr.top20 {
	margin: 20px 0;
}
.container-narrow > hr {
	margin: 40px 0;
}
.jumbotron {
	margin: 20px 0 20px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 72px;
	line-height: 1;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}
.marketing {
	margin: 30px 0;
}
.marketing a {
	color: #51a351 !important; 
	text-decoration: underline;
	text-transform: none !important;
	font-weight: normal !important;
}
.marketing p + h4 {
	margin-top: 28px;
}
.masthead { padding: 0 20px 0 20px }
.masthead a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #707070;
}
.masthead li.active a {
	background: #51a351 !important;
}
.grayBox {
	display: block;
	background: #e3e3e3;
	overflow: hidden;
	padding: 20px 0 20px 0;
	border-radius: 10px;
	width: 80%;
	margin: 0 auto;
}
#theForm {
	width: 75%;
	margin: 0 auto;
	position: relative;
	left: 20px;
}
.formField, .formField2 {
	clear: both;
	display: block;
}
.formField label, .formField input, .formField select, .formField2 label, .formField2 input {
	float: left;
	margin-right: 10px;
}
.formField select {
	width: 60px;
}
.clear { clear: both; height: 30px; }

#showPassword {
	height: 50px;
	width: 33%;
	margin: 0 auto;
	clear: both;
	font-size: 27px;
	padding: 0 0 0 10px;
	color: #666;
	text-align: center;
}
#email {
	margin: 0 0 0 10px;
	display: none;
}

.specialCharacters {
	padding: 10px 0 10px 0;
	width: 80%;
	overflow: hidden;
	display: none;
}
.smallBox {
	float: left;
	margin: 0 0 0 20px;
}
.smallBox input {
	float: left;
	margin: 0 7px 0 0;
}
.smallBox label {
	float: left;
	position: relative;
	top: -3px;
}
.floatLeft { float: left; }
.floatRight { float: right; }

.footer a { 
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #707070;
}
.footer a:hover { 
	text-decoration: none;
}
.span8 h4, .span9 h4 { 
	font-size: 25px;
	margin: 0 0 17px 0;
	line-height: 29px;
}
img.floatRight {
	margin: 0;
	float: right;
}
.pageCheck { display: none; }