#top-header-left{
	position:absolute;	
	top:0;
	left: 0;
	width:50%; height:144px;
	background: #ff9d33 100% 0;
}
#top-header-right{
	position:absolute;	
	top:0;
	right: 0;
	width:50%; height:144px;
	background: #6f3415  100% 0;
	margin-left:998px;
}


#top-header-img{
	margin:0;
	padding:0;
	position:absolute;
	float:left;
	top:0;
	width:998px;
	height:144px;	
}



#mainCopy{
	clear: both;
	width:998px;
	top:0;
	left: 0;
	margin:0 auto;
	font-size: 13px;
	color: #999;
	line-height:1.4em;
	text-align:justify;
}
#mainCopy span{
	color: #eb6e00;
}

#mainCopy h1{
	letter-spacing: -1px;
	font-size: 38px;
	color: #838383;
}
#leftColumn{
	width:270px;
	margin-top:-10px;
	float:left;	

		
}
#centerColumn{
	width:632px;
	margin-top:-35px;
	margin-left:20px;
	float:left;	
	
}



form {
	margin:auto;
	width:300px;
	margin-top:-295px;
	float:left;	
	text-transform: uppercase;
	letter-spacing:-.2px;


}
input    {
	width:275px;	
	border: 1px solid #999;
	height: 20px;


}

input:focus { 
	background-color: rgba(255,153,0,0.3);
	outline: 0;
}
textarea:focus { 
	background-color: rgba(255,153,0,0.3);
	outline: 0;
}

label, input {
    display: block;
}

label {
	margin-top: 9px;
    margin-bottom: 1px;
}

input#Zip {    
    width:100px;
    margin-left:175px;
}

label[for="Zip"] {
    margin-top:-40px;
    margin-left:175px;
}


textarea {
  width:275px;
}


/* Button Style */
button.submit {
	margin-top:10px;
    background-color: #ff9900;
	border:none;
    color: white;
    padding: 6px 20px;
	font-family: 'Lato', sans-serif;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: .4px;
	font-weight: 600;
	font-size: .8em;

}
button.submit:hover {
    opacity:.7;
    cursor: pointer; 
}


.g-recaptcha{
	margin-top:-122px;
	margin-left:300px;
	float:left;	
}


#main{
	opacity:0;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	nav li{
	     margin-right:21px;
	}
	#footer{
		font-size: 7px;
		letter-spacing: -1px;
	}
	#top{
		margin:10px;
	}
    #mainCopy{
    	margin:10px;
    }

}

@media only screen and (min-device-width : 480px) and (max-device-width : 768px) {
	nav li{
	     margin-right:23px;
	}
	#top{
		margin:10px;
	}
    #mainCopy{
    	margin:10px;
    }

	#centerColumn{
		width:290px;
		margin-left:45px;
	}
	#leftColumn{
		width:290px;
	}
	form {
		float:left;
		width:290px;
		margin-top:220px;
		margin-left:-625px;
	}
	#centerColumn{
		margin-top:-30px;
	}

}


