/* globals */
html, body { 
	margin:0; 
	padding:0;
} 

td {
	font-family: Arial;
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #FFF;
}

table.top-nav td img {
  display: block;
}

h1 {
	font-size: 20px; 
	font-style: normal; 
	line-height: 12px; 
	font-weight: normal;
	color: #9B8B61;
}

#content h1 {
  color: #e3d3b0;
  line-height: 1.25em;
  font-size: 18px;
}

h2 {
	font-size: 15px; 
	font-style: normal; 
	font-weight: bold;
	color: #D0B67B;
	margin: 0 0 10px 0;
}

strong {
	font-weight: bold;
	color: #FFF;
}

b {
	font-weight: bold;
	color: #9C8B61;
}

.smallBrown {
	font-size: 10px; 
	font-style: normal; 
	color: #D0B67B;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
	text-align: justify;
}

a.NotActive:link, a.NotActive:visited, a.NotActive:active { 
	color: #D0B77B;
	text-decoration: underline;
	letter-spacing: -0.5px;	
	margin: 0 0 0 0;		
}
	
a.NotActive:hover {
	text-decoration: none;
}

a.TopNotActive:link, a.TopNotActive:visited, a.TopNotActive:active { 
	color: #9C8B61;
	text-decoration: none;
	margin: 0 0 0 20px;	
}
	
a.TopNotActive:hover {
	text-decoration: underline;
}

a.MenuActive:link, a.MenuActive:visited, a.MenuActive:active { 
	color: #9C8B61;
	text-decoration: none;
	margin: 0 2px 0 2px;	
}
	
a.MenuActive:hover {
	text-decoration: underline;
}

a.MenuNotActive:link, a.MenuNotActive:visited, a.MenuNotActive:active { 
	color: #FFF;
	text-decoration: underline;
	margin: 0 2px 0 2px;		
}
	
a.MenuNotActive:hover {
	text-decoration: none;
}

a.White:link, a.White:visited, a.White:active { 
	color: #FFF;
	text-decoration: none;
	margin: 0 10px 0 10px;		
}
	
a.White:hover {
	text-decoration: underline;
}

/* banners */

.Capitalize {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
}

.RestaurantInfo {
	float: right;
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: none;
	color: #9C8B61;
	margin: 15px 0 0 0;
}

.floatRight {
	float: right;
	padding: 0 0 5px 10px;
	margin: 0 0 20px 20px;
}

#quickMenu {
	margin: 10px 20px 0 0;
}

#quickMenu p {
	color: #867753;
	padding: 0 5px 0 5px;
}

#Menu {
	margin: 0 20px 0 20px;
	color:#9C8B61;
}

.floatLeft {
	float: left;
	padding: 5px 10px 0 0;
}

.info {
	font-family: Arial;
	font-size: 13px; 
	font-style: normal; 
	color: #18FF00;
}

#Credit {
	font-family: Arial;
	font-size: 12px; 
	font-style: normal; 
	color: #545454;
}

.required {
	font-family: Arial;
	font-size: 10px; 
	font-style: normal; 
	color: #FF0000;
}

/* photos */
.photos
{
	float: left;
	margin: 0 5px 5px 5px;
	padding: 0;
}

.image {
	padding: 5px;
	background: #E8F1CF;
	border: 1px solid #BFD976;
	font-family: Arial;
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #344643;
}

hr {
 clear: both;
}

.White {
	color: #FFF;
}

#mainContent {
	margin: 0 0 30px 314px;
	line-height: 20px;
	color: #fff;
	text-align: left;
}

#menuContent {
	margin: 40px 0 0 0;
}

#packagesContent {
	margin: 40px 0 40px 0;
	line-height: 20px;
	color: FFF;
}

#form {
	border: 1px solid #FFF; 
	background: #333333;
	margin: 2px; 
	padding: 3px;
}

#search {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px; 
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 400px; 
	border: 1px solid #FFF; 
	background: #FFF;
	color: #2F3F3C;	 
}

.input:hover { 
	background: #F4F4F4; 
}

.captcha { 
	margin: 0; 
	padding: 3px; 
	width: 150px; 
	border: 1px solid #FFF; 
	background: #FFF;
	color: #2F3F3C;	 
}

.captcha:hover { 
	background: #F4F4F4; 
}

.text { 
	margin: 0; 
	padding: 3px 3px 3px 3px; 
	width: 350px; 
	border: 1px solid #FFF; 
	background: #FFF;
	color: #2F3F3C;	 
}

.text:hover { 
	background: #F4F4F4; 
}

.textarea { 
	width: 400px; 
	height: 80px;
	padding: 3px; 
	border: 1px solid #FFF; 
	background: #FFF;
	color: #2F3F3C;
}

.textarea:hover { 
	background: #F4F4F4; 
}

.pulldown { 
	margin: 0; 
	padding: 3px;
	background-color: #F2F2F2; 
	color: #2F3F3C; 
	border: 1px solid #F5EEEB;
	width : 150px;		 
	}

.pulldown:hover { 
	background-color: #E3E3E3; 
	}
	
.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #FFF;
	color: #FFF; 
	background: #534A34;	 
}
.valentines {
	border:0;
	margin: 15px 0 0 0;
	}

.menulog {
  float: right;
  margin: 30px 50px 0 0;
}

/* New Template mods */

#content {
  width: 950px;
  margin: 30px auto 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.column-right {
  width: 284px;
  margin: 0 0 0 30px;
}

.image-border {
  background: #93835c url('../images/g-image-b.gif') no-repeat bottom left;
  width: 284px;
  padding: 0 0 10px 0;
  text-align: center;
  margin: 0 30px 15px 0;
}

.image-border div {
  background: transparent url('../images/g-image-t.gif') no-repeat;  
  padding: 10px 0 0 0;
}

.news {
  margin: 0 0 15px 0;
}

#content p {
  text-align: left;
}

#content p a, dl a {
  color: #fff;
}

#content p a:hover, dl a:hover {
  color: #d0b67b;
}

.gallery {
  margin: 30px 0 0 0;
}

.gallery .image-border {
  float: left;
}

/* Top Navigation */

.NotActive td.nav-l {
  display: block;
  background: transparent url('../pics/Brown-Left.gif') no-repeat;
  width: 9px;
  height: 38px;
  float: left;
}

.NotActive td.nav-r {
  display: block;
  background: transparent url('../pics/Brown-Right.gif') no-repeat;
  width: 9px;
  height: 38px;
  float: left;
}

.NotActive td.nav-m {
  display: block;
  background: transparent url('../pics/Brown-Pixel.gif') repeat-x;
  line-height: 38px;
  float: left;
}

.NotActive a:link, .NotActive a:visited, .NotActive a:active { 
	color: #D0B77B;
	text-decoration: underline;
	letter-spacing: -0.5px;	
	margin: 0 0 0 0;		
}
	
.NotActive a:hover {
	text-decoration: none;
}

.Active td.nav-l {
  display: block;
  background: transparent url('../pics/White-Left.gif') no-repeat;
  width: 9px;
  height: 38px;
  float: left;
}

.Active td.nav-r {
  display: block;
  background: transparent url('../pics/White-Right.gif') no-repeat;
  width: 9px;
  height: 38px;
  float: left;
}

.Active td.nav-m {
  display: block;
  background: transparent url('../pics/White-Pixel.gif') repeat-x;
  line-height: 38px;
  float: left;
}

.Active a:link, .Active a:visited, .Active a:active { 
	color: #9C8B61;
	text-decoration: none;
	letter-spacing: -0.5px;
	margin: 0 0 0 0;	
}
	
.Active a:hover {
	text-decoration: underline;
}

.noborder {
  border: none;
}