/* 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;
}

#title {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 750px;
}

#content1 {
	position: absolute;
	top: 260px;
	left: 20px;
	width: 750px;
}

#content2 {
	position: absolute;
	top: 560px;
	left: 20px;
	width: 750px;
}

#products1 {
	position: absolute;
	top: 625px;
	left: 20px;
	width: 320px;
}
#products2 {
	position: absolute;
	top: 625px;
	left: 350px;
	width: 360px;
}
#blueberrytext {
	position: absolute;
	top: 730px;
	left: 20px;
	width: 750px;
}
#blueberrylist{
	position: absolute;
	top: 835px;
	left: 20px;
	width: 750px;
}
#blueberrytext2 {
	position: absolute;
	top: 910px;
	left: 20px;
	width: 530px;
}
#raspberrytext{
	position: absolute;
	top: 990px;
	left: 20px;
	width: 750px;
}
#applestext{
	position: absolute;
	top: 1300px;
	left: 20px;
	width: 750px;
}
#applestext2{
	position: absolute;
	top: 1495px;
	left: 20px;
	width: 750px;
}
#apples1{
	position: absolute;
	top: 1420px;
	left: 20px;
	width: 750px;
}
#apples2{
	position: absolute;
	top: 1420px;
	left: 200px;
	width: 250px;
}
#apples3{
	position: absolute;
	top: 1420px;
	left: 400px;
	width: 250px;
}
#flowertext{
	position: absolute;
	top: 1575px;
	left: 20px;
	width: 750px;
}
#designsbyellen{
	position: absolute;
	top: 1925px;
	left: 20px;
	width: 750px;
}
#jams{
	position: absolute;
	top: 2285px;
	left: 20px;
	width: 750px;
}

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

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

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

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

#cropcalendar {
	position: absolute;
	background-color: #FFFFCC;
	top: 360px;
	left: 100px;
	width: 602px;
	height: 180px;
}
#may {
	position: absolute;
	border: 1px solid;
	border-color: #0066cc;
	top: 390px;
	left: 100px;
	width: 100px;
	height: 150px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #0066cc;
}
#june {
	position: absolute;
	border: 1px solid;
	border-color: #0066cc;
	top: 390px;
	left: 200px;
	width: 100px;
	height: 150px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #0066cc;
}
#july {
	position: absolute;
	border: 1px solid;
	border-color: #0066cc;
	top: 390px;
	left: 300px;
	width: 100px;
	height: 150px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #0066cc;
}
#august {
	position: absolute;
	border: 1px solid;
	border-color: #0066cc;
	top: 390px;
	left: 400px;
	width: 100px;
	height: 150px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #0066cc;
}
#september {
	position: absolute;
	border: 1px solid;
	border-color: #0066cc;
	top: 390px;
	left: 500px;
	width: 100px;
	height: 150px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #0066cc;
}
#october {
	position: absolute;
	border: 1px solid;
	border-color: #0066cc;
	top: 390px;
	left: 600px;
	width: 100px;
	height: 150px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #0066cc;
}
#flowers {
	position: absolute;
	border: 1px solid;
	background-color: green;
	top: 415px;
	left: 240px;
	width: 400px;
	font-family: Georgia;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: 50%;
	z-index: 1;
}
#raspberries {
	position: absolute;
	border: 1px solid;
	background-color: maroon;
	top: 435px;
	left: 320px;
	width: 150px;
	font-family: Georgia;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: 50%;
	z-index: 1;
}
#pumpkins {
	position: absolute;
	border: 1px solid;
	background-color: orange;
	top: 435px;
	left: 500px;
	width: 200px;
	font-family: Georgia;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: 50%;
	z-index: 1;
}
#blueberries {
	position: absolute;
	border: 1px solid;
	background-color: blue;
	top: 455px;
	left: 350px;
	width: 150px;
	font-family: Georgia;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: 50%;
	z-index: 1;
}
#apples {
	position: absolute;
	border: 1px solid;
	background-color: red;
	top: 475px;
	left: 470px;
	width: 230px;
	font-family: Georgia;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: 50%;
	z-index: 1;
}
#weddings {
	position: absolute;
	border: 1px solid;
	background-color: white;
	top: 495px;
	left: 160px;
	width: 450px;
	font-family: Georgia;
	color: black;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: 50%;
	z-index: 1;
}
#retail {
	position: absolute;
	border: 1px solid;
	background-color: brown;
	top: 515px;
	left: 100px;
	width: 600px;
	font-family: Georgia;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: 50%;
	z-index: 1;
}



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

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

.contentanchor {
	font-family: Georgia;
	font-size: 14px;
	font-weight: 700;
	color: #0066cc;
	text-decoration: none;
	display: inline-block:
	height: 0px;
}

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

.contenttitle {
	font-family: Georgia;
	font-style: normal;
	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;
}
.listhead {
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	list-style-type: none;
}

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

.footer a:hover{
	font-family: Georgia;
	font-size: 16px;
	font-weight: 500;
	color: #0066cc;
}

.footer a:link{
	font-family: Georgia;
	font-size: 16px;
	font-weight: 500;
	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;
}

