/* http://meyerweb.com/eric/tools/css/reset/ */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* end of reset */








body {
background: #fff   url(images/bg_fence.jpg) no-repeat;
background-position: top center;
background-attachment: fixed;

}
p {
margin-top: 7px;
}



a {
color: black;

}

a:hover {
color: #774323;
}



#wrapper {
width: 1023px;
	position: relative;
	margin: 0 auto;
}


#header {
width: 1023px;
height: 370px;

}

#logo {
	position: relative;
top: 20px;
}


#toprightnav {
position: absolute;
left: 370px;
top: 35px;
height: 100px;
width: 600px;
}
ul#navlist {
list-style: none;
float: left;
}
ul#navlist li {
float: left;
padding: 5px;
font: bold  1em helvetica, arial, sans-serif;
}
ul#navlist li a {
float: left;
display: block;
padding: 5px;
color: #463521;
text-decoration: none;
border-bottom: 6px solid #a7d3f4;
background: white;
}
ul#navlist li a:hover {
background: #463521;
border-bottom: 6px solid white;
color: white;
}




ul#mission {
list-style: square;
font: .9em/1.5 helvetica, arial, sans-serif;
color: #774323;

}






#landinggraphic {
position: absolute;
top: 199px;
left: 10px;
height: 230px;
width: 320px;
background:    url(images/chicken.gif) no-repeat;
background-position: bottom right;
}
#landinggraphic2 {
position: absolute;
top: 153px;
left: 10px;
height: 230px;
width: 320px;
background:    url(images/eggbasket.gif) no-repeat;

}


#headline {
position: absolute;
top: 200px;
left: 380px;
width:610px;
}


#headlinehome {
position: absolute;
top: 190px;
left:80px;
width:810px;
}

#midbox {

background:    url(images/tester.png) no-repeat;
height: 280px;
width: 1023px;
}
#midleft {
float: left;
margin-left: 40px;
margin-top: 30px;
padding: 5px;
width: 290px;
}
#midright {
float: right;
padding: 20px;
width: 600px;
margin-top: 10px;
}



h1 {
font: bold  1.4em Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
color: #416edf;
line-height: 140%;
}



h2 {
font: bold  1.2em helvetica, arial, sans-serif;
color: black;
line-height: 160%;
}



h3 {
font: bold 1.6em helvetica, arial, sans-serif;
color: #000;
line-height: 120%;
}
h4 {
font: bold  1.2em helvetica, arial, sans-serif;
color: #774323;
line-height: 190%;
}


h5 {
font: bold 1.3em helvetica, arial, sans-serif;
color: #006d32;
line-height: 120%;
}


h6 {
font: bold 1.9em Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
color: #006d32;
}



#contentboxtop {
background:    url(images/midboxtop.png) no-repeat;
margin-top: 60px;
height: 21px;
width: 1023px;
}



#contentboxcentre {
background:    url(images/midboxcentre.png) ;
width: 1023px;
}
#contentboxleft {
position: absolute;
top: 210px;
left: 30px;
width: 290px;
padding: 30px;
}


#contentboxtext {
margin-left: 360px;
padding: 20px;
font: .9em/1.5 helvetica, arial, sans-serif;
color: #774323;
}
#contentboxbottom {
background:    url(images/midboxbottom.png) no-repeat;
height: 22px;
width: 1023px;
}


ul#egglist {list-style-type: square;
}
ul#egglist li {
font: bold  1.1em helvetica, arial, sans-serif;
color: black;
line-height: 170%;
}

#spacer {
height: 10px;
}

#bigfooter {
clear: both;
height: 360px;
width: 1023px;
background:    url(images/footer_bg.png) no-repeat;
}
#footleft {
float: left;
margin-left: 40px;
margin-top: 30px;
width: 300px;
}
#footright {
float: right;
margin-top: 30px;
width: 620px;
}







/* form elements */
form {
		
}
label {
	display:block;
	font: bold 1.1em helvetica, arial, sans-serif;
	margin:5px 0;
color: white;
}
input {
	padding:5px;
	border:1px solid #eee;
	font: normal .7em helvetica, arial, Verdana, sans-serif;
	color:#777;
}
textarea {
	width:600px;
	padding:4px;
	font: normal .7em helvetica, arial, Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold .7em Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(nav.jpg) repeat-x 0 0;
	border: none;
}

img#floatleft{
float: left;
margin: 5px;
border: 1px solid #FFB359;
padding: 5px;
}
#divider{
width: 100%;
border-bottom: 1px solid #FFB359;
}

img#border{
margin: 5px;
border: 1px solid #FFB359;
padding: 5px;
}
#divider{
width: 100%;
border-bottom: 1px solid #FFB359;
}


#footerwrap {
position: relative;
width: 100%;
margin: 0 auto;
background: #006d32;
}
#footerbox {
width: 100%;
height: 90px;
}

#footerboxtext {
margin: 0 auto;
width: 983px;
text-align: center;
padding: 20px;
font: .7em helvetica, arial, sans-serif;
line-height: 160%;
color: white;	
}

#footerboxtext a{
color: white;
}

