body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	background-color: #fff;
	background-image: url(/images/i_menus/logo_Print.jpg);
	background-position: top left;
    background-repeat: no-repeat;
 }


h1
{
	font-size: 12px;
	padding-top: 10px;
	color: #000;
	margin-bottom: -0.5em;
}

h2
{
	font-size: 12px;
	padding-top: 5px;
	color: #000;
	margin-bottom: -0.5em;
}

h3
{
	font-size: 12px;
	padding-top: 5px;
	color: #000;
	margin-bottom: -0.5em;
}

h4
{
	font-size: 12px;
	padding-top: 3px;
	color:#000;
	text-align: center;
	margin-bottom: -0.5em;
}

/*-now that the ancestors are happy you can start w/ the next items in the order that they show up-*/
#mainDiv
{
	width: 7in;
	\width: 7in;
	w\idth: 7in;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #fff;
}

#topNavBar
{
	display:none;
}

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

#topNavBar ul li
{
	display: inline;
	margin: 0;
	padding: 0 6px;
	/* border:1px solid #fff; */
}

#topNavBar a
{
	font-weight: 900;
	padding: 0;
	color: #ffcc31;
	text-decoration: none;
}

#topNavBar a:link, #topNavBar a:visited { }

#topNavBar a:hover, #topNavBar a:active, #topNavBar a:focus
{
	font-weight: 900;
	padding: 0;
	color: red;
}

#flashDiv
{
	display:none;
}

#contentBanner
{
	display:none;
	width: 7in;
	height: 225px;
	padding: 0;
}

#contentIntro
{
	width: 7in;
	height: 450px;
	margin: 10px 10px auto;
	padding: 0;
}

#subNavBar
{
	display:none;
	height: 16px;
	/* background: url(../images/i_accents/subNav.jpg) repeat-x; */
	/* background-position: top center; */
	background: #660000;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: center;
	font-size: 10px;
	border-top:2px solid #ffcc31;
}

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

#subNavBar ul li
{
	display: inline;
	margin: 0;
	padding: 0 6px;
	/* border:1px solid #fff; */
}

#subNavBar a
{
	font-weight: 900;
	padding: 0;
	color: #ffcc31;
	text-decoration: none;
}

#subNavBar a:link, #subNavBar a:visited { }

#subNavBar a:hover, #subNavBar a:active, #subNavBar a:focus
{
	font-weight: 900;
	padding: 0;
	color: red;
}

/* Home Page and Menu 'top' Page */
#bodyCenter
{
	width: 7in;
	padding: 15px 60px 10px 60px;
	margin: 0;
	border-top: 2px solid #fff;
}

#bodyCenter p { line-height: 1.5em; }

#bodyCenter a, #bodyCenter a:link, #bodyCenter a:visited
{
	color: #000;
	text-decoration: none;
}

#bodyCenter a:hover, #bodyCenter a:active
{
	color: #000;
	text-decoration: underline;
}

/* Interior Pages */
#bodyCenter2
{
	width: 7in;
	padding: 15px 60px;
	/* border: 1px solid #fff; */
}

#bodyCenter2 p { line-height: 1.5em; }

#bodyCenter2 a, #bodyCenter2 a:link, #bodyCenter2 a:visited
{
	color: #000;
	text-decoration: none;
}

#bodyCenter2 a:hover, #bodyCenter2 a:active
{
	color: #000;
	text-decoration: underline;
}

#bodyCenter2 h1
{
	font-size: 30px;
	letter-spacing: 4px;
	color:#000;
	text-align:center;
	margin-bottom:20px;
}

 #menu_lunch
{
	margin: 0 -30px;
	text-align: left;
	color: #000;
	padding:0 10px;
	border: 1px solid #fff;
	text-align:center;
}

#menu_lunch h1
{
	font-size: 30px;
	letter-spacing: 4px;
	color:#000;
	margin:0;
	text-align:center;
}

#menu_lunch h2
{
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
	text-align:center;
}

#menu_lunch .MenuItemName
{
	color: #000;
	font-weight: 900;
	letter-spacing: 1px;
	text-align:center;
}

#menu_lunch p { margin: 2em auto; text-align:center;
}

#menu2
{
	color: #000;
	padding:0 10px;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #fff;
	background:#fff;text-align:center;
}

#menu2 h1
{
	font-size: 30px;
	letter-spacing: 4px;
	color:#000;
	margin:0;text-align:center;
}

#menu2 h2
{
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
	text-align:center;
}

#menu2 .MenuItemName
{
	color: #000;
	font-weight: 900;
	letter-spacing: 1px;
	text-align:center;
}

#menu2 p 
{ 
	margin: 2em auto;
	text-align:center;
}

#footer
{
	display:none;
}

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

#footer ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 5px;
}

#footer p.credits
{
	color: #666;
}

#footer p.credits a, #footer p.credits a:link, #footer p.credits a:visited
{
	color: #666;
	text-decoration: none;
}

#footer p.credits a:hover, #footer p.credits a:active
{
	color: red;
	text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #ffcc31;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: red;
	text-decoration: underline;
}