html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END CSS RESET by Eric Meyer of Meyer Web */

html, body {
margin: 0;
padding: 0;
background: #dcd8c1;
height:100%; /* needed for container min-height */
font-family: "Trebuchet MS", century, sans-serif;
font-size: .9em;
}

.hide {
position: absolute;
left: -9999px;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

/* LINKS */

a {
color: #b11b20;
font-weight: bold;
}

a:hover {
color: #aca36f;
}

a img {
border: 0;
text-decoration: none;
}

#header {
padding: 15px 15px;
clear: both;
height: 100px;
}

.imageLeft {
float: left;
padding: 5px 0;
}

.imageRight {
float: right;
padding: 25px 30px;
}

#mainImage {
height: 175px;
width: 100%;
background: url(../images/apples.jpg) 50% 50% no-repeat;
border-top: 2px solid #b11b20;
border-bottom: 3px solid #b11b20;
}

#homeContent {
width: 750px;
margin: 0 auto;
text-align: center;
padding:1em 1em 5em; /* bottom padding for footer */
}

#homeContent ul {
margin: 175px 0 100px 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#homeContent ul li { display: inline; }

#homeContent ul li a {
text-decoration: none;
padding: 70px 50px;
margin: 0 10px;
color: #fff;
background: #aca36f;
font-size: 1.2em;
border: 1px solid #000;
}

#homeContent ul li a:hover
{
color: #000;
background: #b11b20;
}

.tagLine {
margin-top: 10px;
margin-right: 25px;
width: 400px;
float: right;
font-size: .88em;
}

.tagLine p {
font-weight: normal;
font-style: italic;
padding-bottom: 10px;
text-align: right;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#f4f4f4;
	border-top:6px double gray
}

#footer p {
text-align: center;
padding: 15px;
color: #a1a1a1;
}
