@charset "utf-8";
/* CSS Document */
body{
	background-color:#fff;
	margin:0;
	padding:0;
}
#page {
		margin: 0px auto;
	position: relative;

}
img{
	max-width:100%;
	width:auto;
	height:auto;	
}
a img {outline : none;
}
img {border:none;}
#image img{
	width:100%;
	height:auto;
}
.mainBody a{
	color:#006990;
	text-decoration:none;	
}
.style57 {font-size: 24px;
	color: #CC9900;
}
.bike{
	display: table; width: 100%;
}
.diningEvents {
        font-family: Georgia, Times, serif;
        color: #838383;
		font-size:20px;
		font-weight:bold
}

.hotdates{
	width:100%;
	padding-bottom:5px;
}
.hotdatesInner1{
	width:20px;
	float:left;
	background-color:#FF0004;
}
.hotdatesInner2{
	width:20px;
	float:left;
	background-color:#f7941d;
}
.hotdatesInner3{
	width:20px;
	float:left;
	background-color:#197b30;
}
.hotdatesInner4{
	width:20px;
	float:left;
	background-color:#959595;
}
.hotdatesInner5{
	width:18px;
	float:left;
	border:#000 thin solid;
}
.hotdatesInner6{
	width:20px;
	float:left;
	background-color:#fff200;
}
.specialOffer{	
	display: block;
	clear:both;
	position: absolute;
	width: 200px;
	border-width: 2px;
	border-style: solid;
	border-color: #006990;
	border-radius: 8px;
	padding: 5px;
	background-color: rgba(0, 105, 144, 0.1);

}
.covid{
	text-align: center;
	padding: 20px 0 20px 0;
	width: 100%;
	color: #ffffff;
	font-family: Georgia, Times, serif;
	font-size:18px;
	background-color: #006990;
}
.covid a:link{
  color:#ffffff;
}
.covid a:visited{
  color:#ffffff;
}
.covid a:hover{
  color:#ffffff;
}
.covid a:focus{
  color:#ffffff;
}
.covid a:active{
  color:#ffffff;
}