@charset "UTF-8";
/* CSS Document */

html, body, #container {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #acb174;
	font-family: Georgia, Times, serif;
	background-image: url(../images/logographicsmall.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1em;
	font-weight: normal;
	background-attachment: fixed;
}
#headline {
	width: 570px;
	clear: both;
	padding-top: 8%;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#content { padding-bottom: 6em; }
#footer { clear: both; position: relative; z-index: 10; height: 6em; margin-top: -10em; }

#quote  h2 {
	color: #acb174;
}

#mainnav {
	width: 887px;
	float: left;
	clear: left;
	padding-top: 8%;
	padding-left: 8%;
}
p {
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
li {
	list-style-position: outside;
	list-style-type: none;
	color: #111;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}
ul {
	color: #111;
}
#nav1 {
	width: 275px;
	margin-right: 20px;
	float: left;
}
#nav2 {
	width: 275px;
	margin-right: 20px;
	float: left;
}
#nav3 {
	float: left;
	width: 275px;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 110%;
	margin: 0px;
	padding: 0px;
}


h2 {
	padding: 0px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	line-height: 1.5em;
	font-weight: bold;
}
.darkgreen {
	color: #767850;
}

a:link {
	color: #111;
	text-decoration: none;
	padding-top: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
	padding-top: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	color: #fff;
	text-decoration: none;
	padding-top: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:active {
	color: #fff;
	text-decoration: none;
	padding-top: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h3 {
	background-color: #767850;
	font-size: 1.5em;
	padding: 5px;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	color: #FFF;
	font-weight: normal;
}

#quote {
	padding: 1em;
	width: 446px;
	background-color: #767850;
	float: right;
}
#quote p {
	color: #FFFFFF;
	padding-bottom: 0em;
}

