@charset "UTF-8";
/*silver #A0A09F, cyan #7ED0E0, 30% cyan #F5F0E9, purple #336699, 30% purple #E4E1F3*/

/***** sticky footer stuff *************/
html, body {height: 100%;}
#above {
	min-height: 100%;
	/*height: 100%; for below-the-fold effect, uncomment this*/
	/*margin-bottom: -100px;*/
}
#above * {margin-bottom: 0; margin-top: 0;}
#above p {margin: 1.12em 0;}
/*#push {height: 100px;}*/
/*footer {height: 84px;}*/ /* footer has 8px top and bottom padding */
/***** end of sticky footer stuff *******/

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #F5F0E9;
}
header, main, footer {display: block;}
#topBox {
	position: relative;
	text-align: center;
	/* @ 670 swwitch to big pic */
	background-image: url(../images/ThinkstockPhotos-515815310_640x360.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
header {
	max-width: 984px;
	margin: 0 auto;
	padding: 4px 0px 4px 0px;
	background: #fff;
	text-align: center;
	color: #000;
}
header a {text-decoration: none; color: #000;}
#headerText {
	display: block;
	position: relative;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 4px;
}
#logo {position: relative; display: none; padding-top: 8px; top: 2px;}
header img {border: none;}

#logotype {
	font-size: 1.4rem;
	font-weight: 700;
	font-style: normal;
	padding: 10px 0 0 0;
	display: inline;
}
#tagline {
	font-style: italic;
	display: none;
	font-size: 1.4rem;
	white-space: nowrap;
}

.single {
	max-width: 700px;
	margin: 0 auto;
	padding: 15px 15px 60px 15px;
	text-align: left;
}
.single h1 {padding: .67rem 0; line-height: 1.0;}
h1 {padding: 0 8px; font-size: 1.6rem; line-height: 1.0; text-align: center;}
h2 {color: #336699;}

main {text-align: center;}
main p {text-align: left;}
main.single {padding-top: 20px;}

.iBlock {
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.darken {
	background-color: rgba(0,0,0,0.6);
	padding: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
#headline {font-size: 3.0rem; line-height: 1.1; font-weight: normal;}
button {
	min-width: 200px;
	margin: 15px auto 4px auto !important;
	padding: 16px 20px 16px 20px;
	background: #FFDF00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	font-size: 2.0rem;
	font-weight: 700;
	cursor: pointer;
}
button:hover {background: #FFEF33;}

.contentPic {float: none; text-align: center; padding: 0;}
.contentPic img {max-width: 100%;}
.middle {text-align: center; padding: 0 8px; font-style: italic; font-size: 1.6rem; line-height: 1.0; margin-bottom: .67rem;}

.whiteGround {background: #fff; border-bottom: 2px solid #336699;}
.ltGrayGround {
	background-color: #E8E9EE;
	border-top: 2px solid #336699;
}
.grayGround {background-color: #F5F0E9;}
.container1000 {max-width: 1000px; margin: 20px auto 0 auto; text-align: center;}
.iBlock4 {
	display: inline-block;
	width: 225px;
	margin: 0 10px;
	vertical-align: top;
}
.iBlock3 {
	display: inline-block;
	max-width: 250px;
	min-height: 0;
	margin: 20px;
	vertical-align: top;
	border: 1px solid #999;
	padding: 0 15px 15px 15px;
	background-color: #FAFACE;
}
.boldText {font-weight: 700;}
.clearing {clear: both; height: 0;}
.dontBreak {white-space: nowrap;}

.smallPrint {
	font-size: .7rem;
	color: #333;
	line-height: 1.2;
	padding: 0 8px;
}
.smallPrint a {text-decoration: none; color: #333;}
.smallPrint a:hover {text-decoration: none; color: #999;}

.following {
	margin: 0 auto;
	padding: 8px 15px 73px 15px;
	text-align: center;
	font-size: .7rem;
	background-color: #C9C7CA;
	border-top: 2px solid #336699;
}
.following a {
	text-decoration: none;
	color: #000;
	border-right: 1px solid #999;
	padding: 0 12px 0 8px;
	line-height: 1.4rem;
	white-space: nowrap;
}
.following a:hover {text-decoration: none; color: #666;}
.following a:last-child {border: none;}

.fixed {
	position: fixed;
	right: 0; bottom: 0; left: 0;
	padding: 6px 15px;
	text-align: center;
	font-size: .7rem;
	background-color: #C9C7CA;
	border-top: 2px solid #336699;
}
.fixed a {
	text-decoration: none;
	color: #000;
	border-right: 1px solid #999;
	padding: 0 12px 0 8px;
	line-height: 1.4rem;
}
.fixed a:hover {text-decoration: none; color: #666;}
.fixed a:last-child {border: none;}


@media screen and (min-width: 350px) {
	header {padding: 2px 8px;}
}
@media screen and (min-width: 560px) {
	header {text-align: left;}
	#logo {display: inline;}
	#logotype {padding-right: 40px;}
	#tagline {display: inline;}
	#topBox {background-position: center center;}
	.contentPic {float: right; padding: 0 0 10px 8px;}
	#headline {font-size: 3.8rem;}
	.middle {line-height: normal;}
	h1 {font-size: 2.0rem; line-height: normal;}
	.fixed a {line-height: normal;}
}
@media screen and (min-width: 600px) {
	header {padding: 8px;}
}
@media screen and (min-width: 670px) {
	#topBox {
		background-image: url(../images/ThinkstockPhotos-515815310_1600x900.jpg);
	}
	.darken {padding: 40px;}
	.single {padding: 40px 8px;}
	.Block3 {min-height: 225px; padding: 0 15px;}
}

/*********************** survey stuff ************************/
#survey .selectBox {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 36px;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}

.checkChoice {margin-right: 20px; white-space: nowrap;}
.radioChoice {margin-right: 20px; white-space: nowrap;}
/*#survey input[type="checkbox"] {position: relative; top: -2px; left: -2px;}*/
#survey input[type="checkbox"], #survey input[type="radio"] {
	position: relative;
	top: 2px;
	left: -2px;
	width: 15px;
	height: 15px;
}
.boldType {font-weight: 700;}

#survey .textField {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 36px;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}
#survey .textArea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-size: 1rem;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}
/********************** end of survey ************************/

/***************** beginning of policy pages *******************/
#contactBox {
	max-width: 300px;
	margin: 15px 0px 8px 0px;
	padding: 4px 10px 10px 10px;
	background: #F5F5F5;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#captcha {border:1px solid #000; float:left; margin:10px 10px 10px 0px;}
#captchaRefresh {width:30px; float:left; padding: 5px 5px 5px 0px; }
#captcha_code {width:70px; border:1px solid #000; margin:10px 10px 10px 5px;}
/******************** end of policy pages **********************/


