﻿@font-face {
  font-family: 'FlatBrush';
  src: url('FlatBrush.ttf'); /* IE9 Compat Modes */
}
body {
	margin: 0;
}
header {
	width: 100%;
	height: 100px;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
#logo {
	width: 45%;
	display: inline-block;
	float: left;
	margin-left: 40px;
}
#logo h1 {
	font-family: 'Flat Brush', sans-serif;
	color: #8F6C3B;
	font-size: 72px;
	display: block;
	clear: both;
	margin-bottom: -20px;
	margin-top: 0px;
}
#logo h2 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #000000;
	font-size: large;
	display: block;
	clear: both;
	margin-bottom: 0px;
	font-weight: normal;
}
#contact {
	width: 45%;
	display: inline-block;
	float: right;
	margin-right: 40px;
	margin-top: 15px;
}
#contact p {
	display: block;
	clear: both;
	font-size: medium;
	line-height: 1.2em;
	margin-bottom: 2px;
	width: 100%;
	text-align: right;
}
#contact p a {
	text-decoration: none;
	color: #99762D;
}
#contact img {
	vertical-align: middle;
}
.banner_head, .banner_mid {
	width: 100%;
	height: auto;
	margin: 0px;
	
}
.banner_head img {
	width: 100%;
	height: auto;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #8F6C3B;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #8F6C3B;
}
.banner_mid img {
	width: 23%;
	display: inline-block;
	margin: 5px;
	border: none;
}
.holder {
	width: 90%;
	height: auto;
	margin: 25px auto;
	clear: both;
	display: block;
}
.content {
	width: 60%;
	height: auto;
	display: inline-block;
	float: left;
}
h2 {
	font-family: 'Flat Brush', sans-serif;
	color: #8F6C3B;
	font-size: 24px;
}

p {
	font-size: medium;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #666666;
	margin-bottom: 20px;
	line-height: 1.5em;
}
a {
	color: #8F6C3B;
	text-decoration: none;
}
ul li {
	font-size: medium;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #666666;
	line-height: 1.5em;
}
form {
	padding: 7px;
	border-radius: 7px;
	width: 35%;
	display: inline-block;
	float: right;
	background-color: #E8E7D6;
}
form h1 {
	font-family: 'Flat Brush', sans-serif;
	color: #8F6C3B;
	font-size: 36px;
	margin-top: 0px;
	margin-left: 15px;
}
input, textarea, select {
	width: 97%;
	border: 1px solid #C0C0C0;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	padding: 5px;
}
textarea {
	height: 100px;
}
label {
	border-style: none;
	color: #8F6C3B;
	text-align: left;
	padding: 5px;
	width: 97%;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px;
}
.send {
	background-color: #808080;
	padding: 15px;
	display: block;
	min-height: 50px;
	margin-top: 15px;
	margin-bottom: 5px;
}
input#submit {
	color: #8F6C3B;
	font-size: 12px;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 5px;
	display: block;
	float: left;
	width: 100px;
	vertical-align: middle;
	margin-top: 10px;
}
footer {
	width: 100%;
	height: 40px;
	background-color: #715F5B;
	position: relative;
	display: block;
	clear: both;
	bottom: 0px;
}
footer .left {
	float: left;
	margin-left: 15px;
	font-size: small;
	color: #FFFFFF;
}
footer .right {
	float: right;
	margin-right: 15px;
	font-size: small;
	color: #FFFFFF;

}
footer .right a {
	color: #FFFFFF;
}

/**************************************************** 1024px **************************************************/
@media screen and (max-width: 1024px) {
.banner_mid img {
	width: 20%;
}
.content {
	width: 55%;
}
form {
	width: 30%;
	float: right;
}
form h1 {
	font-size: 24px;
}

}

/**************************************************** 860 **************************************************/
@media screen and (max-width: 860px) {
.content {
	width: 99%;
	margin: auto;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
form {
	width: 95%;
	margin: auto;
	display: block;
	clear: both;
	
}
}


/**************************************************** 720 **************************************************/
@media screen and (max-width: 720px) {
header {
	height: 170px;
}
#logo {
	display: block;
	clear: both;
	margin: 0px auto;
	float: none;
	width: 100%;
	text-align: center;
}
#logo img {
	width: 40%;
	margin: auto;
}
#contact {
	display: block;
	clear: both;
	margin: 5px auto;
	float: none;
	width: 50%;
	text-align: center;
}
#contact p {
	text-align: center;
}
}


/**************************************************** 640 **************************************************/
@media screen and (max-width: 640px) {
footer .left, footer .right {
	float: none;
	margin: auto;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	
}
footer {
	height: 50px;

}

 }
