/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
   	font:12px/18px Georgia, "Times New Roman", Times, serif;
    color:#4f3b30;
    background-color:#ffffff;
    text-align:center;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
}

a img { border:none; }
img, div { behavior: url(iepngfix.htc) }

A:link, A:visited {
 	 text-decoration:underline;
      color:#4f3b30;
}

A:hover, A:active {
  text-decoration:none;
}

hr { border:0; color:#4f3b30; background-color:#4f3b30; height:1px; margin-bottom:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	margin-top:8px;
	border:1px solid #4f3b30; 
	float:right;
	padding:6px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/***********************************
Masthead
***********************************/
#masthead {
	width:900px;
	height:91px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:left;
}

#topnav {
	float:right;
	text-align:right;
	font-size:12px;
	letter-spacing:1px;
	color:#4f3b30;
}
#topnav a:link, #topnav a:visited {
	color:#4f3b30;
	font-size:11px;
	text-decoration:none;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
	font-size:11px;
}

#clouds {
	background-image:url(images/bknd-artichoke.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	text-align:center;
	margin:0 auto;
	overflow:visible;
}
/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-family:Georgia, Times, sans-serif;
     font-size:13px;
	line-height:16px;
     background:#d6523d;
     height:51px; /* height of the main navigation */
     width: 899px;
     margin:0 auto;
}

/* main navigation tabs */

ul#main-nav-ul {
     width: 899px; /* subtract the left padding in this declaration from the overall menu width to get this value */ 
	/* This menu's starting width was 900px */ 
	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 25px 11px 25px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
     background:#d6523d;
     border-right:1px solid #e28678;
}

ul#main-nav-ul li a.single {
	padding:15px 25px 20px 25px;
}
ul#main-nav-ul li a.last {
     border-right:0px;
	padding:8px 26px 11px 26px;
}

ul#main-nav-ul li a:hover {
	background-image:url(images/bknd_nav.gif);
	background-repeat:repeat-x;
}

/***********************************
Under Nav Callouts
***********************************/
div#book-area {
    height:110px;
}

div#book-area-inner {
    height:110px;
    	width:900px;
   	margin:0 auto;
    	color:#fff;
    	background:url("images/dots.gif") no-repeat top right;
}

#book-area-inner a:link, #book-area-inner a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}	
#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:#fff;
    text-align:left;
    margin-bottom:6px;
    padding-top:10px;
}

div#book-area-inner p {
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:left;
}

div#leftcol {
    	height:110px;
	width:320px;
    	float:left;
    	padding:0px 10px 0px 20px;
    	overflow:hidden;
    	background:url("images/dots.gif") no-repeat top left;
}

div#midcol {
    	height:110px;
    	width:290px;
    	float:left;
    	padding:0px 20px 0px 20px;
    	background:url("images/dots.gif") no-repeat top left;
    	text-align:left;
}

div#midcol .fr {
	border:1px solid #e9a595;
	margin-top:14px;
	float:right;
	margin-left:12px;
}

div#rightcol {
	width:195px;
    	height:110px;
	background:url("images/dots.gif") no-repeat top left;
    	float:left;
    	padding:0px 5px 0px 20px;
}

/***********************************
Page Content
***********************************/
#watermark {
	background-image:url(images/bknd-watermark.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#contain {
	width:900px;
	height:auto;
    	margin:0 auto;
    	padding:0;
}

#maincontent {
	float:left;
	width:550px;
	text-align:left;
	padding:25px;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1 {
	font:22px/25px Georgia, "Times New Roman", Times, serif;
	color:#4f3b30;
	text-align:left;
	margin-bottom:12px;
}

#maincontent h2 {
	font:16px/25px Georgia, "Times New Roman", Times, serif;
	color:#4f3b30;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#maincontent li {
	padding-bottom:6px;
}
#maincontent strong, .text strong, .text b {
	color:#4f3b30;
	font:16px/22px Georgia, "Times New Roman", Times, serif;
	padding-bottom:12px;
}


#rtcallouts {
	float:left;
	text-align:center;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
	margin:auto;
	width:275px;
	margin-top:40px;
	background-color:#eeebdf;
	border:1px solid #4f3b30;
}
#rtcallouts h3 {
	text-align:center;
	border-bottom: 1px solid #4f3b30;
	color:#4f3b30;
	font-weight:normal;
	padding-bottom:4px;
	font:15px/18px Georgia, "Times New Roman", Times, serif;
}

#specials {
	text-align:left;
	padding:22px;
}
#specials p {
	margin-top:8px;
}
#specials a:link, #specials a:visited {
	text-decoration:none;
	font:12px/16px Georgia, "Times New Roman", Times, serif;
}	
#specials a:hover, #specials a:active {
	text-decoration:underline;
}	
/***********************************
Footer
***********************************/
#footercontain {
	text-align:center;
	background-image:url(images/bknd-footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d6523d;
	color:#FFFFFF;
}
#footer .textsmall, #footercontain .textsmall {
	font:11px/15px Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#footer {
	width:850px;
	color:#FFFFFF;
	text-align:center;
	margin:auto;
	padding:25px;
	font:11px/15px Geneva, Arial, Helvetica, sans-serif;
}
.footerhdr {
	font:12px/15px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}
#footer p {
	padding-left:25px;
}
#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%;}
#maincontent table A:link, #maincontent table A:visited, #maincontent table A:active {
	color:#d6523d
}
.inputFormButton { font-size:11px; color: #ffffff; background-color:#4f3b30; border: 1px #4f3b30 solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#4f3b30; 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, .linkDayInCell a:link {font-weight:bold; font-size:18px; color:#d6523d}
.todayColorIn { color: #ffffff; background-color: #4f3b30; 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 */
 
/***********************************
Testimonial Styles
***********************************/
#testimonialDisplay {
	padding-top: 30px;
}

#testimonialDisplay div.hr {
	margin: 10px 30px;
	border-top: 1px solid #fff;
	height: 1px;
	overflow: hidden;
}

div.testimonial-text {
	padding: 5px;
}
div.testimonial-sender {
	padding: 5px;
	text-align: right;
}
