@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #116820 url(../images/bg.png) top center no-repeat;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #613A01;
	overflow-x: hidden;
	}
	
a {
	outline: none;
	text-decoration: none;
	}

img {
	border: none;
	}
	
h1 {
	font: italic 36px "Times New Roman", Times, serif;
	color: #A24B1F;
	margin: 0 0 10px 10px;
	}
	
h2 {
	font: italic 21px "Times New Roman", Times, serif;
	color: #A24B1F;
	margin: 0 0 20px 0;
	text-align: center;
	}
	
p {
	margin: 0 0 1em 0;
	}
	
#wrapper {
	width: 1004px;
	margin: auto;
	position: relative;
	}
	
#headercontact {
	width: 240px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 750px;
	}
	
#headercontact a {
	color: #fff;
	}
	
#headercontact a:hover {
	text-decoration: underline;
	}
	
#logolink {
	position: absolute;
	top: 25px;
	}
	
#logolink a {
	display: block;
	width: 360px;
	height: 81px;
	text-decoration: none;
	}

#nav {
	position: absolute;
	top: 111px;
	padding-left: 117px;
	font: 18px "Times New Roman", Times, serif;
	background: url(../images/leftside_doghead.gif) no-repeat bottom left;
	}
	
#nav a {
	color: #FFCC33;
	display: block;
	text-align: center;
	}
	
#nav #homebutton {
	width: 56px;
	height: 40px;
	float: left;
	margin: 49px 2px 0 0;
	font-size: 16px;
	font-weight: bold;
	}
	
#nav #homebutton a {
	width: 56px;
	height: 25px;
	padding-top: 5px;
	background: url(../images/nav_home.png);
	color: #503001;
	margin-top: 10px;
	cursor: pointer;
	}
	
#nav #homebutton a:hover {
	margin-top: 0;
	height: 35px;
	}
	
#nav .blue, #nav .brown, #nav .tan {
	width: 103px;
	height: 90px;
	float: left;
	}
	
#nav .blue a, #nav .brown a, #nav .tan a {
	width: 103px;
	height: 60px;
	margin-top: 10px;
	padding-top: 20px;
	}
	
#nav .blue a:hover, #nav .brown a:hover, #nav .tan a:hover {
	margin-top: 0;
	height: 70px;
	cursor: pointer;
	}
	
#nav .blue a {
	background: url(../images/nav_blue.png);
	}
	
#nav .brown a {
	background: url(../images/nav_brown.png);
	}
	
#nav .tan a {
	background: url(../images/nav_tan.png);
	}
	
#nav #activepage { /* This is used to pop the nav if you are on that page */
	margin-top: 0;
	height: 70px;
	}
	
/* Home Styles */
	
#home #tagline {
	font: 23px Arial, Helvetica, sans-serif;
	color: #993300;
	text-align: center;
	
	}
	
/* General Styles */

#content {
	background: #FFEFD7 url(../images/content_bottom_bg.gif) no-repeat bottom;
	position: relative;
	width: 100%;
	top: 199px;
	padding: 0 0 8px 0;
	margin-bottom: 200px;
	}
	
/* Left Column Stuff */

#leftside {
	width: 222px;
	height: 511px;
	background:url(../images/leftside_webcam.gif) no-repeat bottom;
	float: left;
	margin: 0 17px 35px 0;
	position: relative;
	}
	
#whatsup {
	text-align: center;
	font-size: 27px;
	color: #fff;
	position: relative;
	top: 10px;
	}
	
#viewwebcam {
	position: absolute;
	top: 347px;
	left: 52px;
	}
	
#viewwebcam a {
	display: block;
	width: 119px;
	height: 63px;
	}

#viewwebcam a:hover {
	background: url(../images/viewwebcam_on.png);
	}
	
#guestwebcam {
	position: absolute;
	top: 435px;
	left: 125px;
	}
	
#guestwebcam a {
	display: block;
	width: 91px;
	height: 53px;
	}
	
#guestwebcam a:hover {
	background: url(../images/guestwebcam_on.png);
	}
	
#preview {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 452px;
	left: 9px;
	text-align: right;
	}

#preview strong {
	font-size: 14px;
	color: #993300;
	}
	
#sidebar-facebook {
	top: 550px;
	left: 9px;
	position: absolute;
}

/* Center Content Stuff */

#centercontent {
	width: 412px;
	margin: 7px 0 0 0;
	font-size: 13px;
	padding-bottom: 10px;
	float: left;
	}
	
#centercontent a {
	color: #CC6600;
	}
	
#centercontent a:hover {
	text-decoration: underline;
	}
	
#secondary #centercontent {
	background: url(../images/secondary_content_bg.jpg) repeat-x top;
	width: 414px;
	}

/* Right Column Stuff */

#rightside {
	width: 318px;
	padding: 5px;
	background: url(../images/right_bottom_bg.gif) no-repeat bottom right;
	float: right;
	display: inline;
	margin: 7px 7px 0 0; 
	}

.bullet {
	font-size: 14px;
	padding:0 20px 0 20px;
	background: url(../images/square_bullet.gif) top left no-repeat;
	background-position: 5px 6px;
	}
	
.contactbutton {
	margin: 20px 0 10px 0;
	text-align: center;
	}
	
.contactbutton a {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #fff;
	background: #A24B1F;
	color: #fff;
	padding: 5px 20px;
	text-decoration: none;
	}
	
.contactbutton a:hover {
	background: #D05F28;
	}
	
/* Boarding */
	
.accomodationsheader {
	background: url(../images/accomodations_header_bg.jpg) repeat-x;
	border: 1px solid #712400;
	font: italic 24px "Times New Roman", Times, serif;
	text-align: center;
	height: 52px;
	color: #FFCC33;
	}
	
.accomodationsheader a {
	color: #FFCC33;
	display: block;
	width: 316px;
	height: 52px;
	}
	
.accomodationsheader span {
	display: block;
	font-size: 16px;
	font-style: normal;
	}
	
.accomodationscontent {
	background: #613A01;
	color: #E0CBAF;
	padding: 10px;
	}
	
.accomodationscontent a {
	color: #FFCC33;
	}
	
.accomodationscontent a:hover {
	text-decoration: underline;
	}
	
.suitephotos {
	margin-bottom: 1em;
	text-align: center;
	}
	
.suitephotos img {
	vertical-align: middle;
	border: 1px solid #fff;
	margin-right: 1px;
	}
	
/* Day Play */

.dayplayheader {
	font: italic 24px "Times New Roman", Times, serif;
	background: url(../images/dayplay_header_bg.jpg);
	border: 1px solid #176A62;
	text-align: center;
	height: 52px;
	line-height: 52px;
	color: #FFCC33;
	}
	
.dayplayheader a {
	color: #FFCC33;
	display: block;
	width: 316px;
	height: 52px;
	}
	
.dayplaycontent {
	background: #176A62;
	color: #E0CBAF;
	padding: 10px;
	}
	
.dayplaycontent a {
	color: #FCAE37;
	}
	
.dayplaycontent a:hover {
	text-decoration: underline;
	}

/* Photo Gallery. There is special code in the head for IE6. */
	
ul.photogallery li {
	display: inline-block;
	list-style-type: none;
	width: 133px;
	text-align: center;
	margin: 0 5px 0 0;
	}
	
ul.photogallery li img {
	vertical-align: middle;
	margin-bottom: 5px;
	}
	
/* Right Side Thumbs. There is special code in the head for IE6. */

	
ul.rightphotos li {
	display: inline-block;
	list-style-type: none;
	width: 100px;
	text-align: center;
	margin: 0 5px 0 0;
	}
	
ul.rightphotos li img {
	vertical-align: middle;
	margin-bottom: 5px;
	}
	
/* More info box */
	
#moreinfo {
	background: url(../images/right_moreinfo_bg.jpg) repeat-x top;
	margin-top: 7px;
	padding: 5px;
	}
	
#moreinfo a {
	color: #B75B00;
	}
	
#moreinfo a:hover {
	text-decoration: underline;
	}
	
/* Form Styles */

form table, form input, form textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
form td {
	padding: 2px;
	}
	
.submitbutton {
	border: 1px solid #666;
	background: #A24B1F;
	color: #fff;
	}
	
#contact, #reservation {
	margin-bottom: 10px;
	}
	
/* Footer Styles */
	
#footer {
position: relative;

	font: 11px Arial, Helvetica, sans-serif;
	color: #FFEFD7;
	text-align: right;
	width: 996px;
	}
	
#footer a {
	color: #ffefd7;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#fi a {
	color: #81AC0D;
	}
	
/* Webcam Popup Styles */
	
#webcam {
	background: #116820;
	margin: 5px;
	color: #ffefd7;
	}
	
