@charset "utf-8";
/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; } /**scroll shift fix */
html, body { margin-top: 0px; margin-bottom: 0px; }
body {
	text-align: center;
	background-color:#333;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 66%;

}
img {
	border: 0px;
}
h2 {
	font-size: 1.2em;
	color:#333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#Container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
    padding: 20px;
}
#Header {
	border-bottom: solid 2px #990000;
	padding-bottom: 20px;
	font-size: 1.2em;
}
#Logo {
	float:left;
	text-align: left;
}
#Utility {
	width: 50%;
	float:right;
	text-align: right;
	margin-top:54px;
}
#News {
	width: 145px;
}
#LeftNav {
	width: 150px;
	float: left;
	margin-right: 20px;
}
#Content {
	width: 410px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#RightStack {
	float: right;
	margin-left: 20px;
	width: 150px;
	margin-top: 20px;
}
#TwoColumn {
	width: 570px;
	float: right;
	margin-top: 20px;
}
.nav {
	text-align: left;	
	font-size: 1.0em;
	font-weight: bold;
	color: #E1E1E1;
	line-height: 2.0em;
	background-color: #990000;
	padding: 20px;
	margin-bottom: 20px; 
}
.nav a:link, .nav a:visited {
	color: #E2E2E2;
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	color: #FFF;
	text-decoration: underline;
}
.news {
	text-align: left;	
	color: #666666;
	font-size: 1.0em;
	line-height: 1.4em;
	padding-left: 18px;
}
.contentMain {
	text-align: left;	
	font-size: 1.1em;
	line-height: 1.7em;
}
.content {
	text-align: left;	
	font-size: 1.0em;
	line-height: 1.7em;
	font-weight: normal;
	margin-right: 10px;
}
.rightStack {
	margin-bottom: 20px;
}
.lunch {
	text-align: left;	
	font-size: 1.0em;
	line-height: 2.0em;
}
.note {
	text-align: left;	
	font-size: 0.9em;
}
h2, .subHeading {
	font-size: 20px;
	/* font-weight:normal; */
	text-align:left;
	color: #666;
}
#Arrow {
	background-image: url(../resources/arrow.gif) no-repeat;
}
#Menu {
	text-align: left;
}
#Hours,#Clock {
	text-align: left;
	cursor: hand, pointer;
}
.hours, .clock  {
	cursor: hand;
	color: #999;
}
.hours a:link, .hours a:visited, .hours a:active {
	color: #999;
	text-decoration: none;
}
.clock a:link, .clock a:visited, .clock a:active {
	color: #999;
	text-decoration: none;
}
.reviewLink  {
	color: #999;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.4em;
}
.reviewLink a:link, .reviewLink a:visited, .reviewLink a:active {
	color: #999;
	text-decoration: none;
}
.reviewLink a:hover {
	color: #999;
	text-decoration: underline;
}
.review  {
	color: #000;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.4em;
}
.review a:link, .review a:visited, .review a:active {
	color: #999;
	text-decoration: none;
}
/* hide the content div */
.hide{
	display: none;
}
/* show the content div */
.show{
	display: block;
	color: #333333;
}
.picture {
	border: solid 2px #000;
	margin-top: 5px;
}
#Footer {
	width: 800px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.footerText {
	color: #666666;
	font-size: 11px;
}
.footerText a:link, .footerText a:visited {
	color: #666666;
	text-decoration:none;
}
.footerText a:hover {
	text-decoration:underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
