/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    font:13px/20px Georgia, "Times New Roman", Times, serif;
    color:#000000;
    text-align:center;
    background-color:#faf2e1;
}

a img { border:none; }
img, div { behavior: url(iepngfix.htc) }

A:link, A:visited {
  text-decoration:underline;
  color:#000000;
}

A:hover, A:active {
  text-decoration:none;
}

hr { border:0; color:#5f6566; background-color:#5f6566; height:1px; margin-bottom:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #271c1d; 
	float:right;
	padding:6px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#mainContainer {
	background-color:#faf2e1;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
}
#golf {
	background-image:url(images/bknd-golf.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	text-align:center;
	margin:0 auto;
	overflow:visible;
}
/***********************************
Masthead
***********************************/
#masthead {
	width:900px;
	height:91px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:left;
}

#topnav {
	float:right;
	text-align:right;
	font-size:14px;
	padding-top:25px;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#topnav a:link, #topnav a:visited {
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
}

ul#socialIcons {
	float: right;
	margin: 0 0 0 20px;
}
ul#socialIcons li {
	display: inline;
}
ul#socialIcons li img {
	margin: 0;
}

/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-family:Georgia, Times, sans-serif;
     font-size:13px;
	line-height:16px;
     background:#134b8b;
     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 27px 11px 27px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
     background:#134b8b;
     border-right:1px solid #5a7fa9;
}

ul#main-nav-ul li a {
	padding:15px 19px 19px;
}
ul#main-nav-ul li a.last {
     border-right:0px;
}

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:106px;
    	width:900px;
   	margin:0 auto;
    	color:#fff;
    	background:url("images/dots.gif") no-repeat top right;
}

div#book-area-inner h2 {
    text-transform:uppercase;
    font:14px/13px Georgia, Times, sans-serif;
    color:#fff;
    text-align:left;
    margin-bottom:6px;
    padding-top:12px;
}

div#book-area-inner h3 {
    	font-weight:normal;
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
}

div#book-area-inner p {
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
}

div#leftcol {
	height:106px;
	width:320px;
    	float:left;
    	padding:0px 20px 0px 20px;
    	overflow:hidden;
    	background:url("images/dots.gif") no-repeat top left;
}

div#leftcol input.ftxt {
    width:110px;
    border:1px solid #ccc;
    height:18px;
    font-size:10px;
    color:#000000;
}

div#leftcol img.calimg {
    padding-left:3px;
}

div#leftcol .left {
    float:left;
    text-align:left;
    width:150px;
    margin-right:12px;
}

div#leftcol .right {
    float:left;
    text-align:left;
    width:150px;
}

div#midcol {
	height:106px;
    	width:275px;
    	float:left;
    	padding:0px 20px 0px 20px;
    	background:url("images/dots.gif") no-repeat top left;
    	text-align:left;
}

div#midcol p {
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

div#rightcol {
	height:106px;
	background:url("images/dots.gif") no-repeat top left;
    	width:210px;
    	float:right;
    	padding:0px;
    	text-align:left
}
div#rightcol p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

/***********************************
Page Content
***********************************/
#contain {
	width:900px;
	height:auto;
    	margin:0 auto;
    	padding:0px;
	background-image:url(images/bknd-shells.jpg);
	background-repeat:no-repeat; background-position:top right;
}

#maincontent {
	float:left;
	width:525px;
	text-align:left;
	padding:22px;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1 {
	font:22px/26px Georgia, "Times New Roman", Times, serif;
	color:#271c1d;
	text-align:left;
	margin-bottom:12px;
}

#maincontent h2, #specials h2 {
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	color:#271c1d;
	margin-bottom:6px;
}

#maincontent .text strong {
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	color:#271c1d;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}

#rtcallouts {
	float:right;
	text-align:center;
	font:13px/22px Georgia, "Times New Roman", Times, serif;
	margin:auto;
	width:298px;
}

#visiting {
	background-image:url(images/bknd_visiting.gif);
	background-repeat:repeat-y;
	width:298px;
	text-align:center;
	color:#ffffff;
	line-height:26px;
}

#visiting a:link, #visiting a:visited {
	text-decoration:none;
	color:#ffffff;
}	
#visiting a:hover, #visiting a:active {
	text-decoration:underline;
	color:#ffffff;
}	

#specials {
	margin-top:18px;
	width:298px;
	text-align:center;
}

#specials a:link, #specials a:visited {
	text-decoration:none;
	color:#000000;
}	
#specials a:hover, #specials a:active {
	text-decoration:underline;
	color:#000000;
}	

.thmb {
	float:right;
	border:1px solid #271c1d;
	margin-left:12px;
	margin-bottom:12px;
}
.textsmall {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
	padding-top:12px;
}
.linksmall {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
}

/***********************************
Footer
***********************************/
#footercontain {
	background-image:url(images/bknd-footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0 auto;
	overflow:hidden;
}
.footerhdr {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#footer {
	border-top:1px solid #135488;
	width:900px;
	text-align:center;
	color:#000000;
	font:12px/16px Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding:18px 0 50px 40px;
	
}
#footer A:link, #footer A:visited {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
  	text-decoration:none;
  	color:#000000;
}

#footer A:hover, #footer A:active {
  text-decoration:underline;
}
#weather {
	text-align:left;
	float:right;
	margin: 0 auto;
}


 /* classes which define the calendar styles */
#maincontent table {border-collapse:collapse; width:100%;}
.inputFormButton { font-size:11px; color: #ffffff; background-color:#271c1d; border: 1px #271c1d solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#1d304e; 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: #3d6ba0; 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 */

/* @end */

