p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #000;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { color: #000; margin: 10px 0;}
h1 { font-size: 1.6em; }
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #dfd1a8;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #dfd1a8;
}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
	background: #82723f url(../img/bg.gif) repeat-x;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	z-index: 100;
}
#logo {
	margin: 15px 0;
	text-align: center;
}
#splash-container p.social {
	text-align: center;
	font-size: 1.6em;
}
ul#splash-images,
ul#splash-buttons {
	width: 800px;
	margin: 0;
	padding: 0;
}
ul#splash-images li, 
ul#splash-buttons li {
	float: left;
	list-style-type: none;
}
ul#splash-buttons li {
	padding-top: 4px;
	padding-bottom: 16px;
}
li.middle-image {
	padding-right: 6px;
	padding-left: 6px;
}
#splash-content {
	width: 800px;
	font-family: Times, serif;
	font-style: italic;
	background: url(../img/splash-promo-bg.gif) repeat-y;
	float: left;
	clear: both;
}
#splash-content h1 {
	height: auto;
	width: auto;
	text-indent: 0;
	margin: 0;
	padding: 20px 0 20px 20px;
	font-size: 1.8em;
	background: #5e4f2d;
}
#splash-content ul {
	font-size: 1.6em;
}
#splash-content li {
	width: 240px;
	padding: 10px 0;
	float: left;
	list-style-type: none;
}
#splash-content a,
#splash-content a:visited {
	text-decoration: none;
}
#splash-content a:hover {
	color: #f5edd8;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
p#skip {
	text-indent: -9999em;
}
#inner-container {
	width: 734px;
	padding: 0 33px 33px;
	font-size: 1.2em;
	line-height: 1.6em;
	background: #f5edd8;
	float: left;
}
/* --- navigation --- */
ul#nav {
	color: #000;
	font: 1.1em Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	list-style-type: none;
	border-bottom: 2px solid #000;
}
ul#nav li {
	display: inline;
}
ul#nav a {
	margin: 0 23px;
	padding: 2px;
}
ul#nav .first a { 
	float: left;
	margin: -2px 23px 0 0;
}
ul#nav .last a {
	text-align: right;
	margin: -2px 0 0 20px;
}
ul#nav a:link, 
ul#nav a:visited {
	color: #000;
	text-decoration: none;
}
ul#nav a:hover {
	text-decoration: underline;
}
#content {
	float: left;
}
#content h1 {
	margin: 2px 0 0;
	padding: 0 0 4px;
	width: 734px;
	height: 213px;
	font-size: 1.6em;
	border-bottom: 6px double #dfd1a8;
	text-indent: -9999em;
}
#apples h1 { background: url(../img/apples-header.jpg) no-repeat;}
#winery h1 { background: url(../img/winery-header.jpg) no-repeat;}
#golf h1 { background: url(../img/golf-header.jpg) no-repeat;}
#general h1 { background: url(../img/general-header.jpg) no-repeat;}
ul#subnav {
	margin: 5px 0;
	height: 150%;
	color: #fff;
	background: #000;
	list-style: none;
}
ul#subnav li {
	display: inline;
}
ul#subnav li a,
ul#subnav li a:link {
	padding: 0 10px 0;
	color: #fff;
	text-decoration: none;
}
ul#subnav li a:hover {
	text-decoration: underline;
}
.imageright {
	margin: 0 0 20px 10px;
	float: right;
	clear: right;
}
div.gallery {
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 220px;
	min-height: 340px;
	border: 1px solid #000;
	text-align: center;
	float: left;
}
.gallery a img { 
	padding: 4px;
	border: 1px solid #dfd1a8;
}
.gallery a:hover img,
.gallery a:focus img {
	border: 1px solid #000;
}
p#newsletter {
	margin: 20px 20px 40px 40px;
	padding: 4px 0 0;
	width: 156px;
	height: 28px;
	font: 11px Tahoma, Verdana, sans-serif;
	letter-spacing: .1em;
	background: url(../img/newsletter.png) no-repeat;
	text-align:center;
	float: right;
}
p#newsletter a,
p#newsletter a:visited {
	color: #fbe6c5;
	text-decoration: none;
}
p#newsletter a:hover {
	color: #fff;
}
.newsletterform {
	margin:15px 0;
	border:#222 1px solid; 
	padding:10px;
}
.newsletterform ul { 
	margin:0; 
	list-style:none;
}
.newsletterform ul li {
	clear:both;
}
.newsletterform ul label { 
	display:block; 
	width:160px;
	padding: 4px 0;
	float:left;
}
.newsletterform .textfield  {
	display:block;
	width:260px;
	padding:3px;
	margin:5px 0 7px;
	border:1px solid #222;
	outline:none;
	float:left;
}
.newsletterform .textfield:hover, 
.newsletterform .textfield:focus, 
.newsletterform .textfield:active { 
	border-color:#222; 
}
.newsletterform .send { 
	padding: 0 0 4px;
	margin-left: 180px;
	width: 156px;
	height: 28px;
	font: 12px Tahoma, Verdana, sans-serif;
	letter-spacing: .1em;
	color: #fbe6c5;
	background: url(../img/newsletter.png) no-repeat;
	text-align:center;
	border: none;
}
.newsletterform .send:hover {
	cursor:pointer; 
	color:#fff;
}
#footer {
	margin: 0 auto;
	position: relative;
	width: 800px;
	padding: 5px 0;
	font-size: .9em;
	text-align: center; 
	clear: both;
}
#footer h2 {
	margin: 0;
	color: #222;
	font-weight: normal;
}
#footer h2 a, 
#footer h2 a:visited {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #000;
	text-decoration: none;
}
#apples-left { 
	position: absolute;
	left: 0; 
	top: 0px;
	width: 350px;
	height: 596px;
	background: transparent url(../img/apples-left.png) no-repeat top left;
	z-index: -1;
}
#apples-right { 
	position: absolute;
	right: 0; 
	top: 0;
	width: 312px;
	height: 626px;
	background: transparent url(../img/apples-right.png) no-repeat top left;
	z-index: -1;
}
