@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 865px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	height: 655px;
}
.oneColFixCtrHdr #header {
	background-color: #EF9230;
	height: 135px;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}
.flash {
	margin-top: 35px;
}
.headerLeft {
	float: left;
	height: 135px;
	width: 290px;
	padding-right: 0px;
	margin-right: 0px;
}
.headerRight {
	float: right;
	width: 575px;
	height: 135px;
	padding-bottom: 0px;
}
.headerRightTop {
	float: right;
	height: 113px;
	width: 575px;
	vertical-align: middle;
}
.headerAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 32px;
	width: 209px;
	float: right;
	color: #231F20;
}
.headerRightBottom {
	height: 22px;
	width: 575px;
	float: right;
}


.logo {
	float: left;
	margin-top: 15px;
	margin-left: 87px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 455px;
	float: left;
	margin-top: 5px;
}
.mainTop {
	background-color: #FFFFFF;
	height: 370px;
	width: 865px;
}
.mainTopLeft {
	background-color: #F9EFB8;
	width: 285px;
	float: left;
	height: 370px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 5px;
}
.mainTopLeftLarge {
	background-color: #F9EFB8;
	width: 575px;
	float: left;
	height: 370px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 5px;
}
.mainTopLeftFullPage {
	background-color: #F9EFB8;
	width: 865px;
	float: left;
	height: 370px;
}
.mainTopLeftTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #00909C;
}
.mainTopLeftText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 30px;
	margin-right: 24px;
	margin-top: 40px;
	text-align: left;
	font-style: normal;
}
.mainTopLeftTextLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 30px;
	margin-right: 24px;
	margin-top: 50px;
	text-align: left;
	font-style: normal;
}
.mainTopLeftLargeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 30px;
	margin-right: 24px;
	margin-top: 50px;
	text-align: left;
	font-style: normal;
}
.mainTopRight {
	background-color: #CCCCCC;
	height: 370px;
	width: 575px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.mainTopRightSmall {
	background-color: #CCCCCC;
	height: 370px;
	width: 285px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.mainBottom {
	background-color: #00CC99;
	height: 85px;
	width: 865px;
	padding-bottom: 0px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 5px;
}
.mainBottomLeft {
	background-color: #C26DAB;
	float: left;
	height: 85px;
	width: 285px;
	background-image: url(../images/footer_mailinglist.gif);
	background-repeat: no-repeat;
}
.mainBottomCenter {
	background-color: #009FAA;
	height: 85px;
	width: 285px;
	margin: 0px;
	float: left;
	background-image: url(../images/footer_catering.gif);
	background-repeat: no-repeat;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.mainBottomRight {
	background-color: #E03F30;
	height: 85px;
	width: 285px;
	margin: 0px;
	float: left;
	background-image: url(../images/footer_giftcertificates.gif);
	background-repeat: no-repeat;
}
.mainBottomTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 73px;
	margin-top: 37px;
	font-style: normal;
	line-height: 13pt;
	margin-right: 10px;
}
.oneColFixCtrHdr #footer {
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.graphics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.graphics2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	float: left;
	height: 100px;
	width: 80px;
	font-weight: bold;
}
.map {
	text-align: center;
	vertical-align: top;
	float: right;
	padding-top: 25px;
	padding-bottom: 22px;
	width: 170px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.imageIndex1 {
	float: left;
	z-index: 1;
}
.imageIndex2 {
	float: right;
	width: 138px;
	z-index: 10;
	margin-top: -310px;
	visibility: visible;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding: 0px;
	margin-right: 92px;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: lighter;
}
.specials {
	height: 220px;
	margin-top: 15px;
	float: left;
	width: 200px;
	margin-right: 20px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0px;
	margin-left: 30px;
	float: left;
	width: 450px;
}
.formElement {
	height: 40px;
	width: 180px;
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}

.facebook {
	height: 20px;
	width: 200px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	float: right;
	margin-right: -200px;
	margin-top: 5px;
}
.gallery {
	height: 200px;
	width: 150px;
	margin-top: 45px;
	margin-left: 40px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}
.opentable {
	float: left;
	width: 865px;
	height: 60px;
	background-color: #F4B46C;
}
