html, body { padding: 0px; margin: 0px; }
body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; line-height: 15px; color: #fff7bc; }
body { background-image: url(../images/bg.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: top center; background-color: #000; }
* {	margin: 0px auto; padding: 0; }
img { border: 0px; }
div#wrapper { position: relative; margin-bottom: 0px; width: 903px; }


/* content wrapper */
div#contentWrapper { position: relative; width: 903px; margin-top: 0px; z-index: 0; }



/* header styles */
div#header { position: relative; width: 903px; height: 137px; overflow: visible; margin-top: 0px;  margin-bottom: 10px; z-index: 500; }
	div#hdrMyLoc { position: absolute; left: 46px; top: 18px; width: 265px; text-align: left; font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; line-height: 12px; color: #fff7bc; }
	span.hdrReservationsLabel { font-weight: 800; font-style: italic; }
	img#hdrViewMap { position: absolute; left: 194px; top: 16px; }
	img#hdrSwitch { position: absolute; right: 46px; top: 18px; }
	img#hdrLocName { position: relative; display: block; margin-left: 0px; margin-top: 0px; margin-bottom: 10px; }
	img#hdrLogo { position: absolute; left: 359px; top: 18px; }
	ul#hdrMenu { position: absolute; right: 40px; bottom: 0px; }
		ul#hdrMenu li { display: inline; list-style-type: none; }
	img#hdrHr { position: absolute; left: 0px; bottom: 33px; }



.clear { clear: both; height: 1px; margin-bottom: 0px; overflow: hidden; }


/* footer styles */
img#ftrHr { display: block; position: relative; /* left: -11px; top: -15px; margin-bottom: -15px; */ }
div#footer { position: relative; display: block; width: 100%; height: 100%; padding-top: 40px; padding-bottom: 35px; font-size: 12px; line-height: 17px; color: #a88654; z-index: 502; font-family: Arial, Helvetica, sans-serif; }
div#footer a:link, div#footer a:visited { text-decoration: none; color: #cc913b; }
div#footer a:hover { text-decoration: underline; color: #cc913b; }
div#footerLeft { padding-right: 20px; }
div#footerMiddle { padding-left: 20px; padding-right: 20px; border-left: 1px solid #61554d; border-right: 1px solid #61554d; }
div#footerRight { padding-left: 20px; }


/* location error pop up styles */
div#locPop { font-family: Arial, Helvetica, sans-serif; color: #fff; display: none; }
div#locPopContent { position: absolute; top: 58px; left: 57px; width: 325px; text-align: left; z-index: 3; }
div#locMsgHdr { font-size: 18px; line-height: 26px; }
div#theLocMsg { width: 290px; float: left; font-size: 11px; line-height: 14px; }
div#locMsgBtn { clear: both; float: right; padding-right: 32px; }
.popShadow { position: relative; z-index: 1; }
.popCard { position: absolute; top: 21px; left: 21px; z-index: 2; }
