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

* {
	margin: 0;
	padding: 0;
}
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;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFix #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
	background-color: #FFF;
} 
.thrColFix #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
}
.thrColFix #mainContent {
	background-color: #FFF;
	padding: 0px;
	margin: 0px 0px 0px 220px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header {
	width: 900px;
	background-color: #000;
}
#header #links {
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	border-bottom: 2px solid #999;
	padding-left: 300px;
}
#links a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline;
	margin-left: 17px;
	line-height: 30px;
}
#links a:hover {
	color: #0FF;
	text-decoration: none;
}
#flash {
	background-color: #999;
	margin: 0px auto;
	padding: 0px;
}
.flash_pad {
	padding: 0;
	margin: 0px;
}
.main_pad {
	padding-right: 8px;
	padding-left: 8px;
}
#menu {
	clear: right;
}
h1 {
	font-size: 18px;
	color: #3B55A6;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	color: #900;
	margin: 0px;
	padding: 0px;
}
#menu h1 {
	font-size: 18px;
	color: #3B55A6;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 8px 0px 0px;
	border-bottom: 2px solid #CCC;
}
#mainContent #menu h2 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 4px;
	margin-bottom: 0px;
}
#event_special_event {
	border: 1px solid #640000;
	margin: 0px 0px 8px;
	padding: 0px;
}
#sidebar2 #event_special_event h2 {
	color: #FFF;
	background-color: #900;
	font-size: 15px;
}
#sidebar2 #event_special_event p {
	margin: 0px;
	padding: 0px 0px 6px;
}
#sidebar2 #event p {
	margin: 0px;
	padding: 0px 0px 6px;
}
#sidebar2 a {
	margin: 0px;
	padding: 0px 0px;
	font-weight: bold;
	color: #A4FFA4;
	text-decoration: none;
}
#sidebar2 a:hover {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
}
#mainContent #sub_link_bar {
	background-color: #900;
	width: 100%;
	text-align: right;
	font-size: 12px;
	padding: 3px 0px;
}
#mainContent #sub_link_bar .sub_current {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background-color: #620000;
	color: #FFF;
	margin: 0px;
	padding: 3px 5px;
	border-left: 2px solid #FFF;
	display: inline;
}
#mainContent #sub_link_bar a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #900;
	color: #FFF;
	margin: 0px;
	padding: 3px 5px;
	border-left: 2px solid #FFF;
}
#mainContent #sub_link_bar a:hover {
	background-color: #666;
}
#mainContent #sub_link_bar a:active {
	background-color: #620000;
	color: #FFF;
}
a .img_link {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}
.thrColFix #container #footer {
	background-color: #000;
	width: 100%;
	border-top: 2px solid #999;
	margin: 10px 0px 0px;
	padding: 0px;
}
#footer p {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
#footer .float_right {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	float: right;
}
#mainContent .head_events {
	height: 40px;
	width: 100%;
	background-image: url(images/heading_events.gif);
	background-repeat: no-repeat;
}
#mainContent .head_menu {
	height: 40px;
	width: 100%;
	background-image: url(images/heading_menu.gif);
	background-repeat: no-repeat;
}
#mainContent .head_home {
	height: 40px;
	width: 100%;
	background-image: url(images/heading_home.gif);
	background-repeat: no-repeat;
}
#mainContent .head_location {
	height: 40px;
	width: 100%;
	background-image: url(images/heading_location.gif);
	background-repeat: no-repeat;
}
#mainContent .head_specials {
	height: 40px;
	width: 100%;
	background-image: url(images/heading_specials.gif);
	background-repeat: no-repeat;
}
#mainContent .head_contact {
	height: 40px;
	width: 100%;
	background-image: url(images/heading_contact.gif);
	background-repeat: no-repeat;
}
#mainContent .head_drink {
	height: 40px;
	width: 100%;
	background-image: url(images/heading_drink.gif);
	background-repeat: no-repeat;
}
p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#mainContent .float_right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	width: 280px;
	text-align: center;
}
#mainContent .img_cap {
	font-size: 10px;
	color: #666;
}
#mainContent #hours {
	width: 100%;
	text-align: left;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
	border: 1px solid #5B0000;
}
#hours h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	width: 100%;
	line-height: 20px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#hours p {
	font-weight: bold;
	color: #000;
	margin: 0px 0px 10px;
	padding: 0px;
}
#mainContent  h2 {
	margin-bottom: 8px;
}
#special_event h1 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	background-image: url(images/event_day_bg.gif);
	background-color: #900;
	background-repeat: repeat-x;
	height: 20px;
	background-position: 2px 2px;
}
#special_event h2 {
	color: #3B55A6;
	font-size: 14px;
	margin: 0px;
}
#special_event p {
	margin: 0px;
	padding: 0px;
}
#mainContent #event_day {
	width: 325px;
	float: left;
	margin-right: 10px;
}
#mainContent #event_day p {
	margin: 0px;
	padding: 0px;
}
#mainContent #event_day_right {
	width: 325px;
	float: right;
}
#mainContent #event_day_right p {
	margin: 0px;
	padding: 0px;
}
#event_day h1 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	background-image: url(images/event_day_blue_bg.gif);
	background-color: #3B55A6;
	background-repeat: repeat-x;
	height: 20px;
	background-position: 2px 2px;
}
#event_day_right h1 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	background-image: url(images/event_day_blue_bg.gif);
	background-color: #3B55A6;
	background-repeat: repeat-x;
	height: 20px;
	background-position: 2px 2px;
}
#event_day h2 {
	color: #3B55A6;
	font-size: 14px;
	margin: 0px;
}
#event_day_right h2 {
	color: #3B55A6;
	font-size: 14px;
	margin: 0px;
}
.sm_txt {
	font-size: 10px;
	color: #666;
}
.black_txt {
	color: #000;
}
.grey_txt {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.txt_center {
	text-align: center;
}
.inline {
	padding: 0px;
	display: inline;
}
#amdmin_tools {
	background-color: #E1E1FF;
	padding: 6px;
	border: 2px solid #006;
}
#amdmin_tools h4 {
	margin-bottom: 6px;
}
.notes {
	font-size: 10px;
	color: #666;
	text-indent: 3px;
	padding-top: -3px;
}

