@charset "utf-8";

/* Four Seasons - Styles */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/1.6em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', LucidaSans, Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-color: #8D8532;
}

/* General element and classes styles */

.block {
	display: block;
}

.clearit {
	clear: both;
}

.hidden {
	display: none;
}

a img {
	border: none;
}
#image-left
{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#image-right
{
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.noindent {
	text-indent: 0!important;
}

a {
	outline: none!important;
	-moz-outline-style:none!important;
}

/* Layout styles */
#header-section
{
	height: 87px;
	width: auto;
	background-image: url(../images/telephone.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-place
{
height: 87px; width: 953px; margin: 0 auto;
}
#logo-place
{
 height: 142px; width: 409px; float: left; background-image:url(../images/logos/logo.jpg);
}
#page-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 953px;
}

/* Header */

#header {
	margin: 0;
	padding: 0;
	height: auto;
}

#header #logo {	
	margin: 0;
	padding: 0;
	height: 142px;
	width: 409px;
	float: left;
}

#header #nav {
	margin: 0;
	padding: 0;
	width: 544px;
	float: right;
	height: 55px;
}

#header #nav ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #nav ul li {	
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header #nav ul li a {	
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	float: left;
}
/* Action-bar styles */

#slogan-bar {
	width: 919px;
	height: 50px;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 34px;
}

/* Content */

#content {
	padding: 0px;
	width: 953px;
	background-color: #fff;
	background-image: url(../images/content_bgnd.gif);
	background-repeat: repeat-y;	/*clear: both;*/
	clear: both;
}

/* Main content column (leftCol) */

#left-section{
	padding: 0;
	width: 660px;
	float: left;
	color: #000;
	height: auto;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 34px;
	text-align: justify;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #4E5538;
	border-bottom-color: #4E5538;
	border-left-color: #4E5538;
}
#left-section-title
{
	width: auto;
	height: 25px;
	background-color:#2F535D;
	background-image: url(../images/title_bg_long.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
#left-section-content
{
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
/* Secondary content column (rightCol)*/

#right-section {
	padding: 0;
	width: 220px;
	float: right;
	color: #000;
	height: auto;
	margin-top: 20px;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 0;
}
#right-section-content
{
	height: auto;
	width: 200px;
	position: relative;
	background-image: url(../images/right_box_content_narrow.jpg);
	padding: 10px;
	color: #FFFFFF;
	text-align: justify;
}
#right-section-content-top
{
	height: 27px;
	width: 220px;
	background-image:url(../images/right_box_top_narrow.jpg);
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: center;
}
#right-section-content-bottom
{
	height: 30px;
	width: 220px;
	background-image:url(../images/right_box_bottom_narrow.jpg);
}

#footer {
	padding: 0;
	background-color: rgb(78,85,56);
	background-image: url(../images/footer_bgnd.gif);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#footer #bottom-nav {
	padding: 0;
	width: auto;
	color: #fff;
	line-height: 2em;
	display: inline;
	clear: both;
}

#footer #address-credits {
	padding: 0;
	width: 150px;
	float: right;
	color: #fff;
	text-align: right;
	margin-top: 0;
	margin-right: 34px;
	margin-bottom: 0;
	margin-left: 0;
}

#footer #bottom-nav p {
	
}

#footer a:link {
	color: rgb(199,186,78);
	text-decoration: none;
}

#footer a:visited {
	color: 	#fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: rgb(247,176,27);
	text-decoration: underline;
}
ul.menu-items a:hover
{
background-image:url(../images/buttons/btn_over.gif);
}
#map
{
	width: 630px;
	height: 500px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#get-direction
{
	width: 630px;
	height: auto;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border:dashed 1px #990033;
	background-color: #F0F0F0;
	position: relative;
	font-weight: normal;
}

#reservation
{
	width: 630px;
	height: auto;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#copyright-webdesign
{
width: auto; background-color: rgb(78,85,56); background-image: url(../images/footer_bgnd.gif);background-repeat: repeat-y;color: #FFFFFF; font-size: 12px;
}
blockquote
{
display:block; 
border:dotted 1px #0099FF; 
margin-left: 15px; 
padding-left: 5px; 
padding-right: 3px; 
width: 610px;
}