html{
	height: 100%;
	margin:0;
	padding:0;
}
body {
	background: #000000 url(images/background.jpg) no-repeat fixed center top;
	height: 100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #ADCCDC;
}
h2#logo {
	height: 30px;
	width: 365px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	text-align: center;
	background: url(images/header.png) no-repeat center bottom;
}
h3 {
	color: #ADCCDC;
	font: normal 18pt Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#circle {
	background-image: url(images/buckwheat.png);
	background-repeat: no-repeat;
	height: 188px;
	width: 189px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: -95px;
	margin-bottom: -50px;
}
#circle.rig {
	background-image: url(images/rig.png);
}
#circle.trees {
	background-image: url(images/trees.png);
}
#circle.towers {
	background-image: url(images/towers.png);
}
#circle.pumpjack {
	background-image: url(images/pumpjack.png);
}

#menu {
	list-style-type: none;
	position: relative;
	height: 38px;
	width: 605px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #3F5E23 url(images/menubar.jpg) no-repeat;
}


#menu a {
	text-decoration: none;
	text-align: center;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	width: 85px;
	color: #ADCCDC;
	font: italic normal 1.1em Georgia, "Times New Roman", Times, serif;
}


#menu li {
	display: block;
	float: left;
	text-align: center;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #56823B;
	margin-top: 5px;
	left: 100px;
	clip: rect(auto,auto,auto,100px);
}


#menu .first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 33px;
}
#menu a:hover, #menu .current a {
	color: #FFFFFF;
}

#footer {
	width: 605px;
	margin-right: auto;
	margin-left: auto;
}
#footer h3 {
	background: url(images/footer.png) no-repeat center center;
	height: 55px;
	width: 485px;
	margin: 0px auto;
	padding: 0px;
}


.hide {
	margin-left: -9999px;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
}

#container {
	width: 605px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFFFFF url(images/background1.png) repeat-y;
}
blockquote {
	font-size: 1.1em;
	text-align: center;
	color: #405F24;
	font-weight: bold;
}

#content {
	padding-right: 90px;
	min-height: 190px;
	padding-left: 90px;
	padding-top: 15px;
	padding-bottom: 35px;
}
#content li{
	padding: 5px 0;
}
#content .title{
	display:block;
	float:right;
	width: 260px;
	margin-right:10px;
}
#logo span {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 90px;
	width: 365px;
	left: 0px;
	top: 0px;
}
.line {
	position: absolute;
	left: 364px;
	top: 105px;
}
.center {
	text-align: center;
}

.float {
	text-align: right;
	position: absolute;
	left: 689px;
	top: 363px;
}

.over {
	z-index: 1;
}

.middle {
	text-align: center;
	padding-bottom: -500px;
}
#content a {
	color: #405F24;
	text-decoration: none;
}
#content a:hover {
	color: #2B6980;
	text-decoration: underline;
}

h9 {
	color: #FF0000;
}
#container #content #style #elink {
	text-decoration: none;
}
#container #content #link {
	text-decoration: none;
}
#container #content #style .strong {
	text-align: center;
	background-position: center center;
}
#MapBuilder {
	float: right;
	border: 4px solid #B8D9E7;
	margin-top: 30px;
	margin-right: 0px;
	text-align: center;
}
