@charset "utf-8";

html, body {
	height: 100%;
	margin: 0px;
}

body {
	margin: 0px;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

a, a:link, a:visited {
	color: #888888;
	text-decoration: none;
	outline: none;
}

a:active {
	color: #c5b8b0;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #c5b8b0; 
	text-decoration: underline;
	outline: none;
}

hr {
	border: 0px;
	text-align: center;
	width: 90%;
	background-color: #999999;
	height: 1px;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;	
}

input, select {
	padding-left : 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	/*background-image: url(data/button.jpg);*/
	background-repeat: repeat-x;
}

/* Text Formatting */
.title {
	font-size: 16px;
	font-weight: bold;
	color: #989898;
	text-align: center;	
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #989898;
}

.title3 {
	font-size: 12px;
	font-weight: bold;
	color: #8f4203;
}

.title4 {
	font-size: 12px;
	color: #8f4203;
}

.copyright {
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.bg-center {
	border: none;
}

/* Table Row Border */
.rowBorder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;	
}

/* Bar Logo Positioning */
.barlogo {
	float: right;
	clear: right;
}

/* Other Location Positioning */
.otherLocations {
	float: left;
	height: 110px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

/* Primary Body Table */
.body {
	width: 100%;
}

/* Header Table */
.header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

/* Header Border Table Cell */
.header-border {
	background-image: url(images/hr.jpg);
	background-repeat: repeat-x;
	height: 10px;
}

/* Search Border Table Cell */
.search-border {
	height: 6px;
}

/* No JavaScript Warning */
.noscript {
	z-index: 10;
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	height: 100%;
	width: 100%;
}

/**
 * Table Containers
 **/
.header-container {
	background: #000000;
} 

.search-container {
	width: 500px;
	vertical-align: top;
	display: none;
}

.happyhour-container {
	width: 500px;
	vertical-align: top;
	display: none;
}

.leftbar-container {
	width: 250px;
	vertical-align: top;
}

.rightbar-container {
	width: 250px;
	vertical-align: top;
}

.mainbody-container {
	width: 100%;
	vertical-align: top;
}

.googlemap-container {
	width: 1000px;
	vertical-align: top;
}

.content-container {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}

/**
 * Table Contents
 **/
/* Header Table */
.main-header {
	display: none;
}

/* Main Body Table */
.mainbody {
	width: 100%;
	border: 0px solid #454d51;
}

/* Main Body Table Header */
.mainbody .header {
	height: 30px;
	border: 0px solid #454d51;
	text-align: center;
}

/* Main Body Table Tall Rows */
.mainbody .row {
	height: 25px;
	text-align: center;
	vertical-align: top;
}

/* Google Map Body Table */
.googlemap {
	width: 992px;
	background: #FFF;
	border: 0px solid #454d51;
}

/* Google Map Body Table Header */
.googlemap .header {
	height: 30px;
	border: 0px solid #454d51;
	text-align: center;
}

/* Sidebar Table */
.sidebar {
	width: 230px;
	background: #000000;
	border: 0px solid #454d51;
	display: none;
}

/* Sidebar Table Header */
.sidebar .header{
	height: 30px;
	border: 0px solid #454d51;
	text-align: center;
}

/* Sidebar Table Tall Rows */
.sidebar .row {
	height: 25px;
	text-align: center;
}

/**
 * Interior Content Tables
 **/
/* Specials Table */
.specials {
	width: 100%;
	vertical-align: top;
}

/* Specials Table Header */
.specials .header {
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: none;
}

/* Specials Table Tall Rows */
.specials .row {
	height: 25px;
	text-align: center;
}

/* Specials Table AJAX Rows */
.specials .ajaxrow {
	height: 25px;
	text-align: left;
}

/**
 * Calendar
 **/
.calendar {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	width: 230px;
}

.calendar-header {
	background-color: #000;
	text-align: center;
	font-weight: bold;
	color: #c5b8b0;
}

.calendar-day {
	background-color: #000;
}

.calendar-today {
	font-weight: bold;
	background-color: #333;
	border: 1px solid #333333;
}

/**
 * Spry
 **/
.SpryHiddenRegion {
	visibility: hidden;
}

/* Spry Even Row */
.even {
	background-color: #333333;
}

/* Spry Odd Row */
.odd {

}

/* Spry Form Label */
.formLabel {
	width:150px;
	margin-bottom:7px;
	margin-top:7px;
}

/**
 * Google Map
 **/
.googleMap {
	float: right;
	width: 575px;
	height: 500px;
}

.googleMapDirections {
	float: left;
	width: 400px;
}

.bg-left {
	display: none;
}

.bg-right {
	display: none;
}
