@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font: 10pt "Comic Sans MS", cursive;
	background: #071B65;	/*text-align: center;*/
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fdfdfe;
	margin: 0 auto;
	text-align: left;
	border-top: 1px;
	border-right: 1px solid #DDD;
	border-bottom: 1px;
	border-left: 1px solid #DDD;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
} 
.twoColFixLtHdr #navContainer {
	height: 30px;
	text-align: center;
	background-image: url(images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #containerHeaderBG {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F2F2F2 url(images/contentHeaderBG_04.gif) no-repeat left top;
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #containerFooterBG {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/contentFooterBG_06.gif) no-repeat left bottom;
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
}
#sidebarBG {
	padding-right: 5px;
	width: 294px;
	border-right-color: #C0C0C1;
	border-bottom-color: #C0C0C1;
	background-image: url(images/sideBarBG_04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sidebarSubContent {
	margin-top: 20px;
	border: 1px dotted #D03463;
	height: 175px;
	width: 300px;
	margin-bottom: 20px;
}
.sideBarSectionLinks {
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E13C6E;
}
#sidebar a {
	font: 12pt "Comic Sans MS", cursive;
	color: #cc3366;
	text-decoration: none;
}
#sidebar a:hover {
	font: 12pt "Comic Sans MS", cursive;
	color: #962648;
	text-decoration: none;
	padding-left: 5px;
}

#sidebar a:visited {
	font: 12pt "Comic Sans MS", cursive;
	color: #903;
	text-decoration: none;
}
#seperator {
	height: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1px;
	background-color: #cc3366;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 310px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 480px;
	display: block;
} 
#dailyPicsContainer {
	height: 73px;
	text-align: right;
	border-top: 1px dotted #C0C0C1;
	border-right-color: #C0C0C1;
	border-bottom-color: #C0C0C1;
	border-left-color: #C0C0C1;
	float: right;
	margin-top: 15px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bcbec0 url(images/footerBG_02.gif) no-repeat left top;
	height: 85px;
} 
#mainContent h1 {
	font: normal 20pt/22pt "Comic Sans MS", cursive;
	color: #cc3366;
	margin: 0pt 0pt 12pt;
	padding: 0px;
}
#mainContent h2 {
	font: 16pt/22pt "Comic Sans MS", cursive;
	color: #cc3366;
	margin: 0pt;
	padding: 0px;
}
#mainContent h2 a {
	font: 16pt/22pt "Comic Sans MS", cursive;
	color: #cc3366;
	margin: 0pt;
	padding: 0px;
	text-decoration: none;
}
#mainContent h2 a:hover {
	font: 16pt/22pt "Comic Sans MS", cursive;
	color: #962648;
	margin: 0pt;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
}
#mainContent h3 {
	font: 14pt/22pt "Comic Sans MS", cursive;
	color: #666674;
	margin: 0pt;
	padding: 0px;
}
#mainContent p {
	font: 10pt/14pt Tahoma, Geneva, sans-serif;
	color: #666;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 15pt/24px "Comic Sans MS", cursive;
	color: #cc3366;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #FD1F69;
}

.fltrt {
	float: right;
	border: 1px solid #FD1F69;
	margin-left: 8px;
}
for {
	display: block;
}
label {
	display: block;
	margin: 0px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
input {
	background: #B7B7B8;
	border: 1px dotted #333;
	padding: 3px;
	
}
textarea {
	background: #A5A9AB;
	border: 1px dotted #333;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.guestBookFloats {
	float: left;
	width: 220px;
	margin-right: 10px;
}

.guestBookFloatsBIG {
	float: left;
	width: 480px;
}

.questBookForm {
	font-family: "Comic Sans MS", cursive;
	background: url(images/formBG.png) repeat-y;
	padding-left: 5px;
	border: 1px dotted #A3294D;
}

#signedGuestBook {
	height: 380px;
	overflow: scroll;
	margin-bottom: 10px;
}

.contactForm {
	font: 14pt "Comic Sans MS", cursive;
}
/*
#navContainer ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
	display: inline;
}

#navContainer li {
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	float: right;
	display: inline;
}
*/
#navContainer a {
	margin: 0px 5px 0px 0px;
	padding: 0px 7px;
	float: right;
	font: 14pt "Comic Sans MS", cursive;
	color: #FFF;
	text-decoration: none;
}

#navContainer a:hover {
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	float: right;
	font: 14pt "Comic Sans MS", cursive;
	color: #FFF;
	text-decoration: underline;
}
#reservations {
	padding-left: 5px;
}
.guestbookname{
	font: 10pt "Comic Sans MS", cursive;
	background-color: #cc3366;
	color: #FFFFFF;
}
.guestbookdate{
	font: 9pt "Comic Sans MS", cursive;
	color: #999999;
	text-align: right;
}
.guestbookcomment{
	display:block;
}
#gallerytable img{
	border:0;
}
#calendar{
	border:0;
}
.calendarmonth{
	color:#cc3366;
	font-weight: bold;
}
.calendarweek{
	color:#333333;
}
.calendarday{
	color:#666666;
}
#daytourdiv span{
	vertical-align: top;
	font-weight:bold;
}
#weekendtourdiv span{
	vertical-align: top;
	font-weight:bold;
}
#dinnertourdiv span{
	vertical-align: top;
	font-weight:bold;
}
#othertourdiv span{
	vertical-align: top;
	font-weight:bold;
}
#extraFoot {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}

/*this is the "send post card" CSS styles*/

#postCardWrapper {
	margin: 0px;
	height: 175px;
	width: 270px;
	background-image: url(images/sendPostCard/postCardBG.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#postCardTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF66FB;
	font-weight: bold;
}
.postCardImgArea {
	height: 93px;
	width: 270px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #999;
}
.clear {
	clear: both;
}
#sendBTN {
	float: right;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slidesNav {
	padding-left: 10px;
}
#tableWrapper {
	padding-top: 8px;
	width: 160px;
	float: left;
}
.slide {
	height: 10px;
	width: 10px;
	float: left;
	background-image: url(images/sendPostCard/emptySlide.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
}
.slideCurrent {
	height: 10px;
	width: 10px;
	float: left;
	background-image: url(images/sendPostCard/currentSlide.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
}
.slideNavLeft {
	float: left;
	padding-right: 10px;
}
.slideNavRight {
	float: left;
	padding-left: 10px;
}
#postCardBox {
	margin-bottom: 15px;
}
#postCardBox a {
}
#postCardBox a:hover {
	padding: 0px;
}

/*END POST CARD SYTLES*/

/* Begin NEWS BOX OUT box styles*/
#NewsBox {
	position: relative;
}
#NewsBox_topCurve {
	height: 10px;
	background-image: url(images/newsBox/newsBox_topCurve.jpg);
	width: 480px;
	font-size: 1px;
	text-decoration: none;
}
#NewsBox_Content {
	background-image: url(images/newsBox/NewsBox_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#NewsBox_bottomCurve {
	height: 10px;
	background-image: url(images/newsBox/NewsBox_bottomCurve.jpg);
	width: 480px;
	font-size: 1px;
	text-decoration: none;
}

/* END news box out styles*/