/* +++ = Corresponding selectors in IE.css */

/*removes dotted border around FF links*/
:focus {
-moz-outline-style: none;
}

body {
	margin:0 0 0 0px;
	padding:0;
	text-align:center;
	background:#c7b7a0;
	height:100.1%;
	font:"Times New Roman", Times, serif;
}

/*+++*/
img#generic {
	margin:2 0 0 0px;
}

div#newest_listings {
	float:left;
	width:308px;
	padding:0 0 20 0px;
	background:url('/img/newest-listings.gif') top right no-repeat;
}

#newest_listings ul {
	text-decoration:none;
	list-style:none;
	text-indent:0;
}

#newest_listings li {
	display:block;
	font:11px arial, san-serif;
	color:#c1c1c1;
	margin:12 0 0 9px;
	padding:12 0 0 0px;
	border-top:1px solid #e7e7e7;
}

#newest_listings li.first_child {
	border-top:0px solid #e7e7e7;
	margin:30 0 0 7px;
}

#newest_listings li div.photo {
	margin:0 6 0 6px;
}

#newest_listings li span {
	display:block;
	color:#121212;

}

#newest_listings li span.price{
	font:bold 14px arial, san-serif;
}

#newest_listings li span.address {
	font:11px arial, san-serif;
}

#newest_listings li span.links, #newest_listings li span.links a {
	font:11px arial, san-serif;
}

#newest_listings li p {
	font:10px arial, san-serif;
	color:#121212;
	margin:6 0 0 6px;
}

/* BEGIN QUICKSEARCH */
/* +++ */
div#mls_search {
	float:left;
	width:308px;
	background-image:url('/img/listings-search.gif');
	background-position:top left;
	background-repeat: no-repeat;

	font:11px arial, san-serif;
	color:#121212;
	padding:0 0 0 0px;
	margin:0 0 10 0px;
	border:0px solid black;
}

/* +++ */
div#mls_search div#prices {
	float:left; 
	position:relative; 
	top:20px; 
	left:10px;
	margin:0 0 6 0px;
}

#mls_search form{
	margin:40 0 0 0px;	
}

#mls_search div {
	float:left;
	padding:0 4 6 9px;
}

#mls_search p {
	font-size:11px;
}

#mls_search select#max_price, #mls_search select#min_price{
	width:72px;
	padding:0 2 0 2px;
}

#mls_search input.submit {
	margin:14 0 2 225px;
}

#site_info {
	clear:both;
	padding:9 5 0 5px;
	margin:0 17 0 17px;
	border-top:1px dotted #b2b2b2;
}

#site_info ul {
	text-decoration:none;
	list-style:none;
	text-indent:0;
}

#site_info li {
	display:inline;
	font:11px arial, san-serif;
	color:#c1c1c1;
}

#site_info p {	
	font:11px arial, san-serif;
	color:#c1c1c1;
	padding:0 0 4 0px;
	border:0px solid #000;
}

#site_info a {
	font:11px arial, san-serif;
	color:#c1c1c1;
	text-decoration:none;
}

#site_info a:visited {
	text-decoration:none;
}

#site_info a:hover {
	text-decoration:none;
}

#site_info img#rss {
	vertical-align:middle;
}

/* BEGIN GLOBAL SELECTORS */

h1, h2, h3, h4, h5, p {
	margin:0px 0px 6px 10px;
}

h1{
	font:bold 18px "Times New Roman", Times, serif;
	color:#121212;
	margin:8px 0px 6px 10px;
} 

h2 {
	font:bold 16px "Times New Roman", Times, serif;
	color:#121212;
}

h2 a {
	font:bold 16px "Times New Roman", Times, serif;
}

h3 {
	font:bold 14px "Times New Roman", Times, serif;
	color:#121212;
}

p, span {
	font:12px "Times New Roman", Times, serif;
	color:#121212;
}

a {
	font:12px "Times New Roman", Times, serif;
	color:#39738C;
	text-decoration:underline;
}

ul {
	font:12px "Times New Roman", Times, serif;
	color:#3b3b3b;
	margin:0px;
	padding:0px;
	text-indent:10px;
	text-decoration:none;
	list-style:none;
}

img {
	border:0;
}

form {
	margin:0;
	padding:0;
	border:0px solid white;
}

input, select, textarea {
	font:11px arial, san-serif;
	color:#121212;
	border:1px solid #dadada;
}

input.checkbox {
	width:10px;
	height:10px;
	padding:0 0 0 0px;
	margin:0 0 0 0;
	vertical-align:middle;
	border:1px solid #dadada;
	background-color:#fff;
}


input.submit {
	border:0;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.small {
	font-size:10px;
}

.nomargin {
	margin:0px;
}

.noDisplay {
	display:none;
}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.icon {
	vertical-align:middle;
}

.photo {
	float:left;
	position:relative;
	background:url("/img/bg-shadow.png") no-repeat bottom right; 
	margin: 0 0 10 0px;
	padding:0 10 0 0px;
	border:0px solid #fff;
}

.photo img{
	margin: 6px 0px 12px 6px;
	border:1px solid #999;
}

.even {
	background:#efefef;
}

.float_left {
	float:left;
}

.float_right{
	float:right;
}

.TableLight {
	background-color:#e9e2d9;
}

.TableDark {
	background-color:#d6cbba;
}

td{
	font:12px "Times New Roman", Times, serif;;
	color:#000;
}

.error {
	color:#990000;
}

.adminBtn {
	background-color: #c1d2ee;
}

.tableHighlight {
	background-color: #8b7f6e;
}

.white {
	color:#fff;
}

.psm {
	font-size:11px;
}