	
	
	.pageTitle {
		font-size: 17px;
	}
	
	body {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 70%;
		margin: 20px;
	}
	
	td {
		font-size: 11px;
	}	
	
	hr {
		height: 1px;
	}
	
	.subFrame {
		margin: 10px;
	}
	
	#frameBox {
		border: 1px solid #efefef;
		
		text-align: left;
		width: 760px;
	}
	
	#flashBox {
		width: 560px;
		height: 60px;
		float: left;
	}
	
	#contactBox {
		background: #fff;
		width: 198px;
		height: 60px;
		float: left;
	}
	
	#contactBox img {
		margin: 4px;
	}
	
	#menuBox {
		border-top: 1px solid #efefef;
	}
	
	#menuBox ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
		clear: left;
	}

	#menuBox ul li {
		display: block;
		float: left;
		width: 140px;
		height: 22px;
		text-align: left;
		padding: 0;
		margin: 0;
		background: #FB7B33;
		overflow: hidden;
	}
	
	#menuBox ul li a {
		width: 140px;
		border-right: 1px solid #efefef;
		padding: 3px;
		height: 22px;
		display: block;
		text-decoration: none;
		color: #fff;
		overflow: none;
	}	
	
	#menuBox ul li a:hover {
		background: #ffcc66;
		color: #000;
	}
	
	#menuBox ul li a#four {
		width: 141px;
	}
	
	#propDrop {
		display: none;
		position:absolute;
		left:160px;
		top:103px;
		width:140px;
		height:100px;
		z-index:1;
		background: #FB7B33;
		border: 1px solid #efefef;
		border-bottom: none;
	}
	
	#propDrop ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
		clear: left;
	}
	
	#propDrop ul li {
		display: block;
		float: left;
		width: 139px;
		height: 22px;
		text-align: left;
		padding: 0;
		margin: 0;
		background: #FB7B33;
		overflow: hidden;
	}
	
	#propDrop ul li a {
		width: 139px;
		border-bottom: 1px solid #efefef;
		padding: 3px;
		padding-left: 6px;
		height: 22px;
		display: block;
		text-decoration: none;
		color: #fff;
	}	
	
	#propDrop ul li a:hover {
		background: #ffcc66;
		color: #000;
	}
	
	#aboutDrop {
		display: none;
		position:absolute;
		left:300px;
		top:103px;
		width:140px;
		height:40px;
		z-index:1;
		background: #FB7B33;
		border: 1px solid #efefef;
		border-bottom: none;
		overflow: none;
	}
	
	#aboutDrop ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
		clear: left;
		
	}
	
	#aboutDrop ul li {
		display: block;
		float: left;
		width: 139px;
		height: 22px;
		text-align: left;
		padding: 0;
		margin: 0;
		background: #FB7B33;
		overflow: hidden;
	}
	
	#aboutDrop ul li a {
		width: 139px;
		border-bottom: 1px solid #efefef;
		padding: 3px;
		padding-left: 6px;
		height: 22px;
		display: block;
		text-decoration: none;
		color: #fff;
		overflow: none;
	}	
	
	#aboutDrop ul li a:hover {
		background: #ffcc66;
		color: #000;
	}
	
	
	#contentBox {
		border-top: 1px solid #efefef;
		width: 560px;
		float: left;
		border-right: 1px solid #efefef;
		box-sizing: border-box;
	}
	
	
	
	#sideBox {
		border-top: 1px solid #efefef;
		background: #efefef;
		width: 198px;
		height: auto;
		float: left;
		box-sizing: border-box;
	}
	
	#sideBox img {
		margin-top: 5px;
	}
	
	#footBox {
		text-align: left;
		width: 760px;
		padding: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#property {
		margin: 0px 10px 0px 10px;
		padding: 8px;
		height: 116px;
		border-bottom: 1px solid #ccc;
	}
	#property img {
		margin-right: 18px;
	}
	
	#rentBox {
		width: 200px;
		float: left;
	}
	
	#mapBox {
		float: left;
		width: 290px;
	}

	.propertyLink {
		width: 80px;
		height: 80px;
		background-position: center center;
		margin-right: 8px;
		float: left;
		margin-bottom: 8px;
		overflow: hidden;
		display: block;
	}
