*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
}

body
{
	background-color: #333;
	color: #fff;
	font-family: segoe ui, arial, sans-serif;
}

a, a:link, a:active, a:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a img
{
	border: none;
}

a:hover
{
	text-decoration: none;
}

p
{
	margin-bottom: 1em;
}

div
{
	padding: 1em;
}

div#main
{
	margin: 1em 10em 1em 10em; /* top, right, bottom, left */
	border: 2px #000 solid;
	background-color: #504c4b;
	padding: 0;
}

div#header
{
	background: #b37539;
	margin-bottom: 1em;
	text-align: center;
	padding: 0;
}

div#text
{
	text-align: justify;
	padding-bottom: 0;
}

div#faq
{
	text-align: justify;
	margin-left: 3em;
	margin-right: 3em;
	padding: 0;
}

div#footer
{
	font-size: 0.8em;
	text-align: center;
	border-top: 1px #fff solid;
	padding: 0;
	padding-top: 0.5em;
}

ul#faqu
{
	list-style-type: none;
}

ul#faqu li ul
{
	margin-bottom: 0.5em;
}

ul#faqu li ul li.q
{
	list-style-type: disc;
}

ul#faqu li
{
	font-weight: bold;
	font-size: 1.2em;
}

ul#faqu li ul li
{
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

table#nav
{
	text-align: center;
	width: 100%;
	border-spacing: 0;
	border-bottom: 1px #fff solid;
}

table#nav td
{
	width: 14.3%;
	border: 1px #fff solid;
	background: #b37539;
}

sup
{
	font-size: 0.5em;
}

h1
{
	text-transform: uppercase;
	font-size: 2.5em;
}

h2
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

h3
{
	font-style: italic;
	text-decoration: none;
	font-size: 1.2em;
}

h4
{
	font-weight: bold;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.2em;
}

hr
{
	margin: 1em;
}

img.photo
{
	margin-right: 1em;
	float: left;
}

img.photor
{
	margin-left: 1em;
	float: right;
}

.floatl
{
	float: left;
}

table.comparison
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-spacing: 0px;
	border: 2px black solid;
}

table.comparison th
{
	background-color: #ccc;
	width: 16.67%;
	font-weight: bold;
	border-bottom: 2px black solid;
}

table.comparison td
{
	border-bottom: 1px black solid;
}

table.houses
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
}

table.houses td.picture
{
	width: 155px;
}

table.houses img
{
	border: 2px black solid;
}

table.houses td
{
	padding: 5px;
}

div.card
{
	width: 30em;
	margin: 0 auto 2em auto;
	border: 2px #ddd solid;
	background-color: #fff;
	text-align: center;
	color: #000;
}

div#photostrip
{
	height: 118px;
	background: url(imgs/houses.jpg);
	border-top: 2px #fff solid;
	border-bottom: 1px #fff solid;
}

p.caption
{
	font-size: 0.8em;
	font-style: italic;
}

p.ct
{
	text-align: center;
}

p.sideimg
{
	float: right; text-align: center;
}

p.sideimg img
{
	border: 3px black solid;
}

img
{
	margin: 0.5em;
}

div.plan
{
	text-align: center;
	width: 800px;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
}

.blackdash
{
	border: 2px black dashed;
}

.greendash
{
	border: 2px #590 dashed;
}

.browndash
{
	border: 2px #740 dashed;
}

ol
{
	margin-left: 4em;
	margin-right: 4em;
	margin-bottom: 1em;
}

ol.li
{
	margin: 0.5em;
}
