body{
	padding:0;
	margin:0;
	font-family: 'AmbleLight', arial, helvetica, sans-serif;
	color: #333333;
}

a:link, a:visited, a:active{
	color: #fff600;
	text-decoration: none;
}
a:hover{
	color: #78c8f8;
	text-decoration: underline;
}


a:link.textLinksOnGray, a:visited.textLinksOnGray, a:active.textLinksOnGray{
	color: #27b0e7;
	text-decoration: none;
}
a:hover.textLinksOnGray{
	color: #000000;
	text-decoration: underline;
}




#header{
	background-color: #666666;
	height: 90px;
	overflow: hidden;
}

.underHeader{
	height:180px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	border-bottom: 1px dashed #ccc;
}

@font-face {
	font-family: 'AmbleLight';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	src: url('/fonts/Amble-Light-webfont.eot');
	src: url('/fonts/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Amble-Light-webfont.woff') format('woff'),
	url('/fonts/Amble-Light-webfont.ttf') format('truetype');
}

.buttons{
	color: #78c8f8;
	font-size:20px;
	margin-right: 30px;
}

.buttons:hover{
	color: #fff600;
	font-size:20px;
	margin-right: 30px;
	cursor: pointer;
}


.resultsMsg{
	font-size:22px;
	color:#000;
	position: relative;
	width:99%;
	background: #FFFF33;
	padding:10px;
	margin-bottom:20px;
	text-align: center;
}

.bigHomeMessage{
	font-size:43px;
	color:#000;
	position: absolute;
	z-index: 100;
	margin-top: 30px;
	margin-left:20px;
	text-shadow:0px 0px 4px #ffffff;
	letter-spacing: -2px;
}

.mainContainerWhite{
	background: #ffffff;
	min-height: 100px;
	clear: both;
	color: #999999;
}

.mainContainerGray{
	background: #efefef;
	min-height: 200px;
	clear: both;
}

.mainContainerFooter{
	background: #666666;
	min-height: 200px;
	clear: both;
	color: #ffffff;
}

.insideBox{
	width:980px;
	margin: 0 auto;
	padding: 40px 0;
}

.leftSide{
	line-height: 30px;
	font-size: 20px;
}
.rightSide{
	line-height: 30px;
	font-size: 20px;
}

.insidePadding{
	padding:10px;
}

.headingText{
	font-size:26px;
	color: #00a2e3;
}

.headerLogo{
	width:400px;
	border: none;
	outline: none;
	margin:0;
	cursor: pointer;
}

.hide_onDesktopBlock, .hide_onDesktopInline{
	display:none;
}


.textBlock{
	margin-top:20px;
	font-size: 15px;
	line-height: 24px;
}


.formStyleButton{
	color:#5e5e5e;
	background-color:#FFFFCC;
	border:1px solid #dedede;
	font-size:13px;
	padding:11px 10px 12px 10px;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}

.formStyle{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #dedede;
	font-size:13px;
	padding:11px 10px 12px 10px;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}
.formStyle:hover, .formStyleButton:hover{
	color:#5e5e5e;
	background-color:#f2f2f2;
	border:1px solid #00a2e3;
	font-size:13px;
	padding:11px 10px 12px 10px;
	transition: all 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.formStyle:focus, .formStyle:active{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #fe2f2f;
	font-size:13px;
	padding:11px 10px 12px 10px;
	transition: all 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}


.lineItem{
	margin:5px 0;
	background: #f2f2f2;
	padding:5px 0;
}

.lineItem:hover{
	margin:5px 0;
	background: #FFFFCC;
	padding:5px 0;
	cursor: pointer;
}

/* ///////////////////////////////////////        Spreads and Heights        /////////////////////////////////////// */


.spread_1to1{
	width:100%;
	margin:0;
	padding:0;
}

.spread_70{
	width:70%;
	margin:0;
	padding:0;
	float:left;
}

.spread_30{
	width:30%;
	margin:0;
	padding:0;
	float:left;
}

.spread_3to1{
	width:33%;
	margin:0;
	padding:0;
	float:left;
}


.spread_2to1{
	width:50%;
	margin:0;
	padding:0;
	float:left;
}

.spread_4to1{
	width:25%;
	margin:0;
	padding:0;
	float:left;
}

.spread_4to2{
	width:25%;
	margin:0;
	padding:0;
	float:left;
}

.height_setToFull{
	min-height:1px;
}

.centerTextFromLeft{
	text-align: left;
}


/* ///////////////////////////////////////       Media Queries     /////////////////////////////////////// */




@media screen and (max-width: 600px) {


	.headerLogo{
		width:90%;
		border: none;
		outline: none;
		margin:0 auto;
	}


	.insideBox{
		width:100%;
		margin: 0 auto;
		padding: 40px 0;
	}

	.bigHomeMessage{
		font-size:24px;
		color:#000;
		position: relative;
		margin-top: 10px;
		margin-left:0;
		z-index: 100;
		text-shadow:0px 0px 4px #ffffff;
		letter-spacing: -2px;
		text-align: center;
	}


	.underHeader{
		padding: 0;
		margin: 0;
		position: relative;
		border-bottom: none;
		height: auto;
		overflow: visible;
	}

	.centerTextFromLeft{
		text-align: center;
	}

	/* ///////////////////////////////////////        Spreads and Heights         /////////////////////////////////////// */

	.spread_2to1{
		width:100%;
		margin:0;
		padding:0;
		float:left;
	}

	.spread_3to1{
		width:100%;
		margin:0;
		padding:0;
		float:left;
	}

	.spread_4to2 img{
		width:100%;
	}

	.spread_70{
		width:100%;
		margin:0;
		padding:0;
		float:left;
	}

	.spread_30{
		width:100%;
		margin:0;
		padding:0;
		float:left;
	}

	/* ///////////////////////////////////////       Hides and Shows      /////////////////////////////////////// */


	.hide_onMobile{
		display:none;
	}

	.hide_onDesktopBlock{
		display:block;
	}

	.hide_onDesktopInline{
		display:inline-block;
	}

	/* ///////////////////////////////////////       Add/Remove Padding      /////////////////////////////////////// */

	.padding_onMobile_moreHeight{
		padding-top:10px;
		padding-bottom:10px;
	}

	.padding_onMobile_moreWidth{

	}

}