@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: center;
	margin: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	border: thin solid #33CCFF;
	margin-top: 6px;
}
#header {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header-1000-5.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#navBar {
	height: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-weight: bold;
	color: #33CCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3CF;
}
.navDot {
	color: #3333FF;
}
#content {
	padding-left: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 1%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #33CCFF;
	margin-right: 23%;
	padding-top: 1%;
}
.contentText {
	text-align: justify;
}

#availability {
	margin-top: 0px;
	margin-bottom: 0px;
}

#centreImage {
	text-align: center;
}
.centerdiv {
	text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainImageText {
	padding-top: 1%;
}
#contact {
	width: 146px;
	border: thin solid #33CCFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 78%;
	padding-top: 4px;
}

#rightColumn {
	float: right;
	width: 21%;
	text-align: center;
	padding-right: 1%;
	padding-top: 1%;
}
.villaThumb {
	padding-bottom: 4px;
}

.testimonials {
	color: #33F;
}

.imgLeft {
	float: right;
	padding-left: 1%;
}

.imgRight {
	float: left;
	padding-right: 1%;
}

#footer {
	clear: both;
	background-image: url(images/frieze3.jpg);
	background-repeat: repeat-x;
	height: 26px;
	background-position: center bottom;
	padding-top: 4px;
}
#footer2 {
	font-size: xx-small;
	clear: both;
	height: 2%;
	margin-right: auto;
	margin-left: auto;
}

.rioText {
	font-size: xx-small;
}
.disclaimer {
	font-size: x-small;
}


html {
	height: 101%;
}
a:link {
	text-decoration: none;
	color: #33CCFF;
}
a:visited {
	text-decoration: none;
	color: #33CCFF;
}
a:hover {
	text-decoration: none;
	color: #3333FF;
}
a:active {
	text-decoration: none;
	color: #3333FF;
}
.formTable {
	text-align: left;
	border: thin solid #3CF;
	padding-top: 2%;
	padding-bottom: 3%;
	padding-left: 6px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
}
.available {
	background-color: #33CCFF;
}
.booked {
	background-color: #CCC;
}
.crossover {
	background-image: url(images/crossover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCC;
}

.crossover1 {
	background-image: url(images/crossover1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCC;
}
.crossover2 {
	background-image: url(images/crossover2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCC;
}



.contactForm {
	border: thin solid #3CF;
	padding-bottom: 1%;
	color: #000;
	background-image: url(images/contact-bkgd.jpg);
	background-repeat: no-repeat;
}
.weather {
	margin-right: auto;
	margin-left: auto;
}
.contentHr {
	color: #33CCFF;
	background-color: #33CCFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33CCFF;
}
.formToEmail {
	font-size: x-small;
}
