html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFE1;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a {
	text-decoration: none;
}

h2 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 4px;
}

fieldset {
	padding: 3% 2% 4% 2%;
}
legend {
	font-variant: small-caps;
	font-weight: bolder;
}

/* From Simon Willison */
table {
  border: 1px solid #FFCC00;
}

.villaEntry th {
  text-align: left;
/*  width: 13em; */
}
.villaEntry td {
  padding: 0 2em;
}
.villaEntry table {
	float: left;
	margin-right: 5em;
	margin-top: 1em;
	font-size: 85%;
	width: 22em;
}
.villaEntry table.last {
	margin-right: 0;
}
.villaEntry .subdivision {
	position: relative;
	top: -1em;
	font-style: italic;
}

.yellowBox {
	border: 1px solid #FFCC00;
	background-color: #FFF;
	width: 22em;
	margin: auto;
}

.yellowBox h3 {
	margin: 0;
	padding: 0 0.3em;
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFCC00;
	border-bottom: none;
	background-color: #FFCC00;
	font-size: 1em;
}


caption {
  background-color: #ccc;
  font-weight: bold;
  border: 1px solid #FFCC00;
  border-bottom: none;
  background-color: #FFCC00;
}
/* End From Simon Willison */
img {
	border: 0;
}

#nav {
	width: 180px;
	float: left;
	margin-left: -1px;
	padding: 0px;
	background-image: url(images/nav/background.jpg);
	background-repeat: no-repeat;
	}
	
	
#content {
	padding: 40px;
	margin-left: 180px;
/*	max-width: 35em; */
	}

#header {
	background-color: #fff;
	height: 111px;
	color: #006;
	border-bottom: 2px solid #FF6600;
	margin-bottom: 0px;
	background-image: url(images/header.jpg);
	}
	
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}


.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	}

#nav ul {
	list-style-image: url(images/bullet-star.gif);
	line-height: 160%;
	padding-top: 0;
	margin-top: 0;
	padding-left: 20px;
	margin-left: 10px;
}

#nav h3 {
	text-align: center;
	margin: 10px auto 0 auto;
	height: 36px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header img {
	position: absolute;
	left: 10px;
	top: 20px;
}

.good {
	color: #66CC00;
	font-weight: bold;
}
.bad {
	color: #FF0000;
	font-weight: bold;
}
.searchImage {
	float: left;
}

.clearBoth {
	clear: both;
	visibility: hidden;
}

.row1 {
	background-color: #E3FFFF;
}
.row2 {
	background-color: #FFFFB2;
}

.adminBox {
	border: 2px solid #F90;
	padding: 20px;
	background-color: #FFFF99;
}

.smallText {
	font-size: xx-small;
}

div.villaPhotos {
	max-width: 500px;
}

div.villaPhotos  img {
	border : 4px inset #FFFFFF;
}
.villaThumbnail {
	float: right;
	margin: 0 0 1em 1em;
}

/*****************************************************************************/
label {
  display: block;
  font-size: 0.8em;
}
div {
  margin-bottom: 0.5em;    
}
.invalid {
  background-color: yellow;
}
strong.error {
  color: red;
}
.textareaMedium {
	width: 450px;
	height: 150px;
}
.radioYesNo label {
	display: inline;
	font-size: 0.8em;
	width: 10%;
	text-align: right;
}
.radioYesNo .ffff {
	display: block;
	font-size: 0.8em;
}

/*******************************************/
#FHATadvert {
	border: 1px solid #999999;
	width: 26em;
	margin: auto;
	text-align: center;
	background: Yellow;
	padding: 10px;
}

/****** Featured villas ******/
#featured-villas {
	border: 1px solid #CCC;
}
#featured-villas p {
	float: left;
	text-align: center;
	margin: 4px;
}