#home_image img {
	content: url(/images/uploads/contact_shell.jpg);
}

#header {
	border-bottom: 1px solid #540500;
}

#header_logo {
	color: #540500;
}


ul#nav li a {
	color: #ba5e22;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li a:active {
	color: #fff;
	background-color: #ba5e22
}

#content h1 {
	color: #540500;
}


#content a, .copyright a {
	color: #ba5e22;
}

#content a:hover, #content a:focus, #content a:active, .copyright a:hover, .copyright a:focus, .copyright a:active {
	color: #FFF;
	background-color: #ba5e22;
}

.facebook, .linkedin {
	background-color: #ba5e22 !important;
}

input[type=submit] {
	border: 1px solid #82270C;
	padding: 3px;
	width: 20.5em;
	margin: 10px 0 0 9em;
	display: block;
	font-family: "Cabin", Helvetica, serif;
	font-size: 100%;
	font-style: italic;
	color: white;
	background-color: #ba5e22;
}

.captcha {
	margin-left: 9em;
	display: block;
}

.contact-us-form {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.contact-us-form div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}

.contact-us-form #submit {
	justify-self: flex-end;
}

#submit {
	margin: 0 !important;
}
ul.errors {
    margin-right: 40px;
}
ul.errors li {
    width: 100% !important;
    display: inline-block;
    text-align: right;
}
