@charset "UTF-8";

/* CSS Document */


/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat;
	position: relative;
}
.container  {
	width: 913px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 10px;
}
.content_top {
	background-repeat: no-repeat;
	height: 19px;
	width: 913px;
	margin-top: 34px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/content_top.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.content_top {
  background-image:url(../images/content_top.png);
}
.header  {
	padding: 0px;
	height: 135px;
	margin: 0px;
}
.header_tile {
	background-image: url(../images/header_tile.png);
	background-repeat: repeat-x;
	width: 498px;
	height: 135px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.header h1  {
}
.navbar {
	z-index: 3;
}
.navbar ul{
	float: right;
	height: 135px;
}
.navbar li{
	list-style-type: none;
	display: inline;
}
.navbar li a{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.navbar li img {
	padding: 0px;
	margin: 0px;
}
.subnav  {
	height: 35px;
	margin-top: -5px;
  	background-image:url(../images/subnavbar.png);
}

.subnav ul {
	list-style-type: none;
	padding-top: 5px;
	margin-left: 13px;
}
.subnav li {
	display: inline;
	list-style-type: none;
	margin-top: -3px;
}
.subnav li a {
	display: inline-block;
	list-style-type: none;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	letter-spacing: 0.04em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.subnav li a:hover {
	background-color: #223D5A;
}
.contentwrapper {
	margin-top: 20px;
}
.contentinnerwrapper {
	position: relative;
	z-index: 2;
	margin-right: 300px;
	margin-top: -600px;
}
.mainContent  {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 50px;
	width: 863px;
	background-repeat: repeat-y;
	line-height: 1.1em;
	  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/content_tile.png');
}
.mainContent  {
	  background-image:url(../images/content_tile.png);
}
.mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2.4em;
	font-weight: bold;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-bottom: 10px;
}
.mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #16466A;
	padding-bottom: 5px;
}
.mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-bottom: 8px;
}
.mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #900; /* IE's opacity*/
	opacity: 0.7;
	line-height: 1.35em;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
.mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top: 10px;
}
.mainContent  ul li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: .9em;
}
.mainContent strong {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_header {
	text-align: center;
}
#sidenav_cont {
	float: right;
	margin-right: 100px;
	margin-top: -617px;
	z-index: 3;
	padding-bottom: 50px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	filter:alpha(opacity=85); /* IE's opacity*/
	opacity: 0.85;
	background-color: #2B4B6F;
	width: 150px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #020205;
}
#sidenav_cont li{
	padding-bottom: 8px;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#sidenav_cont li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.85em;
	text-decoration: none;
}
#sidenav_cont li a:hover{
	color: #CCC;
}
#sidenav_cont li:hover {
	background-color: #1A374D;
}
#menuwrapper {
}
.extras  {
}
.extras  ul{
}
.extras li {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: bold;
	padding-top: 5px;
}
.menuitem {
	padding-top: 10px;
	padding-bottom: 10px;
}
.FoodName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #900;
	font-weight: bold;
}
.FoodDescribe {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
tr .FoodDescribe {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
}
.price {
	font-size: 1.15em;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
}
.footer  {
	padding: 0;
	height: 85px;
	width: 913px;
	background-repeat: no-repeat;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/footer.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footer{
  	background-image:url(../images/footer.png);
}
.footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}
.footer h2  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
.breakfastbkgrnd {
	height: 600px;
	z-index: 1;
	width: 480px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/breakfast.png);
	left: 377px;
	margin-top: -17px;
	background-repeat: no-repeat;
}
.burgersbkgrnd {
	height: 600px;
	z-index: 1;
	width: 500px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/hamburger.png);
	left: 357px;
	margin-top: -17px;
	background-repeat: no-repeat;
}
.dessertbkgrnd {
	height: 600px;
	z-index: 1;
	width: 500px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/dessert.png);
	left: 357px;
	margin-top: -17px;
	background-repeat: no-repeat;
}
.chickenbkgrnd {
	height: 600px;
	z-index: 1;
	width: 500px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/grilledchicken.png);
	left: 357px;
	margin-top: -17px;
	background-repeat: no-repeat;
}
.soupbkgrnd {
	height: 600px;
	z-index: 1;
	width: 450px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/soup.png);
	left: 407px;
	margin-top: -17px;
	background-repeat: no-repeat;
}
.saladsbkgrnd {
	height: 600px;
	z-index: 1;
	width: 500px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/salad.png);
	left: 394px;
	margin-top: -17px;
	background-repeat: no-repeat;
}
.beveragebkgrnd {
	height: 600px;
	z-index: 1;
	width: 500px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/beverages.png);
	left: 357px;
	margin-top: -17px;
	background-repeat: no-repeat;
}
.sandwichbkgrnd {
	height: 600px;
	z-index: 1;
	width: 446px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/clubsandwich.png);
	left: 411px;
	margin-top: -17px;
	background-repeat: no-repeat;
}
.breakfastgriddlebkgrnd {
	height: 600px;
	z-index: 1;
	width: 353px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/pancakes.png);
	left: 504px;
	background-repeat: no-repeat;
	margin-top: -17px;
}
.lunchadditionalbkgrnd {
	height: 600px;
	z-index: 1;
	width: 480px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/nachos.png);
	left: 377px;
	background-repeat: no-repeat;
	margin-top: -17px;
}
.cateringbkgrnd {
	height: 600px;
	z-index: 1;
	width: 362px;
	position: relative;
	right: 0px;
	background-image: url(../images/bkgrnds/catering.png);
	background-repeat: no-repeat;
	margin-top: -17px;
	left: 495px;
}
.bluebanner {
	background-image: url(../images/bluebanner.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 515px;
	padding-top: 8px;
	margin-left: -5px;
}
.bluebanner_sm {
	background-image: url(../images/bluebanner_small.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 515px;
	padding-top: 5px;
	padding-left: 8px;
	margin-left: -8px;
}
.bluebanner_sm a{
	color: #FFF;
}
.bluebanner a{
	color: #FFF;
}
.cateringlist ul {
	font-size: 1em;
	list-style-type: square;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cateringlist li {
	padding-top: 5px;
}
.cateringphone {
	float: right;
	position: relative;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -80px;
	margin-right: 100px;
}
.cateringphone h1 {
	font-size: 2em;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.cateringphone h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.simpletoelgant {
	float: right;
	width: 221px;
}

