body {
	/*background: #f9beb8;*/
	background: #f9dbd8 url(/images/riverBackground.jpg) left 268px repeat-x fixed;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}
img {
	display:block;
}
a {
	color:white;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dashed white;
}
.margin20Sides {
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.mainPhotoContainer {
	height: 375px;
	background: #fabfb9;
	overflow: hidden;
}

.directionLink {
	color:black;
	text-decoration:none;
}
.directionLink:hover {
	 border-bottom:0px dashed black; 
}
.topNav {
	padding:5px 0px; 
	text-align:center; 
	color:white; 
	width:700px; 
	background:black; 
}
.topNav a,
.topNav .topNavNonLink {
	margin: 0 20px;
	font-size: 16px !important;
}
.menu_header {
	font-size: 22px;
	font-weight:bold;
	text-align:center;
	background:#f9beb8;
	margin:20px 0px 10px 0px;
}
.menu_subheader {
	font-size: 18px;
	font-weight:bold;
	padding:10px;
}
.menu_left {
	width:48%;
	float:left;
}
.menu_right {
	width:48%;
	padding-left:20px;
	float:left;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.homeContainer {
	border:1px solid black; 
	background:white; 
	width:700px; 
	margin:20px auto 0px auto;
	background:#fabfb9;
	position: relative;
}
.smallHours {
	position: absolute;
	width: 100px;
	height: 200px;
	right: -100px;
	border: 1px solid black;
	background-color: #FABFB9;
	display: none;
}
.menuOptions {
	padding-bottom:5px;
}
.menuOptions a {
	color:black;
}
.menuOptions a:hover {
	border-bottom:1px dashed black;	
}
.homeHours {
	display: none;
	-moz-border-radius-topleft: 10px;
	position:absolute;
	right:0px;
	bottom:0px;
	width:200px;
	height:auto;
	padding:0;
	text-align:left;
	background:white;
	color:black;
	border-top:1px solid black;
	border-left:1px solid black;
	filter: alpha(opacity: 90);
	-moz-opacity: 0.90;
	opacity: 0.9;
	overflow: hidden;
}
.roundTopLeftCornerOff {
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.hoursCloseButton {
	width:15px;
	height:15px;
	position:absolute;
	right:0px;
	top:0px;
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding: 2px 5px 6px 5px;
	background:black;
	color:white;
	cursor:pointer;
	font-size: 14px;
}
.hoursCloseButton:hover {
	color: #ccc;
}
#nextArrow {
	position:absolute;
	right:0px;
	top:0px;
	padding:5px;
	width:50px;
	height: 50px;
	font-size:10px;
	cursor:pointer;
	filter: alpha(opacity: 50);
	-moz-opacity: 0.50;	
}
#nextLink {
	width: 50px;
	height: 50px;
	background: transparent url(../images/next.png);
	display: block;
	filter: alpha(opacity: 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#nextLink:hover {
	filter: alpha(opacity: 100);
	-moz-opacity: 1;
	opacity: 1;
}
#prevLink {
	width: 50px;
	height: 50px;
	background: transparent url(../images/prev.png);
	display: block;
	filter: alpha(opacity: 90);
	-moz-opacity: 0.90;
	opacity: 0.9;
}
#prevLink:hover {
	filter: alpha(opacity: 100);
	-moz-opacity: 1;
	opacity: 1;
}
#nextLink:focus,
#prevLink:focus {
	outline: none;
}
#prevArrow {
	padding: 5px;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	border-top:0;
	width:50px;
	font-size:10px;
	cursor:pointer;
	filter: alpha(opacity: 50);
	-moz-opacity: 0.50;	
}
/*******************************************/
/*	thumbs gallery									   */
/*******************************************/

#thumbsGallery {
	border:1px solid black;
	border-top:0px;
	width:700px;
	height:115px; 
	margin:0px auto 20px auto;
	background:black;
	text-align:center;
	overflow-x:scroll;
	overflow-y:hidden;
}
.thumbs {
	border:1px solid black;
	margin:10px 2px 0px 2px;
	height:75px;
	width:75px;
	display:inline;
}

.thumbLink:hover {
	border:0;	
}
#thumbsContainer {
	height: 115px;
}

/* Comments */
#comments_list {
	margin: 20px;
}
.comments_name {
	font-weight: bold;
	font-size: 14px;
}
.comments_date {
	font-weight: normal;
	font-size: 13px;
}
.comments_container {
	border: 1px solid black;
	background: white;
	margin-bottom: 10px;
	padding: 10px;
}

/* dialog styles */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  opacity: 0.8;
  filter:alpha(opacity=80)
}
  
.window {
  position:absolute;
  left:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
}

#dialog {
  width:700px; 
  height:600px;
  padding:0px;
  border: 1px solid black;
  background-color:#ffffff;
  top: 40px;
  border: 2px solid #000;	
}
#dialogHeader {
	background: #fbcac4 url(../images/smallStove.gif) no-repeat 0 3px;
	font-size: 20px;
	font-weight: bold;
	height: 41px;
	padding: 15px 0 0 70px;
	border: 1px solid black;
	border-left: 0;
	border-right: 0;
	position: relative;
}
.dialogContent {
	padding: 20px;
	overflow-y: auto;
	height: 500px;
}
.closeButton {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 20px;
	text-decoration: underline;
	cursor: pointer;
}
.newMap {
	float: right;
	margin-left: 15px;
}

.specialsContainer {
	display: none;
	border: 1px solid white;
}
.specialsHeader {
	background: white;
	font-weight: bold;
	padding: 5px 10px;
}
.specialsContent {
	padding: 5px 10px;	
}	
.homepageCalloutContainer {
	padding: 20px;
}
.homepageCalloutContainer a {
	color: black;
}
.homepageCalloutContainer a:hover {
	border-bottom: 1px dashed black;
}
.content {
	border: 1px solid black;
	background: white;
	margin: 20px;
	padding: 10px;
}
.content a {
	color: black;
}
.content a:hover {
	text-decoration: underline;
}
