@charset "utf-8";
* {
	margin: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #5F95CB;
	text-decoration: underline;
}


/* CSS Document */

body {
	background-color: black;
	background-image:url(images/Millbrook-bkg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center top;
}
.top {
	width: 967px;
	margin-right: auto;
	margin-left: auto;
	height: 112px;
	padding-bottom: 10px;
}
#logo  {
	width: 450px;
	margin-top: 40px;
	margin-left: 30px;
}
.banner {
	width: 967px;
	margin-right: auto;
	margin-left: auto;
	height: 281px;
	background-color: #FFF;
}
.mission {
	width: 967px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri;
	color: #FFF;
	font-size: 19px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.container {
	width: 967px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri;
	color: #FFF;
}
.container h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f95cb;
	font-size: 20px;
	text-transform: uppercase;
}
.container p {
	font-size: 20px;
	padding-top: 10px;
}
.container #block {
	min-height: 225px;
}


.container #find-us {
	width: 463px;
	min-height: 150px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.container #contact {
	width: 463px;
	min-height: 150px;
	float: left;
	margin-left: 15px;
	margin-bottom: 25px;
}
.container #contact-form  {
	width: 460px;
	min-height: 200px;
}
.footer {
	height: 100px;
	width: 967px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
	font-family: Calibri;
	color: #FFF;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5f95cb;
	margin-top: 20px;
}
.body textarea {
	width: 440px;
	padding: 5px;
}
.body input {
	width: 440px;
	height: 30px;
	padding: 5px;
}
#submit {
	margin-top: 20px;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
