@charset "utf-8";

/* CSS Stylesheet - By Josh.biz Web Design */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4f4f4f;
	background-color: #a7ac4c;
	background-image: url(/images/bg.webp);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	}

.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;
	}


/*Main tags*/

h1 {
	font-weight: normal;
	font-size: 34px;
	margin: 40px 0 0 0;
	padding: 0;
	color: #30649e;
	letter-spacing: -1px;
	font-family: 'Droid Sans', sans-serif;
	}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #30649e;
}

h1 a:hover, h1 a:active {
	color: #26507e;
	text-decoration: underline;
}

h1 span {
	font-size: 20px;
	letter-spacing: 0px;
	color: #3470b0;
	}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 16px 0 20px 0;
	padding: 0;
	color: #516a10;
	line-height: 28px;
	font-family: 'Droid Sans', sans-serif;
	}
	
h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 24px 0 4px 0;
	padding: 0;
	color: #666;
	}
	
p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 10px;
	padding: 0;
	}

a:link, a:visited {
	color: #4f4f4f;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #4f4f4f;
	text-decoration: underline;
	}


/*Overall Container*/

#container {
	width: 960px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	}

/*Header*/

#header {
	margin: 0;
	background: transparent;
	color: #0c4f6f;
	text-align: left;
	padding: 24px 30px 0 30px;
	}

#header p.contact {
	margin: 4px 0px 4px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0em;
	text-align: right;
	}

/*Banner*/

#feature {
	background: none;
	text-align: center;
	}


/*Main Content*/

#mainContent {
	margin: 0 30px;
	padding: 0 0 20px;
	background: #ffffff;
	overflow: auto;
	}

#container #mainContent .content {
	padding: 34px 30px 32px;
	}

#roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
	}

#roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
	}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
	}

#container #mainContent .content ul {
	font-size: 14px;
	margin-bottom: 32px;
	}

#container #mainContent .content li {
	margin-bottom: 10px;
	line-height: 18px;
	}

.fltl {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
	}

.fltr {
	margin: 0px 0px 20px 20px;
	float: right;
	}


/*Footer*/

#footer {
	padding: 10px 20px 50px;
	font-size: 1.6em;
	text-align: center;
	}

#footer p {
	margin: 0;
	padding: 0;
	color: #505224;
	line-height: 28px;
	font-weight: bold;
	font-size: 16px;
	}

#container #footer span {
	color: #41482F;
	font-weight: normal;
	}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #505224;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #505224;
	}

#container #footer .small {
	font-size: 1em;
	color: #65682e;
	font-weight: normal;
	}

#container #footer img {
	margin-top: 20px;
	border: none;
	}

/*Miscellaneous*/

#container #mainContent #map {
	display: block;
	border: 1px solid #000000;
	}


/*Navigation*/

#nav {
	margin-left: 30px;
	margin-top: 12px;
}

.hovermenu ul{
	font: bold 13px arial;
	height: 40px;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 4px 0.5em;
	text-decoration: none;
	float: left;
	color: #fff;
	margin-right: 6px;
}

.hovermenu ul li a.current{
	background-color: #2a5485;
}


.hovermenu ul li a:hover{
	background-color: #626262; /*You Can Change This Color*/
}

.print_advice {
	text-align: center;
}
	
	
#container #mainContent .content p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #header #social-media {
	width: 154px;
	float: right;
	margin-top: 4px;
	text-align: right;
}

#container #header #social-media img {
	border: none;
}

#discount {
	padding: 10px 5px 2px 5px;
	background-color: #2B3D53;
	width: 500px;
	text-align: center;
	margin-bottom: 10px;
}

#discount p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #add2ff;
}
#container #mainContent .content .room {
	background-color: #e6eadd;
	padding: 20px;
	border: 1px solid #262626;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	/* [disabled]overflow: auto; */
}

.content.accomm h2 {
	margin-top: 40px;
}

.room h3 {
	margin-top: 10px;
}

.room img {
	/*border: 1px solid #262626;*/
}

.room-thumb {
	margin-left: 20px;
}

#footer p.picton {
	border: solid 1px #ffffff;
	padding: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.offer {
	background-color: #5f0200;
	padding: 20px;
	font-weight: bold;
	background-image: url(/images/stars.webp);
}

.spring {
	background-color: #a5ac1e;
	background-image: none;
}

.offer p {
	color: #FFF026;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
}

.spring p {
	color: #46490d;
}

.offer p a:link, .offer p a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.offer p a:hover, .offer p a:active {
	color: #FFF026;
	text-decoration: underline;
	}
.aligncenter {
	display: block;
	margin: 0 auto;
}
/*
     FILE ARCHIVED ON 12:08:59 Oct 06, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:03:53 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.465
  exclusion.robots: 0.154
  exclusion.robots.policy: 0.116
  esindex: 0.023
  cdx.remote: 49.36
  LoadShardBlock: 868.454 (3)
  PetaboxLoader3.resolve: 464.525 (4)
  PetaboxLoader3.datanode: 441.48 (4)
  load_resource: 146.413
*/