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

body{
    font-family: "Futura Md BT", "Arial Black";
	font-size:12px;
	color: #000000;
}

a, a:visited {
   text-decoration:underline;
   color: #cc6600;
}

a:hover{
	color: #cc9900;
	text-decoration: none;
}


h1{
   font-size: 30px;
   font-family: "Futura Md BT", "Arial Black";
   font-weight:bold;
   color: #cc6600;
}

h2{
   font-size: 22px;
   font-family: "Futura Md BT", "Arial Black";
   font-weight:bold;
   color: #cc9900;
}

h3{
   font-size: 18px;
   font-family: "Futura Md BT", "Arial Black";
   font-weight:bold;
   color: orange;
}
h4{
   font-size: 16px;
   font-family: "Futura Md BT", "Arial Black";
   font-weight:bolder;
}
h6{
   font-size: 14px;
   font-family: "Futura Md BT", "Arial Black";
   font-weight:bold;
   color: orange;
}
#why{
	font-size: 16px;
	font-weight:bolder;
	color: #cc6600;
}
#eventtitle{
	font-size: 16px;
	font-weight:bolder;
	color: #cc6600;
}
#specialtitle{
	font-size: 13px;
	font-weight:bold;
	color: #cc6600;
}
.toplinks {
	font-size: 24px;
	font-family: "Futura Md BT", "Arial Black";
}

.maintable{
	width: 800px;
	overflow:auto;
	padding: 10px inherit;
	margin: 10px auto;
}

.maintable td{
	border: thin solid #72693c;
}

.menu ul{
	list-style:disc;
	width: 100px;
	border: 1px solid #bdbdbd;
	float:left;
}

.menu li{
	padding-bottom: 3px;
	font-size: 18px;
}

.footer{
    font-family: "Futura Md BT", "Arial Black";
	font-size:12px;
}

#mainmenu ul {
	list-style: none;
	padding:0;
	margin:0;
}

#mainmenu li {
	display: inline;
	border: solid #72693c;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0;

}

#mainmenu #selected {
	padding-bottom: 1px; 
	background: #999999;
}

#mainmenu a {
	margin:0; 
	padding:21px 22px 0 22px;
	width:auto; 
	height:55px;
	font:1.23em Arial, Helvetica, sans-serif; color:#93a2af;
	/* IE6 Needs inline-block otherwise width:auto; spans 100% */
	display:inline-block;
}

#header{
	width: 800px;
	position:relative;
}
	
#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

#header li {
	float: left;
	background: url(images/tabright.gif) top right no-repeat;
	margin: 0;
}

#header a {
	display: block;
	background: url(images/tableft.gif) top left no-repeat;
	color: #72693c;
	text-decoration: none;
	padding: 0.6em 1em 0.25em;
}

#header a:hover {
	color: white;
}

#header #selected {
	font-weight: bold;
	background-image: url(images/tabrightactive.gif);
}

#header #selected a:hover {
	color: yellow;
}


#header #selected a {
	background-image: url(images/tableftactive.gif);
	color: white;
}

#content {
	clear: both;
	width: 788px; 
	border: thin solid #72693c; 
	padding:5px;
}
.input50{
	font-family: "Georgia", "Times New Roman", serif;
	font-size:12px;
	width: 50px;
}
.input150{
	font-family: "Georgia", "Times New Roman", serif;
	font-size:12px;
	width: 150px;
}
.input250{
	font-family: "Georgia", "Times New Roman", serif;
	font-size:12px;
	width: 250px;
}
.input400{
	font-family: "Georgia", "Times New Roman", serif;
	font-size:12px;
	width: 400px;
	height: 100px;
}
#reg_page{
	background-image: url(images/bg.png);
	background-repeat:no-repeat;
	background-position: center;
}

#popup{
	width: 190px;
	height: 140px;
	border: medium solid #72693c;
	text-align:justify;
	padding: 5px 5px 5px 5px;
}

#lunchspecials{
 width: 780px;
 padding: 5px;
}

#lunchspecials td {
 width: 100px;
 background-color: #333333;
 text-align:center;
 color:white;
 height: 100px;
}

#featuredevent{
	height: 300px;
	width: 250px;
	padding: 5px;
}
