* {
	margin: 0;
	padding:0;
	font-size:100%;
	font-family: verdana;
}

body {background-color: #eff2e3}

a {color: #002BB8;}

a, a:visited {text-decoration: none}

h1 {
	background-image: url(apartments-for-rent.png);
	width: 166px;
	height: 34px;
	font-size: 0pt;
	position: absolute;
	left: 48px;
	top: 36px;
	z-index: 3;
}

#header {
	background-color: #173b39;
	width: 100%;
	height: 106px;
}

#header_bg {
	background-image: url(bg.png);
	position: absolute;
	right: 0px;
	top: 0px;
	width: 728px;
	height: 106px;
}

ul.nav {
	list-style-type: none;
	display: table;
}


.nav {
	border-right: 1px solid #b5b7ac;
	font-family: verdana;
	font-size: 19px;
	color: #b5b7ac;
	cursor: pointer;
	height: 39px;
	text-align: center;
	vertical-align: middle;
	overflow-x: hidden;
	-moz-user-select: none;
}


td.nav:hover {
	color: #75776c;
}


div.leftList {
	border: 1px solid #b5b7ac;
	width: 300px;
	overflow-x: scroll;
	font-size: 70%;
	height: 390px;
	overflow-y: scroll;
	background-color: #ffffff;
}

table.r td, th{
	border-right: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
	padding: 2px 5px 2px 5px;
}

table.r tr:hover{
	background-color: #eeeeee;
}

#map {
	position: absolute;
	left: 300px;
	top: 86px;
	height: 200px;
	width: 400px;
	border:1px solid #cccccc;
	color: #000000;
}


#load_div {
	position:absolute;
	top:116px;
	left:310px;
	z-index:5;
	background-color:#ffffee;
	font-size: 10px;
	border: 1px solid #ccc;
}


div.pst {
	float: right;
	font-size: 10px;
	color: #888;
}

div.tab1 {width: 400px;}

div.tab1 a {font-size:11px;}
div.tab1 a:hover {padding-right:13px; background:transparent url(external.png) no-repeat scroll right center;}

#options {	
	width: 268px;
	position: fixed;
	top: 145px;
	left: 0px;
	background-color: #cc601d;
	font-size: 12px;
	display: none;
	color: #fff;
}

#options #frm {
	padding: 14px;
}

#options .inp {
	width: 50px;
	height: 16px;
	border: 1px solid #fff;
}

#options select {	
	height: 16px;
	border: 1px solid #fff;
}

#close {float:right;}

/* up-down buttons */
div.up {
	background-image: url("updn.png");
	background-position: 0px 0px;
	height: 8px;
	width: 13px;
	background-repeat: repeat;
	margin-bottom: 0px;
	font-size: 1px;
}

div.dn {
	background-image: url("updn.png");
	background-position: 0px -8px;
	height: 8px;
	width: 13px;
	background-repeat: repeat;
	margin-bottom: 0px;
	font-size: 1px;
}

div.up:hover {background-position: -13px 0px; cursor: pointer;}

div.dn:hover {background-position: -13px -8px; cursor: pointer;}

div.updown {
	position: absolute;
	left: 50px;	
	top: 0px;
}