 html,body {
border:0;
background-image:url("../images/navBg.png");
background-repeat:repeat-x;
height:100%;
margin:0;
padding:0
}
/* NAVIGATION */
	.navigation{width:623px; padding:40px 0 0 0; float:right; clear:right;}
	.mainNav {list-style-type: none;list-style-position:outside;position: relative;margin: 0;padding: 0;}
	.mainNav li {display: block;overflow: hidden;padding: 0;cursor: pointer;float: left;height: 60px;margin-right: 0px;}
	.mainNav a{display:block;height:60px;text-indent:-9999px;outline:none;background-image:url('../images/navbar.png');background-repeat:no-repeat;}
	/* Home Nav */
	.navigation .mainNav li#home a {width:103px;background-position: 0px 0px;}
	.navigation .mainNav li#homeSelected a {width:103px;background-position: 0px -120px;}
	.navigation .mainNav li#home a:hover  {background-position: 0px -60px;}
	/* Properties Nav */
	.navigation .mainNav li#properties a {width:135px;background-position: -103px 0px;}
	.navigation .mainNav li#propertiesSelected a {width:135px;background-position: -103px -120px;}
	.navigation .mainNav li#properties a:hover {background-position: -103px -60px;}
	/* Tenants Nav */
	.navigation .mainNav li#tenants a {width:113px;background-position: -238px 0px;}
	.navigation .mainNav li#tenantsSelected a {width:113px;background-position: -238px -120px;}
	.navigation .mainNav li#tenants a:hover {background-position: -238px -60px;}
	/* Landlords Nav */
	.navigation .mainNav li#landlords a {width:135px;background-position: -351px 0px;}
	.navigation .mainNav li#landlordsSelected a {width:135px;background-position: -351px -120px;}
	.navigation .mainNav li#landlords a:hover {background-position: -351px -60px;}
	/* Contact Nav */
	.navigation .mainNav li#contact a {width:137px;background-position: -486px 0px;}
	.navigation .mainNav li#contactSelected a {width:137px;background-position: -486px -120px;}
	.navigation .mainNav li#contact a:hover {background-position: -486px -60px;}
/* Maint Contnet */
.content-bg {
background-image:url("../images/content-mid.png");
background-repeat:repeat-y;
}
.main-tx {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:justify;
line-height: 17px;
letter-spacing: 0.02em;
padding:3px 25px 3px 25px
}
a.landlords-rollover,a.properties-rollover,a.more-rollover,a.map-rollover {
	display: block;
	width: 122px;
	height: 28px;
	text-decoration: none;
	background: url("../images/landlords.png");
	}

a.landlords-rollover:hover,a.properties-rollover:hover {
	background-position: -122px 0;
	}
a.properties-rollover {
	background: url("../images/properties.png");
	}
a.more-rollover {
	width: 72px;
	height: 20px;
	background: url("../images/more.png");
}
a.more-rollover:hover {
	background-position: -72px 0;
	}
a.map-rollover {
	width: 92px;
	height: 20px;
	background: url("../images/show-map.png");
}
a.map-rollover:hover {
	background-position: -92px 0;
	}
.displace {
	position: absolute;
	left: -5000px;
	}
.property {
	background-image: url('../images/property-bg.png');
	width:648px;
	height:142px
}
.property-thumb,.property-thumb:hover {
	border-style: solid;
	border-width: 3px;
	border-color: #fff
}
.property-thumb:hover {
	border-color: #947900;
	border-width: 2px
}
.property-heading a,.property-maintx,.property-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 10px;
	text-decoration:none;
	color:#000;
	font-weight:bold
}
.property-maintx {
	font-size: 12px;
	line-height: 15px;
	margin-right:10px;
	font-weight:500
}
.property-heading a:hover {
	color:#947900;	
	text-decoration:underline
}
.house-address,.price-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold
}
.house-thumbs {
	width:158px;
	height:120px	
}
.price-desc {
	padding:0px 25px 0px 25px
}
.floatright { float: right;margin: 12px 0px 0px 10px; }
.floatright2 { float: right;margin: 12px 0px 10px 10px; }
.floatright3 { float: right;margin: 12px 20px 10px 5px; }
/* Footer */
#footer,#footer a,#footer .ridom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.05em;
	padding-top:10px;
	color:#7a7800
}
#footer a:hover{
	color:#625b38
}
#footer .ridom {
	padding-top:10px	
}
#footer .ridom a {
	font-size: 9px;
	color:#000;
	text-decoration:none
}
