body{
	font-family: 'Roboto', sans-serif;
	width:100%;
	margin:0;
	padding:0;
	display:block;
}
#wrapper{
	width:100%;
	overflow:hidden;
}
img {
	max-width:700px;
	width:100%;
	margin:0 auto;
	display:block;
}
h1{
	text-align:center;
	font-size:50px;
	font-weight:700;
	color:#216CC0;
	margin-top:50px;
}
h3{
	text-align:center;
	font-size:30px;
	font-weight:700;
}
@media only screen and (max-width: 980px) {
	.contactform {
		width:80% !important;
		margin:4% !important;
	}
	input[type=submit] {
		margin:0 auto;
		padding:20px;
		width:100%;
	}
}
/* ------------------- Content Top------------------------*/

.formfield{
	margin-top:10px;
	display:block;
	width:100%;
	font-weight:700;
}
header {
	max-width: 972px;
	width:100%;
	margin:0 auto;
}
#content {
	max-width: 972px;
	width:100%;
	margin: 0 auto;
}

/* ------------------- Form ------------------------*/

a {
	text-decoration:none;
	font-weight:700;
	color:#226DC0;
	font-size:16px;
}
a:hover {
	color:#0E7AF2;
}

input[type=text]:focus {
	outline: none; 
	border:1px solid #66d724;
}
input[type=tel]:focus {
	outline: none; 
	border:1px solid #66d724;
}
input[type=email]:focus {
	outline: none; 
	border:1px solid #66d724;
}
input[type=number]:focus {
	outline: none; 
	border:1px solid #66d724;
}
input[type=submit]:focus {
	outline: none; 
}
.contactform {
	max-width: 400px;
	width:100%;
	margin:0 auto;
	display:block;
}
.contactformmessage {
	text-align:left;
	padding-bottom:10px;
	font-size:14px;
	max-width: 600px;
	margin:0 auto;
	line-height:22px;
	font-weight:700;
	color:#2E2E2E !important;
	padding:0 20px;
}
.antispammessage {
	margin:20px auto;
	padding:10px;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	font-weight:bold;
}
.contactform #First_Name {
	letter-spacing:1.5px;
	font-size: 24px;
	color: #2b3034;
	background-color: #F2F2F2;
	padding:8px;
}
.contactform #Last_Name {
	letter-spacing:1.5px;
	font-size: 24px;
	color: #2b3034;
	background-color: #F2F2F2;
	padding:8px;
}
.contactform #Email_Address {
	letter-spacing:1.5px;
	font-size: 24px;
	color: #2b3034;
	background-color: #F2F2F2;
	padding:8px;
}
.contactform #Telephone_Number {
	letter-spacing:1.5px;
	font-size: 24px;
	color: #2b3034;
	background-color: #F2F2F2;
	padding:8px;
}
.contactform #AntiSpam {
	letter-spacing:2px;
	font-size: 20px;
	color: #2b3034;
	background-color: #F2F2F2;
	padding:8px;
}
input[type=submit] {
	background: transparent url("../images/applyall.png") 0 0 no-repeat;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	height: 82px; /* height of the background image */
	width: 262px; /* width of the background image */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	background-position: bottom;
}
input[type=submit]:hover {background-position: 0 0;}

#thankyoumessage h2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 53px;
	color: #a70000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#thankyoumessage p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 25px;
	color: #2b3034;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 10px;
}