body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: medium;
	font-size: 0.9em;
	color: #333;
	background-color: White;
}

body, input, select, textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
}

div.clear {
	clear: both;
}

a {
	color: #722C82;
}

a:hover {
	text-decoration: none;
}

p, li, cite {
	margin-bottom: 1em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span {
	line-height: 1.5em;
}


h1 {
	background-color: #722C82;
	border: 12px double White;
	border-left: 0;
	border-right: 0;
	color: White;
	font-size: 1.5em;
	padding: 8px 10px;
	margin: 1em 0;
}

h2 {
	border-left: 0;
	border-right: 0;
	color: #722C82;
	font-size: 1.3em;
	margin: 1em 0;
	clear: both;
}

h2:first-child {
	margin-top: 0;
}

p {
	margin-bottom: 1em;
}


ul {
	list-style-type: none;
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
}

ul li {
	background-image: url(/graphics/bullet.gif);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0.25em 0;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.left {
	float: left;
	clear: left;
	margin: 5px 20px 20px 0;
}

.right {
	float: right;
	clear: right;
	margin: 5px 0 20px 20px;
}

.clear {
	clear: both;
}


.map-container {
	overflow: hidden;
	border-top: 1px solid #722C82;
	border-bottom: 1px solid #722C82;
	height: 600px;
}

hr {
	background-color: #722C82;
	color: #722C82;
	border: none;
	border-top: 2px solid #722C82;
	height: 2px;
	width: 100%;
	margin: 20px 0;
	padding: 0;
	float: left;
	clear: both;
}

/**********************************************************
 * Properties                                             *
 **********************************************************/


div.property h2 {
	border-top: 4px solid #F3712A;
	color: #F3712A;
	font-size: 1.5em;
	padding-top: 10px;
	margin-bottom: 0;
}

div.property img.banner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

div.property p.address {
	color: #999;
	margin-bottom: 5px;
}

div.property p.price {
	font-size: 1.3em;
	border-top: 1px solid #F3712A;
	border-bottom: 4px solid #F3712A;
	padding: 5px 0;
}

div.property p.price em {
	color: #999;
	font-style: normal;
	font-size: 0.8em;
}

div.property:nth-child(2) h2 {
	color: #8DC63F !important;
}

div.property:nth-child(2) * {
	border-color: #8DC63F !important;
}

div.property ul.images li {
	padding: 0;
	background-image: 0;
	position: relative;
	line-height: 1em;
}

div.property ul.images li span.caption{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	color: White;
	background-color: rgba(243,113,42,0.7);
	text-align: right;
	box-sizing: border-box; *behavior: url(/scripts/boxsizing.htc); 
	-moz-box-sizing: border-box;
	font-weight: bold;
	text-transform: uppercase;
}

div.property:nth-child(2)  ul.images li span.caption {
	background-color: rgba(141,198,63,0.7);
}

