/*   

Standard Tag Definitions

*/
BODY {
  font-family: Verdana, Arial, sans-serif;
  background-color: #FFF;
  margin: 0;
}
P {
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  margin-right: 10px;
  color: #333;
  font-size: 10px;
}
TD {
 font-size: 10px;
}
H1 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 13px;
  color: #FF8500;
}
H2 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 11px;
}
UL {
  margin-left: 0px;
}
LI {
  font-size: 10px;
  margin-left: 0px;
}
A {
 color: #FF8500;
 text-decoration: none;
}
A:hover {
 text-decoration: underline;
}
A:visited {
 text-decoration: none;
}


/*

Main Template classes

*/
.container {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 760px;  
}
.info {
  font-size: 10px;
  text-decoration: none;
  margin-top: 26px;
  margin-bottom: 0px;
  color: #333;
}
A.info {
  color: #666;
  text-decoration: none;
}
A.info:hover {
  color: #666;
  text-decoration: underline;
}
A.info:visited {
  color: #666;
  text-decoration: none;
}
.pulldowns {
  text-align: center;
}
.pulldownOR {
  margin-top: 1px;
  margin-bottom: 0px;
  font-size: 9px;
  font-style: italic;
}
.islandImg {
  margin-left: 0px;
  margin-right: 6px;
  margin-bottom: 3px;
  margin-top: 3px;
}
/*

Main Pulldowns classes

*/
.villaSelectMenu {
  font-family: Tahoma, Arial;
  font-size: 11px;
  width: 180px;
}
.villaSelectOptionGroup {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #FF8500;
}
.villaSelectOption {
  font-family: Tahoma, Arial;
  font-size: 11px;
}
.villaSelectMenuLabel {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #666;
}
/*

Villa-specific classes

*/
.villaHeader {
  margin-top: 8px;
  margin-bottom: 2px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
.villaHeaderLocation {
  color: #FF8500;
}
.leftContent {
  margin-left: 20px;
}
.villaInfoLabel {
  margin-bottom: 1px;
  color: #3399CC;
  font-weight: bold;
}
.villaInfo1 {
  padding: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 10px;
  background: #CCFFFF;
}
.villaInfo2 {
  padding: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 10px;
  background: #FFFFFF;
}
.villaNav {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 130%;
  font-weight: bold;
}
.villaPhoto {
}
.villaPhotoCaption {
  margin-top: 3px;
  margin-bottom: 13px;
}
/*

villaList.php classes

*/
.villaListRow {
  margin-bottom: 10px;
}
.villaListThumb {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
.villaListText {
  margin-left: 2px;
}
.villaListName {
  margin-top: 0px;
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 11px;
  color: #FF8500;
}
.villaListLocation {
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 11px;
  color: #333;
}
.villaListData {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 11px;
  color: #333;
}
.villaListSearchHeader {
  font-size: 12px;
  color: #333;
  padding: 6px;
  background-color: #CFF;
}
.villaListSearchData {
  font-size: 10px;
  color: #333;
  padding: 6px;
}
/*

FORM ELEMENT classes

*/
.formHeader {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 3px;
  margin-left: 2px;
  background-color: #FFE6B3;
}
.formP {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 10px;
  line-height: 170%;
}
.formE {
  padding: 8px;
}
/*

FAQ classes

*/
.faqQ {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: bold;
}