.white { color: #FFFFFF; }
h3 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
}
table {  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.footer {  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}

h1 {  font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #FFCC33; line-height: normal; margin-top: 20px; margin-bottom: 10px}
h2 {  font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: normal; color: #006699}
a:hover {  color: #102F5C; text-decoration: none}
p {  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}


#title  {
  position: relative;
  left: 0px;
  top: 0px;
}

.title  {
  color: #000000;
  background-color: transparent;
  font-size: 20px;
  margin: 5px 5px;
}

.red  {
  color: #FF0000;
  background-color: transparent;
}

#props-nav  {
  clear: both;
  position: relative;
  left: 0px;
  top: 0px;
  height: 17px;
  overflow: hidden;
}

.props-navitem:link, .props-navitem:visited, .props-navitem:active {
  width: 85px;
  margin: 0px 3px 0px 0px;
  padding: 2px 5px;
  color: #FFFFFF;
  background-color: #7A007A;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  White-space: nowrap;
}

.props-navitem:hover {
  width: 85px;
  margin: 0px 3px 0px 0px;
  padding: 2px 5px;
  color: #7A007A;
  background-color: #FFCC33;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  White-space: nowrap;
}

.props-navitem {
  float: left;
}


#contents-container  {
  position: relative;
  left: 0px;
  top: 20px;
}

.contents  {
  position: absolute;
  left: 10px;
  top: 20px;
  display: block;
}

.hidden  {
  display: none;
}

.proptable  {
  width: 100%;
  border: 1px solid #CCCCCC;
  font-size: 12px;
}

.tablecentre  {
  border-style: solid;
  text-align: center;
}

.heading  {
  height: 38px;
  color: #CCCCCC;
  background-color: #FFCC33;
  border-style: solid;
  font-size: 14px;
}

.border  {
  border: 1px solid #CCCCCC;
}

.rental  {
  width: 75px;
}

.ref  {
  width: 55px;
}

.image  {
  width: 75px;
}

.location  {
  margin: 0px;
  font-weight: 900;
}

.desc  {
  vertical-align: top;
}

/* POPUP IMAGE */
.hidimage  {
  visibility: hidden;
}

.showimage  {
  visibility: visible;
}

#popimage  {
  position: absolute;
  left: 25%;
  top: 25%;
  color: #000000;
  background-color: #FFFFFF;
  border: 3px outset #A9A9A9;
  display: block;
}

#popimagetitle  {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20px;
  padding: 3px;
  color: #FFFFFF;
  background-color: #FFCC33;
  border: 2px solid #FFFFFF;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

#popimageclose  {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  color: #FFFFFF;
  background-color: #FFCC33;
  border: 2px solid #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

#popimageimage  {
  position: absolute;
  left: 0px;
  top: 30px;
  border: 0px;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 100;
  text-align: center;
}

.imagehover  {
  cursor: pointer;
}

#props  {
  border: 1px solid #ffffff;
}

.centre
{ margin: 0px auto; text-align: center; font-size: 10px;}
