body {
	background-color: #FFFFFF;
	margin: 0px;
	paddding: 0px;
	background-attachment: fixed;
	background-image: url(../images/beach-and-chairs.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img {
	max-width: 100%;
}
#preload {
	display: none;
}
#header {
	position: relative;
	width: 100%;
}
#headerContainer {
	position: relative;
	width: 1100px;
	max-width: 98%;
	margin: auto;
}
#logo {
	width: 100%;
	margin-top: 12px;
	text-align: center;
}
#contact {
	float: right;
	width: 500px;
	max-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	text-align:center;
	margin-top: 12px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
	display: none;
}
#navContainer {
	position:relative;
	width: 100%;
	min-height: 40px;
	background-color: #EF6F9C;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	z-index: 100;
	border-bottom: solid 1px #EF6F9C;
	margin-bottom: 15px;	
}
#navBar {
	position: relative;
	width: 1100px;
	max-width: 98%;
	margin: auto;
	display: block;
	text-align: center;
	z-index: 100;
}
#navBar ul {
	width: 1100px;
	max-width: 100%;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	list-style-type: none;
	text-align: center;
	z-index: 100;
}
#navBar ul li {
	margin: 8px 14px 2px 14px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	display: inline-block;
}
#navBar ul li a {
	color: #FFFFFF;
	text-decoration:none;
	
}
#navBar ul li a:hover {
	color: #333333;
	text-decoration:none;
	
}
#mainContainer {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: visible;
	/* background-color: #E9ECF3; */
}
#mainArea {
	position: relative;
	width: 1100px;
	max-width: 99%;
	margin: auto;
	overflow: hidden;
	background-repeat: no-repeat;
}
#mainAreaInside {
	position: relative;
	width: 1000px;
	max-width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
}
#leftColumn {
	postion: relative;
	float: left;
	width: 820px;
	max-width: 64%;
	background-image: url(../images/white-88.png);
	border-radius: 8px;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.75);
	text-align: center;
	padding: 5px 0px 20px 0px;
	margin-bottom: 15px;
	overflow: hidden;
}
#leftColumn p {
	margin-left: 15px;
	margin-right: 15px;
}
#rightColumn {
	float: right;
	width: 350px;
	max-width: 35%;
}
#equalContainer {
	width: 100%;
	display: table;
}
#equalColumnLeft {
	position: relative;
	float: left;
	width: 47%;
	height: 620px;
	margin: 10px 8px 10px auto;
	padding: 10px 0px;
	border: solid 6px #FFFFFF;
	border-radius: 8px;
	background-color: #FFEFAD;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.75);
	background-image: url(../images/contact-back.gif);
	text-align: center;
	overflow: visible;
	display: table-cell;
}
#equalColumnRight {
	position: relative;
	float: right;
	width: 47%;
	height: 620px;
	margin: 10px 8px 10px auto;
	padding: 10px 0px;
	border: solid 6px #FFFFFF;
	border-radius: 8px;
	background-color: #FFEFAD;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.75);
	background-image: url(../images/contact-back.gif);
	text-align: center;
	display: table-cell;
}
.columnContent {
	position: relative;
	margin: 0px 15px;
}
#contactForm {
	width: 290px;
	max-width: 96%;
	margin: 0px auto;
	padding: 10px 0px;
	border: solid 6px #FFFFFF;
	border-radius: 8px;
	background-color: #FFEFAD;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.75);
	background-image: url(../images/contact-back.gif);	/* background: -webkit-linear-gradient(#015FC9, #084A94);
 	background: -o-linear-gradient(#015FC9, #084A94); 
  	background: -moz-linear-gradient(#015FC9, #084A94);  
  	background: linear-gradient(#015FC9, #084A94);  */
	overflow: visible;	 
}
#contactForm h1, #equalColumnRight h1, #equalColumnLeft h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #EF6F9C;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	letter-spacing: -.02em;
	word-spacing: -.05em;
	margin: 0px;
	padding: 0px;
}
#contactForm .largetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}
#contactFormx .mediumtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
		
}
#contactFormx p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
		
}
#contactForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 6px;
	width: 100%;
		
}
#contactForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;
	width: 100%;
	border: solid 2px #FFFFFF;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.45);
	background: -webkit-linear-gradient(#FF9900, #FF3300); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#FF9900, #FF3300); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#FF9900, #FF3300); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#FF9900, #FF3300); /* Standard syntax */
}
#reserveBox {
	width: 290px;
	height: auto;
	margin: 10px auto;
	padding: 10px 15px;
	border: solid 6px #FFFFFF;
	border-radius: 8px;
	background-color: #EF6F9C;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.75);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#reserveBox p {
	text-align: center;
	margin: 0px;
}

#reserveBox .largetxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;	
}
#reserveBox a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
#reserveBox a:hover {
	color: #FFEFAD;
	text-decoration: none;
}
#lowerArea {
	position: relative;
	width: 1100px;
	max-width: 99%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
#footerContainer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 150px;
	margin-top: 18px;
	overflow: hidden;
	background-color: #EF6F9C;
	background: -webkit-linear-gradient(#EF6F9C, #EF6F9C); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#EF6F9C, #EF6F9C); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#EF6F9C, #EF6F9C); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#EF6F9C, #EF6F9C); /* Standard syntax */	
}
#footer {
	position: relative;
	width: 1000px;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;	
}
#footer ul li {
	line-height: 21px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
#footerRight {
	float: right;
	width: 60%;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #EF6F9C;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.40);
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #EF6F9C;
	text-decoration: none;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.40);
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 2px;
	padding: 0px;
	text-decoration: none;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.80);
}

.pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.85);
	margin: 0px 0px 10px 0px;
}
.largetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
.mediumtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444444;
	text-decoration: none;
	line-height: 175%;	
}
.basictxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
}
.clearBoth {
	clear:both;
}
/* slideshow */
		    #slides {
		    position: relative;
		    width: 100%;
		    border-bottom: solid 2px #709F91;
		    overflow: visible;
		    }
		    #slideshow {
		    margin: 5px auto 0px 0px;
		    position: relative;
		    width: 100%;
		    height: auto;
		    min-height:505px;
		    padding: 0px;
			overflow: visible;
		    }

		    #slideshow div {
		    position: absolute;
		    top: 1px;
		    left: 1px;
		    right: 1px;
		    bottom: 15px;
			overflow:visible;
		    }
			#slideshow img {
		    border: solid 6px #FFFFFF;
		    border-radius: 8px;
		    box-shadow: 4px 4px 5px rgba(0,0,0,0.45);
		    }
		    .frontImage {
		    height: 260px;
		    line-height: 260px;
		    text-align: center;
		    }
		    
.normButton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EF6F9C;
	border-radius: 15px;
	text-align: center;
	padding: 2px 12px;
	margin: 12px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	white-space:nowrap;
}
.normButton:hover {
	background-color: #FF9EC0;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}
#googleMap {
	max-width: 96%;
	border: solid 6px #FFFFFF;
	border-radius: 8px;
	background-color: #FFEFAD;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.75);
	margin: 10px 8px;
}
#leftSmall {
	width: 45%;
	float: left;
	margin-left: 15px;
	text-align: left;
}
#rightSmall {
	width: 45%;
	float: right;
	margin-right: 15px;
	text-align: left;
}
#leftSmall ul, #leftSmall p, #rightSmall ul, #rightSmall p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.featureXsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
}
.trigger {
	cursor: pointer;	
}
#mileMap {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	background-color:#FFFFFF;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .3);
	box-shadow: 3px 3px 3px rgba(0,0,0, .3);
}
#mileMap td {
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
}
#mileMap p {
	margin: 0px;
	padding: 0px;
}
#mileMap .back {
	background-color:#FFEFAD;
	color: #000000;
}
.red {
	color: #CC0000;
}
#houseNav {
	width: 90%;
	margin: 30px auto;
	background-color: #EF6F9C;
	border: solid 4px #FFFFFF;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.75);
	padding: 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}
#houseNav a {
	margin: 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
	
}
#houseNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.75);
	
}
#description {
	display: block;
}
#features {
	display: none;
}
#rates {
	display: none;
}
#calendar {
	display: none;
}
#reviews {
	display: none;
	overflow:hidden;
}
#review-comments {
	margin: 5px 20px;
	text-align: left;
	height: auto;
	min-height: 1000px;
	overflow:visible;
	
}
#reviews .rateTable td {
	 border-bottom: solid 1px #666666;
}

#reviews .reviewtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align:left;
	
}
#reviews .authortxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
#reviews .recommended {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 30px;
	border-bottom: solid 1px #666666;
	display: block;
	text-align:left;
}
#reviews ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
#reviews .reviewlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

#reviews .reviewlist li {
	margin-right: 20px;
	display:inline;
}
#reviews h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #EF6F9C;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.20);
	margin: 0px 0px 0px 15px;
	text-align:left;
}
#reviews .starRv {
	margin: 0px 0px 0px 15px;
}
#reviews .noMargin {
	padding: 0px;
	margin: 0px 0px 0px 12px;
}
#contactOwner input[type="text"], #contactOwner select {
	width: 94%;
	padding: 5px;
	border: solid 1px #999999;
	border-radius: 9px;
}
#contactOwner textarea {
	width: 98%;
	padding: 5px;
	border: solid 1px #999999;
	border-radius: 9px;
}
#contactOwner .labeltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #444444;
	text-decoration: none;
}
#gallery img {
	max-height: 450px;
	max-width: 678px;
}
#mLink {
	position: relative;
	display: none;
}
.galleria{
	max-width: 704px;
	height: 520px;
	background: transparent;
	display: block;
	margin: auto;
}
.calendarFrame {
	width: 100%;
	height: 400px;
}
@media only screen and (max-width: 1400px) {
	#equalContainer {
	width: 100%;
	display: table;
	}
	#equalColumnLeft, #equalColumnRight {
	width: 47%;
	display: table-cell;
	}
	#navBar ul li {
	margin: 8px 12px 8px 12px;
	font-size: 18px;
	}
	#contact {
	width: 300px;
	}
}

@media only screen and (max-width: 860px) {
	body {
	background-image: url(../images/beach-and-chairs-mobile.jpg);
	}
	#logo {
	float: none;
	margin-top: 12px;
	}
	.pageHeader {
	font-size: 24px;
	text-align: center;
	}
	#contact {
	display: none;
	}
	#equalColumnLeft, #equalColumnRight {
	float: none;
	width: 90%;
	margin: auto;
	height: auto;
	padding: 10px 0px;
	display: block;
	}
	#equalColumnRight {
	margin-top: 35px;
	}
	#equalColumnLeft img, #equalColumnRight img {
	width: 96%;
	margin: auto;
	}
	#leftColumn, #rightColumn {
	float: none;
	width: 96%;
	max-width: 96%;
	margin:auto;
	}
	#leftColumn p {
	margin-left: 15px;
	margin-right: 15px;
	}
	#footer ul {
	display: none;
	}
	#footerRight {
	float: none;
	width: 100%;
	margin: auto;
	text-align: center;
	}
	#googleMap {
	margin: 10px auto;
	max-width: 96%;
	display: block;
	}
	#mLink {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 35px;
	background-image: url(../images/menu-link-ov.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:center;
	display: block;
	width: 70px;
	margin: 15px auto 15px auto;
	}
	#mLink:hover {
	color: #DCDCDC;
	text-decoration: none;
	background-image: url(../images/menu-link-ov.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;	
	}
	#navContainer {
	position:relative;
	width: 100%;
	background-color: #EF6F9C;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	z-index: 100;
	border-bottom: solid 1px #EF6F9C;
	padding-top: 1px;
	margin-bottom: `6px;	
	}
	#navBar {
	position: absolute;
	top: 100%;
	width: 100%;
	max-width: 100%;
	margin: auto;
	}
	#navBar ul {
	top: -5px;
	right: 0px;
	width: 1100px;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space:nowrap;
	text-align:center;
	border-top: solid 1px #FFFFFF;
	display: none;
	}
	#navBar ul li {
	float: none;
	margin: 0px auto 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #F5A1BF;
	line-height: 48px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	border-bottom: solid 1px #FFFFFF;
	display: block;
	}
	#navBar ul li a {
	color: #FFFFFF;
	padding: 12px auto 12px 0px;
	text-decoration:none;
	
	}
	#navBar ul li a:hover {
	color: #333333;
	text-decoration:none;
	
	}
	#contactForm {
	width: 96%;
	margin-top: 35px;
	}
	#contactForm h1, #equalColumnRight h1, #equalColumnLeft h1 {
	font-size: 24px;
	}
	#contactForm .largetxt {
	font-size: 16px;
	}
	#contactFormx .mediumtxt {
	font-size: 12px;
	}
	#contactFormx p {
	font-size: 12px;
	}
	#contactForm select {
	font-size: 14px;
	}
	#contactForm input {
	font-size: 24px;
	}
	h1 {
	font-size: 24px;
	}
	h2 {
	font-size: 18px;
	}
	h3 {
	font-size: 16px;
	}
	.basictxt {
	font-size: 12px;
	}
	.smalltxt {
	font-size: 10px;
	}
	.smallwhite {
	font-size: 10px;
	}
}
@media only screen and (max-width: 560px) {
	.galleria{
	height: 320px;
	}
	.pageHeader {
	font-size: 21px;
	text-align: center;
	}
	.calendarFrame {
	width: 100%;
	height: 1020px;
	}
}
@media only screen and (max-width: 400px) {
	/* #navBar {
	position: fixed;
	top: 153px;
	left: 0px;
	width: 100%;
	margin: auto;
	display: none;
	overflow:hidden;
	} */
}