@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #40352F;
	background-color: #423832;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColLiqCtrHdr #container {
	width: 760px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topnav h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000;
}
#sprytooltip1 {
	font-size: 12px;
	background-color: #333;
	color: #CCC;
	border: 1px dashed #999;
	width: 150px;
	padding: 10px;
}
#sprytooltip1 a {
	color: #FFF;
	text-decoration: underline;
}



.oneColLiqCtrHdr #header {
	height: 280px;
	width: 760px;
	background-color: #000;
	position: relative;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	background-color: #333;
	clear: both;
} 
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer li a {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #796A5E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1EDE2;
	text-decoration: none;
}
#footer li a:hover {
	background-color: #27231F;
}
#credit {
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	text-align: right;
}
#credit a {
	text-decoration: none;
	color: #87CDF8;
}
#credit a:hover {
	text-decoration: underline;
}

#credit a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}#top1 {
	background-image: url(../images/t1top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
}
#side1 {
	width: 340px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E2B26;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	display: block;
	float: left;
}
#side1a {
	float: left;
	width: 389px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E2B26;
	text-decoration: none;
	padding-left: 10px;
}

#side1 ul  {
	margin: 0px;
	padding: 0px;
}
#side1 li {
	display: inline;
	padding-right: 10px;
}
#side1 li a {
	color: #853E29;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #693121;
}
#side1 li a:hover {
	color: #333;
}

#side1 h1 {
	color: #983321;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#side2 {
	width: 358px;
	float: right;
}
#side2a {
	width: 360px;
	float: right;
}
#villas {
	float: left;
	width: 164px;
	padding-left: 15px;
	font-size: 13px;
	color: #3E2B26;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}
#villas ul  {
	margin: 0px;
	padding: 0px;
}

#villastext {
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E2B26;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 20px;
}
#villastext a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#villastext h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#bottom {
	clear: both;
	background-color: #E0D7BE;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CEC7B9;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E2B26;
	text-decoration: none;
}
#bottom h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #53422B;
	text-decoration: none;
}
#villas h2 {
	margin: 0px;
	font-size: 14px;
	color: #774F22;
}


#topbg {
	background-image: url(../images/topbg.png);
	background-repeat: repeat-y;
	float: left;
}
#top2 {
	background-image: url(../images/t2top.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}
#topbga {
	float: left;
	background-color: #F9F8F3;
}
#photos {
	width: 760px;
}
.form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #F9F7F2;
	border: 1px solid #B5A891;
	height: 18px;
	margin-bottom: 2px;
}
#button2 {
	height: 20px;
	color: #FFF;
	background-color: #8D8063;
}
#header #spa {
	position: absolute;
	height: 108px;
	width: 224px;
	top: 10px;
	right: 10px;
	z-index: 500;
}
#header #FlashID {
	position: absolute;
	z-index: 5;
}
