/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    font:13px/16px Georgia, "Times New Roman", Times, serif;
    color:#000000;
    background-color:#ffffff;
    background-image:url(images/bknd.gif);
    background-repeat:repeat-x;
    text-align:center;
}

a img { border:none; }
img, div, input { behavior: url("iepngfix.htc") }

A:link, A:visited {
  text-decoration:underline;
  color:#3a3327;
}

A:hover, A:active {
  text-decoration:none;
}

hr { border:0; color:#326601; background-color:#326601; height:1px; margin-bottom:12px; margin-top:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	float:right;
}
.specialsphoto {
	margin-right: 18px;
	margin-bottom: 10px;
	margin-top:6px;
	float:left;
}

.specialsPackagesText {
	
}

.specialsPackagesText .photospecials {
	float: right;
	margin: 0 0 20px 20px;
}

.hz {
	margin: 60px 0 20px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/***********************************
Masthead
***********************************/
#masthead {
	width:882px;
	height:89px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:left;
}

#topnav {
	float:right;
	text-align:right;
	margin-top:20px;
	color:#ffffff;
	font-weight:bold;
}
#topnav a:link, #topnav a:visited {
	color:#ffffff;
	text-decoration:none;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
}

div#slideshow {
	margin: 0 auto;
	width: 895px;
}

/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-family:Georgia, Times, sans-serif;
     font-size:13px;
	line-height:16px;
     background:#f67c01;
     height:50px; /* height of the main navigation */
     width: 882px;
     margin:0 auto;
}

/* main navigation tabs */

ul#main-nav-ul {
     width: 882px; /* subtract the left padding in this declaration from the overall menu width to get this value */ 
	/* This menu's starting width was 899px */ 
	list-style: none;
	margin: 0;
	padding: 0;

}

ul#main-nav-ul ul li {
     top: auto;
     left: auto;
}

ul#main-nav-ul li {
     float:left;
     position:relative;
     list-style-type:none;
     margin:0px;
     text-transform:uppercase;
     text-align:center;
}

ul#main-nav-ul li a {
     padding:8px 22px 10px 22px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
     background:#f67c01;
     border-right:1px solid #f89736;
}

ul#main-nav-ul li a.single {
	padding:15px 26px 19px 26px;
}
ul#main-nav-ul li a.last {
     border-right:0px;
	padding:8px 26px 10px 26px;
}

ul#main-nav-ul li a:hover {
	background-image:url(images/bknd_nav.gif);
	background-repeat:repeat-x;
}
/***********************************
Search Form
***********************************/
#datesform select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0;
}


/***********************************
Under Nav Callouts
***********************************/
div#book-area {
    margin:auto 0;
    text-align:center;
    overflow:hidden;

}

div#book-area-inner {
	height:96px;
    	width:882px;
   	margin:0 auto;
    	color:#ffffff;
    	padding-top:14px;
     background-color:#326601;
}

#book-area-inner a:link, #book-area-inner a:visited {
	text-decoration:underline;
	color:#3a3327;
}	
#book-area-inner a:hover, #book-area-inner a:active {
	text-decoration:none;
}

div#book-area-inner h2 {
    text-transform:uppercase;
    font:13px/13px Georgia, Times, sans-serif;
    color:#ffffff;
    text-align:left;
    margin-bottom:6px;
}

div#book-area-inner h3 {
    	font-weight:normal;
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

div#book-area-inner p {
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

div#leftcol {
	width:310px;
    	float:left;
    	padding:0px 10px 0px 25px;
    	overflow:hidden;
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

div#leftcol input.ftxt {
    color:#3a3327;
    width:100px;
}

div#leftcol img.calimg {
    padding-left:2px;
}

div#leftcol .left {
    float:left;
    text-align:left;
    width:140px;
    margin-right:5px;
}

div#leftcol .right {
    float:left;
    text-align:left;
    width:130px;
}

div#midcol {
    	width:270px;
    	float:left;
    	padding:0px 30px 0px 20px;
    	text-align:left;
}

div#midcol p, div#rightcol p {
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

div#rightcol {
	width:160px;
    	float:left;
    	padding:0px 5px 0px 20px;
}


/***********************************
Secondary Navigation Bar
***********************************/
div#subnav {
    	width:882px;
   	margin:0 auto;
    	color:#ffffff;
     background-color:#326601;
     font:10px/14px Georgia, "Times New Roman", Times, serif;
	border-top:1px solid #70944e;
	padding:12px 0 8px 0;
}
#subnav a:link, #subnav a:visited {
	color:#ffffff;
	text-decoration:none;
	padding:0 6px 0 6px;
}
#subnav a:hover, #subnav a:active {
	text-decoration:underline;
}
/***********************************
Page Content
***********************************/
#contain {
	width:882px;
	height:auto;
    	margin:0 auto;
    	padding:0;
}

#maincontent {
	float:left;
	width:540px;
	text-align:left;
	padding:40px 0 30px 25px;
     font:12px/18px Verdana, Arial, Helvetica, sans-serif;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1 {
	font:20px/25px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:12px;
}

#maincontent h2 {
	font:16px/25px Georgia, "Times New Roman", Times, serif;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#maincontent li {
}
#maincontent strong, .text strong, .text b {
	font:16px/25px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	//text-transform:uppercase;	
}
#diningnav {
}
#diningnav ul {
    	padding: 0px 10px 12px 50px;
	list-style:none;
}
#diningnav li {
	padding-left:22px;
}
#diningnav h3 {
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-transform:none;
	float:left;
	text-align:right;
	width:180px;
	height:70px;
	background-color:#f67c01;
	padding-right:20px;
	padding-top:30px;
	margin-right:20px;
}
#rtcallouts {
	float:right;
	text-align:center;
	font:12px/25px Georgia, "Times New Roman", Times, serif;
	margin-top:30px;
	margin-right:20px;
	width:254px;
	padding:0;
}
#rtcallouts h3 {
	text-align:center;
	border-bottom: 1px solid #70944e;
	width:220px;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:8px;
	padding-bottom:6px;
	padding-top:5px;
	text-transform:uppercase;
	font:14px/18px Georgia, "Times New Roman", Times, serif;
	}

#break {
	height:6px;
}
#visiting, #specials {
	text-align:center;
	padding:12px 14px 6px 16px;
	background-image:url(images/bknd_visiting.gif);
	background-repeat:repeat-y;
	color:#ffffff;
}
#specials .textsmall {
	font:12px/17px Georgia, "Times New Roman", Times, serif;
}
#specials .textsmall strong {
	font:15px/17px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
strong .sub_hdr  {
	font:12px/14px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
}


#specials p {
	padding:0 4px 6px 8px;
}	
	
#visiting a:link, #visiting a:visited, #specials a:link, #specials a:visited {
	text-decoration:none;
	color:#ffffff;
}	
#visiting a:hover, #visiting a:active, #specials a:hover, #specials a:active {
	text-decoration:underline;
}

#maincontent table .header { 
	background-color:#f67c01;
	color:#ffffff;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:4px 0 4px 4px;
	vertical-align:top;
}
#maincontent table .headline {
	background-color:#f67c01;
	padding-bottom:6px;
	padding-top:5px;
	text-transform:uppercase;
	font:14px/18px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
	color:#ffffff;
	text-align:center;
	width:100%;
}
/***********************************
Footer
***********************************/
#footercontain {
	text-align:center;
   	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}
#footer .textsmall, #footercontain .textsmall {
	font:11px/15px Geneva, Arial, Helvetica, sans-serif;
}
#footer {
	text-align:center;
	border-top:1px solid #326601;
	padding:12px 50px 12px 40px;
	font:11px/15px Geneva, Arial, Helvetica, sans-serif;
}
.footerhdr {
	font:12px/15px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#footer p {
	margin-bottom:6px;
}
#footer A:link, #footer A:visited {
  	text-decoration:underline;
}

#footer A:hover, #footer A:active {
  	text-decoration:none;
}
/***********************************
Calendar Styles
***********************************/
#maincontent table { border-collapse:collapse; width:100%;}

.inputFormButton { font-size:11px; color: #ffffff; background-color:#f67c01; border: 1px #f67c01 solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#f67c01; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; text-transform:capitalize}
.daysOfWeek { font-size: 12px; font-weight: bold; }
.gridMain { font-style:normal; border:none}
.linkDayInCell {font-weight:bold; font-size:15px}
.todayColorIn { color: #ffffff; background-color: #f67c01; font-weight:bold } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000} /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000;} /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; } /* font color for days not in the display month for days in the display month 
*/
body.inside a.linkDayInCell { color: #000; }
.dropDownInCalendar { background-color:#fff; border: 1px #666 solid; }
.calendardetail { line-height: 15px; padding-right: 5px }
 /* End classes which define the calendar styles */
 
/* google search */
form#search input {
	border: 1px solid #C2D1B3;
	border-radius: 2px;
	font-size: 12px;
	margin: 0 0 40px 0;
}

form#search input[type="text"] {
	padding: 4px 0;
	width: 180px;
}

form#search input[type="submit"] {
	background: #6CB40A;
	color: #FFF;
	padding: 4px 10px;
	text-transform: uppercase;
}

#nyeatb div {
	background: #b7cb74; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7cb74 0%, #3d7009 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7cb74), color-stop(100%,#3d7009)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7cb74 0%,#3d7009 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7cb74 0%,#3d7009 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7cb74 0%,#3d7009 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7cb74 0%,#3d7009 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7cb74', endColorstr='#3d7009',GradientType=0 ); /* IE6-9 */

	border: solid #016A40 1px;
	width: 166px;
	height: 56px;
	margin: 0 0 10px 44px;
}

#nyeatb div:hover {
	background: #3d7009; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d7009 0%, #b7cb74 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d7009), color-stop(100%,#b7cb74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d7009 0%,#b7cb74 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d7009 0%,#b7cb74 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d7009 0%,#b7cb74 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d7009 0%,#b7cb74 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7009', endColorstr='#b7cb74',GradientType=0 ); /* IE6-9 */
}

#nyeatb p {
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 3px;
}

#nyeatb a:hover, a:visited, a:link, a:active {
	text-decoration: none !important;
}