/*dkYel #e6a423, medYel #ffcc00, ltYel #ffe645*/

body {}
header {background: #FFF;}
.logo {color: #264177;}
#phone {color: #000;}

#topNav {height: 0px;} /* this overwrites Styles.css */
.explanation {font-weight: 400; font-size: 1.2rem;}

/******************** begin form stuff ****************************/
#formBox {
	max-width: 600px;
	position: relative;
	margin: 6% auto 30px auto;
	font-size: 1.4rem;
	text-align: center;
}
.instructions {
	padding: 10px;
	font-size: 1.5rem; font-weight: 700;
	line-height: 100%;
	color: #264177;
}
.blackNormal {
	font-weight: 400;
	color: #000;
}
.dontBreak{white-space: nowrap;}

.chooseOne {
	font-style: italic;
	font-weight: 400;
	white-space: nowrap;
	color: #000;
}
#formFields {
	min-width: 100%;
	border: 3px solid #b6e9e6;
	padding: 15px 0px 25px 0px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.selectGroup a {
	width: 80%;
	margin: 4px auto 4px auto;
	padding: 12px 6px 12px 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	font-size: 2rem;
	color: #000;
	text-decoration: none;
	line-height: 100%;
	border: 3px solid #ffe645;
	background: -webkit-linear-gradient(#e6a423, #ffe645); /*Safari 5.1 to 6.0*/
  background: -o-linear-gradient(#e6a423, #ffe645); /*Opera 11.1 to 12.0*/
  background: -moz-linear-gradient(#e6a423, #ffe645); /*Firefox 3.6 to 15*/
  background: linear-gradient(#e6a423, #ffe645);
}
.selectGroup a:hover {
	background: #ffe645;
	font-size: 2rem;
	color: #000;
	text-decoration: none;
	line-height: 100%;
}
.textField { /* overwriting Styles.css */
	font-size: 2rem;
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
.selectBox { /* overwriting Styles.css */
	width: 80%;
	font-size: 2rem;
	padding: 4px auto 10px 20px;
	border: 1px solid #ccc;
	text-align: center;
}
.formButton {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	margin: 15px auto 4px auto;
	padding: 16px 20px 24px 20px;
	text-align: center;
	font-size: 2rem;
	min-width: 40%;
	border: 3px solid #ffe645;
	background: -webkit-linear-gradient(#e6a423, #ffe645); /*Safari 5.1 to 6.0*/
  background: -o-linear-gradient(#e6a423, #ffe645); /*Opera 11.1 to 12.0*/
  background: -moz-linear-gradient(#e6a423, #ffe645); /*Firefox 3.6 to 15*/
  background: linear-gradient(#e6a423, #ffe645);
}
.formButton:hover {background: #ffe645;}
.triangleArrow {position: relative; top: 8px; padding-left: 12px;}

#progressBar {
	height: 20px;
	width: 260px;
	position: relative;
	margin: 20px auto 0 auto;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(../images/progressTri1.png);
	background-repeat: no-repeat;
}
#backLink {
	position: absolute;
	left: -50px;
	font: 12px/normal 'Open Sans', sans-serif;
	top: 2px;
}
#backLink a {
	color: #666;
	text-decoration: none;
	font: 12px/normal 'Open Sans', sans-serif;
	width: none;
	padding: 0px;
	border: none;
	line-height: normal;
}
#backLink a:hover {
	color: #CCC;
	text-decoration: none;
	font: 12px/normal 'Open Sans', sans-serif;
	background: none;
}

#siteseal {background: #1d3562; padding: 18px 0 10px 0; margin-top: 10px;}
/******************** end form stuff ****************************/
