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

BODY {
    font:12px/20px 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;
  color:#035f7b;
}

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

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

/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-family:Georgia, Times, sans-serif;
     font-size:14px;
	line-height:16px;
     background:#035f7b;
     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 48px 11px 48px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
     background:#035f7b;
     border-right:1px solid #4f8fa3;
}

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

ul#main-nav-ul li a:hover {
	background-image:url(images/bknd_nav.gif);
	background-repeat:repeat-x;
}


/***********************************
Under Nav Callouts
***********************************/
div#book-area {
    padding-top:10px;
}

div#book-area-inner {
	height:100px;
    	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: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:97px;
    	float:left;
    	padding:0 20px 0 20px;
    	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 {
    width:100px;
    border:1px solid #ccc;
    height:21px;
    font-size:1.5em;
    color:#545FBD;
}

div#leftcol img.calimg {
    padding-left:3px;
}

div#leftcol .left {
    float:left;
    text-align:left;
    width:90px;
    margin-right:20px;
}

div#leftcol .right {
    float:left;
    text-align:left;
    width:110px;
}

div#midcol {
	height:97px;
    	width:330px;
    	float:left;
    	padding:0 20px 0 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:97px;
	background:url("images/dots.gif") no-repeat top left;
    	width:210px;
    	float:right;
    	padding:0 20px 0 20px;
    	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;
}

#maincontent {
	float:left;
	width:550px;
	text-align:justify;
	padding:22px;
}
#maincontent p {
	margin-bottom:12px;
}

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

#maincontent h2 {
	font:16px/22px Georgia, "Times New Roman", Times, serif;
	color:#193a60;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}

#rtcallouts {
	float:right;
	text-align:center;
	font:12px/22px Georgia, "Times New Roman", Times, serif;
	margin:auto;
	width:298px;
}

#weather {
	padding: 8px 0 10px 0;
}

#visiting {
	background-image:url(images/bknd_visiting.gif);
	background-repeat:repeat-y;
	margin-top:39px;
	width:298px;
	text-align:center;
	color:#01465e;
	line-height:26px;
}
#visiting p {
	padding-left:8px;
}
#visiting a:link, #visiting a:visited {
	text-decoration:none;
	color:#01465e;
}	
#visiting a:hover, #visiting a:active {
	text-decoration:underline;
	color:#01465e;
}	
/***********************************
Footer
***********************************/
#footercontain {
	 background:#ffffff url(images/bknd_footer.gif) repeat-x;
	 height:200px;;
}
#footer {
	width:900px;
	text-align:center;
	font:11px/15px Geneva, Arial, Helvetica, sans-serif;
	margin:auto;
	padding-top:18px;
	
}
#footer A:link, #footer A:visited {
  text-decoration:none;
}

#footer A:hover, #footer A:active {
  text-decoration:underline;
}


 /* classes which define the calendar styles */
 #maincontent table {border-collapse:collapse; width:100%; font:12px/20px Geneva, Arial, Helvetica, sans-serif;}
.inputFormButton { font-size:11px; color: #ffffff; background-color:#035f7b; border: 1px #035f7b solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#035f7b; 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 */