/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial;
}

div, td, span, p { font-size: 12px; }

ol, ul {
	list-style-type: none;
}

html {
	background: #666666;
}

img {
	border: 0px;
}

a:visited {
	color: blue;
}

#wrapper {
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -397px;
	width: 794px;
	height: 700px;
}
.drop_shadow {
	background-image: url(/images/farm_shadow.png);
	_background-image: url(/images/farm_shadow.jpg);
	height: 700px;
	width: 77px;
}
#container {
	float: left;
	position: absolute;
	width: 758px;
	left: 50%;
	margin-left: -379px;
	overflow: hidden;
}
/*#########################################*/
/* Begin top */
#header {
	float: left;
	width: 758px;
	height: 127px;
	overflow: hidden;
}
#banner {
	float: left;
	overflow: hidden;
	width: 758px;
	height: 98px;
	background-image: url(/images/mithoefer_header.jpg);
}
#nav {
	float: left;
	overflow: hidden;
	width: 758px;
	height: 30px;
	/* margin: top right bottom left; */
	background: #90ab82;
}
#nav a {
	float: left;
	overflow: hidden;
	width: 108px;
	height: 30px;
	line-height: 28px;
	color: black;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/navbar.jpg);
}
#nav a:hover { 
	background-image: url(/images/navbar_hover.jpg); 
} 
/*End Header*/

/*	Middle wrapper is here so that the sidebar
	will extend all the way down to the footer
	along with the content div */
#middle_wrapper {
	float: left;
	width: 758px;
	background: #ccff66;
}

/* Begin Sidebar */
#sidebar {
	float: left;
	overflow: hidden;
	width: 155px;
	background: #ccff66;
}
#sidebar_header {
	float: left;
	overflow: hidden;
	width: 603px;
	height: 75px;
	background-image: url(/images/graphic_flock.jpg);
	background-repeat: repeat-x;
}
#sidebar_table {
	float: left;
	overflow: hidden;
	width: 125px;
	margin: 20px 20px 20px 10px;
	display: inline;
	font-size: 13px;
	line-height: 14px;
}
/* End sidebar */

/*Being Middle*/

#content {
	float: left;
	width: 603px;
	background: white;
}
	#content p {
		float: left;
		width: 563px;
		margin: 0 20px 10px 20px;
		_margin: 0 10px 5px 10px;
	}
	#content li {
		font-style: italic;
		list-style-type: circle;
	}
	#content ul {
		float: left;
		margin-left: 50px;
		_margin-left: 25px;
		display: inline;
	}

#dorsets {
	float: left;
	width: 563px;
	margin: 0 20px 10px 20px;
	display: inline;
	font-size: 12px;
}
	#dorsets h2 {
		font-size: 16px;
		font-family: arial;
		font-weight: bold;
	}
	#dorsets td {
		vertical-align: top;
		border: 1px solid #c0c0c0;
		padding: 10px;
	}

#farm_tour {
	float: left;
	width: 448px;
	height: 431px;
	margin: 0px 78px 20px 77px;
	_margin: 0px 39px 10px 77px; /* IE Hack */
	border: 3px solid #99cc33;
}
div.tour_text {
	width: 424px;
	margin: 0px 10px 0px 10px;
	_margin: 0px 10px 0px 10px; /* IE Hack */
	font-style: verdana;
	font-size: 14px;
	color: #414b32;
}
#map {
	float: left;
	width: 543px;
	margin: 0px 40px 0px 20px;
	_margin: 0px 20px 0px 20px; /* IE Hack */
	display: inline;
}
table.highlights {
	float: left;
	width: 200px;
	text-align: left;
}
	.highlights th {
		color: #414b32;
		font-style: bold;
		vertical-align: top;
	}
	.highlights td {
		vertical-align: top;
	}
#contact_us {
	float: left;
	width: 403px;
	margin: 0 80px 20px 120px;
	_margin: 0 40px 10px 60px;
	text-align: left;
	vertical-align: top;
}
	#contact_us td {
		padding: 5px;
		vertical-align: top;
	}
	#contact_us th {
		color: #414b32;
		padding: 5px;
		font-style: bold;
		vertical-align: top;
	}

/* Results tables */
table.results_table {
	float: left;
	width: 250px;
	margin: 10px 0 0 0;
	_margin: 5px 0 0 0; /* IE Hack */
	font-family: arial;
	font-size: 10px;
	text-align: center;
	border: 1px solid #c0c0c0;
}
.results_table th {
	font-size: 14px;
	font-style: italic;
	border: 1px solid #c0c0c0;
	padding: 2px;
}
.results_table td { 
	background: #dffdc1; 
	border: 1px solid #c0c0c0;
	padding: 2px;
}

table.results_table2 {
	float: left;
	width: 347px;
	margin: 10px 128px 0 128px;
	_margin: 5px 64px 0 64px; /* IE Hack */
	font-family: arial;
	font-size: 10px;
	text-align: center;
	border: 1px solid #c0c0c0;
}
.results_table2 th {
	font-size: 14px;
	font-style: italic;
	border: 1px solid #c0c0c0;
	padding: 2px;
}
.results_table2 td { 
	background: #dffdc1; 
	border: 1px solid #c0c0c0;
	padding: 2px;
}

th.green { background: #dffdc1; }
th.indigo { background: #d7d7ff; }
th.yellow { background: #ffffcc; }
th.grey { background: #f2f5ff; }

td.green { background: #dffdc1; }
td.indigo { background: #d7d7ff; }
td.yellow { background: #ffffcc; }
td.grey { background: #f2f5ff; }
/* End results tables */

/* Middle for index.php */
#middle {
	float: left;
	overflow: hidden;
	width: 758px;
	height:282px;
}
#picture {
	float: left;
	width: 758px;
	height: 282px;
	background: #00000s0;
	background-image: url(/images/bg_farm.jpg);
}
#flash_container {
	float: left;
	width: 274px;
	height: 282px;
}
#welcome {
	float: left;
	overflow: hidden;
	width: 449px;
	height: 160px;
	margin: 80px 25px 0 10px;
	_margin: 80px 12.5px 0 5px;
	color: white;
	font-size: 13px;
}

/* End middle for index.php */

/*End Middle*/

#separator {
	float: left;
	width: 758px;
	height: 23px;
	background-image: url(/images/separator.jpg);
}

/*Begin Bottom*/

#bottom {
	float: left;
	overflow: hidden;
	width: 758px;
	height: 60px;
	background: #99cc00;
	background-image: url(/images/bg_shadow.jpg);
	background-repeat: repeat-x;
}

/* Bottom for index.php */
#bottom_index {
	float: left;
	overflow: hidden;
	width: 758px;
	height: 265px;
	background: #99cc00;
	background-image: url(/images/bg_shadow.jpg);
	background-repeat: repeat-x;
}
	#titan {
		float: left;
		width: 326px;
		height: 165px;
		margin: 25px 216px 0 216px;
		display: inline;
	}
	#text {
		float: left;
		width: 100%;
		margin-top: 20px;
		display: inline;
		font-weight: bold;
		font-size: 14px;
		font-family: arial;
	}
/* End Bottom for index.php */

#footer {
	float: left;
	overflow: hidden;
	width: 758px;
	height: 32px;
	background-color:#cccc00;
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	vertical-align: middle;
	color: black;
}
#footer a {
	color: black;
}

/*End Bottom*/


table.sheep { width: 250px; }
table.sheep th { background: #777777; color: white; font-weight: bold; }
table.sheep td { background: #bfbfbf; padding: 3px; }