@charset "UTF-8";
table.props {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	width:790px;
}
table.props th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: rgb(220, 220, 220);
	text-align:center;
}
table.props th.sel {
	background-color: rgb(200, 210, 200);
}
table.props th.iconCol {
	width:25px;
}
table.props td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	text-align:center;
}
table.props a {
	font-size: 11px;
	text-decoration:none;
	color:#000;
}
table.props tr {
	height:25px;
}
table.props tr.d1 {
	background-color: rgb(250, 250, 250);
}
table.props tr.d0 {
	background-color: rgb(240, 240, 240);
}
table.props tr:hover {
	background-color: #dcfac9; cursor: pointer;
}

table.propinfo {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size: 12px;
	color:#333;
	width:250px;
}
table.propinfo td.address {
	font-size:20px;
	color:#E31937;
	font-weight:bold;
}
table.propinfo td.address2 {
	font-size:14px;
}
table.propinfo tr.d1 {
	background-color: rgb(250, 250, 250);
}
table.propinfo tr.d0 {
	background-color: rgb(240, 240, 240);
}
table.propinfo tr.beds {
	font-size:16px;
	vertical-align:middle;
}
table.searchBox {
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size: 10px;
	background-color:#DCDCDC;
	padding:10px;
}
.homeNav {
	vertical-align:top;
	background-color:#f0f0f1;
	width:150px;
	text-align:center;
}
.homeNav:hover {
	background-color: #fffdda; cursor: pointer;
}


/* NEW MENU */

.titleStyle { color: white; font-size: 12pt; }

.menu-item { text-transform: uppercase; padding-bottom: 20px; margin-left: 50px; border-bottom: 5px solid white; font-size: 10pt; }
.menu-item:hover { text-decoration: none; }



a.yellow { color: #fac64c; }
a.yellow:hover, .homeR { border-bottom-color: #fac64c; }

a.pink { color: #DA0382; }
a.pink:hover, .newsR { border-bottom-color: #DA0382; }

a.green { color: #91C740; }
a.green:hover, .propertySearchR { border-bottom-color: #91C740; }

a.red { color: #CA292D; }
a.red:hover, .estateR { border-bottom-color: #CA292D; }

a.blue { color: #09ACEA; }
a.blue:hover, .propertyR { border-bottom-color: #09ACEA; }

a.purple { color: #81147E; }
a.purple:hover, .contactR { border-bottom-color: #81147E; }























