@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #D0E8B9;
}
.contentwrapper {
	background-color: #fff;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.spacer {
	width: 100%;
	height: 35px;
}
.header {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.headerwrapper {
	position: relative;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
.navholder_outer {
	position: relative;
	width: 100%;
	background-color: #0080C5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	z-index: 2;
	font-size: 14px;
	letter-spacing: 0em;
}
.navholder_inner {
	position: relative;
	width: 940px;
	margin-left: 35px;
	z-index: 2;
}
.flashwrapper {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
}
.shadowwrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.bodywrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	line-height: 2em;
}
.bodywrapper a {
	color: #069;
}
.bodywrapper a:hover {
	color: #666;
}
.sidebarspacer {
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.sidebarwrapper {
	position: relative;
	width: 350px;
	line-height: 22px;
	top: 0px;
	float: right;
}
.maintablewrapper {
	position: relative;
	width: 500px;
	height: 100%;
	float: left;
	line-height: 19px;
	clear: both;
}
.footerwrapper {
	position: relative;
	width: 100%;
	background-color: #333;
}
.footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	width: 884px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a {
	text-decoration: none;
	color: #ffffff;

}
.footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.sidebar{display:block}
.sidebar *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#B6D996}
.sidebar1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dfeed1;
  border-right:1px solid #dfeed1;
  background:#c8e2b0}
.sidebar2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f7fbf4;
  border-right:1px solid #f7fbf4;
  background:#c3e0a9}
.sidebar3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #c3e0a9;
  border-right:1px solid #c3e0a9;}
.sidebar4{
  border-left:1px solid #dfeed1;
  border-right:1px solid #dfeed1}
.sidebar5{
  border-left:1px solid #c8e2b0;
  border-right:1px solid #c8e2b0}
.sidebarfg{
  background:#B6D996}




.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #529925;
	line-height: 24px;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #069;
	line-height: 24px;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
}
.dinnerteaser {
	position: relative;
	width: 350px;
	height: 190px;
	overflow: hidden;
	display: block;
}

.dinnerteaser a:hover {
	width: 350px;
	height: 190px;
	text-indent: -350px;
	display: block;
}
.dinnerteaser2 {
	position: relative;
	width: 300px;
	height: 100px;
	overflow: hidden;
	display: block;
	float: right;
}

.dinnerteaser2 a:hover {
	width: 300px;
	height: 100px;
	text-indent: -300px;
	display: block;
		float: right;
}
.line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0E8B9;
}