@charset "utf-8";

/* CSS Document */
a {
	text-decoration:none;
	color: #002370;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #002370;
}

a.whitelink {
	text-decoration:none;
	color: #FFFFFF;
}

a.whitelink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

body {
	background-color: #002370;
	background-image: url(../images/bg/pagebg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	color: #002370;
	border-bottom: 1px solid #5271B4;
}


#pagecontainer {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 970px;
}

#photo {
	height: 253px;
	background-image: url(../images/page/photos/photobg.jpg);
}

#photobox {
	margin-left: 12px;
	margin-right: 12px;
}

#navigation {
	background: url(../images/page/navigationbar.jpg);
	height: 49px;
	text-align: center;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#navigation li {
	 padding: 0;
	 margin: 0;
	 display: inline;
}

#navigation img {
	border: none;
}

#headerbar {
	background: url(../images/page/headerbar.jpg);
	height: 18px;
}

#pagebodytop {
	background: url(../images/page/pagebg.jpg);
}

#pagebody {
	background: url(../images/page/pagebg.jpg);
}

#pagetext {
	background: url(../images/page/pagetextbottombg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-left: 11px;
	margin-right: 11px;
	min-height: 400px;
}

#footercontainer {
	background: url(../images/page/footer.jpg);
	background-position: bottom;
	border-bottom-color: #817947;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}

#lefttext {
	float: left;
	width: 630px;
	padding: 18px 0px 120px 18px;
}

#lefttextcontainer {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

#righttext {
	float: right;
	width: 240px;
	margin-right: 18px;
	margin-top: 17px;
}

.righttextcontainer {
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: right;
	margin-bottom: 28px;
}

#clearingtext {
	clear: both;
}

#footer {
	background-image: url(../images/page/footerbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 180%;
	margin-left: 2px;
	margin-right: 2px;
}

#otherrestaurants {
	float: left;
	margin-left: 10px;
	font-size: 10px;
	text-align: left;
}

#navcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.8em 0 0.8em 2em;
	border-width: 1px 1px 1px 1px;
	border-color: #fff #8797BC #8797BC #8797BC;
	border-style: solid;
	color: #002370;
	text-decoration: none;
	background: #D9E0EF;
}

#navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li#active a {
	background: #FFF;
	color: #1D372C;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #000000;
	background: #FFF;
}

img.right {
  float: right;
  margin-left: 15px;
  padding: 1px;
  border: 1px solid #4B68A6;
}

img.left {
  float: left;
  margin: 5px;
  padding: 1px;
  border: 1px solid #4B68A6;
}

.newsticker {
	list-style-type: none;
	background: #FFFFFF;
	padding: 3px;
	margin: 0;
}

.sidebarhr {
	border: none 0;
	border-top: 1px solid #5271B4;
	width: 100%;
	height: 1px;
}

.menutitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
}

.menutext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
