@charset "UTF-8";
/* CSS Document */
 body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #68674c;
 	}
 img { border: none; }
 a:link, a {
 	color: #68674c;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	}     /* unvisited link */
 a:visited {color: #68674c}  /* visited link */
 a:hover {
 	color: #68674c;
	text-decoration:underline;
	}    /* mouse over link */
 a:active {color: #68674c}   /* selected link */
 .clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
 #rotator { 
 	border-bottom: 4px solid #aba247;
	border-top: 4px solid #d2e3e9;
	}
 #header { 
	background-color:#a4c5d0;
	}
 #logo {
	float: left;
 	}
 #address {
	float: right;
	font-weight: normal;
	width: 180px;
	margin: 20px 20px 0 0;
 	}
 #footer { 
 	width: 720px;
	background-color:#5c5728;
	color: #aba247;
	text-align: center;
	}
 #main { 
 	width: 720px;
	margin: 0 auto 0 auto;
	border: #5c5728 1px solid;
	}
 #content { 
 	width: 720px;
	margin: 0;
	background-image:url(../_img/bg-gradient.jpg);
	}
 #left-col {
	float: left;
	width: 405px;
	min-height: 500px;
	margin: 40px 0 0 45px; 
	padding: 0;
	display: inline;
	}
 #right-col {
	margin:0 0 0 485px; 
	padding:0;
	}
 hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}
 #availability {
 	padding: 45px 35px 20px 10px;
	text-align: right;
	}
 #restaurant {
 	padding: 10px 35px 20px 10px;
	text-align: right;
	}
 #news {
 	padding: 10px 35px 20px 10px;
	text-align: right;
	}
#footlinks img {
	border: 1px solid #aba247;
}
 .header {
	color: #6a674c;
	font-size: 14px;
	padding: 0 0 0 0;
	letter-spacing: 1pt;
	}
 .header a { text-decoration: none; }
 .header img, .body-text img, .body-text-thin img, .body-text-thin-arrow img {
 	vertical-align: middle;
 }
 .body-text, .subhead, .body-text-thin {
 	color: #68674c;
	font-size: 11px;
	padding: 20px 0 0 0;
	line-height: 18px;
	}
  .body-text-thin_hidden, .div_hidden { display: none; }
  .body-text-thin, .body-text-thin-arrow {
 	margin: 0 0 0 125px;
	}
  .body-text-thin-arrow {
 	cursor: pointer;
	}
  .img-article {
 	float: left;
	margin: 20px 12px 0 0;
	border: 1px solid #5c5728;
 	}
  .subhead {
	margin: 0 0 -10px 0;
	font-weight: bold;
	}
  .subhead-light {
	margin: 20px 0 -20px 0;
	font-weight: bold;
	color: #aba247;
	}
  .headline {
	margin: 20px 0 -20px 0;
	font-weight: bold;
	color: #aba247;
	}
 .copyright {
 	font-size: 9px;
 	padding-top: 2px;
	text-align: center;
	}
 .light-color {
 	color: #aba247;
	font-weight: bold;
	font-size: 11px;
	margin: 0 10px 0 0;
	}
 .link-img {
 	border: 1px solid #aba247;
	}
 .white-right {
 	color: #fffeed;
	}
 .dotted-line {
 	border-bottom: #aba247 dotted 2px; 
	margin: 0 0 0 15px;
	width: 185px;
 	}
 .form_text {
	background-color: #dbd6a5;
	border: 1px solid #aba247;
	color: #68674c;
	font-size: 10px;
	}
 .form_label {
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	color: #68674c;
	}