/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, html body {
	height:100%;
}

* html #right { height: 100% }

body {
	background: #5A3D1C url(images/bg.jpg);
	text-align: center;
	font-family: Palatino Linotype, georgia, serif;
    color: #3F3F3F;
	font-size: 15px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}


#container {
	margin: 0 auto;
	padding: 0;
	width: 964px;
	display: block;
	/*height: 100%;*/
	text-align: left;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow.png');
}
/*
html>body #container {
	height: auto;
	min-height: 100%;
}
*/
#container[id] {
	background: url(images/shadow.png) top left repeat-y;
}


img { 
	border: 0px;
}
#creditDiv{
	text-align: center;
	width: 964px;
	padding-top: 2px;
}
.credit {
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 8px;
	letter-spacing: 1px;
}
.credit a, .credit a:link, .credit a:visited, .credit a:hover, .credit a:active {
	color: #fff;
}
	
div {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#header{
	margin: 0 38px;
	padding: 0;
	width: 890px;
	display: block;
	height: 228px;
	text-align: left;
	background: url('images/heatherlea_farm_logo.jpg');
}

#menu {
	position: absolute;
	top: 228px;
	display: block;
	z-index: 40;
	left: 38px;
	border-top: 3px solid #46166b;
	border-bottom: 3px solid #46166b;
	background-color: #d1e894;
	width: 890px;
	padding: 3px 0;
	text-align: center;
}
 
/*#menu ul {
	margin: auto;
	width: 786px;
}
#menu li {
	float:left;
	margin:0;
	padding: 0 0 0 18px;
	list-style-type:none;
	height: 34px;
	line-height: 34px;
}

#menu ul a {
	float:left;
	display:block;
	background: url("images/menuTabRight.gif") no-repeat right top;
	padding: 0 28px 0 10px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}		

#menu > ul a {
	width:auto;
}*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*#menu a {
	float:none;
}

#menu a:hover {
	color: #F0C75F;
	text-decoration: underline;
}	

#menu a:active {
	color: #F0C75F;
	text-decoration: underline;
}	

#menu a:visited {
	color: #FFFFC4;
	text-decoration: none;
}	*/

	  
#mainContent{
	margin: 55px 38px 0;
	padding: 0;
	width: 890px;
	display: block;
/*	height: 100%;
	min-height: 100%;*/
	background-color: #ffffff;
	overflow : hidden; _height : 1%;
}
#content {
	font-size: 12px;
	line-height: 17px;
	float: right;
	background-color: #ffffff;
	margin: 25px 0;
	padding: 0 20px;
	width: 625px;
	height: 100%;
	min-height: 100%;
	display: block;
	border-left: 1px solid #cfcfcf;
}
#content img.home {
	padding: 0 0 10px 10px;
	float: right;
}
#right {
	margin: 25px 0;
	padding: 0 0 0 20px;
	display: block;
	position: relative;
	float: left;
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

 #credit
	{
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	
	left: 6px;
	width: 147px;
	}
	
* html #credit {
bottom: 280px;
}
#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	margin: 0 18px;
	padding: 0;
	width: 890px;
	height: 124px;
	display: block;
	text-align: left;
	color: #5F697E;
}
#footer img {
	padding: 10px 60px;
}
#mainImageContainer {
	width: 590 px;
	height: 135px;
	border-bottom: 10px solid #FFFFFF;
	padding: 0;
	margin:0;
	text-align: center;
}


#center {
	background-color: #F0F2D1;
	padding: 0;
	margin:0;
	min-height: 569px;
	height: 569px;
}

p{
	padding: 15px 0 0 0;
font-family: Palatino Linotype, georgia, serif;
	color: #535353;
	font-size: 13px;
	line-height: 20px;
}

h1 {
	font-weight: normal;
	color: #7d9a3d;
	font-size: 19px;
	line-height: 22px;
	font-style:italic;
font-family: Palatino Linotype, georgia, serif;
}

h2 {
	font-weight: strong;
	font-size: 16px;
	line-height: 20px;
	color: #46166b;
	font-style: italic;
}

h3 {
	font-weight: strong;
	font-size: 14px;
	line-height: 20px;
	color: #829745;
	color: #46166b;
	font-style: italic;
	padding-top: 15px;
} 

.hr {
	background-image: images/hr.gif;
	border: 0;
	width: 100%;
	height: 1px;
}

a:link    { text-decoration: underline; font-weight: normal; color: #5b6b81; }
a:visited { text-decoration: underline; color: #5E687E; }
a:active  { text-decoration: none; color: #839946; }
a:hover   { text-decoration: none; color: #839946; }


#menu ul {
	height:36px;
	padding-left: 10px;
}

#menu .example2 li {
	display:inline; 
	list-style:none;
}
#menu .example2 li a {
	background:transparent url(images/buttons.gif) no-repeat top left;
	display:block; 
	float:left; 
	height:36px;  
	margin-right:12px;
font-family: Palatino Linotype, georgia, serif;	font-size: 19px;
	text-decoration: none;
	line-height: 34px;
	text-transform:uppercase;
	color: #596e29;
}

#menu .example2 li a span {
	background:transparent url(images/buttons.gif) no-repeat right top;
	cursor:pointer;
	display:inline; 
	float:left;  
	height:36px; 
	padding:0 12px 0 0; 
	margin-left:12px;	
}

#menu .example2 li a:hover, #menu .example2 li.active a {
	background-position:0 bottom; color:#fff;
}

#menu .example2 li a:hover span, #menu .example2 li.active a span {
	background-position:right bottom;
}

ul {
	list-style: none;
	padding: 5px 0;
}
li {
	padding: 0 0 5px 10px;
}
