html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
caption, th {text-align: left;}
q:before, q:after {content: '';}

body{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 80%;
	background-color: #8EA358;
	padding:0px;
	margin:0px;
}
#wrapper{
	width:814px;
	margin: 0 auto;
}
#header{
	width:814px;
	height: 202px;
	background-image: url(../images/header.jpg);	
	padding: 0px;
	margin:0px;
}

.hide{
	display:none;	
}
.clear{
	clear:both;	
}
img{
	margin:0px;
	padding:0px;
}
.noBullets li{
	list-style:none;
}
/*
------------------------------------------------
	Navigation
------------------------------------------------
*/
#nav{
	width:814px;
	height:32px;
	margin:0px;
	padding: 0px;
}
#navLeft{
	float:left;
	width:43px;
	height:32px;
	background-image: url(../images/navLeft.jpg);
}
#navRight{
	float:left;
	width:44px;
	height:32px;
	background-image: url(../images/navRight.jpg);
	background-repeat:no-repeat;
}
#home a:hover, #freshFood a:hover, #catering a:hover, #specials a:hover, #recipes a:hover, #community a:hover, #history a:hover, #contact a:hover, #employment a:hover, 
#homeSelected, #freshFoodSelected,#cateringSelected, #specialsSelected, #recipesSelected, #communitySelected, #historySelected, #contactSelected, #employmentSelected{
	background-position:bottom;	
}
{
	background-position:bottom;	
}
#home a, #homeSelected{
	float:left;
	width:54px;
	height:32px;
	background-image: url(../images/navHome.jpg);
	background-repeat:no-repeat;
}
#freshFood a, #freshFoodSelected{
	float:left;
	width:79px;
	height:32px;
	background-image: url(../images/navFreshFood.jpg);
	background-repeat:no-repeat;
}
#catering a, #cateringSelected{
	float:left;
	width:64px;
	height:32px;
	background-image: url(../images/navCatering.jpg);
	background-repeat:no-repeat;
}
#specials a, #specialsSelected{
	float:left;
	width:108px;
	height:32px;
	background-image: url(../images/navSpecials.jpg);
	background-repeat:no-repeat;
}
#recipes a, #recipesSelected{
	float:left;
	width:58px;
	height:32px;
	background-image: url(../images/navRecipes.jpg);
	background-repeat:no-repeat;
}
#community a, #communitySelected{
	float:left;
	width:130px;
	height:32px;
	background-image: url(../images/navCommunity.jpg);
	background-repeat:no-repeat;
}
#history a, #historySelected{
	float:left;
	width:82px;
	height:32px;
	background-image: url(../images/navHistory.jpg);
	background-repeat:no-repeat;
}
#contact a, #contactSelected{
	float:left;
	width:57px;
	height:32px;
	background-image: url(../images/navContact.jpg);
	background-repeat:no-repeat;
}
#employment a, #employmentSelected{
	float:left;
	width:95px;
	height:32px;
	background-image: url(../images/navEmployment.jpg);
	background-repeat:no-repeat;
}
/*
------------------------------------------------
	Content
------------------------------------------------
*/

#contentWrapper{
	margin: 0px;
	padding: 0px;
	width:814px;
	background-image: url(../images/bodyBG.jpg);
	background-repeat:repeat-y;
}
#content{
	width:724px;
	margin: 0 auto;
	padding:0px;
}
/*
------------------------------------------------
	Footer
------------------------------------------------
*/
#footer{
	font-size:12px;
	width:814px;
	padding:0px;
	margin: 0px;
}
#footer .type_small{font-size:10px;}
#footerTop{
	margin: 0 auto;
	width:724px;
	height:10px;
	background-image: url(../images/footerTop.jpg);
	background-repeat:no-repeat;	
}
#footerMiddle{
	margin: 0 auto;
	width:724px;
	background-image: url(../images/footerMiddle.jpg);
	background-repeat:repeat-y;
}
#footerBottom{
	margin: 0 auto;
	padding:0px;
	width:724px;
	height:11px;
	background-image: url(../images/footerBottom.jpg);
	background-repeat:no-repeat;
}
#footerMiddleContent, #footerMiddleContent a{
	text-decoration: none;
	color: #aab5a4;	
}
#footerMiddleContent a:hover{
	color:#e8f3c9;
	text-decoration:underline;
}

/*---------------------------------------------------*/

#bodyBottom{
	width:814px;
	height:38px;
	background-image: url(../images/bodyBottom.jpg);
	background-repeat:no-repeat;	
}





/*
------------------------------------------------
	Index
------------------------------------------------
*/
#emailSignup{
	width: 725px;
	margin: 2px auto;	
}

#top, #bottom{
	padding-top: 4px;	
}


.submitBtn {
	background-image: url(../images/signupGo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 34px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submitBtn:hover {
	background-image: url(../images/signupGoHover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 34px;
}
.emailInput{
	margin: 0 20px;
}

.header{
	font-size: 125%;
	font-weight: bold;
	color:#719444;
}
.type_green{
	color:#719444;
}
.type_dark_green{
	color:#4A633B
}


.pic{
	padding: 2px;
	border: 1px solid #4A633B;
	margin: 5px;
}
#formTable{
	width:70%;
	margin: 0 auto;
	background-color:#B5C392;
	padding: 10px 5px;
	border: 2px solid #4A623E;
}

#employTable{
	width:90%;
	margin: 0 auto;
	background-color:#B5C392;
	padding: 10px 5px;
	border: 2px solid #4A623E;
}

.formHR{
	background-color:#8EA358;
	color:#8EA358;
	height:1px;
	margin: 10px 0;
}
.greenBGwhiteText{
	background-color:#8EA358;
	color:#ffffff;
	margin: 0 6px;
}

.borderLR
{
	border-left: 1px solid #8EA358;
	border-right: 1px solid #8EA358;
}
.borderL{border-left: 1px solid #8EA358;}
.borderR{border-right: 1px solid #8EA358;}
.borderTop{border-top: 1px solid #8EA358;}