/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    font:14px/18px "Myriad Pro", Arial, sans-serif;
    color:#302513;
    background-color:#efd7aa;
    text-align:center;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
}

a img { border:none; }
img, div, input { behavior: url("iepngfix.htc") }

A:link, A:visited {
  text-decoration:underline;
  color:#302513;
}

A:hover, A:active {
  text-decoration:none;
}

hr { border:0; color:#b29881; background-color:#b29881; height:1px; margin-bottom:12px; margin-top:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	float:right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#mainContainer {
	background-color:#efd7aa;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
}

/***********************************
Masthead
***********************************/
#masthead {
	width:960px;
	height:93px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:left;
}

#topnav {
	float:right;
	text-align:right;
	margin-top:45px;
	color:#ffffff;
}
#topnav a:link, #topnav a:visited, #topnav a:active {
	color:#ffffff;
	text-decoration:none;
}
#topnav a:hover {
	text-decoration:underline;
}

/***********************************
Flash & Navigation
***********************************/
#herowrap {
	width:960px;
	height:308px;
	background-image:url(images/bknd-hero.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
    	padding:0px;
	margin:0 auto;
}
#flashwrap {
	float:right;
	width:710px;
	margin:0 auto;
}
#navwrap {
	float:left;
	width:250px;
	margin:0 auto;
	position:relative;
}
/* @group Nav */
div#nav {
    width: 250px;
    margin-top:110px;
    color:#ffffff;
    text-align:left;
    overflow:visible;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	display: inline;
}
div#nav ul li a {
    color:#ffffff;
	display: block;
	padding: 4px 25px;
    min-width: 200px;
}
div#nav ul li.last a {
	border: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#nav ul li a:hover {
	background-color:#761010;
	color:#FFFFFF;
}
div#nav ul li a span.arrow {
	display: none;
}
div#nav ul li:hover a span.arrow, div#nav ul li.sfhover a span.arrow {
	display: block;
	width: 12px;
	height: 11px;
	background-color:#761010;
	color:#FFFFFF;
	position: absolute;
	z-index: 100;
	margin: -3px 0 0 10px;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0 0 0 120px;
	list-style: none;
	line-height: 1;
	background-color: #5c4828;
	border: 1px solid #fff;
	border-bottom: none;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: 32px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
	margin: 0;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background-image: none!important;
	border-right: none;
	border-bottom: 1px solid #fff;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #761010;
	color:#FFFFFF;
}
/* @end */
/***********************************
Promo Bar Callouts
***********************************/

div#promo-area{
	text-align:left;
	height:110px;
	width:960px;
	margin:0 auto;
	color:#302513;
	padding-top:20px;
}
.thmb {
	float:right;
	border:1px solid #302513;
}
#promo-area a:link, #promo-area a:visited {
	text-decoration:underline;
	color:#302513;
}	
#promo-area a:hover, #promo-area a:active {
	text-decoration:none;
}

div#promo-area h2 {
    font:18px/15px "Myriad Pro", Arial, sans-serif;
    color:#302513;
    text-align:left;
    margin-bottom:8px;
}

div#promo-area h3, div#promo-area p {
    	font-weight:normal;
    	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:14px;
	line-height:16px;
}

div#leftcol {
	width:275px;
    	float:left;
	margin:0 auto;
    	overflow:hidden;
}

div#leftcol input.txt {
    color:#302513;
    width:82px;
    font-size:12px;
}

div#leftcol img.calimg {
    padding-left:4px;
}

div#leftcol .left {
    float:left;
    text-align:left;
    width:110px;
    margin-right:5px;
}

div#leftcol .right {
    float:left;
    text-align:left;
    width:110px;
}

div#rewards {
	width:140px;
	float:left;
	padding-top:12px;
	margin:0 auto;
}

div#groups {
	width:190px;
    	float:left;
}
div#lastcol {
	width:330px;
	float:right;
	margin:0 auto;
}
/***********************************
Page Content
***********************************/
#contain {
	width:960px;
	height:auto;
    	margin:0 auto;
    	padding:0;
}

#maincontent {
	float:right;
	width:685px;
	text-align:left;
	border-top:1px solid #b29881;
	padding:20px 0;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1 {
	font:24px/24px Georgia, "Times New Roman", Times, serif;
	color:#720f15;
	margin-bottom:6px;
}

#maincontent h2, #maincontent strong, .text strong, .text b  {
	font:16px/16px Georgia, "Times New Roman", Times, serif;
	color:#720f15;
	margin-bottom:12px;
	font-weight:bold;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#maincontent li {
}

#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:#720f15;
	padding-right:20px;
	padding-top:30px;
	margin-right:20px;
}

h6{
	font-family:"Myriad Pro",Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:12px;
	clear:both;
}
.clear{
	clear:both;
}

#specialbuttons a:link, #specialbuttons a:visited, #specialbuttons a:active {
font-size:15px; color: #ffffff; background-color:#761010; padding: 4px 12px 4px 0;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:right;
margin-top:8px;
text-decoration:none;
display:block;
}

#specialbuttons a:hover {
	background-color:#5c4828;
	color:#FFFFFF;
}
#specialbuttons .text b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #68001b;
	margin-bottom:8px;
	font-weight: normal;
}

.testimonial-sender {
	text-align:right;
}
.colf{
	float:left;
	width:220px;
	margin-right:20px;
}
.colr{
	float:left;
	width:220px;
}

#leftcolumncallouts {
	float:left;
	margin-right:25px;
	width:250px;
	padding:0;
}
#leftcolumncallouts h2 {
	text-align:center;
	border-bottom: 1px solid #b29881;
	width:250px;
	color:#761010;
	font-weight:normal;
	margin-bottom:8px;
	padding-bottom:4px;
	padding-top:35px;
	font:18px/18px Georgia, "Times New Roman", Times, serif;
}


#leftcolumncallouts .textsmall strong {
	font:15px/17px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

img.weather {
	margin-top: 6px;
}
td.weather {
	text-align:left;
	padding-right: 8px;
}

/* Connect With Us */
#leftcolumncallouts .connect {
	margin: 0;
	padding: 10px 0 0 55px;
}

#leftcolumncallouts .connect li {
	float: left;
	list-style: none;
}

#leftcolumncallouts .connect li a:link, #leftcolumncallouts .connect li a:visited  {
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 25px;
}

#leftcolumncallouts .connect .reachcast {background: url(images/icon-reachcast.gif) top left no-repeat; margin-right:13px;}
#leftcolumncallouts .connect .facebook {background: url(images/icon-facebook.gif) top left no-repeat; margin-right:13px;}
#leftcolumncallouts .connect .twitter {background: url(images/icon-twitter.gif) top left no-repeat; margin-right:13px;}
#leftcolumncallouts .connect .youtube {background: url(images/icon-youtube.gif) top left no-repeat; margin-right:13px;}
#leftcolumncallouts .connect .social-network {background: url(images/icon-social-network.gif) top left no-repeat; width: 27px;}

/***********************************
Footer
***********************************/
#footercontain {
	text-align:center;
	background-color:#720f15;
	color:#FFFFFF;
	background-image:url(images/footer-top.gif);
	background-repeat:repeat-x;
}
#footer .textsmall, #footercontain .textsmall {
	font:11px/15px "Myriad Pro", Arial, sans-serif;
}
#footer {
	width:960px;
	text-align:right;
	margin:auto;
	padding:12px 50px 45px 40px;
	font:11px/15px "Myriad Pro", Arial, sans-serif;
}
#footerleft {
	float:left;
	margin:auto 0;
	padding-left:20px;
}
.footerhdr {
	font:12px/15px "Myriad Pro", Arial, sans-serif;
	font-weight:bold;
}
#footer p {
	margin-bottom:6px;
}
#footer A:link, #footer A:visited {
  	text-decoration:underline;
	color:#FFFFFF;  
}

#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:#720f15; border: 1px #720f15 solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#720f15; 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: #720f15; 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; background-color: #e3e0df; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #e3e0df; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #e3e0df; } /* 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 */
