﻿html
{
	background: #feebe0;
	color: #c6331b;
	font-family: serif;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px 0;
	padding: 0;
}

a, a:visited
{
	color: #ef4023;
	text-decoration: underline;
}

a:active, a:hover { text-decoration: none; }

address
{
	font-style: normal;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}

dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 1em 0;
	padding: 0;
}

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

ul
{
	font-family: Georgia, serif;
	font-weight: bold;
	list-style-image: url("images/splotch.png");
	margin: 0 0 1em 2em;
	padding: 0;
}

ul li
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

#container
{
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header h1
{
	background: transparent url("images/header.png") no-repeat left top;
	height: 275px;
}

#header h1 span, #header .slogo
{
	position: absolute;
	top: -1000px;
}

#content
{
	margin: -90px 35px 0 35px;
	min-height: 50px;
}

* html #content { height: 50px; }

#content h2 { font-size: x-large; }
#content h2.page-title { text-align: center; }
#content h3 { font-size: large; }

#content img
{
	border: 2px solid #ef4023;
	border-color: #c6331b;
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}

#content img#full-picture
{
	float: none;
	display: block;
	margin: 0 auto 1em auto;
}

#content #caption
{
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}

#content p.back
{
	font-weight: bold;
	text-align: center;
}

#content p.more-info { text-align: center; }
#content p.more-info a
{
	background: transparent url("images/splotch.png") no-repeat left center;
	padding-left: 16px;
}

#content p.instructions
{
	font-size: smaller;
	text-align: center;
}

#content p.description { text-align: justify; }

#content .subdivision-intro { margin: 0 150px 1em 150px; }

#content ul.gallery
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul.gallery li
{
	float: left;
	text-align: center;
	width: 225px;
	height: 165px;
}

#content ul.gallery li img { float: none; }

#content ul.gallery-home
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#content ul.gallery-home li
{
	background: #fff url("images/listbg2.png") no-repeat left top;
	float: left;
	margin: 0 15px 15px 0;
	padding: 75px 10px 0 25px;
	width: 400px;
	height: 100px;
}

* html #content ul.gallery-home li { margin-right: 11px; }
#content ul.gallery-home li img { margin: -65px 0 0 0; }

#content dl.lot-list
{
	margin-left: 75px;
	margin-right: 75px;
}

#content dl.lot-list ul.gallery
{
	float: right;
	max-width: 452px;
}

#content dl.lot-list ul.gallery li
{
	width: 220px;
	height: 145px;
}

#content dl.lot-list dt
{
	background: transparent url("images/titlebg.png") repeat-y left top;
	clear: both;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 4px;
}

#content dl.lot-list dd
{
	margin: 0 0 1em 1em;
	padding: 0;
}

#content dl.lot-list dd p { text-align: justify; }

#content dl.lot-list dd .virtual-tour
{
	background: transparent url("images/titlebg.png") repeat-y left top;
	clear: right;
	float: right;
	font-weight: bold;
	margin: 15px 11px 10px 15px;
	/* min-width: 220px; */
	padding: 15px 20px;
	text-align: center;
}

* html #content dl.lot-list dd .virtual-tour { width: 220px; }

#content dl.lot-list dd .price { font-weight: bold; }

#content .architect
{
	clear: both;
	text-align: center;
}

#navigation
{
	font-size: 0.85em;
	left: 725px;
	top: 120px;
	position: absolute;
}

#navigation ul
{
	font-family: "Comic Sans MS", sans-serif;
	list-style: none none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#navigation a
{
	font-weight: bold;
	text-decoration: none;
}

#navigation a:active, #navigation a:hover { text-decoration: underline; }

#footer
{
	background: transparent url("images/footer.png") no-repeat left top;
	clear: both;
	font-size: x-small;
	height: 49px;
	padding-top: 65px;
	text-align: center;
}