@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.pdf-wrapper {
}
#outerWrapper #contentWrapper #content .pdf-wrapper img {
	text-align: left;
	display: inline;
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; 
}

h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
  border-bottom: none 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	height: 500px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-left: none 1px #666; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding-top: 10px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #045B04;
	color: #FFFFFF;
	text-align: center;
}
.top-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.left-img {
	padding-top: 30px;
}
.style22 {
	font-size: 10px;
	color: #FFFFFF;
}
.title {
	width: 120px;
	padding-left: 10px;
}
ul#navigation {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	background-color: #066906;
}
ul#navigation li { 
display:inline;
}
ul#navigation a {
	display: block;
	float:left;
	text-decoration:none;
	color:#fff;
	background-color: #046003;
	width: 90px;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	padding-top: 0.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FB050B;
	text-align: center;
	font-weight: normal;
}
ul#navigation a:hover {
	color: #FFFFFF;
	background-color: #FA0204;
	font-weight: normal;
}
ul#navigationLeft {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;	
}
ul#navigationLeft li { 
display:inline;
}
ul#navigationLeft a {
	display: block;
	text-decoration:none;
	width: 100%;
	color: #000000;
	font-weight: normal;
}
ul#navigationLeft a:hover {
	color: #FFFFFF;
	background-color: #FB050B;
	font-weight: normal;
}
.contentAdd {
	background-image: url(../Monday-add.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 248px;
	width: 479px;
	float: right;
	margin-top: 15px;
	padding-top: 10px;
}
#outerWrapper #contentWrapper .contentAdd p {
	width: 230px;
}
#outerWrapper #contentWrapper #content img {
	float: right;
	padding-left: 15px;
	display: inline;
}
#outerWrapper #contentWrapper .middle-img img {
	padding-left: 20px;
}
#outerWrapper #contentWrapper #content tr {
	padding-top: 5px;
}
#outerWrapper #contentWrapper #content a {
	color: #046003;
}
a img {
border:0pt none;
}
.social-media {
}
#outerWrapper #contentWrapper #leftColumn1 .social-media img {
	padding-bottom: 10px;
}
.specials {
	color: #046003;
	width: 220px;
}
#outerWrapper #contentWrapper #content .specials img {
	width: 220px;
	padding-left: 0px;
}
.menu-wrapper-front {
	background-image: url(../restaurant.jpg);
	background-color: #F6E9D3;
	height: 900px;
}
.holder {
	padding-top: 170px;
	float: left;
	padding-left: 43px;
}
#outerWrapper #contentWrapper .menu-wrapper-front .holder img {
	padding-bottom: 10px;
}
.contentAdd1 {
	background-image: url(../addbox.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 248px;
	width: 479px;
	float: right;
	margin-top: 15px;
	padding-top: 10px;
}
#outerWrapper #contentWrapper .contentAdd1 p {
	width: 330px;
	padding-left: 15px;
	padding-top: 40px;
}#outerWrapper #contentWrapper .contentAdd1 a {
	color: #000000;
	font-weight: normal;
}

