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

@import "reset.css";

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

html {
	background: #000000 url(../images/global/background.png) repeat-x left top;	
}

body {
	background: none;
}

a {
	color: #000;
}

#wrapper {
	width: 840px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 50px 0 0 0;
}

#logo {
	position: absolute;
	top: 0px;
	left: 213px;
	width: 193px;
	height: 112px;
	background: url(../images/global/logo.png) no-repeat left top;
	z-index: 50;
}

#logo a {
	width: 193px;
	height: 112px;
	display: block;
	text-indent: -9999px;
}

#containerTop {
	width: 840px;
	height: 20px;
	background: url(../images/global/containerTop.png) no-repeat 1px top;
}

#containerBottom {
	width: 840px;
	height: 30px;
	background: url(../images/global/containerBot.png) no-repeat left top;
}

#footer {
	text-align: right;
	width: 780px;
	margin: 0 auto 40px auto;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	background: url(../images/global/container.png) repeat-y left top;
}

#background {
	width: 840px;
	background: url(../images/global/containerBackground.png) repeat-y right top;
}


#sidebar {
	float: left;
	width: 136px;
}

#content {
	width: 664px;
	float: left;
}

#announcements {
	width: 93px;
	height: 286px;
	background: url(../images/global/announcements.png) no-repeat left top;
	padding: 26px 19px 0 24px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	line-height: 1.2;
}

#announcements h2 {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999px;
	background: url(../images/global/announcements-title.gif) no-repeat left top;
	height: 21px;
}

#announcements p {
	font-style: italic;
	margin: 0 0 6px 0;
	font-size: 11px;
}

#announcements span {
	color: #C3B19E;	
	font-style: normal;
}

#banner {
	width: 656px;
	height: 164px;
	background: url(../images/global/banner.png) no-repeat left top;
	padding: 1px 0 0 8px;
}	

#banner-index {
	width: 664px;
	height: 307px;
	background: url(../images/global/index-banner.jpg) no-repeat left top;
}	

#location {
	font-size: 10px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 10px 12px 0 16px;
	line-height: 1.2;	
}

#location h5 {
	text-indent: -9999px;
	background: url(../images/global/email-title.gif) no-repeat left top;
	width: 108px;
	height: 119px;
	margin: 0 0 15px 0;
}	

#location p span {
	color: #BE1E2D;
}

#navigation {
	width: 656px;
	height: 64px;
	background: url(../images/global/navigation.png) no-repeat left top;
	padding: 6px 0 0 8px;
}

#navigation li {
	float: left;
	width: 127px;
	height: 25px;
	margin: 0 2px 0 0;
}

#navigation li a {
	display: block;
	height: 19px;
	width: 127px;
	background: #000000 url(../images/global/navigation-sprite.png) no-repeat left top;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 0 0 0;
	text-indent: -9999px;
}

#navigation li a:hover, #navigation li a.active {
	
}

#navigation #nav-about a {
	background-position: 0 0;	
}

#navigation #nav-about a.active, #navigation #nav-about a:hover {
	background-position: 0 -26px;	
}

#navigation #nav-menus a {
	background-position: -129px 0px;	
}

#navigation #nav-menus a.active, #navigation #nav-menus a:hover {
	background-position: -129px -26px;	
}

#navigation #nav-hours a {
	background-position: -258px 0px;	
}

#navigation #nav-hours a.active, #navigation #nav-hours a:hover {
	background-position: -258px -26px;	
}

#navigation #nav-awards a {
	background-position: -387px 0px;	
}

#navigation #nav-awards a.active, #navigation #nav-awards a:hover {
	background-position: -387px -26px;	
}

#navigation #nav-employment a {
	background-position: -516px 0px;	
}

#navigation #nav-employment a.active, #navigation #nav-employment a:hover {
	background-position: -516px -26px;	
}

#page {
	width: 576px;
	padding: 0 45px 20px 43px;
	color: #000;
	font-size: 12px;
	line-height: 1.2;
}

#page p {
	margin: 0 0 1em 0;	
}

h1 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #BE1E2D;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
}

h1.menusLeft {
	width: 190px;
	float: left;
}

h1.menusRight {
	float: left;
	width: 386px;
}

h3 {
	color: #BE1E2D;	
	font-size: 11px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#pageSidebar {
	width: 166px;
	margin: 0 24px 0 0;
	float: left;
}

#pageContent {
	width: 386px;
	float: left;
}

#form label, #shareform label {	
	display: block;
	margin: 4px 0 2px 0;
	font: 10px Georgia, "Times New Roman", Times, serif;
}

#shareform #errors {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #c04449;	
}

#form label.error, #shareform label.error {
	color: #c04449;	
}

#form input.text {
	border: 1px solid #c2b59b;
	width: 158px;
	padding: 4px 3px;
	font-size: 11px;
}

#form input.checkbox {
	vertical-align: bottom;
	margin: 0 3px 0 0;
}

#form .checkboxLabel {
	margin: 0 5px 0 0;	
}

#form input.text:focus, #form textarea:focus {
	border: 1px solid #c04449;
}

#shareform input.text {
	border: 1px solid #c2b59b;
	width: 258px;
	padding: 4px 3px;
	font-size: 11px;
}

#shareform textarea {
	border: 1px solid #c2b59b;
	width: 258px;
	padding: 4px 3px;
	font-size: 11px;
}

#form input.error, #shareform input.error, #shareform textarea.error {
	border: 1px solid #c04449 !important;	
}

#shareform hr {
	border: none;
	height: 1px;
	background: #dddddd;
	margin: 20px 0;
}

#form textarea {
	border: 1px solid #c2b59b;
	width: 158px;
	padding: 4px 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 80px;
}

#form textarea.error {
	border: 1px solid #c04449 !important;	
}

#form #errors {
	color: #c04449;
	font-weight: bold;
}

#form .submit-button {
	margin: 5px 0 0 0;	
}

#shareform .submit-button {
	margin: 10px 0 0 0;
}

hr {
	border: none;
	height: 1px;
	background: #ffffff;
}

#page p.hoursEnlarge {
	color: #2d2828;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
}

p.hoursEnlarge a {
	color: #2d2828;
}

p.hoursEnlarge img {
	float: left;	
}

#menu h2 {
	color: #BE1E2D;
	font-weight: bold;
	margin: 20px 0 10px 0;
	float: left;
	clear: both;
}

#menu h2.top {
	margin: 0 0 10px 0;	
}

#menu dl {
	margin: 0 0 5px 0;
	background: url(../images/global/menu-line.gif) repeat-x left bottom;
	clear: both;
	float: left;
	width: 386px;
}

#menu dd {
	font-style: italic;	
	float: left;
	padding: 0 10px 0 0;
	background: #c2b59b;
}

#menu dd.price {
	float: right;
	padding: 0 0 0 10px;
}

p.cusineMenu {
	color: #BE1E2D;
	font-weight: bold;
	clear: both;
}

.menuPDFs a {
	color: #000;
	font-style: italic;
}

.menuButton {
	float: left;
	margin: 0 0 10px 0;
}

.menucontent {
	margin: 15px 0 0 0;	
}
