﻿/* hide from ie on mac \*/
html
{
	height: 100%; 
	overflow: hidden;
	padding:0px;
	margin:0px;
}

#flashcontent
{
	height: 100%;
}
/* end hide */

form
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #5F8A65;
	font-size:12px;
	font-family:Tahoma,Arial;
	line-height:1.3em;
}
h1,h2,h3 
{
	color:#1A5823;
}
a 
{
	color:#FF0600;	
}
a:hover 
{
	text-decoration:none;
}
div.blogDate 
{
	font-style:italic;
	font-size:11px;	
}
div.blogTitle 
{
	font-weight:bold;
}
div#menu
{	
	clear:both;
	background: url(/images/farm_logo_rgb.gif) no-repeat 0px 0px;
	height:20px;
	padding-top:50px;
	
}
div#menu ul
{
	height:20px;
	margin:0;
	padding:0;
}
div#menu ul li
{
	display:block;
	float: left;
	margin-right:10px;
}

div#pageContent 
{
	position:relative;
	margin:10px;
}

div#pageContent p
{
	margin:0;
	padding:0;
}
div#pageCopy
{
	position:absolute;
	top:70px;
	width:700px;
}
div#flashCopy 
{
	position:absolute;
	bottom:25px;
	left:230px;
	color:#999999;	
}
div#flashCopy h2 
{
	color:#999999;	
	margin:10px 10px;
	float:left;	
}
div#flashCopy a 
{
	display:block;
	float:left;
}