body{
	background:url(/images/bg.jpg) 0 0 repeat-x #99ab7a;
	padding:0;
	margin:0;
}

img{
	border:0;
}

a:active {
	outline: none;
}

a:focus { 
	-moz-outline-style: none; 
}

#wrapper{
	margin:0 auto;
	width:1004px;
}

#header,
#topnav_bg,
#main_bg,
#footer{
	width:1004px;
}

#footercommunity{
	padding: 0 0 5px 45px;
	height:20px;
	width:1004px;
	background-color:#99ab7a;
}

#footercommunity a{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#fff;
}


#main_bg{
	abackground:url(/images/main_shadow.png) repeat-y;
}

#big_pic{
	background:url(/images/big_pic.jpg) no-repeat;
	height:259px;
	width:980px;
}

#contentbg,
#contentbg1{
	background:url(/images/homecontent_bg.jpg) no-repeat #f3e1c0;
	width:980px;
	float:left;
}

#contentbg1{
	background:url(/images/secondarybg.gif) no-repeat #f3e1c0;
}

#header{
	height:163px;
	background:url(/images/header_bg.jpg) #f1dbb2;
	position:relative;
}

#main{
	width:980px;
	margin:0 auto;
}

#topnav_bg{
	height:35px;
	background:url(/images/topnav_bg.jpg) #5d240a no-repeat;
}

.nav1{
	margin-left:43px;
}

.nav_div{
	margin-top:12px;
}

.topnav{
	width:400px;
	display:inline;
	margin:6px 0 0 143px;
	height:18px;
}

.topnav a:hover{
	color:#62855d;
}

.topnav_div{
	margin:7px 0px;
	float:left;
}

.number{
	margin-right:34px;
	display:inline;
}

.logo{
	display:inline;
	margin:23px 0 0 53px;
}

.chef{
	position:absolute;
	left:-37px;
	top:118px;
}

.about{
	margin-top:8px;
	display:inline;
}

#homeleft{
	width:362px;
	float:left;
}

.buttons{
	margin:9px 0 0 11px;
	display:inline;
}

.homeleft{
	padding-left:14px;
}

#homemiddle{
	width:329px;
	padding:9px 15px 0 12px;
	float:left;
}

.div2{
	margin:4px 0;
}

.div1{
	display:inline;
	margin:13px 0;	
}

#homeright{
	width:262px;
	padding-top:10px;
	float:left;
}

#hours,
#hours1,
#sc_rightnav_hours1{
	width:200px;
	height:172px;
	float:left;
	background:url(/images/hours_bg.jpg) 0 0 no-repeat;
	padding:9px 0 0 51px;
}

#hours1{
	margin-top:11px;
}

.footerdiv{
	margin:0 9px;
}

#footer{
	height:72px;
	background-image:url(/images/footer_bg.jpg);
	float:left;
}

#footernav{
	margin:34px 0 0 150px;
}

#footer a:hover{
	color:#2f5519;
}

#spider{
	float:right;
	margin:29px 79px 0 0;
}

.spacer1{
	width:7px; 
	float:left; 
	height:7px;
}

.greenstogo{
	margin:10px 205px 0 0;
}

#left{
	float:left;
	width:716px;
}

.content{
	width:666px;
	margin-bottom:30px;

}

.textlinks a{
		text-decoration:underline;
	}

#right{
	float:left;
	width:264px;
}

.leftdiv{
	width:50px;
	height:93px;
}

.content b, .content strong{
	color:#75596d;
}

#breadcrumb{
	margin:4px 0 22px 0;
	float:left;
	display:inline;
	width:269px;
}

#breadcrumb div a,
#breadcrumb a:hover{
	font-size:11px;
	font-family:Arial;
	color:#99643a;
}

#breadcrumb a:hover{
	color:#64712c;
}

.breadcrumbdiv{
	margin:4px 5px 0 6px;
}

.breadcrumbon{
	color:#64712c;
	font-family:Arial;
	font-size:11px;
}

.breadcrumboff{
	color:#99643A;
	font-family:Arial;
	font-size:11px;
}

.sectitle{
	margin-bottom:6px;
}

.viewall{
	margin-right:16px;
}

.secnews{

}

.menuitem,
.menuitem1{
	width:288px;
	float:left;
	clear:left;
	position:relative;
	padding:7px 0 0 0;
}

.menuitem{
	padding:16px 0 0 0;
	float:left;
}

.menudiv{
	padding:7px 0 2px 0;
	float:left;
}

/* SLIDESHOW */

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 420px;
	width: 560px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 420px;
	margin: 0 auto;
	width: 560px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(/images/controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 90%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(/images/buttons/controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(/images/buttons/controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(/images/buttons/controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(/images/buttons/controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(/images/buttons/controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}

/* SLIDESHOW */

.relative{
	position:relative;
}

.left{
	float:left;
}

.right{
	float:right;
}

.none{
	float:none;
}

.clear{
	clear:both;
}

.test{
	border:1px solid red;
}

.top{
	z-index:2; 
	position:relative;
}

.pointer{
	cursor:pointer;
}

.green2{
	color:#6d7733;
	font-size:14px;
}

#secnav{
	margin:12px 0 16px 0;
}

#secnav a{
	font-size:12px;
}

.formborder,
.formborder1{
	border:0;
	height:13px;
	width:90px;
	padding-top:1px;
}

.formborder{	
	background-color:#e2eaf8;
}

.formborder1{	
	background-color:#fff;
}

.formfield{
	margin: 2px 0;
	border:1px solid #C2C1B2;
	width:175px;
	background-color:#eaede5;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444;
	font-size:12px;
}

.formfield1{
	border:1px solid #C2C1B2;
	background-color:#DAD9C4;
}

* {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#784626;
	font-size:12px;
	text-decoration:none;
}


.cream1{
	color:#f3e1c0;
	font-weight:bold;
	font-size:14px;
}

.text1{
	font-family:Tahoma, Arial;
	font-size:11px;
}

.text2{
	font-family:Arial, Helvetica, sans-serif;
	color:#99643a;
	font-size:11px;
	line-height:12px;
}

.text3{
	line-height:15px;
	
}

h3 {
	color:#5d6735;
	font-size:15px;
}

.subheader1{
	color:#6e3413;
	font-weight:bold;
	font-size:14px;
}

.subheader2{
	color:#6e5268;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
}
.brown1{
	color:#a2672f;
}

.brown2{
	color:#7a4d29;
}

.tan1{
	color:#ad7d57;
	font-size:11px;
}

.sm {
	font-size:10px;
}

.green1{
	color:#5d6735;
}

.text4{
	color:#a2672f;
	font-family:Tahoma;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
}

.btn {
   color:#fff;
   font-family: Tahoma, sans-serif;
   background-color: #62896a;
   font-size: 10px;
   font-weight: bold;
	border:2px solid #e2e2e0;
   padding:5px;
}

