body {
	background-color: #49525c;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #222;
}
h1 {
	font-size: 1.4em;
	color: #49525c;
	margin: 0 0 15px 0;
	font-weight: normal;
}
.h1_spacer {
	font-size: 1.4em;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 1.1em;
	color: #49525c;
	margin: 0 0 5px 0;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	color: #999;
	margin: 0 0 5px 0;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: middle;
}
/* layout */
#outerContainer {
	width: 1024px;
	margin: 0 auto 50px auto;
}
#topHeader {
	background: url(/assets/images/header_bg_nyc.jpg);
	height: 44px;
	text-align: right;
	border-bottom: 1px solid #f3f5f7;
}
#userNavContainer {
	height: 100%;
	position: relative;
}
#userNavPositioner {
	bottom: 0;
	right: 0;
	position: absolute;
}
#userNav {
	font-size: .7em;
	float: right;
	padding: 5px 6px 0 2px;
	background: #f3f5f7;
	height: 17px;
	float: right;
}
#userNav a {
	color: #49525c;
	text-decoration: none;
	font-weight: bold;
}
#header {
	background-color: #94a8bf;
	width: 100%;
	height: 112px;
}
/* nav */
#nav {
	margin: 15px 0 0 103px;
	float: left;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #94a8bf;
}
#nav ul li {
	float: left;
	padding: 3px 13px;
	height: 21px;
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.05em;
}
#nav .current {
	background-color: #fff;
}
#nav .current a {
	color: #94a8bf;
}
#topSearchBox {
	float: right;
	margin: 10px 100px 0 0;
}
#topSearchBox input {
	width: 200px;
	border: 1px solid #fff;
	padding: 4px;
	float: left;
	color: #666;
}
#topSearchBox .submit {
	width: auto;
	border: default;
	border: none;
	float: left;
	margin-left: -28px;
	margin-top: -5px;
}
/* content main */
#main {
	width: 790px;
	padding: 15px 117px 40px 117px;
	background: url(/assets/images/main_bg.gif) repeat-y;
	overflow: auto;
	font-size: 90%;
}
#main a {
	color: #94a8bf;
}
#col1 {
	float: left;
	width: 45%;
}
#col2 {
	float: left;
	width: 30%;
}
#footer {
	clear: both;
	background: #f3eed6;
	text-align: center;
	padding: 10px;
	color: #8a887f;
	font-size: .7em;
}
#footer a {
	color: #8a887f;
}
#location_box {
	width: 180px;
	border: 2px solid #ccc;
	background-color: #efefef;
	padding: 5px;
}
#location_box .area {
	font-size: 1.05em;
	font-weight: bold;
	color: #333;
}
#location_box .neighborhood {
	font-size: .9em;
	color: #555;
}
#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background:#000;
	border: 1px solid #cecece;
	z-index:1;
}
.popup {
	display: none;
	position: fixed;
	_position: absolute;
	background: #ffffff;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: .9em;
}

#popupLogin {
	height: 230px;
	width: 320px;
}
#popupRegister {
	height: 360px;
	width: 320px;
}
#popupForgotPw {
	height: 130px;
	width: 320px;
}
#popupForgotPwDone {
	height: 130px;
	width: 320px;
}
#popupMessageAgent {
	height: 420px;
	width: 340px;
}
#popupMessageAgentDone,#popupDone {
	height: 100px;
	width: 300px;
}
#popupRequestListingInfo {
	height: 500px;
	width: 340px;
}
a.popupClose {
	font-size: 1.3em;
	line-height: 1.3em;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
	text-decoration: none;
}
.popupForm label {
	float: left;
	text-align: right;
	margin-right: 1em;
	padding: .5em;
	font-size: .9em;
	color: #333;
	width: 4.5em;
}
.popupForm label span {
	display: block;
	color: #666;
	font-size: .8em;
	text-align: right;
}

.popupForm input, textarea {
	border:1px solid #CECECE;
	color: #333;
	font-size: .9em;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	padding: .5em;
	width: 14em;
	margin-bottom: 1em;
}
.popupForm select {
	margin-bottom: 1em;
}
.popupForm .button {
	width: auto;
	padding: .2em;
}
.popup a {
	color: #94a8bf;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}
.field_error, .popup_field_error {
	font-size: .8em;
	color: red;
	font-weight: bold;
	display: block;
}
#wait {
	position:absolute;
	top:0px;
	right:0px;
	background-color: #49525c;
	border: 2px solid #fff;
	font-size: 1.3em;
	color:#fff; padding:.5em;
	margin: .5em;
	display: none;
}
#wait img {
	vertical-align: middle;
}
.grey_box {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 15px;
	font-size: .8em;
	background-color: #efefef;
}
.orange_box {
	border: 1px solid #e37b09;
	padding: 5px;
	margin-bottom: 15px;
}
.med_sm {
	font-size: 1.1em;
}
.med {
	font-size: 1.2em;
}
.lg {
	font-size: 1.4em;
}
.red {
	/*color: #ff8477;*/
	color: red;
}
.orange {
	color: #E37B09;
}
.listing_image_icon_box {
	width: 60px;
	padding:5px;
	margin-bottom: 3px;
	border: 1px solid #9bc9e2; /*d3e0f0*/
	text-align: center;
	font-size: .8em;
	min-height: 44px;
}
.listing_image_icon_box a {
	vertical-align: middle;
	color: #000;
	padding-top: 10px;
}
.notice {
	margin: 0 auto 10px auto;
	text-align: center;
	padding: .5em;
}
.notice span {
	padding: .5em;
	font-weight: bold;
	color: #e37b09;
	border: 2px solid #E37B09;
}
#main a.orange_kick {
	color: #e37b09;
}
.roundBox {
	background: #efefef;
}
.roundBoxTop {
	background: url(/assets/images/roundbox_topright.png) no-repeat top right;
}
.roundBoxTop div {
	font-size: 0;
	height: 10px;
	background: url(/assets/images/roundbox_topleft.png) no-repeat top left;
}
.roundBoxBottom {
	background: url(/assets/images/roundbox_bottomright.png) no-repeat bottom right;
}
.roundBoxBottom div {
	font-size: 0;
	height: 10px;
	background: url(/assets/images/roundbox_bottomleft.png) no-repeat bottom left;
}
.roundBoxContent {
	padding: 0px 10px 0px 10px;
}
