/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    font:12px/16px Geneva, Arial, Helvetica, sans-serif;
    color:#000000;
    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:#000000;
}

A:hover, A:active {
  text-decoration:none;
}

hr { border:0; color:#381d7a; background-color:#381d7a; height:1px; margin-bottom:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #381d7a; 
	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;
	margin-top:65px;
	color:#381d7a;
}
#topnav a:link, #topnav a:visited {
	color:#381d7a;
	font-size:11px;
	text-decoration:none;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
	font-size:11px;
}

#clouds {
	background-image:url(images/clouds.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:#381d7a;
     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 36px 11px 36px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
     background:#381d7a;
     border-right:1px solid #4d856e;
}

ul#main-nav-ul li a.single {
	padding:15px 35px 20px 35px;
}
ul#main-nav-ul li a.last {
     border-right:0px;
	padding:8px 37px 11px 37px;
}

ul#main-nav-ul li a:hover {
	color:#f8981c;
	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 {
    height:96px;
    padding-top:10px;
}

div#book-area-inner {
	height:96px;
    	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:4px;
}

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 {
	height:96px;
	width:310px;
    	float:left;
    	padding:0px 10px 0px 10px;
    	overflow:hidden;
    	background:url("images/dots.gif") no-repeat top left;
    	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

div#leftcol input.ftxt {
    color:#000000;
    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 {
	height:96px;
    	width:310px;
    	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 {
	width:175px;
	height:96px;
	background:url("images/dots.gif") no-repeat top left;
    	float:left;
    	padding:0px 5px 0px 20px;
}
div#rightcol p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	text-align:left;
}

/***********************************
Page Content
***********************************/
#contain {
	width:900px;
	height:auto;
    	margin:0 auto;
    	padding:0;
}

#maincontent {
	float:left;
	width:530px;
	text-align:left;
	padding:25px;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1 {
	font:18px/25px Georgia, "Times New Roman", Times, serif;
	color:#381d7a;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:12px;
}

#maincontent h2 {
	font:16px/25px Georgia, "Times New Roman", Times, serif;
	color:#381d7a;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#maincontent li {
	padding-bottom:6px;
}
#maincontent strong, .text strong, .text b {
	color:#381d7a;
	font:16px/18px Georgia, "Times New Roman", Times, serif;	
}
#rtcallouts {
	float:left;
	text-align:center;
	font:12px/25px Georgia, "Times New Roman", Times, serif;
	margin:auto;
	width:298px;
	background-image:url(images/leaftop.PNG);
	background-repeat:no-repeat;
}
#rtcallouts h3 {
	text-align:center;
	border-bottom: 1px solid #000000;
	width:215px;
	color:#381d7a;
	font-weight:normal;
	margin-bottom:12px;
	text-transform:uppercase;
	font:18px/18px Georgia, "Times New Roman", Times, serif;
	}
#weather {
	text-align:center;
}

#visiting {
	background-image:url(images/bknd_visiting.png);
	background-repeat:repeat-y;
	text-align:center;
}
.textsmall {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
}
#visiting a:link, #visiting a:visited {
	text-decoration:none;
}	
#visiting a:hover, #visiting a:active {
	text-decoration:underline;
}
#specials {
	background-image:url(images/bknd_visiting.png);
	background-repeat:repeat-y;
	text-align:left;
}

#specialpad, #visitingpad {
	margin-left:50px;
	width:200px;
}
#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;
}
#footer .textsmall, #footercontain .textsmall {
	font:11px/15px Geneva, Arial, Helvetica, sans-serif;
}
#footer {
	border-top:1px solid #381d7a;
	width:900px;
	text-align:center;
	margin:auto;
	padding-top:12px;
	font:11px/15px Geneva, Arial, Helvetica, sans-serif;
}
.footerhdr {
	font:12px/15px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#footer p {
	padding-left:25px;
}
#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:#381d7a; border: 1px #381d7a solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#381d7a; 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: #381d7a; 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 */