body {
	margin: 0 .25in 0 .25in;
	padding:0;
	font-family:verdana, geneva, arial, sans-serif;
	text-align:center;
	background:transparent;
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
}

html>body {
	font-size:small;
}

div#wrapper {
	text-align:left;
	background:transparent;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

h1 {
	font-family:arial, sans-serif;
	margin:10px 0 5px 0;
	padding:0;
	font-size:1.2em;
	color:#000;
}

p {
	margin:5px 0;
}

div#header {
	height:215px;
	background-color:#a1ac91;
}

div#header p {
	text-align:right;
	color:#fff;
	margin:0;
	padding:15px 15px 0 0;
	font-size:0.8em;
}

div#header object {
	display:block;
	clear:both;
}

div#header p img {
	display: inline;
	float:left;
	margin:-10px 0 5px 20px;
}

#col_left {
	display:none;
}

#property li.propertyInfo {
	display:inline;
	float:left;
	width:50%;
	margin:0 0 0 10px;
}

#property li.propertyImg {
	display:inline;
	float:left;
	width:40%;
	margin:0 0 0 0;
}

#property li.propertyThumbs {
	clear:both;
	margin: 0 0 0 0;
	width:100%;
	border-top:2px solid black;
}

/* Added  - prevents indenting from below rule for ul li ul li  */
#property li.propertyThumbs li {
	margin: 0;
	float: none;
}

/* Added  - since page structure is UL inside of div for property listing */
#property div#col_right ul {
	margin:0 0 0 10px;
}

/* Added  - prevent sub-UL's from indenting */
#property div#col_right ul ul {
	margin:0 0 0 0;
}

#property div#col_right ul ul li#info_1 {
	width:137px;
	margin-bottom: 10px;
}

#property div#col_right ul ul li#info_2 {
	width:68px;
	margin-bottom: 10px;
}

/* New */
/* Used in properties and property, overridden in parts of new property */
div#col_right ul ul li {
	margin:20px 0 0 0;
	display:inline;
	float:left;
	font-family:arial;
	text-decoration:none;
	color:#000;
}


/* Old */
/* Semi-generic - all col_right within div set to 580px*/
div#col_right {
	display:inline;
	float:left;
	width:auto;
}

/* used in property/properties - set image borders */
div#col_right ul img {
	border:2px solid #000;
	margin: 10px 0;
}

#footer {
	display:none;
}

