/* Top Nav Menus */

#navmenu{
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-weight: 700;
color: #0066cc;
font-size: 12px;
position: absolute;
top: 175;
left: 200;
width: 580;
}

#navmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#navmenu ul{
width: 100%;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#navmenu ul li{
display: inline;
}

#navmenu ul li a{
color: #0066cc;
font-size: 14px;
padding: 2px;
margin: 0;
text-decoration: none;
}

#navmenu ul li a:hover{
color: #ffffff;
font-size: 14px;
}

/* Layout id's */


#header{
	position: absolute;
	top: 10px;
	left: 10px;
}

#contactinfo{
	position: absolute;
	top: 150px;
	left: 250px;
	width: 530px;
}

#footer{
	position: absolute;
	top: 2700px;
}

#slideshow{
	position: absolute;
	top: 300px;
	left: 160px;
}

#menu{
	position: absolute;
	top: 150px;
	left: 275px;
}

#leftmenu{
	position: absolute;
	top: 250px;
	left: 10px;
}


#about {
	position: absolute;
	top: 200px;
	left: 20px;
}

#content1 {
	position: absolute;
	top: 260px;
	left: 20px;
	width: 540px;
}
#makingcider {
	position: absolute;
	top: 300px;
	left: 560px;
}
#caption1 {
	position: absolute;
	top: 450px;
	left: 560px;
	width: 200px;
	text-align: center;
}

#content2 {
	position: absolute;
	top: 510px;
	left: 20px;
	width: 480px;
}

#eventclass {
	position: absolute;
	top: 640px;
	left: 20px;
	width: 750px;
}
#farmnews {
	position: absolute;
	top: 2140px;
	left: 20px;
	width: 750px;
}
#farmnews2 {
	position: absolute;
	top: 2260px;
	left: 240px;
	width: 540px;
}
#fieldexpansion {
	position: absolute;
	top: 2260px;
	left: 20px;
}
#caption2 {
	position: absolute;
	top: 2420px;
	left: 20px;
	width: 200px;
	text-align: center;
}
#farmnews3 {
	position: absolute;
	top: 2460px;
	left: 20px;
	width: 750px;
}
#handtied {
	position: absolute;
	top: 550px;
	left: 510px;
}

#content3 {
	position: absolute;
	top: 760px;
	left: 20px;
	width: 750px;
}
#motto {
	position: absolute;
	top: 200px;
	left: 300px;
	width: 500px;
	height: 50px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 215px;
}

#members{
	position: absolute;
	top: 670px;
	font-family: Georgia;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #0066cc;
}




/* Text definitions */

.motto {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #0066cc;
	text-align: center;
}

.caption {
	font-family: Georgia;
	font-size: 10px;
	font-weight: 700;
	color: #000000;
}

.content {
	font-family: Georgia;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.contentitalic {
	font-family: Georgia;
	font-style: italic;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}


.contentlist {
	font-family: Georgia;
	font-style: normal;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
	list-style-type: none;
}

.contenttitle {
	font-family: Georgia;
	font-style: normal;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}

.contactinfo {
	font-family: Georgia;
	line-height: 20px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
}

.name {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #0066cc;
}

.headlinelarge {
	font-family: "Tahoma";
	font-size: 40px;
	font-weight: 700;
	font-variant: normal;
	text-align: left;
	color: #0066cc;
}

.headlinesmall {
	font-family: "Tahoma";
	font-size: 30px;
	font-weight: 700;
	font-variant: normal;
	color: #0066cc;
}

