@import url("fonts/stylesheet.css");
@charset "utf-8";
/* CSS Document */
.clearfix {clear:both;}
* {margin:0;padding:0;border:0;}
:focus {outline:0; /*removes the dotted border*/}

ul li {margin: 0;padding: 0;list-style: none;}
h1, h2, h3, h4 {margin: 0;padding: 0;font-weight: normal;}
.nobg {background: none !important;}
.no-margin {margin:0 !important;}

.float-l {float: left;}
.float-r {float: right;}
.t-center {text-align:center;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
img, a img {border: 0;}
a {text-decoration: none;}
a { color: #fcb825;}
a:hover {border-bottom: 1px dotted #fcb825;}

.round5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
p { margin-bottom: 15px;}
/************************/
body {
	color: #eff7ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #d5ddd2 url(images/bg.jpg) center top no-repeat;
	-moz-background-size: cover;
	background-size: cover;	
}
	@media only all and (max-width: 1024px) and (max-height: 768px) { /* Important: 1024x768px has the same ratio as 1280x960px */
		body {	
		-moz-background-size: 1024px 768px;
		background-size: 1024px 768px;
		}
	}

div#container {
	width: 100%;
	border-top: 1px solid #ffffff;
}
div.wrap,
header {
	width: 960px;
	margin: 0 auto;
}
header {
	display: block;
	font-size: 15px;
	overflow: auto;
	min-height: 170px;
	padding: 10px 0;
	font-family: 'boogalooregular';
	color: #ffffff;
}
header .logo {
	background: url(images/wenatcheeplow.png) no-repeat;
	width: 230px;
	height: 170px;
	display: block;
	float: left;
}
header a {
	color: #ffffff;
}
header a:hover {
	color: #fff600;
	border-bottom: none;
}
header p {
	float: right;
	display: block;
	text-align: right;
	font-size: 52px;
	padding: 10px 20px 0 20px;
	letter-spacing: -2px;
}
header p span {
	display: block;
	font-size: 24px;
	margin-top: -10px;
	letter-spacing: normal;
}
ul#nav {
	float: right;
	clear: right;	
	font-size: 24px;
	background: #3888b9;
	padding: 15px 20px;
	margin-top: 5px;
	text-transform: uppercase;
}
ul#nav li {
	display: inline-block;
}
ul#nav a {
	color: #b3e3ff;
	padding: 10px 10px;
}
ul#nav a:hover {
	color: #ffffff;
	
}
ul#nav li:nth-child(2) {
	margin: 0 20px;	
}

/************************* footer */
footer {
	background: url(images/bg-footer.png);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 20px;
}
footer ul {
	float: right;
}
footer li {
	display: inline-block;
	margin: -20px 0 0 4px;
}
footer a {
	color: #ffffff;
}
/************************ content */
#content {
	background: url(images/bg-content.png);
	padding: 40px 30px 20px 30px;
	line-height: 20px;
	overflow: auto;
}
#content img {
	padding: 10px 0 10px 30px;
}
h1 {
	font-size: 38px;
	font-family: 'fjalla_oneregular';
	letter-spacing: -1px;
	color: #fcb825;
	margin-bottom: 25px;
}
/* contact *******************************/
.contact {
	float: left;
	width: 500px;
	margin: 20px 0 0 40px;
	padding: 5px 20px 10px 0;
}
.contact span.red {
	color:#ff0000;
}
.contact p.reqrd {
	margin:25px 0;
	font-size:11px;
}
.contact div {
	width:100%;
	height:auto;
	float:left;
	margin:0 0 10px 0 !important;
}
.contact div.button {
	margin:10px 0 10px 270px !important;
	width:auto !important;
}
.contact label {
	width:120px;
	display:block;
	height:auto;
	float:left;
	font-size:14px;
	padding:5px 0 0;
	margin:0 40px 0 0;
}
.contact label.note {
	width:100%;
	display:block;
	height:auto;
	float:left;
	font-size:14px;
	padding:5px 0;
	margin:0 50px 0 0;
}
.contact label.error {
	width:auto;
	clear:both;
	float:left;
	display:block;
	height:auto;
	padding:5px 0;
	color:#ff0000;
	font-size:12px;
	font-style:italic;
	margin:0 0 0 175px;
}
.contact input,
.contact select, 
.contact textarea {
	background:#f5f2e5;
}
.contact input {
	padding: 5px 6px;
	width: 300px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.contact select {
	padding: 6px 3px;
	width: 300px;
}
.contact textarea {
	padding: 6px 6px;
	width: 300px;
	height: 140px;
	resize: vertical;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.contact input.button {
	background: #4693cc;
	color: #e1e1e1;
	display: block;
	width: 312px;
	height: 42px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
	padding: 12px 0 16px 0;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.contact input.button:hover {
	background: #1f6da6;
}
.contact-support {
	float: left;
	width: 300px;
	padding: 40px 0 0 10px;
	line-height: 1.3em;
	font-size: 18px;
}
.contact-support h3 {
	margin-top: 5px;
	font-size: 15px;
}
.contact-support h3 span {
	font-weight: bold;
}
