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

img {border:0;}
a {color:#990000;text-decoration:none; outline:0;}
a:hover {text-decoration:underline;}
html {
	background:#f0ece3;
}
body {
	margin: auto;
	width: 823px;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#header {
	background: url(../images/header.jpg) no-repeat center center;
	position:relative;
	height:155px;
	width:823px;
}
#header h1 {
	text-align: center;
	margin-bottom: 0px;
	height: 105px;
}
#header  h1 a {
	display: block;
	width: 300px;
	height: 105px;
	margin: auto;
	text-indent: -5000px;
}
#nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	height: 30px;
}
#nav a {
	display: inline-block;
	height: 30px;
	padding:0 62px;
	text-indent: -5000px;
	background: no-repeat center center;
}
#nav img {
margin-bottom:-6px;
}
#nav a#home {background-image: url(../images/home.gif);width:32px;padding-left:0px !important;}
#nav a#home:hover {background-image: url(../images/home_on.gif);}

#nav a#cater {background-image: url(../images/catering.gif);width:55px;}
#nav a#cater:hover {background-image: url(../images/catering_on.gif);}

#nav a#menu {background-image: url(../images/menu.gif);width:32px;}
#nav a#menu:hover {background-image: url(../images/menu_on.gif);}

#nav a#chat {background-image: url(../images/chatter.gif);width:50px;}
#nav a#chat:hover {background-image: url(../images/chatter_on.gif);}

#nav a#contact {background-image: url(../images/contact.gif);width:52px;padding-right:0px !important;}
#nav a#contact:hover {background-image: url(../images/contact_on.gif);}

#content {
	background-image: url(../images/mainbkg.jpg);
	padding:0 13px;
	position:relative;
	z-index:2;
}
#content #menuTbl {
	background: url(../images/tableBkg.gif) no-repeat;
}
#main {
	vertical-align: top;
	text-align: center;
}
#main p {
	text-align: left;
	width: 430px;
	margin:0 auto;
}
h3.pbox {
	background: url(../images/servicesBox.gif) no-repeat center top;
	height: 70px;
	text-indent: -5000px;
	margin: 0px;
}
ul.pbox {
	background: url(../images/calloutBoxMiddle.gif) repeat-y center center;
	text-align: left;
	font:bold 17px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	color: #FFFFFF;
	padding-left: 65px;
	list-style-image: url(../images/starBullet.gif);
	letter-spacing:0.3px;
}
ul.pbox li {
	padding-bottom: 3px;
}
p.pbox {
	background:url(../images/servicesBox.gif) no-repeat center bottom;
	color:#FFFFFF;
	font-size:11px;
	height:55px;
	letter-spacing:0.2px;
	margin:0;
	padding:9px 58px 0;
}
#food {
	text-align: left;
	background: url(../images/food.gif) no-repeat right center;
	padding-left: 55px;
	min-height: 786px;
	height: 786px;
	margin: 20px 0;
}
html>body #food {
	height:auto
}
#food ul {
	list-style-type: none;
	margin: 5px 0px 25px 0px;
	padding-left: 50px;
	color: #003581;
}
#food ul ul {
	padding-left: 38px;
}
#rColumn {
	background: url(../images/column.gif) repeat-y top left;
	width: 231px;
	padding:0 0 20px 8px;
	vertical-align: top;
}
#rColumn p {
	color: #FFFFFF;
	margin-left: 25px;
	font-weight: normal;
}
#rColumn strong {
	font-size: 14px;
	color: #EDE8C2;
}
#foot {
	background: url(../images/foot.jpg) no-repeat center top;
	height: 17px;
	width: 823px;
	position: relative;
	z-index: 1;
}
/*news*/
#newsC {text-align:left;width:500px;margin:20px auto}
#newsC img {
margin-bottom:15px;
}
#newsC a {
font-size:12px;
}
#newsC a:hover {
text-decoration:underline;
}
.underline {
border-bottom:medium dotted #990000;
margin-bottom:10px;
padding-bottom:4px;
}
#newsC p.date {
border-top:2px dotted #990000;
font-weight:normal;
margin:0;
padding-top:3px;
text-align:right;
margin-bottom:5px;
}
.magtitle {
float:left;
}
/*form*/
form{display:block;text-align:left;width:500px;margin-left:50px}
label{display:block; margin-top:10px}