@charset "UTF-8";
/* CSS Document */

#container {
	width: 980px;
	margin: auto;
	background-color: #FFF;
}
#content {
	text-align: left;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#footer {
	font-size: 90%;
	text-align: center;
	background-color: #786851;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright {
	font-size: 75%;
}
#footer a:link, a:visited {
	color:white;
	font-weight:bold;
	text-decoration: none;
}
#footer a:hover, a:active {
	color:white;
	font-weight:bold;
	text-decoration: underline;
}
.whiteSpace {
	background-color: #FFF;
	height: 100px;
}
.menuBar {
	background-color: #78684F;
	float: right;
	text-align: right;
	vertical-align: bottom;
}
.floatLeft {
	float: left;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	font-size: 1em;
}
h1 {
	font-size: 120%;
}
li {
	list-style-image: url(images/bullet.jpg);
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.floatRight {
	float: right;
}
#homeImage {
	background-image: url(images/home_farmhouse2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 393px;
	width: 980px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	line-height: 20px;
}
