/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#9C1E1D;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

h1 {
	font-size:2.2em;
	padding-bottom:10px;
}

h2 {
	font-size:1.8em;
	padding:1em 0 .3em 0;
}

p {
	font-size:1.3em;
	line-height:1.5;
	padding:.3em 0 .7em 0;
}

#top {
	background:url(../images/topbgd.jpg) repeat-x top #FFFFF3;
	border-bottom:1px solid #000;
}

#topleft {
	width:700px;
	float:left;
	background:url(../images/branding.jpg) no-repeat top left;
	text-align:left;
}

#header {
	height:300px;
}

#branding {
	height:238px;
}

#branding span {
	display:none;
}

#header ul {
	list-style:none;
	margin-left:20px;
}

#header ul li {
	display:inline;
}

#header ul li a {
	display:block;
	float:left;
	height:46px;
}

#header ul li a span {
	display:none;
}

#header ul li#homeLink a {
	background: url(../images/menu/home.jpg) no-repeat;
	width:76px;
}

#header ul li#homeLink a:hover,
body#homePage #header ul li#homeLink a {
	background: url(../images/menu/hover-home.jpg) no-repeat;
	width:76px;
}

#header ul li#farmhistoryLink a {
	background: url(../images/menu/farmhistory.jpg) no-repeat;
	width:138px;
}

#header ul li#farmhistoryLink a:hover,
body#farmhistoryPage #header ul li#farmhistoryLink a {
	background: url(../images/menu/hover-farmhistory.jpg) no-repeat;
	width:138px;
}

#header ul li#ouroperationLink a {
	background: url(../images/menu/ouroperation.jpg) no-repeat;
	width:155px;
}

#header ul li#ouroperationLink a:hover,
body#ouroperationPage #header ul li#ouroperationLink a {
	background: url(../images/menu/hover-ouroperation.jpg) no-repeat;
	width:155px;
}

#header ul li#varietiesavailableLink a {
	background: url(../images/menu/varietiesavailable.jpg) no-repeat;
	width:190px;
}

#header ul li#varietiesavailableLink a:hover,
body#varietiesavailablePage #header ul li#varietiesavailableLink a {
	background: url(../images/menu/hover-varietiesavailable.jpg) no-repeat;
	width:190px;
}

#header ul li#contactusLink a {
	background: url(../images/menu/contactus.jpg) no-repeat;
	width:120px;
}

#header ul li#contactusLink a:hover,
body#contactusPage #header ul li#contactusLink a {
	background: url(../images/menu/hover-contactus.jpg) no-repeat;
	width:120px;
}

#content {
	padding:20px 30px;
}

#content a, #toprightbottom a {
	color:#9C1E1D;
}

#content a:hover, #toprightbottom a:hover {
	color:#000;
}

#content ul {
	font-size:1.3em;
	line-height:1.5;
	margin:.3em 0 .7em 30px;
}

#content img {
	border:1px solid #000;
}

#content img.imgleft {
	float:left;
	margin-right:5px;
}

#content .highlightText {
	width:180px;
	float:left;
	text-align:right;
	padding-right:10px;
	background:url(../images/contentquote.jpg) repeat-y right;
	margin-right:15px;
	margin-bottom:20px;
}

#topright {
	margin-left:740px;
	width:230px;
	padding-top:40px;
}

#toprighttop {
	width:215px;
	height:294px;
	border:1px solid #000;
}

#toprightbottom {
	text-align:right;
	padding:20px;
}

#bottom {
	text-align:right;
	width:900px;
	padding:15px 0;
}

#clearall {
	clear:both;
}