@import url("reset.css");
@import url("form.css");
@import url("data_table.css");
body {
	background: #e7dbb5;
}
#iframe {
	width: 100%;
	height: 812px;
	
}
#topper {
	background: #6c2b0c;
	height: 6px;
	border-bottom: 1px solid black;
}
.main_image {
	float: left;
}
.top_right_image {
	float: right;
}
.main_image img, .top_right_image img {
	display: block; /* IE image/div space bug hack */
}
.container {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: .75em;
	width: 798px;
	margin: auto;
	margin-bottom: 20px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	position: relative;
}
/* prevent nav bar jump in FF */
html, body {
	height: 100%;
	margin-bottom: 1px;
}

/* left boxes */
#nav, #main, #footerleft {
	width: 542px;
	border-right: 1px solid black;
	border-top: 1px solid black;
	float: left;
}

/* right boxes */
#rightcol_header, #rightcol, #footerright {
	width: 255px;
	border-top: 1px solid black;
	float: right;
	overflow: hidden; /* fix ie6 height issue */
}


/* navigation */
#nav {
	width: 515px;
	background: #6c2b05;
	padding: 0 13px 0 14px;
}
#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	text-align: center;
	float: left;
	background-position: top left;
	height: 34px;
}
#nav ul li a:hover {
	background-position: bottom left;
}
#nav ul li a span { display: none; }
#home {	width: 60px;
	background-image: url(../images/nav/home.jpg);
}
#history {	width: 70px; 
	background-image: url(../images/nav/history.jpg);
}
#banquet-info {	width: 99px; 
	background-image: url(../images/nav/banquet-info.jpg);
}
#contact {	width: 63px; 
	background-image: url(../images/nav/contact.jpg);
}
#hours {	width: 64px; 
	background-image: url(../images/nav/hours.jpg);
}
#events {	width: 64px; 
	background-image: url(../images/nav/events.jpg);
}
#recipes {	width: 67px; 
	background-image: url(../images/nav/recipes.jpg);
}
#menus {	width: 66px; 
	background-image: url(../images/nav/menus.jpg);
}
#reviews {	width: 75px; 
	background-image: url(../images/nav/reviews.jpg);
}
#brunch {	width: 65px; 
	background-image: url(../images/nav/brunch.gif);
}
#community {	width: 90px; 
	background-image: url(../images/nav/community.gif);
}

/* right column header */

#rightcol_header {
	text-align: center;
	background: #3c3c30;
	height: 34px;
}
/* content area */

#main {
	height: 251px;
	background-image:  url(../images/pineapple-bg.jpg);	
	overflow: auto;
	overflow-x: hidden;
	padding: 20px 35px;
	width: 472px;
}

#rightcol {
	height: 291px;
	background: #a8a98c;
	color: white;
	width: 255px;
}
#rightcol h2 {
	color:  #3c3c30;
	padding-top: 25px;
	padding-left: 25px;
}
#rightcol ul {
	margin-left: 25px;
}
#rightcol ul li {
	padding-bottom: 6px;
}
#rightcol a {
	color: #FFF;
	text-decoration: none;
}
#rightcol a:hover {
	text-decoration: underline;
}

/* footer */
#footerleft {
	background: #dac701;
	height: 34px;
	border-bottom: 1px solid black;
}
#footerleft img {
	padding-left: 1em;
	padding-top: 5px;
}
#footerright {
	background: #3c3c30;
	height: 34px;
	border-bottom: 1px solid black;
}
#nets {
	position: relative;
	top: 4px;
	left: 188px;
}
.bottom-right-corner {
	background: url(../images/bottom-right-corner.jpg) top left no-repeat;
	width: 8px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: -1px;
	z-index: 100;
}
.copyright { float: right; 
	margin-right: 15px; 
	font-size: .9em;
}
/* element styles for reuse */
p {
  margin: 1em 0;
}
#comm p {
	margin: 0 0;
}
h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: .67em 0;
  line-height: 1.2em;
  color: #00703c;
}
h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: .83em 0;
  line-height: 1.2em;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: .77em 0px 0px 0px;
  padding: 0px 0px;
  line-height: 1.2em;
  color: #00703c;
}
td {
	vertical-align: middle;
	padding: 10px;
}
a img {
	border: 0;
}
/* link styles */
a {
	color: #6c2b0c;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}



/* classes for reuse */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.hide {
	display: none;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 40px 90px 0px 90px;
	text-align: center;
	font-size: 1.2em;
}
.homequote {
	color: #6c2b04;
	font-style: italic;
	line-height: 1.5em;
}