@charset "UTF-8";
/* CSS Document */

body {
	background: #053f4b url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #4F6D91;
	margin: 0px;
}
em {
	font: italic 110% Arial, Helvetica, Sans-Serif;
}
ul {
	list-style: none;
	margin-top: .3em;
}
ul li {
	background: url(images/bullet.gif) no-repeat 4px 4px;
	padding: 0 0 1em 18px;
	line-height: 140%;
}
ol {
	font: italic 125% Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: .3em 0 15px;
}
ol li {
	margin: 0 0 1em 30px;
	padding: 0;
}
ol p {
	font: normal 80%/150% Arial, Helvetica, sans-serif;
	color: #333;
}
p a {
	text-decoration: none;
}
a {
	text-decoration: none;
}
#img {
	border: none;
}
#img a {
	border: none;
}
a img {
	border: none;
}
input, textarea {
	font: 110%/150% Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}

/* UL Icons
---------------------------------------------------------------------------------*/
#direction-getting-here li {
	list-style: none;
	background: url(images/arrow.jpg) no-repeat 2px 2px;
	padding: 0 0 0px 23px;
}
.arrow {
	background: url(images/arrow.jpg) no-repeat top left;
	padding-left: 25px;
}
#getting-here {
	background: url(images/gettinghere.gif) no-repeat top center;
	width: 16px;
	height: 16px;
}
.yahoo {
	background: url(images/yahoo.gif) no-repeat top left;
	padding-left: 25px;
}
.paltalk {
	background: url(images/paltalk.gif) no-repeat top left;
	padding-left: 25px;
}

/* gallery
---------------------------------------------------------------------------------*/
.gallery {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0 0 0px 0;
	clear: both;
}
.gallery li {
	background: none;
	margin: 0;
	padding: 4px;
	float: left;
	text-align: center;
}
.gallery img, .gallery a img {
	border: solid 1px #D9D9D9;
	background: #ffffff;
	padding: 4px;
}
.gallery a:hover img {
	border-color: #666666;
	background: #fff;
}
.gallery cite {
	font: normal bold 110%/130% Arial, Helvetica, sans-serif;
	float: left;
}
.gallery cite small {
	padding: 0 0 0 10px;
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #000;
	display: inline;
	visibility: hidden;
}
.gallery cite a {
	background: none;
	border: none !important;
	text-decoration: underline;
}
/* clearfix for gallery
---------------------------------------------------------------------------------*/
.gallery:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.gallery {display: inline-block;}
* html .gallery {height: 1%;}
.gallery {display: block;}


/* subnav
---------------------------------------------------------------------------------*/
#subnav {
	position: absolute;
	bottom: 245px;
	left: 673px;
	margin: 0;
	padding: 0;
	width: 97px;
	height: 55px;
}
#subnav li {
	float: left;
	width: 84px;
	background: 0;
	padding: 0;
	margin: 0 10px 0 0;
}
#subnav a {
	display: block;
	text-indent: -900em;
	width: 94px;
	height: 55px;
}
#subnav .home {
}

/* Float
---------------------------------------------------------------------------------*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* Notice
---------------------------------------------------------------------------------*/
#opening {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 730px;
	margin: 0 auto;
	text-align: center;
	color: #CC0000;
	font-size: 14px;
	background-color:#FFFFCC;
	border: #FFCC66 dashed 2px;
}
#redlink{
	color: CC0000;
}
#opening a:hover {
	color: CC0000;
	text-decoration: underline;
}
#opening a:visited {
	color: CC0000;
}
#opening a:active {
	color: CC0000;
}
#notice {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #CC0000;
	font-size: 14px;
	background-color:#FFFFCC;
	border: #FFCC66 dashed 2px;
}
#notice a{
	color: CC0000;
}
#notice a:hover {
	color: CC0000;
}
#notice a:visited {
	color: CC0000;
}
#notice a:active {
	color: CC0000;
}


/* UL Icons
---------------------------------------------------------------------------------*/
.reservations {
	background: url(images/phone.png) no-repeat top left;
	padding-left: 17px;
	float: left;
	width: 190px;
}
.check-ins {
	background: url(images/check.png) no-repeat top left;
	padding-left: 20px;
	float: left;
	width: 130px;
}
.gettinghere {
	background: url(images/gettinghere.png) no-repeat top left;
	padding-left: 25px;
	float: right;
	width: 80px;
}
.contactus {
	background: url(images/contactus.png) no-repeat top left;
	padding-left: 25px;
	float: right;
	width: 70px;
}
.sitemap {
	background: url(images/sitemap.png) no-repeat top left;
	padding-left: 25px;
	float: right;
	width: 58px;
}


/* Body Content
---------------------------------------------------------------------------------*/
#headerlinks {
	height: 30px;
	width: 774px;	
	margin: 0 auto;
	padding-top: 5px;
	position: relative;
}
#header {
	background: url(images/header-bg.png) no-repeat center top;
	height: 317px;
	width: 774px;	
	margin: 0 auto;
	position: relative;
}
#body-wrap {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 600px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-contest {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 1700px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-index {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 1750px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-tall {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 2300px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-aboutus {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 1690px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-cabins {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 2200px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-gallery {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 3700px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-cafe {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 1170px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-sitemap {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 1170px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-gettinghere {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 1420px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#body-wrap-map {
	background: url(images/body-wrap.jpg) repeat-y center top;
	width: 754px;
	height: 1200px;
	margin: 0 auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#footer {
	background: url(images/footer-bg.jpg) no-repeat center top;
	height: 185px;
	width: 774px;	
	margin: 0 auto;
	position: relative;
}
#footerlinks {
	height: 100px;
	width: 774px;	
	margin: 0 auto;
	position: relative;
}


/* Menu Top
---------------------------------------------------*/
.menu {
	position: absolute;
	left: -38px;
	bottom: -7px;
	list-style: none;
	width: 787px;
	height: 26px;
}
.menu li {
	padding-right: 10px;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 29px;
}
/* Font Styles
background: url(images/link-bg.jpg) no-repeat bottom center;
*/
.menu a:hover {
	overflow: visible;
	text-decoration: none;
	height: 29px;
}
.menu li em {
	font: 85%/130% Arial, Helvetica, sans-serif;
	background: url(images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -75px;
	left: -50px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/* Font Styles
---------------------------------------------------*/
.col-body-large {
	color: #043F45;
	font-weight: bold;
}
.col-body-large2 {
	color: #8C273F;
	font-weight: bold;
}
.col-body-large3 {
	color: #8C273F;
	font-size: 16px;
	font-weight: bold;
}
.col-body-large4 {
	color: #043F45;
	font-size: 16px;
	font-weight: bold;
}
.large-orange {
	color: #ca3516;
	font-size: 16px;
	font-weight: bold;
}
.lightblue {
	color: #4F6D91;
	font-size: 12px;
}
.smalldark {
	color: #414f69;
	font-weight: bold;
	font-size: 12px;
}
.smalldark a {
	color: #414f69;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.smalldark a:hover {
	color: #414f69;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.copyright {
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-bottom: 15px;
}
.darkblue14px {
	color: #414f69;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
}
.red-writing {
	color: #bd524d;
}
.yellow-writing {
	color: #fbae3a;
}
.cafesmalldescription {
	color: #414f69;
	font-size: 9px;
}

/* Fotter Nav Links
---------------------------------------------------*/
#footer-nav-links {
	color: #fff;
	text-align: center;
	font-size: 12px;
}
#footer-nav-links a {
	color: #fff;
	padding-right: 15px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
}
#footer-nav-links a:hover {
	color: #fff;
	background: url(images/star-bullet.png) no-repeat top right;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

#gallery-polaroids {
	background: #fff url(images/gallery-polaroids.jpg) no-repeat center top;
	width: 360px;
	height: 309px;
}
/* Quicklinks shapes
---------------------------------------------------*/
#quicklinks-top {
	background: url(images/quicklink-top.jpg) no-repeat center top;
	height: 18px;
	width: 360px;	
}
#quicklinks-wrap {
	background: url(images/quicklink-wrap.jpg) repeat-y center top;
	padding-left: 10px;
	padding-right: 10px;
	width: 340px;	
}
#quicklinks a {
	color: #8C273F;
}
#quicklinks a:hover {
	color: #8C273F;
	text-decoration: none;
}
.moredetails {
	color: #bd524d;
	background: url(images/star-bullet.png) no-repeat left top;
	padding-left: 18px;
	padding-right: 5px;
}
#quicklinks ul {
	margin: 0;
	padding: 2px 0px 0px 5px;
}
#quicklinks-wrap ul li {
	background: url(images/star-bullet.png) no-repeat left 2px;
	padding: 0 0 4px 20px;
	clear: both;
}
#quicklinks-footer {
	background: url(images/quicklink-footer.jpg) no-repeat center top;
	height: 19px;
	width: 360px;
	padding-bottom: 15px;
}

/* Col-Body- Top/Wrap/Footer
---------------------------------------------------*/
#guitar-contest {
	background: url(images/guitar-contest.gif) no-repeat center top;
	height: 358px;
	width: 174px;
	padding-bottom: 15px;
}
#guitar-contest a {
	display: block;
	text-indent: -900em;
	height: 358px;
	width: 174px;
}
#col-body-top {
	background: url(images/col-body-top.jpg) no-repeat center top;
	height: 10px;
	width: 174px;	
}
#col-body-wrap {
	background: url(images/col-body-wrap.jpg) repeat-y center top;
	width: 174px;	
}
#col-body-wrap a {
	color: #8C273F;
}
#col-body-wrap a:hover {
	color: #8C273F;
	text-decoration: none;
}
#col-body-wrap ul {
	margin: 0;
	padding: 2px 0px 0px 5px;
}
#col-body-wrap ul li {
	background: url(images/star-bullet.png) no-repeat left 2px;
	padding: 0 0 4px 20px;
	clear: both;
}
#col-body-footer {
	background: url(images/col-body-footer.jpg) no-repeat center top;
	height: 10px;
	width: 174px;
	padding-bottom: 15px;
}

/* Ratings
---------------------------------------------------*/
#guitarhero-info {
	width: 115px;
	padding-bottom: 5px;
	float: left;
}
#guitarhero-info2 {
	width: 115px;
	padding-bottom: 5px;
	float: right;
}
#great-combos {
	width: 176px;
	padding-bottom: 5px;
	float: left;
}
#great-combos2 {
	width: 176px;
	padding-bottom: 5px;
	float: right;
}
#rates-type {
	width: 278px;
	border-bottom: 1px dashed;
	padding-bottom: 5px;
	float: left;
}
#rates-price {
	text-align: center;
	border-bottom: 1px dashed;
	padding-bottom: 5px;
	width: 80px;
	float: right;
}
#rates-typeofsite {
	padding-top: 5px;
	width: 278px;
	float: left;
}
#rates-priceofsite {
	padding-top: 5px;
	text-align: center;
	width: 80px;
	float: right;
}
#rockband-poster {
	background: url(images/rockband-img.jpg) no-repeat top left;
	width: 360px;
	height: 341px;
}
#guitar-hero-poster {
	background: url(images/guitar-hero.jpg) no-repeat top left;
	width: 360px;
	height: 491px;
}
#camping-select {
	background: url(images/campingselect.png) no-repeat top left;
	width: 125px;
	height: 30px;
	padding-top: 6px;
	padding-left: 40px;
}
#goodsam {
	background: url(images/goodsam.png) no-repeat top left;
	width: 125px;
	height: 30px;
	padding-top: 6px;
	padding-left: 40px;
}
#woodalls {
	background: url(images/woodalls.png) no-repeat top left;
	width: 125px;
	height: 30px;
	padding-top: 6px;
	padding-left: 40px;
}
#cafeimg {
	background: url(images/cafemenu.jpg) no-repeat top center;
	width: 361px;
	height: 231px;
}
#star-rating {
	width: 135px;
	height: 20px;
	padding-left: 30px;
}
.stars {
	padding-right: 2px;
}
#pet-friendly {
	background: url(images/pet-friendly.png) no-repeat top center;
	height: 112px;
	width: 113px;
}
#graffiti-designs {
	background: url(images/graffiti-designs.png) no-repeat bottom center;
	height: 112px;
	width: 150px;
}
#directions {
	background: url(images/directions.jpg) no-repeat center top;
	width: 360px;
	height: 92px;
}
#freewifi {
	background: url(images/freewifi.jpg) no-repeat center top;
	width: 360px;
	height: 97px;
}
#contactus-img {
	background: url(images/contactus-img.jpg) no-repeat center top;
	width: 360px;
	height: 68px;
}
#ourcafe {
	background: url(images/ourcafe.jpg) no-repeat center top;
	width: 360px;
	height: 88px;
}
#upcoming-events {
	background: url(images/upcomingevents.jpg) no-repeat center top;
	width: 350px;
	height: 77px;
}
#graffiti-designs a {
	display: block;
	text-indent: -900em;
	width: 150px;
	height: 102px;
}
.sitemap-img {
	background: url(images/site-map.jpg) no-repeat center top;
	margin: 0 auto;
	width: 315px;
	height: 94px;
}
.sitemap-btn {
	background: url(images/sitemap-btn.jpg) no-repeat center top;
	display: block;
	text-indent: -900em;
	margin: 0 auto;
	width: 205px;
	height: 42px;
}
.inquiry-btn {
	background: url(images/inquiry-btn.jpg) no-repeat center top;
	display: block;
	text-indent: -900em;
	margin: 0 auto;
	width: 205px;
	height: 42px;
}
#gettinghere-from-halifax {
	background: url(images/gettinghere-halifax.gif) no-repeat center top;
	width: 353px;
	height: 231px;
}
#gettinghere-from-halifax a {
	display: block;
	text-indent: -900em;
	width: 353px;
	height: 231px;
}
#gettinghere-from-yarmouth {
	background: url(images/gettinghere-yarmouth.gif) no-repeat center top;
	width: 353px;
	height: 231px;
}
#gettinghere-from-yarmouth a {
	display: block;
	text-indent: -900em;
	width: 353px;
	height: 231px;
}
#gettinghere-from-bridgewater {
	background: url(images/gettinghere-bridgewater.gif) no-repeat center top;
	width: 353px;
	height: 231px;
}
#gettinghere-from-bridgewater a {
	display: block;
	text-indent: -900em;
	width: 353px;
	height: 231px;
}
#attractions-img {
	background: url(images/attraction-img.gif) no-repeat center top;
	width: 360px;
	height: 56px;
}
#campingselect-img {
	background: url(images/camping-select.jpg) no-repeat center top;
	width: 165px;
	height: 66px;
}
#campingselect-img a {
	display: block;
	text-indent: -900em;
	width: 165px;
	height: 66px;
}
#ratesreservationsimg {
	background: url(images/ratesreservationsbanner.jpg) no-repeat center top;
	width: 360px;
	height: 106px;
}
#sitemapimg {
	background: url(images/map.jpg) no-repeat center top;
	width: 555px;
	height: 931px;
}
#rangemapimg {
	background: url(images/rangemaparea.jpg) no-repeat center top;
	width: 555px;
	height: 912px;
}
#facebook {
	background: url(images/facebook.png) no-repeat top center;
	height: 90px;
	width: 139px;
	padding-bottom: 3px;
	margin: 0 auto;
	position: relative;
}
#facebook a {
	display: block;
	text-indent: -900em;
	height: 90px;
	width: 139px;
}
#wifi {
	background: url(images/wifi.png) no-repeat top center;
	height: 60px;
	width: 139px;
	padding-bottom: 3px;
	margin: 0 auto;
	position: relative;
}
#wifi a {
	display: block;
	text-indent: -900em;
	height: 60px;
	width: 139px;
}
#page-ultilities {
	width: 160px;
	height: 50px;
}
#page-ultilities a {
	text-decoration: none;
	color: #4F6D91;
	font-size: 12px;
}
.slideshow {
	padding-left: 30px;
}


/* Left/Center/Right Col
---------------------------------------------------*/
#left-col {
	height: 200px;
	width: 180px;	
	margin: 0 auto;
	float: left;
	padding-right: 12px;
	padding-left: 3px;
	position: relative;
}
#center-col {
	height: 600px;
	width: 360px;	
	float: right;
}
#center-col ul {
	margin: 0;
	padding: 0px 0px 0px 10px;
}
#center-col ul li {
	background: url(images/star-bullet.png) no-repeat left 2px;
	padding: 0 0 0px 20px;
	clear: both;
}
#center-col2 {
	height: 600px;
	width: 555px;	
	float: right;
}
#center-col3 {
	height: 600px;
	width: 360px;	
	float: left;
}
#right-col {
	height: 200px;
	width: 180px;	
	margin: 0 auto;
	float: right;
	padding-left: 15px;
	position: relative;
}

/* Contact Form
---------------------------------------------------*/
.form-center {
	width: 344px;
	margin: 0 auto;
	position: relative;
}
.body-form-top {
	width: 344px;
	height: 31px;
	padding: 0px;
	background: url(images/form-top.png) no-repeat top center;
}
.body-form {
	width: 344px; 
	background: url(images/form-wrap.png) repeat-y center;
}
.body-form-center {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	
}
.body-form-footer {
	width: 344px;
	height: 36px;
	background: url(images/form-footer.png) no-repeat top center;
}
.form-header {
	background: url(images/inquiry-header.jpg) no-repeat top center;
	width: 260px;
	height: 62px;
	padding: 0 10px 3px 0;
	margin: 0;
}
#footer-wrap {
	width: 900px;
	height: 235px;
	margin: 0 auto;
}
p.contacttext {
	margin-bottom: 15px;
}
.contactfield {
	padding: 0 10px 3px 0;
	width: 260px;
}
.label {
	color: #333;
}
input.validate-alpha, input.validate-email, input.required, input.notrequired {
	padding: 2px;
	border: 1px solid #ccc;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 100%;
	color: #333;
	width: 250px;
}
.security-input {
	padding: 2px;
	border: 1px solid #ccc;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 100%;
	color: #333;
	width: 250px;
}
textarea.notrequired {
	padding: 2px;
	border: 1px solid #ccc;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 100%;
	color: #333;
	width: 250px;
	height: 100px;
}
input.submit {  /* -- For both comments and contact submit -- */
	cursor: pointer;
	width: 75px;
}
input.submit:hover {
	color: #3080cb;
}
input.reset {  /* -- For both comments and contact submit -- */
	cursor: pointer;
	width: 75px;
}
input.reset:hover {
	color: #3080cb;
}
.validation-advice {
	color: #bd524d;
	background: url(images/alert.gif) no-repeat left top;
	padding-left: 22px;
}
.requiredfield {
	font-size: 80%;
	font-style: italic;
	color: #bd524d;
}
.formborder {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
    color:#fff;
    background-image:url(images/form_button.jpg);
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
    height:30px;
    width:105px;
    padding-bottom:1px;
}
.formborder:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
    color:#fff;
    background-image:url(images/form_button_over.jpg);
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
    height:30px;
    width:105px;
    padding-bottom:1px;
 }
.success-bold {
	color: #043F45;
	font-weight: bold;
}
.success-color {
	color: #4F6D91;
}
