/* mass reset of margin/padding */

* {
	padding: 0;
	margin: 0;
	}

html {
	height: 100%;
	}

body {
	min-height: 101%;
	background-color: #a3978b;
	font-size: .8em;
	color: #000;
	line-height: 1.3em;
	text-align: center;
	}

/* structure and such */

#shell {
	width: 808px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#banner {
	width: 830px;
	padding-left: 36px;
	height: 309px;
	float: left;
	background-image: url(../images/header.jpg);
	}

#outer {
	width: 866px;
	float: left;
	background: url(../images/background.jpg);
	}

/* add space */

.ad {
	padding-bottom: 10px;
	}

#ad_left {
	width: 130px;
	margin-left: 35px;
	margin-top: 18px;
	float: left;
	}

#ad_right {
	width: 130px;
	float: right;
	margin-top: 18px;
	padding-bottom: 5px;
	}

#right_inner {
	width: 620px;
	margin-right: 66px;
	float: right;
	}

#lt_txt {
	width: 275px;
	float: left;
	margin-right: 1px;
	}

body.singlecol #lt_txt {
	width: 450px;
	}

#rt_txt {
	width: 175px;
	float: right;
	margin-right: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

body.singlecol #rt_txt {
	display: none;
	}

#content {
	float: left;
	width: 470px;
	margin: 20px 0;
	background: url(../images/content_back.gif);
	}

body.singlecol #content {
	background: #FFF;
	}

#footer {
	display: block;
	float: left;
	height: 30px;
	width: 866px;
	margin-bottom: 24px;
	background: url(../images/footer-bg.jpg) repeat-y 0 0;
	text-align: center;
	line-height: 30px;
	}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0 24px;
	color: #EFFF00;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* type treatments */

h1, h2 {
	display: block;
	margin: 12px 0 6px 0;
	font-family: Verdana, san-serif;
	font-size: 1.3em;
	line-height: 1.2;
	color: #706700;
	}

#rt_txt h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #706700;
	text-transform: uppercase;
	margin: 12px 0;
	}

h3.sponsor-cat {
	font-size: 1.4em;
	margin: 24px 0 0 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ccc;
	}

p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

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

a:hover {
	text-decoration: underline;
	}

a img {
	border: none;
	}

#ad_right h3 {
	color: #7C7B15;
	margin: 12px 0 6px 0;
	text-transform: uppercase;
	}

/* navigation  */

.nav_first {
	
	}

#banner img {
	margin-top: 11px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#banner .navcol {
	display: block;
	float: left;
	}

#banner ul {
	display: block;
	width: 100px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 25px;
	line-height: 14px;
	}

#banner ul li {
	font-size: 14px;
	color: #FFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	}

#banner ul li ul {
	margin-top: 8px;
	margin-left: 0px;
	}

#banner ul li ul li {
	font-size: 11px;
	}

#banner ul li a {
	color: #FFFF00;
	list-style-type: none;
	padding-top: 14px;
	text-decoration: none;
	}

#banner ul li a:hover,
#banner ul li a.on {
	background: url(../images/nav_arrow.jpg) no-repeat top;
	color: #FFFF00;
	list-style-type: none;
	}

#banner ul li ul li a {
	color: #FFF;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

#banner ul li ul li a:hover {
	background-image: none;
	color: #FFFF00;
	text-decoration: underline;
	}

/* icons */

#homes_list span {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 2px;
	cursor: help;
	}

#homes_list span span,
#icons span span {
	display: none;
	visibility: hidden;
	}

span.ico_major {
	background: #fff url(../../images/icons/ico_major.gif) no-repeat;
	}

span.ico_space {
	background: #fff url(../../images/icons/ico_space.gif) no-repeat;
	}

span.ico_kitchen {
	background: #fff url(../../images/icons/ico_kitchen.gif) no-repeat;
	}

span.ico_bathroom {
	background: #fff url(../../images/icons/ico_bathroom.gif) no-repeat;
	}

span.ico_historic {
	background: yellow url(../../images/icons/ico_historic.gif) no-repeat;
	}

span.ico_energy {
	background: #fff url(../../images/icons/ico_energy.gif) no-repeat;
	}

span.ico_landscape {
	background: #fff url(../../images/icons/ico_landscape.gif) no-repeat;
	}

span.ico_construction {
	background: #fff url(../../images/icons/ico_construction.gif) no-repeat;
	}

span.ico_A1 {
	background: #fff url(../../images/icons/ico_A1.gif) no-repeat;
	}

span.ico_A2 {
	background: #fff url(../../images/icons/ico_A2.gif) no-repeat;
	}

span.ico_A3 {
	background: #fff url(../../images/icons/ico_A3.gif) no-repeat;
	}

span.ico_A4 {
	background: #fff url(../../images/icons/ico_A4.gif) no-repeat;
	}

label {
	font-size: 11px;
	}

label.ico-img-major {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_major.gif) no-repeat;
	}

label.ico-img-space {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_space.gif) no-repeat;
	}

label.ico-img-kitchen {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_kitchen.gif) no-repeat;
	}

label.ico-img-bathroom {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_bathroom.gif) no-repeat;
	}

label.ico-img-historic {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_historic.gif) no-repeat;
	}

label.ico-img-energy {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_energy.gif) no-repeat;
	}

label.ico-img-landscape {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_landscape.gif) no-repeat;
	}

label.ico-img-construction {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_construction.gif) no-repeat;
	}

label.ico-img-A1 {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_A1.gif) no-repeat;
	}

label.ico-img-A2 {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_A2.gif) no-repeat;
	}

label.ico-img-A3 {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_A3.gif) no-repeat;
	}

label.ico-img-A4 {
	display: block;
	padding-left: 30px;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	background: #fff url(../../images/icons/ico_A4.gif) no-repeat;
	}

/* homes filter */

p.filtered {
	display: block;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 6px;
	}

#filter-options {
	display: block;
	}

#filter-options select {
	width: 180px;
	}

#homes_filter select {
	margin-bottom: 12px;
	}

#homes_filter label input[type="checkbox"] {
	margin-right: 6px;
	}

/* homes list table */

#homes_list {
	margin-bottom: 200px;
	}

#homes_list td {
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #999;
	padding: 8px 0;
	}

#homes_list td.house_num {
	width: 50px;
	}

#homes_list td.house_num a,
#homes_list td.house_num a:hover {
	color: #706700;
	font-size: 2em;
	font-family: Georgia;
	text-decoration: none;
	}

#homes_list td.house_img {
	width: 70px;
	}

#homes_list td.house_img img {
	width: 60px;
	}

#homes_list td.house_info a {
	display: block;
	margin-bottom: .5em;
	}

/* display of single home */

div#left_col {
	display: block;
	width: 200px;
	float: left;
	margin-right: 20px;
	}

div#right_col {
	display: block;
	width: 250px;
	float: left;
	margin-top: 13px;
	}

div#home-head {
	display: block;
	width: 100%;
	float: left;
	margin-top: 1em;
	}

div#home-head span.housenum {
	display: block;
	float: left;
	padding: 12px 10px 12px 0;
	height: 60px;
	margin: 0;
	color: #7C7B15;
	font-family: Georgia;
	font-size: 2.9em;
	}

div#home-head h3 {
	display: block;
	width: 115px;
	float: left;
	font-size: 1em;
	color: #4D241E;
	}

div#home-head span.neighborhood,
div#home-head span.owners {
	font-weight: normal;
	}

div#icons {
	display: block;
	width: 100%;
	float: left;
	margin: 1em 0;
	}

div#icons span {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 4px;
	font-size: 1px;
	color: #000;
	cursor: help;
	}

div#shortlist td {
	padding-bottom: 3px;
	font-weight: bold;
	color: #6E697B;
	}

div#shortlist td a {
	color: #6E697B;
	text-decoration: none;
	font-weight: normal;
	}

div#shortlist td a:hover {
	text-decoration: underline;
	}

/* for stuff on the maps page */

table#map_list {
	margin-top: 20px;
	display: block;
	}

table#map_list td {
	padding-right: 16px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	}

optgroup {
	margin: 0;
	padding: 0;
	}