@charset "utf-8";
/* CSS Document */

body {
	font: 14px Arial;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.sitewrap {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
/* ----------------------------------------------------------------*/
h1 {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	color: #003300;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-family: Arial;
	color: #003300;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #030;
}
.cabinitemtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
}
.calendar-number {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.calendar-numberyellow {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
}

#maincontent {
	width: 760px;
	float: left;
}
.leftpanel1 {
	width: 350px;
	float: left;
}
.leftpanel2 {
	width: 210px;
	float: left;
}
.rightpanel1 {
	width: 410px;
	float: left;
}
.rightpanel2 {
	width: 550px;
	float: left;
}
#menubar {
	float: left;
	width: 760px;
}
#sitefooter {
	font-family: Arial;
	font-size: 12px;
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#sitehead {
	width: 760px;
}
.sh_panel1 {
	width: 210px;
	float: left;
}
.sh_panel2 {
	width: 400px;
	float: left;
	text-align: center;
}
.sh_panel3 {
	width: 150px;
	float: left;
}
.tag1 {
	font: italic 18px "Times New Roman";
	float: left;
	width: 550px;
	color: #060;
	text-align: center;
	margin-top: 10px;
}
/* -------------------------------- CABIN RENTAL ITEMS  ----------------------------- */
#cabinmain {
	font-family: Arial;
	font-size: 14px;
	float: left;
	width: 760px;
}
#cabinleft {
	font-family: Arial;
	font-size: 14px;
	float: left;
	width: 605px;
}
#cabinright {
	font-family: Arial;
	font-size: 14px;
	float: right;
	width: 155px;
}
#calendarbox {
	float: left;
	width: 630px;
}
.calwk {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000033;
	font-weight: bold;
	text-align: center;
}
.calday {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
#codebox {
	float: right;
	width: 130px;
}
.codetxt {	
	font-family: Arial;
	font-size: 12px;
}
/* LINKS ------------------------------------------------ */
a:link, a:visited, a:active {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
.menulink a {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	height: 20px;
	width: 186px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	display: block;
	float: left;
}
.menulink a:hover {
	color: #FFFF33;
	text-decoration: none;
	font-weight: normal;
	background-color: #003300;
}
