body {
	background-color: #E7F2D2;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Techno, Tahoma, Textile, Verdana, Arial;
	font-size: 12px;
}

object {
	display: block;
}

img {
	border: 0;
}

.block {
	display: block;
}

/* Main Table Layout style */
#mainTable {
	width: 760px;
	height: 540px;
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}
#mainTable tbody {
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
}
#mainTable tr {
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
}
#mainTable td {
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
}

.whiteinsidebox {
	color: #FFFFFF;
}

.whiteinsidebox10 {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}

p {
	font-size: 12px;
	padding: 10px;
	line-height: 20px;
	margin: 0;
}

ul {
	margin: 10px;
}

ul li {
	margin: 5px;
	font-size: 10px;
	list-style: circle;
}

.blackinsidebox10 {
	font-size: 10px;
	padding: 6px;
	line-height: 12px;
}

.title { 
	text-transform: uppercase;
	color: #006600; 
	font-weight: bold;
}

#wrapper {
   width: 760px;
   margin: 20px auto;
}

.h180 {height:180px;}
.w180 {width:180px;}
.h360 {height:360px;}

#unitlist {
	margin-left: 2px;
	color: #89c7c2;
	text-align: center;
}

#unitlist div {
	color: #89c7c2;
	padding-left: 6px;
	text-align: left;
}

.unitlist_label {
	text-transform: uppercase;
	padding-left: 2px;
	color: #89c7c2;
}

#unitlist a {
	margin: 2px;
	font-size: 9px;
	color: #89c7c2;
}

#unitlist a:hover {
	margin: 2px;
	color: #89c7c2;
	text-decoration: underline;
	color: white;
}

#unitlist span.unitType {
	font-size: 12px;
	color: #89c7c2;
	font-family: "Trebuchet MS", Techno, Tahoma, Textile, Verdana, Arial;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#unitlist .unitlist_sub {
	margin-left: -13px;
}

.label {
	color: #89c7c2;
	font-family: "Trebuchet MS", Techno, Tahoma, Textile, Verdana, Arial;
	text-align: center;
	margin: 0px;	
	font-weight: bold;	
}

#floorList div {
	margin-left: 10px;
	font-size: 12px;
	color: #a7c951;
	list-style: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Techno, Tahoma, Textile, Verdana, Arial;
	text-transform: uppercase;
}

#floorList ul {
	padding: 0;
	margin: 15px;
}

#floorList li {
	font-size: 12px;
	margin: 0;	
	color: #a7c951;
	list-style: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Techno, Tahoma, Textile, Verdana, Arial;
	text-transform: uppercase;
}

#editableText {
	color: white; 
	padding: 0 10px;
}

.prop {
  height:360px;
  float:right;
  width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

a.unitLink:hover {
	color: white;
	text-decoration: underline;
}

a.pdfLink {
	padding-left: 24px; 
	background-image: url(../images/icon_pdf_tiny.gif); 
	background-position: 0 25%;
	background-repeat: no-repeat;
	line-height: 15px;
}

a.webLink {
	padding-left: 24px; 
	background-image: url(../images/weblink.gif); 
	background-position: 0 25%;
	background-repeat: no-repeat;
	line-height: 15px;
}

/* special style for SOLD properties: */
.soldLink { 
background-color: #990000;
filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
text-decoration: line-through;
}

/* special style for unavailable properties: */
.unavailableLink { 
background-color: #000000;
filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
text-decoration: line-through;
}


/* Styles for Home page text blocks */
.repton-font, .repton-font * {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
}

#homepage-right-box p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 1em;
	padding: 0 10px;
}

#homepage-right-box a {
	color: white;
	text-decoration: underline;
}

#homepage-right-box a.pdf {
	background: url(../images/icon_pdf_tiny.gif) 0 50% no-repeat;
	padding-left: 20px;
}