body {
    font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #515100;
}

strong {
	font-weight: bold;	
}

h1 {
	font-size: large;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	font-weight: 600;
}



#outer {
    width: 900px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-color: #a7a663;
    display: table;
	position:relative;
	z-index:0;
}

#outer a {
	color: 	#515100;
}

#booknow-header {
	z-index:10;
	position:relative;
	left:339px;
	top:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000;
	width:100px;
}


#left_column {
	width: 333px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-bottom: 10px;
	position:relative;
	top:-70px;
	
}

#right_column {
	width: 563px;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	position:relative;
	top:-70px;
}


#header {
	width: 252px;
	height: 120px;
	margin: 0px auto;
	margin-top: 20px;
}

#nav {
	float: right;
	width: 400px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	margin-top: 40px;
	margin-right: 31px;
	display: inline;
	background-color: #a7a663;

}

#nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	width: 132px;
	line-height: 20px;
	text-align: left;
	margin: 0px auto;
}

#nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	text-decoration: none;
	height: 25px;
	margin: 0px;
	color: #000;

}

#nav ul li a:hover { 
	color: #FFF; 
}

#nav ul li a.active { 
	color: #FFF; 
}

#subnav {
	background-color: #FFF;
	float: left;
}

#subnav img {
	margin: 0px;
	padding: 0px;
	float: left;
}

#slideshow {
	margin: 0px auto;
	width: 287px;
	padding: 0px;
}

#content {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 540px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 19px;
	background: url('../_img/c.gif') center top no-repeat;
}

#content_min_y {

	height: 293px;
	float: left;	
	width: 0px;
}

#content h2 {
	font-size: large;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 900;
	margin: 0px;
}



#content p {
	font-weight: 500;
	margin: 10px 0px;
	float: none;
	font-size: 10pt;

}

#content ul {
/*	margin: 0px; 
	margin-left: 15px; 
	padding: 0px; 
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: 400; */
}

#content ul li {
	list-style-type: disc;  
/*	margin: 0px; 
	padding: 0px; */
}



#content label {
	font-weight: 900;
	margin-bottom: 5px;
	margin-top: 10px;
	display: block;
}

#footer {
	display: inline;
	margin: 0px;
	margin-left: 23px;
	padding: 6px 0px;
	width: 854px;
	float: left;
	border-top: 1px solid black;
}

#footer .address {
	float: right;
	font-size: small;
	text-align: right;
	line-height: 16px;
	letter-spacing: .01em;
}

/* for event inquiry form */

#msg_box {
	font-weight: bold;
	margin-top: 10px;
}

#msg_box span.message {
	font-size: medium;
}

#msg_box .error {
	color: #cc0000;

}

#logo {
	width: 250px;
	text-align: center;
	margin: 0px auto; 
}

#logo_text a {
	color: #6b6b02;
	display: block;
	text-decoration: none;
	font-size: x-small;
}

/* =================================================
	TOGGLE VISIBILITY
================================================= */

.hideshow {
    margin: 0 12px 3px 12px;
    border: 0px;
    padding-bottom: 2px; 
    }
    
.hideshow-nomargin {
    margin: 0 12px 3px 0;
    padding-bottom: 2px; 
    }    

.hideshow h4, .hideshow-nomargin h4 {
	padding-top: 5px;
	padding-bottom: 5px;
	}

.hideshow a:link, .hideshow-nomargin a:link {
	color: #000;
	padding: 1px;
	text-decoration: none;
	}	
	
.hideshow .text, .hideshow-nomargin .text {
	padding: 0;
	margin: 0; 
	}

#logo_text a:hover {
	display: block;
	text-decoration: underline;	
}

.photo {
	width: 180px;
	float: left;
	text-align: center;
	min-height: 170px;
    display: table-cell;
    vertical-align: middle;
}


/* The hidden-until-triggered more section */
.hideshow .more, .hideshow-nomargin .more {
	display: none;
	clear: both;
	padding: 0;
	margin: 0;
}

/* This is the floating box on the Cuisine page and Home page */

.floating_box {
	float: right; 
	margin-right: 10px; 
	font-size: large; 
	padding: 5px; 
	background-color: #b2b176; 
	text-align: center;
}

.floating_box a {
	text-decoration: none;
}

/* fix for edit upload tables */

#content table tr td p {
	margin: 0px;
	padding: 0px;	
	
}


