/* GLOBALS */

body {
	margin: 0;
	padding: 20px 0 0 0;
}

body,table,tr,td {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	color: #6D6E71;
}

a {
	color: #6D6E71;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 18px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	background: url(images/sharedimgs/h1.gif) no-repeat left;
	border-bottom: solid 2px #DEDFDF;
	padding: 5px 0 5px 15px;
	font-family: Arial Narrow, Arial, Helvetica, Sans-serif;
	color: black;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	color: black;
	line-height: 24px;
}

h3 {
	font-size: 18px;
	color: black;
}

ul li {
	line-height: 18px;
}

/* IDS */

#site-wrapper {
	width: 738px;
}

#content-wrapper {
	background: url(images/sharedimgs/content-bg.gif) no-repeat top right;
	width: 730px;
	text-align: center;
}

/* CLASSES */

.about-table {
	width: 715px;
	margin: 0 auto;
}

.about-table td {
	border-bottom: solid 2px #DEDFDF;
	padding: 10px 10px 10px 0;
	text-align: left;
}

.indent {
	width: 715px;
	margin: 0 auto;
}

.indent td {
	text-align: left;
}

.property-table {
	width: 715px;
	margin: 0 auto;
}

.property-table td {
	padding: 20px 0;
	text-align: left;
}

.recent-prop {
	width: 220px;
	float: left;
	margin: 10px 10px;
}

.recent-prop .prop-pic {
	width: 97px;
	padding: 2px;
}

.recent-prop .prop-text {
	width: 119px;
}

.recent-prop .prop-text p{
	line-height: 13px;
}

.recent-prop .prop-text a {
	font-weight: bold;
	color: #6D6E71;
}