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

html, body, h2 {
	margin: 0;
	padding: 0;
} 

body {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image:url(images/BODYBG.png);
	background-repeat:repeat-x;
}

a {
	color:#FF0000;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	Font-Family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	Font-Size:24px;
}

h2 {
	Font-Size:18px;
}

h3 {
	Font-Size:16px;
}

h4 {
	Font-Size:14px;
}

hr {
	color:#485879;
}

.footnote {
	font-size:10px;
	font-weight:bold;
}

.footnoteMarker {
	font-size:18px;
}

#white {
	background-color:#FFFFFF;
	height:100%;
}

#toolbar {
	width:100%;
	text-align:right;
}

#header {
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
}

#contactBar {
	width:100%;
	height:26px;
	background-image:url(images/topBarBG.png);
	background-color:#485879;
	background-repeat:repeat-x;
	color:#EEEEEE;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#contactBar a {
	color:#EEEEEE;
	font-weight:bold;
	font-size:16px;
}

#mainPage {
	background-color:#FFFFFF;
	height:100%;
}

#mainPage ul {
	display:block;
	float:left;
	height:100%;
}

#mainPageLeft {
	width:40%;
	background-color:#FFFFFF;
}

#announcements {
	clear:both;
}

#announcements h3 {
	padding:0px;
	margin:0px;
	font-size:20px;
	color:#FF0000;
}

#announcements p {
	margin-top:-10px;
	color:#CC0000;
}

#announcements a {
	font-weight:bold;
}

#announcements ul {
	list-style:url(images/alert.png);
}

#calendar {
	clear:both;
	padding-top:20px;
}

#entres {
	clear:both;
}

#entres p {
	margin-top:-2pt;
}

#mainPageRight {
	width:45%;
	background-color:#FFFFFF;
}

#specials {
	clear:both;
}

#specials ul {
	list-style:none;
	font-size:14px;
}

#specials h2 {
	font-size:16px;
}

#appetizers {
	clear:both;
}

#appetizers p {
	margin-top:-2pt;
}

#sidesAndSalads {
	clear:both;
}

#sidesAndSalads p {
	margin-tip:-2pt;
}

#footer {
	clear:both;
	text-align:center;
	font-size:9px;
	width:100%;
	height:30px;
	background-color:#333333;
	color:#EEEEEE;
	margin-top:10px;
	padding-top:15px;
	border-top: 1px solid #333333;
}

#footer a {
	color:#009900;
}