/* CSS Document *//* Main Page Styles */html {	margin: 0px;	padding: 0px;	height: 100%;	width: 100%;	}body {	font-family: Georgia, "Times New Roman", Times, serif;	margin: 0px;	padding: 0px;	background-color: #666666;	height: 100%;	width: 100%;	}#container {	background-image:url(../images/background_tile_002.jpg);	background-repeat:repeat-y;	background-color: #666666;	/*background-position:top; */	height: 800px;	width: 1040px;	margin: auto;	}#header {	position: absolute;	background-image:url(../images/header_002.jpg);	background-repeat: no-repeat;	width:1040px;	height:540px;}#navigation {	position: relative;	top: 70px;	left: 780px;	background-image:url(../images/navigation_hangtag_002.png);	background-repeat: no-repeat;	width: 275px;	height: 545px;	}#navigationMenu {	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	color:#FFFFFF;	width: 180px;	position: relative;	top: 120px;	left: 53px;	z-index: 100;	}#navigationMenu a, #navigationMenu a:active, #navigationMenu a:visited {	color:#f9b344;	text-decoration: none;	}#navigationMenu a:hover {	text-decoration: underline;	}#footer {	position: absolute;	top: 800px;	left: auto;	width: 1040px;	height: 184px;	background-image:url(../images/footer_002.jpg);	background-repeat: no-repeat;	}/* Food Menu Styles *//*dark gold is #996633 and orange is #c45124 */#foodmenucopy {	font-family: Georgia, "Times New Roman", Times, serif;	color: #666666;}#foodmenucopy p a, #foodmenucopy p a:visited, #foodmenucopy p a:active {	color: #c45124;	text-decoration: none;}#foodmenucopy p a:hover {	text-decoration: underline;	}.foodmenutype {	font-family: Arial, Helvetica, sans-serif;	text-transform: uppercase;		font-size: 18px;	color:#996633;	font-weight: bold;	padding: 30px 0px 5px 0px;	/*border-bottom: #996633 solid 2px;*/}.foodmenuitem {}#foodmenulisting {	width: 700px;	position: relative;	left: 120px;	top: -200px;}h3.foodmenutitle {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 19px;	font-weight: normal;	line-height: 20px;	color:#4d4d4d;	padding: 10px 0px 5px 0px;	margin: 0px 0px 0px 0px;}h4.foodmenudescription {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: normal;	line-height: 16px;	color: #4d4d4d;	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;}.foodmenudescription p {	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;	line-height: 16px;	font-size: 14px !important;}.foodmenudisclaimer {	padding: 40px 0px 10px 0px;	font-size: 12px;	font-style: italic;}#food p a, #food p a:visited, #food p a:active {	color: #c45124;	text-decoration: none;	}#food p a:hover {	text-decoration: underline;	}/* Events Styles */#iframewrapper {	background-image:url(../images/wrapper_background.jpg);	background-repeat:no-repeat;	position: relative;    width: 800px;	height: 600px;    border: none;	left: 100px;	top: -250px;}.iframe {	position: relative;	top: 34px;	left: 34px;	width: 600px;	height:400px;	}	/* Contact Styles */#contactlisting {	width: 700px;	position: relative;	left: 120px;	top: -250px;	}.contactitem {	}.contacttype {	font-family: Arial, Helvetica, sans-serif;	text-transform: uppercase;		font-size: 18px;	color:#996633;	font-weight: bold;	padding: 30px 0px 5px 0px;	/*border-bottom: #996633 solid 2px;*/}h3.contacttitle {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 19px;	font-weight: normal;	line-height: 20px;	color:#4d4d4d;	padding: 10px 0px 5px 0px;	margin: 0px 0px 0px 0px;}h4.contactdescription {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: normal;	line-height: 20px;	color: #4d4d4d;	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;}h4.contactdescription a, h4.contactdescription a:active, h4.contactdescription a:visited {	color: #c45124;	text-decoration: none;	}h4.contactdescription a:hover {		text-decoration: underline;	}#contactlisting a, #contactlisting a:active, #contactlisting a:visited {	color: #c45124;	text-decoration: none;	}#contactlisting a:hover {		text-decoration: underline;	}
