html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Calibri;
	font-weight: normal;
}
#container {
	min-height:100%;
	min-width:1000px;
	position:relative;
}
								/*-= Begin Top Pinstripe/Top Navigation CSS =-*/
#hdr_pinstripe {
	background:#333333;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#00FF00;
	padding-right:10%;
	padding-left:10%;
	text-align:center;
}
#hdr_pinstripe .level1	{
	height:33px;
}
#hdr_pinstripe .level2	{
	height:29px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#hdr_pinstripe img {
	float:left;
}
#page_hdr_title	{
	top:55px;
	left:50%;
	position:absolute;
	font-size:50px;
	font-weight:bold;
	color:#333;
}
#main_logo_left	{
	top:47px;
	right:51%;
	margin:auto;
	position:absolute;
}
#main_logo_center	{
	top:45px;
	width:100%;
	margin:auto;
	position:absolute;
	text-align:center;
}
#top_nav ul {
	margin:0;
	list-style:none;
	display:inline-block;
	float:right;
	padding-top:3px;
	padding-left:8px;
}
#top_nav li.menu {
	float:right;
	display:inline-block;
	padding-right:10px;
}
								/*-= End Top Pinstripe/Top Navigation CSS =-*/	
	
#header {
/*	background: url(../images/header_slice.gif) repeat-x;*/
	background: url(../images/slice.jpg) repeat-x;
	height:86px;
	padding:10px;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#00FF00;
	}
#body {							/*-=Main Page with Left and Right Info Boxes =-*/
	padding:10px;
	padding-bottom:100px;	/* Height of the footer */
	margin-right:5%;
	margin-left:5%;
/*	margin-bottom:10px;*/
	width:auto;
	min-height:600px;
	max-height:800px;
	}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	background: url(../images/slice.jpg) repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
/*	margin-left:auto;
	margin-right:auto;*/
	}
#footer ul, #footer li	{
	padding:0px;
	margin:auto;
	list-style-type:none;

}
/*#footer ul	{
	float:left;
	padding-right:5px;
	padding-left:5px;*/
/*	margin-left:auto;
	margin-right:auto;
	width:100%;*/

}
	/* other non-essential CSS */
#header p, #header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
/*#footer p {
		margin:0;
		padding:10px;
	}*/
						/*-= Begin Default Action Definition =-*/
img {
		border-style:none;
	}
a, a:visited, a:active, a:focus {
	text-decoration:none;
	color:#CECECE;
	}
a:hover {
	color:#00FF00;
	}
h4	{
	margin: 0px;
	padding: 0px;	
}
						/*-= End Default Action Definition =-*/
						/*-=Begin Main Navigation Menu=-*/
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:155px;
	float:left;
	color:#CCCCCC;
}
#menu a {
	display:block;
	margin:0;
	color:#CCCCCC;
	background:#333333;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}
#menu a:hover {
	color:#00FF00;
	background:#009900 url(../images/ArroLt.jpg) no-repeat right;
}
 
#menu li {
	position:relative;
}
 
#menu ul ul {
	position:absolute;
	z-index:500;
}
/*--=This is the CSS for the Navigation Menu Fly-out Right That is currently not used=--
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}*/
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*--=End Main Navigation Menu=--*/

/*--=Begin Main Body of Page=--*/

/*--=Left Side of Main Page=--*/
#body_left	{
	position:absolute;
	margin-top:50px;
	margin-bottom:60px;
	margin-left:0%;
/*	margin-right:500px;*/
	margin-right:32%;
	min-width:500px;
	min-height:350px;
	max-height:100%;
	border:1px solid #999999;
	text-align:justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom:40px;
	padding-left: 15px;
}
#body_left li
{
	margin-left: 30px;
}
#body_left_box	{
	float:left;
	width:150px;
	height:150px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-left:0px;
	padding-right:5px;
	padding-left:5px;
	border: 1px solid #999;
	text-align: left;
}
#body_left_box_align	{
/*	position:absolute;*/
/*	margin-left:0%;
	margin-right:0%;
/*	padding-right: 15px;
	padding-left: 15px;*/
	margin-left:auto;
	margin-right:auto;
	width:90%;
	padding-bottom:50px;
}
#body_left a, #body_left a:hover, #body_left a:focus, #body_left a:active, #body_left a:visited {
	text-decoration:none;
	color: #060;
	font-weight: bold;
}


/*--=End Left Side Main Page=--*/

#img_flt_lt {
	float:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*--=Begin Right Side Navigation=--*/

#body_right
{
	position:absolute;
	width:180px;
	border:1px solid #999999;
	top:234px;
	right:5%;
	padding-top:0px;
	padding-right:3px;
	padding-bottom:0px;
	padding-left:3px;
	}
#img_flt_rt {
	float:right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#body_right h1, h2, img	{
	text-align:center;
	margin:0px;
	padding:0px;
	line-height: normal;
}
#body_right h1 {
	font-size:15px;
}
#body_right h2 {
	font-size:13px;
	font-weight:normal;
}
#body_right a, #body_right a:hover, #body_right a:focus, #body_right a:active, #body_right a:visited {
	text-decoration:none;
	color: #060;
	font-weight: bold;
}

/*--=Begin Right Side Navigation=--*/

/*--=End Main Body of Page=--*/

/*=--Begin Lightbox CSS=--*/
.black_overlay{
	display:none;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:black;
	z-index:1001;
	-moz-opacity:0.6;
	opacity:.60;
	filter:alpha(opacity=60);
}
.white_content {
	display:none;
	position:absolute;
	top:25%;
	left:25%;
	width:50%;
	height:50%;
	padding:16px;
	border:8px solid #333333;
	background-color:white;
	z-index:1002;
	overflow:auto;
}
#close	{  /*--=Close button for lightbox=--*/
	top:0;
	right:0;
	padding-top:5px;
	padding-right:5px;
}
/*#print_btn	{ /*--=Print button for lightbox=--
	position:absolute;
	top:40px;
	right:15px;
}
/*--=End Lightbox CSS=--*/


/*--=Begin Menus CSS=--*/

#menus	{
	position:absolute;
	background-image: url(../images/LunchMenu.png);
	background-repeat: no-repeat;/*	width:auto;*/

/*	float:left;*/
	}
#menus img	{
	position:absolute;
	float:left;
/*	width:340px;*/
	z-index:-10;
	}
#menus_date	{
	position:absolute;
	width:600px;
/*	width:100%;*/
/*	margin:auto;*/
	margin-top:145px;
/*	margin-left:-510px;*/
	font-size:32px;
	font-weight:bold;
	text-align:center;
	}
#menus_entree {
	position:relative;
	float:left;
/*	width:250px;*/
	width:auto;
	margin:auto;
/*	margin-top:150px;	
	margin-left:50px;*/
	}
#menus_side	{
	position:absolute;
	width:250px;
	margin-left:-550px;
	margin-top:300px;
	}
#menus_box	{
/*	margin:auto;*/
	width:300px;
	height:150px;
	}

/*--=End Menus CSS=--*/
	
#caterPDF
{
	float:left;
	padding:5px;
	margin:3px;
	height:45%;
	width:45%;
}


/* --==Begin Table CSS==-- */
#table {
/*	margin-left:auto; margin-right:auto 
	right:0px;
	left:0px;
/*	width:100%;*/
/*	border-top: 4px solid #e3e7e7;*/
	color:#333333;
		}
#table p {
		clear:both;
/*		width: 100%;*/
		margin:0px;
}
#table span {
	float:left;
	padding:5px;
	margin-bottom:5px;
	border: 1px solid #333333;
	margin-right:6px;
}
#table span.col_sm {
		width:4%;
}
#table span.col_med {
		width:10%;
}
#table span.col_lg {
		width:38%;
}
#table div {
	float:left;
	border: 1px solid #00FF00;
}
.button input {
	border: 1px solid #00FF00;
	padding:0px;
	margin:0px;
	font-size:9px;
} 

/* --==End Table CSS==-- */

