/* Updated 03/28/07 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Accent colors
- - - - - - - - - - - - - - - - - - - - - - - -
Farm Festivities: #51682a
U-Pick: #ab8336
Farm Fun: #c35b3e
Group Events: #7e133c
Farm Market: #abb160
What's Growin': #e2612d
Background alternate color (beige): #f4f6e1
Header & footer background (dark beige): #e4e8b5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*====================
Global Styles
======================*/
* {
	margin: 0;
	padding: 0;
}
body, html {
	color: #000;
}
body {
	font: 78%/1.4em Arial, Helvetica, sans-serif;
	background: #f4f6e1;
}
/*====================
Link Styles
======================*/
a:link,
a:visited {
	color: #ab8336;
}
a:focus {
	color: green;
}
a:hover,
a:active {
	color: #785b26;
}
/*====================
Heading Styles
======================*/
h1 {
	margin: 0 0 .6em;
	font: normal 3.2em/1em "Copperplate Gothic Light", georgia, serif;
	color: #ab8336;
}
h2 {
	font-size: 1.6em;
	margin: .6em 0;
	line-height: 1.1em;
}
h3 {
	font-size: 1.4em;
	margin: .6em 0;
}
h4 {
	font-size: 1.2em;
	margin: .4em 0;
}
h5 {
	font-size: 1em;
	margin: .4em 0;
}
/*====================
List Styles
======================*/
dl, ol, ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
li, dd {
	margin: .25em 0;
}
dt {
	font-weight: bold;
}
/*====================
General Styles
======================*/
p {
	margin: 1em 0;
}
img {
	border: 0;
	behavior: url(../scripts/pngHack.htc);
}
blockquote {
	margin: 1em 0;
	padding-left: 20px;
}
code, kbd, pre {
	font-family: Courier, "Courier New", Tahoma, sans-serif;
}
ins, del {
	font-style: italic;
}
abbr, acronym, dfn {
	cursor: help;
}
hr {
	display: none;
}
fieldset {
	border: none;
}
/*====================
Common Site-wide Styles
======================*/
div#pageWrap {
	width: 760px;
	margin: 1em auto;
	position: relative;
	background-color: #fff;
}
div#headWrap {
	padding: 20px 40px;
	background-color: #e4e8b5;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
img#farmLogo {
	float: left;
	margin: -20px 0 -39px -30px;
	position: relative;
	z-index: 50;
}
/* -----------------------------------------------------------------------------
Begin both dropdown navigation areas. Don't change these values unless you know
what you are doing, they are extremely sensitive (not in the "boo-hoo" sense)
----------------------------------------------------------------------------- */
#topNav,
#mainNav {
	position: relative;
	z-index: 100;
	left: 144px;
}
#mainNav {
	z-index: 40;
	left: 0;
	height: 21px;
	background-color: #4f6629;
}
#topNav ul,
#mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#topNav ul ul,
#mainNav ul ul {
	width: 100px;
}
#topNav li,
#mainNav li {
	float: left;
	width: 100px;
	position: relative;
	margin: 0;
}
#mainNav li {
	width: 89px;
	font-size: .92em;
}
#topNav ul ul,
#mainNav ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 100px;
	top: 16px;
	left: 0;
}
#mainNav ul ul {
	top: 21px;
}
* html #topNav ul ul {
	top: 15px;
	t\op: 16px;
}
#topNav ul ul.left {
	left: -10px;
}
#mainNav ul ul.left {
	left: -11px;
}
#topNav table,
#mainNav table {
	position: absolute;
	top: 0;
	left: 0;
}
#topNav ul li:hover ul,
#topNav ul a:hover ul,
#mainNav ul li:hover ul,
#mainNav ul a:hover ul {
	visibility: visible; 
}
#topNav a,
#topNav a:visited,
#mainNav a,
#mainNav a:visited {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	border-right: 2px solid #fff;
}
#mainNav a,
#mainNav a:visited {
	color: #fff;
	border-right: none;
	padding: 2px 0;
}
#topNav li#lastTopNav {
	width: 100px;
}
#topNav li#lastTopNav a,
#topNav li#lastTopNav a:visited {
	border-right: none;
	text-align: center;
}
#topNav li#lastTopNav ul a,
#topNav li#lastTopNav ul a:visited {
	text-align: left;
}
#topNav a:hover {
	background-color: #e4e8b5;
}
#topNav :hover > a {
	background-color: #e4e8b5;
}
a#mainNavLink1 {
	background-color: #51682a;
}
a#mainNavLink1:hover {
	background-color: #2a3615;
}
a#mainNavLink2 {
	background-color: #ab8336;
}
a#mainNavLink2:hover {
	background-color: #785b26;
}
a#mainNavLink3 {
	background-color: #c35b3e;
}
a#mainNavLink3:hover {
	background-color: #8f432e;
}
a#mainNavLink4 {
	background-color: #7e133c;
}
a#mainNavLink4:hover {
	background-color: #4a0b23;
}
a#mainNavLink5 {
	background-color: #abb160;
}
a#mainNavLink5:hover {
	background-color: #797d43;
}
a#mainNavLink6 {
	background-color: #e2612d;
}
a#mainNavLink6:hover {
	background-color: #b04b23;
}
#topNav ul ul a,
#topNav ul ul a:visited,
#mainNav ul ul a,
#mainNav ul ul a:visited {
	background-color: #f4f6e1;
	color: #000;
	border-right: none;
	text-align: left;
	font-weight: normal; /* IE6 needs this, or it appears as always bold. */	
	padding: 2px 4px;
	width: 92px;
	opacity: 0.90; /* Adjust level of opacity for safari, firefox, and other nice browsers */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* Adjust level of opacity for IE6 and IE7 */
}
#topNav ul ul a:hover,
#mainNav ul ul a:hover {
	background-color: #e4e8b5;
	font-weight: normal;
}
#topNav ul ul :hover > a,
#mainNav ul ul :hover > a {
	background-color: #e4e8b5;
	font-weight: normal;
}
/* -----------------------------------------------------------------------------
End both dropdown navigation areas. I hope you didn't change anything...
----------------------------------------------------------------------------- */
div#headWrap form {
	float: right;
	margin: 20px 0 0;
}
div#headWrap form p {
	margin: 0;
	color: #ab8336;
}
div#mainColumn {
	width: 560px;
	float: right;
}
div#subColumn {
	margin-right: 580px;
}
div#mainColumn,
div#subColumn {
	padding-top: 2.5em;
}
ul#subNav,
ul#subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#subNav li a {
	display: block;
	padding: .75em 1.5em;
	text-decoration: none;
	text-transform: capitalize;
}
ul#ownershipHistory {
	list-style: none;
	padding-left: 0;
}
ul#ownershipHistory span {
	color: #ab8336;
}
div#uPickSteps {
	background: #e4e8b5 url(../images/train-u-pick-steps.jpg) no-repeat left top;
	width: 460px;
	padding: .5em 0 .5em 300px;
	position: relative;
	margin-left: -200px;
}
div#uPickSteps ol {
	padding: 0;
	margin: 0;
}
div#uPickSteps li {
	padding-left: 20px;
	margin: .4em 0;
	color: #793f44;
	font-size: 1.4em;
}

div#farmFunIntro h1 {
	padding-right: 200px;
}
div#farmFunIntro p {
	padding-right: 160px;
}
dl#featuredAnimals {
	text-align: right;
	color: #c35b3e;
	font-size: 1.4em;
	margin-top: 135px;
}
dl#featuredAnimals dd {
	font-size: 1.1em;
	margin: .75em 0;
}
dl#featuredAnimals dd a {
	text-decoration: none;
}
dl.menuList {
	padding-left: 0;
}
dl.menuList dt {
	font-weight: normal;
}
dl.menuList dd {
	padding-left: 2em;
}
.altRightMargin {
	margin-right: 2em;
}
.imgFloatRight {
	float: right;
	margin: 0 0 10px 40px;
}
.doubleLineSpacing {
	line-height: 2.8;
}
.clearRight {
	clear: right;
	height: 0;
}
.clearLeft {
	clear: left;
	height: 0;
}
div#footerWrap {
	background-color: #e4e8b5;
	font-size: .9em;
	float: left;
}
div#footerBlockOne,
div#footerBlockTwo,
div#footerBlockThree,
div#footerBlockFour {
	width: 223px;
	padding: 15px;
	float: left;
}
div#footerBlockFour {
	padding-left: 16px;
}
div#footerBlockOne h5,
div#footerBlockTwo h5,
div#footerBlockThree h5,
div#footerBlockFour h5,
div#footerBlockOne p,
div#footerBlockTwo p,
div#footerBlockThree p,
div#footerBlockFour p,
div#footerBlockTwo ul {
	margin: 0;
}
/*====================
Page Specific Styles
======================*/

/* Begin styles for the home page */
body#homePage h2 {
	color: #e0c9b8;
	text-align: right;
	font: normal 2.4em "Trebuchet MS", arial, sans-serif;
	margin-top: -8px;
	margin-bottom: 0;
}
body#homePage h4 {
	margin-top: 0;
}
div#homeSwapWrap {
	background-color: #e4e8b5;
	padding: 10px 0 0;
	height: 261px;
}
div#homeSwapWrap img {
	margin: 0 0 0 6px;
}
img#farmMarketHover,
img#historyHover,
img#groupEventsHover,
img#greenhousesHover {
	position: relative;
	left: 0;
	padding: 0 10px 12px 0;
}
p#photoGallery img {
	margin: 0 10px 10px 0;
}
/* End styles for the home page */

/* Begin styles for the U-Pick page */
span.shown {
	display: block;
	position: absolute;
	left: 0px;
	width: 165px;
	padding: 3px 10px 3px 5px;
	margin-top: -1em;	
	background: url(../images/u-pick-popup-bg.gif) no-repeat left top;
}
span.hidden {
	display: none;
}
/* End styles for the U-Pick page */

/* Begin styles for the contact page */
form#contactForm label {
	float: left;
	width: 140px;
}
form#contactForm input,
form#contactForm textarea {
	background-color: #ab8336;
	color: #fff;
	border: 1px solid #333;
}
/* End styles for the contact page */

/* When you give any document a body class of "altBackground", it's background color will become #f4f6e1 (a light beige).
This is currently being used on all pages which can be navigated to from the upper navigation links. */
body.altBackground {
	background-color:#fff;
}
body.altBackground div#pageWrap {
	background-color:#f4f6e1;
}

/* Begin styles for the brown color */
body.aboutColors ul#subNav a,
body.aboutColors ul#subNav a:visited,
body.uPickColors ul#subNav a,
body.uPickColors ul#subNav a:visited {
	color: #ab8336;
}
body.aboutColors ul#subNav a#activePage,
body.aboutColors ul#subNav a:hover,
body.uPickColors ul#subNav a#activePage,
body.uPickColors ul#subNav a:hover {
	background-color: #ab8336;
	color: #fff;
}
/* End styles for the brown color */

/* Begin styles for the green color */
body.festivitiesColors ul#subNav a,
body.festivitiesColors ul#subNav a:visited {
	color: #51682a;
}
body.festivitiesColors ul#subNav a#activePage,
body.festivitiesColors ul#subNav a:hover {
	background-color: #51682a;
	color: #fff;
}
/* End styles for the green color */

/* Begin styles for the dark orange color */
body.farmFunColors ul#subNav a,
body.farmFunColors ul#subNav a:visited {
	color: #c35b3e;
}
body.farmFunColors ul#subNav a#activePage,
body.farmFunColors ul#subNav a:hover {
	background-color: #c35b3e;
	color: #fff;
}
/* End styles for the dark orange color */

/* Begin styles for the dark biege color */
body.farmMarketColors ul#subNav a,
body.farmMarketColors ul#subNav a:visited {
	color: #abb160;
}
body.farmMarketColors ul#subNav a#activePage,
body.farmMarketColors ul#subNav a:hover {
	background-color: #abb160;
	color: #fff;
}
/* End styles for the dark biege color */

/* Begin styles for the bright orange color */
body.whatsGrowinColors ul#subNav a,
body.whatsGrowinColors ul#subNav a:visited {
	color: #e2612d;
}
body.whatsGrowinColors ul#subNav a#activePage,
body.whatsGrowinColors ul#subNav a:hover {
	background-color: #e2612d;
	color: #fff;
}
/* End styles for the bright orange color */

/* Begin styles for the dark red color */
body.groupEventColors ul#subNav a,
body.groupEventColors ul#subNav a:visited {
	color: #7e133c;
}
body.groupEventColors ul#subNav a#activePage,
body.groupEventColors ul#subNav a:hover {
	background-color: #7e133c;
	color: #fff;
}
/* End styles for the dark red color */

/* Begin styles for the sitemap page */
ul.siteMap {
	margin-bottom: 4em;
	width: 240px;
	float: left;
}
ul.siteMap li,
ul.siteMap ul {
	margin: .25em 0;
}
/* End styles for the sitemap page */