div#header {
border-bottom: 2px solid #000;
}
div#header h1 {
margin: 0;
padding: 0;
}
div#header h1 a {
color:#000;
text-decoration:none;

}

ul#navbar {
display:none;
}

/* sidebar content */
h3#autoemailloginheader,
div.loginbar,
form#contactsidebar,
ul#sidenav {
display:none;
}

h3#announcementsheader {
margin-bottom:0;
padding-bottom:0;
}

div#content {
padding: 0 0 20px 0;
}



/* content styles */
div.divtable {  }

div.divtableleft {
	width: 45%;
	float:left;
}

div.divtableright {
	width: 45%;
	float:left;
}

div.divtablehalf {
	width: 50%;
	float:left;
}

div.clearboth {
	clear:both;
}



/* footer styles */
ul#usmtag {
	border-top:2px solid #000;
	clear: both;
	padding: 10px 0;
}

#usmtag li {
	list-style: none;
	margin: 0;
}

#usmtag li a {
	color:#000;
	text-decoration:none;
	font-size:10px;
}


/* link styles */
/*
a:link:after,
a:visited:after {
	content: " (LINK: http://www.marthadiebold.com" attr(href) ") ";
	font-size: 80%;
	color:#000;
	text-decoration:none;
}
*/

div#header h1 a:link:after,
div#header h1 a:visited:after
 {
	content: " (http://www.marthadiebold.com" attr(href) ") ";
	font-size: 12px;
}

/*
a:link:after img,
a:visited:after img{
	content: "";
}
*/



/*mls page styles */
/* list view page */
table#navddpl {
	display:none;
}

/* detail view page */
div.mlsnavbar,
div.slideshownav,
div.formarea,
span.mlsmaplink {
	display:none;
}

div.mlsleftcol {
width: 290px;
float:right;
margin-left: 20px;
}

div.mlsrightcol {
padding-top: 30px;
}

span.mlstowntitle {
font-size:26px;
font-weight:bold;

}

span.mlslistid {
font-weight:bold;
font-size: 14px;
}

span.mlslistprice {
color:blue;
font-weight:bold;
}


div.mlsdisclaimer {
clear:both;
margin: 20px 0;
}

div.mlsdisclaimer img {
float:left;
}

div.mlsdisclaimer p {
font-size: 10px;

}