@charset "utf-8";
/* CSS Document */

body {
	background: top center url(../images/bg-sand.jpg) repeat;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

a:link, a:active, a:visited {
	color: #604b32;
	text-decoration: underline;
}
a:hover {
	color: #604b32;
	text-decoration: none;
}

img {
	border: 0px;
}

em {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}

h2 {
	font-size: 12px;
	color: #137928;
}

/* Outer Container */
#container {
	width: 908px;
	position: relative;
	margin: 0px auto;
}

/* Site Map */
#sitemap {
	font-size: 11px;
	text-align: right;
	padding: 5px 20px 5px 0px;
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}

#header {
	height: 158px;
}

/* Menu Panel */
td.menu {
	width: 38px;
	background: top right url(../images/bg-menu-tile.gif) repeat-y;
	vertical-align: top;
}

/* Content - Home */
td.homecontent {
	width: 380px;
	background: bottom right url(../images/bg-home-content.gif) no-repeat;
	background-color: #c7b299;
	vertical-align: top;
	padding: 40px 33px 40px 33px;
}

/* Content - Other (aka Sub) */
td.content {
	background: bottom right url(../images/bg-content.gif) no-repeat;
	background-color: #c7b299;
	vertical-align: top;
	padding: 40px 33px 40px 0px;
}

table.centrecontent {
}
table.centrecontent th {
	width: 250px;
	vertical-align: top;
	text-align: center;
}
table.centrecontent th img {
	border: 2px solid #604b32;
	margin-top: 30px;
}
table.centrecontent td {
	vertical-align: top;
}

/* Reservations Panel */
td.reservations {
	width: 180px;
	background: bottom left url(../images/bg-home-res.gif) no-repeat;
	background-color: #ab977e;
	vertical-align: top;
	padding: 35px 15px 35px 15px;
	text-align: center;
}
td.reservations td {
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
}
td.reservations td select {
	font-size: 11px;
}

/* Specials Panel */
td.specials {
	width: 174px;
	background: top right url(../images/bg-specials-shadow.gif) repeat-y;
	background-color: #977f62;
	vertical-align: top;
	padding: 35px 20px 35px 20px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
td.specials td {
	color: #FFFFFF;
	font-size: 11px;
	line-height: normal;
}

/* Footer Panel */
#footer {
	text-align: right;
	color: #362f2d;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.notification {
	font-weight: bold;
	color: #FFFFFF;
}