#nav-contact { background-position: left bottom !important; }

h2 {
	color:#626268;
	font-size:27px;
}

label { color: #333; }



#introduction {
	width: 42%;
	float: left;
	padding-top: 10px;
}

#form-container {
	width: 475px;
	float: right;
	font-size: .9em;
	color: #444;
}

#form-container > div {
	padding: 10px 30px;
}

#form-container .error-group { padding: 7px 30px 5px; }

#form-container h2 {
	color: #333;
	padding-bottom: 10px;
}


address { display: inline; }

input { display: block; }


.field input, textarea {
	border: .5px solid #eee;
	padding: 3px;
	border: 1px #777 solid;
	font-size: 1.1em;
}

#name-field, #company-field, #phone-field {
	padding-bottom: 10px;
	width: 48%;
	float: left;
}

#email-field, #website-field {
	padding-bottom: 10px;
	margin-left: 40px;
	width: 38%;
	float: left;
}

#message {
	float: left;
	padding-bottom: 20px;
	width: 100% !important;
	padding-right: 4px;
}

textarea {
	width: 429px;
	height: 100px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
}

.buttons {
	clear: both;
}

.actionbtn, .otherbtn {
	float: right;
	text-align: center;
	display: block;
	width: 80px;
	padding: 5px;
	border: .5px solid #656565;
	background: url(/images/gr-green-btn.png) bottom left repeat-x;
	color: white;
	margin-left: 10px;
}

.actionbtn:hover, .otherbtn:hover {
	background-position: top left !important;
}

#map {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	color: white;
}

#map a {
	color: white;
}

#map h2 {
}

#map-pad {
	padding: 0px 20px 20px;
}

#map-text {
	float: left;
	width: 300px;
}

#map-container {
	padding-top: 10px;
	width: 600px;
	float: right;
}


.error-group {
	border-left: none;
	border-top: none;
	border-right: none;
	margin: 0 0 0 1px;
	color: white;
}


.required {
	position: absolute;
	margin-top: -15px;
}

.orange-box {
	margin-bottom: 0px !important;
}

#orange-box { padding-top: 0px; }