﻿body
{
	margin: 0;
	padding: 0; 
	background:#fff url(../images/page-background.jpg) no-repeat top center;
		/*background: #cc0000;*/
	font: 12px Arial, Helvetica, sans-serif;
	color: #808080;
}

h1
{
	/*background-color: #ccff00 !important;*/
}

h2
{
	/*background-color: #ffff66 !important;*/
}

img, a
{
	outline: none;
	border: none;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.container
{
	position: relative;
	width: 916px;
	margin: 0 auto;
}
.stdtext
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9px;
	color: black;
}
.stdtext a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9px;
	color: black;
	text-decoration: none;
}

/*
	HEADER
*/

#header-flash
{
	position: absolute;
	z-index: 1000;
	right: 10px;
	top: 0;
	width: 536px;
	height: 106px;
}


.header
{
	position: relative;
	background: url(../images/header.gif) no-repeat;
	width: 916px;
	height: 136px;
	overflow: hidden;
}

.header a.register-button
{
	position: absolute;
	width: 79px;
	height: 22px;
	top: 68px;
	left: 814px;
	display: block;
	text-indent: -99em;
	background: url(../images/register-here.gif) no-repeat;
}

.nav
{
	position: relative;
	width: 916px;
	height: 43px;
	overflow: hidden;
	background: url(../images/nav-background.jpg) no-repeat;
}

.nav a
{
	height: 33px;
	text-indent: -99em;
	display: inline-block;
	float: left;
}

.nav a.find-property
{
	width: 119px;
	margin-left: 13px;
	background: url(../images/nav-find-property.gif) no-repeat;
}

.nav a.find-agent
{
	width: 98px;
	background: url(../images/nav-find-agent.gif) no-repeat;
}

.nav a.request-officespace
{
	width: 155px;
	background: url(../images/nav-request-officespace.gif) no-repeat;
}

.nav a.list-property
{
	width: 117px;
	background: url(../images/nav-list-property.gif) no-repeat;
}

.nav a.log-in
{
	width: 114px;
	background: url(../images/nav-log-in.gif) no-repeat;
}

.nav a.about-us
{
	width: 89px;
	background: url(../images/nav-about-us.gif) no-repeat;
}

.nav a.contact-us
{
	width: 98px;
	background: url(../images/nav-contact-us.gif) no-repeat;
}



/*
	LEFT CONTENT AREA
*/

.content-left
{
	position: relative;
	float: left;
	width: 629px;
	background: url(../images/content-left-background.jpg) no-repeat;
}

* + html .content-left
{
	top: -20px;
}

* html .content-left
{
	top: -20px;
}

.property-search
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	height: 177px;
	overflow: hidden;
	background: url(../images/property-search-background.jpg) no-repeat;
}

.property-search .location-form
{
	position: relative;
	float: left;
	display: inline-block !important;
	display: inline;
	width: 210px;
	margin-top: 36px;
	margin-left: 19px;
}

.property-search .details-form
{
	position: relative;
	float: left;
	display: inline-block !important;
	display: inline;
	margin-top: 36px;
	width: 170px;
	margin-left: 9px; /*	width:185px; 	margin-left:19px;*/
}

.property-search .search-region
{
	position: relative;
	float: left;
	display: inline-block !important;
	display: inline;
	width: 175px;
	margin-top: 36px;
	margin-left: 19px;
	font-size: 11px;
}

.property-search form
{
	margin: 0;
	padding: 0;
}

.location-form label
{
	display: inline-block;
	width: 80px;
	line-height: 22px;
}



.inpQuick50, .inpQuick80, .inpQuick150
{
	border: 1px solid #999; /*height:17px;*/
	width: 105px;
	font: 11px Verdana, Tahoma, Arial,Sans-Serif;
	color: #333;
	background-color: #fff;
}

.inpQuick50 {width: 50px;}
.inpQuick80 {width: 80px;}
.inpQuick150 {	width: 110px;}

.inpAdvanced50, .inpAdvanced80, .inpAdvanced150, .inpAdvanced170 {
	border: 1px solid #999;
	font: 11px Arial, Verdana, Tahoma, Arial,Sans-Serif;
	color: #333;
	background-color: #fff;
}
.inpAdvanced175 {
	font: 11px Arial, Verdana, Tahoma, Arial,Sans-Serif;
	color: #333;
    width: 175px;
}


.details-form label
{
	display: inline-block;
	width: 90px;
	line-height: 24px;
}

/*.details-form input{
	border:1px solid #999;
	height:17px;
	width:90px;
	background:#fff;
}

.details-form select{
	border:1px solid #999;
	height:17px;
	width:93px;
	font-size:10px;
	background:#fff;
}*/

.details-form input.radio
{
	width: auto;
	height: auto;
	border: none;
	background: none;
}
/*
.property-search button{
	border:none;
	background:none;
	outline:none;
	cursor:pointer;
	padding:0;
	margin:0;
	margin-top:5px;
	float:right;
}
*/
.h2Property h2
{
	padding: 0 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 10px 0 2px 0;
	float: left;
}
.property-search h1
{
	color: #f05a27;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.property-search .map
{
	float: left;
	width: 96px;
	height: 97px;
	overflow: hidden;
	background: url(../images/map.gif) no-repeat -236px -216px;
}

.content-left-bottom
{
	position: relative;
	margin: 0 auto;
	width: 603px;
}

.content-left-bottom .hot-listings
{
	position: relative;
	float: left;
	width: 194px;
	height: 179px;
	overflow: hidden;
	background: url(../images/hot-listings-background.jpg) no-repeat;
	font-size: 11px;
	line-height: 11px;
	color: #f05a27;
}

.content-left-bottom .hot-listings a
{
	color: #808080;
	text-decoration: none;
}

.content-left-bottom .hot-listings a:hover
{
	text-decoration: underline;
}

.content-left-bottom .hot-listings ul
{
	margin: 0;
	padding: 30px 16px 10px 20px;
	list-style-image: url(../images/hot-listings-bullet.gif);
}

.content-left-bottom .hot-listings li
{
	padding-bottom: 5px;
}

.content-left-bottom .featured-property
{
	position: relative;
	float: right;
	overflow: hidden;
	width: 409px;
	height: 454px;
	background: url(../images/featured-property-background.gif) no-repeat;
}

.content-left-bottom .featured-property .header
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url(../images/featured-property-header.gif) no-repeat;
}

.content-left-bottom .featured-property .hero
{
	position: relative;
	padding-top: 7px;
	width: 410px;
	height: 315px;
	text-align: left;
	overflow: hidden;
}

.content-left-bottom .featured-property .details
{
	position: relative;
	float: left;
	display: inline;
	top: 10px;
	left: 18px;
	width: 215px;
	height: 110px;
}

.content-left-bottom .featured-property .details h1
{
	/*font-size: 12px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
	padding: 0;
	line-height: 16px;*/
}

.content-left-bottom .featured-property .details h2
{
	/*font-size: 12px;
	font-weight: bold;
	color: #005a9e;
	margin: 0;
	padding: 0;
	line-height: 16px;*/
}

.content-left-bottom .featured-property .details p
{
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	height: 45px;
	overflow: hidden;
}

.content-left-bottom .featured-property .details p sup
{
	font-size: 8px;
	line-height: 6px;
	margin: 0;
	padding: 0;
}

.content-left-bottom .featured-property .details a
{
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}

.content-left-bottom .featured-property .logo
{
	position: relative;
	float: right;
	display: inline;
	top: 10px;
	right: 15px;
	width: 155px;
	height: 110px;
	text-align: center;
	overflow: hidden;
}

.content-left-bottom .promo-box-1
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 194px;
	height: 137px;
	margin: 0;
	padding: 0;
}

.content-left-bottom .promo-box-2
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 194px;
	height: 138px;
	margin: 0;
	padding: 0;
}

.search-results
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	overflow: hidden;
	background: url(../images/search-results-background.gif) no-repeat;
}

.search-results h1
{
	padding: 63px 0 0 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
}

.double-line-box
{
	width: 563px;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 19px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	font-size: 11px;
}

.double-line-box a
{
	color: #f05a27;
	text-decoration: none;
}

.double-line-box a.dark
{
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}
.dark a
{
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}

.search-result-box
{
	width: 603px;
	height: 154px;
	background: url(../images/search-result-box-background.jpg) no-repeat;
}

.search-premium-result-box
{
	width: 603px;
	height: 350px;
	/background: url(../images/search-result-box-background.jpg) no-repeat;
}
.search-result-box .title
{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding: 6px 20px 0 20px;
}

.search-premium-result-box .title
{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding: 6px 20px 0 20px;
}

.search-result-box .title sup
{
	font-size: 10px;
	line-height: 0;
}

.search-result-box .hero
{
	clear: both;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	width: 140px;
	height: 105px;
	overflow: hidden;
}

.search-result-box .details
{
	float: right;
	width: 415px;
	height: 105px;
	padding-top: 15px;
	padding-right: 20px;
	text-align: left;
}

.search-result-box .details a
{
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}

.search-result-box .details h1
{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #f05a27;
	padding: 0;
	margin: 0;
}

.search-result-box .details h1 a
{
	color: #f05a27;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}

.search-result-box .details h2
{
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #f05a27;
	padding: 0;
	margin: 0;
}

.search-result-box .details h2 a
{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #f05a27;
	text-decoration: underline;
}
.search-result-box .details h3
{
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #f05a27;
	padding: 0;
	margin: 0;
}
.search-result-box .details p
{
	width: 265px;
	height: 55px;
	font-size: 11px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

.search-result-box .details .logo
{
	width: 130px;
	height: 55px;
	overflow: hidden;
	float: right;
}

.search-results a
{
	color: #f05a27;
	text-decoration: none;
}

.property-details
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	padding-top: 64px;
	overflow: hidden;
	background: url(../images/property-details-background.gif) no-repeat;
}

.property-details .double-line-box
{
	margin-bottom: 6px;
}

.property-details h1
{
	padding: 0 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	color: #f05a27;
	margin: 0 0 3px 0;
}

.property-details h2
{
	/*	padding:0 0 0 20px; 	font-size:12px; 	font-weight:bold; 	color:#4c4c4c; 	margin:10px 0 2px 0;*/
}
.property-details p
{
	font-size: 11px;
	padding: 3px 20px;
	margin: 0;
}

.property-details table
{
	margin: 3px 20px 20px 20px;
	padding: 0;
	font-size: 11px;
}



.property-details td
{
	padding-right: 35px;
	vertical-align: text-top;
}

.property-details h1 sup
{
	font-size: 10px;
	line-height: 0;
}

.property-details .photos
{
	position: relative;
	width: 603px;
	height: 306px;
	background: url(../images/property-details-photos-background.jpg) no-repeat;
}

.property-details .photos h1
{
	color: #666666;
	line-height: 29px;
}

.property-details .photos h1.right
{
	padding: 0 20px 0 0;
}

.property-details .photos .hero
{
	position: absolute;
	top: 42px;
	left: 20px;
	width: 288px;
	height: 249px;
	overflow: hidden;
}

.property-details .photos .thumb1
{
	position: absolute;
	top: 42px;
	left: 313px;
	width: 133px;
	height: 122px;
	overflow: hidden;
}

.property-details .photos .thumb2
{
	position: absolute;
	top: 42px;
	left: 451px;
	width: 133px;
	height: 122px;
	overflow: hidden;
}

.property-details .photos .thumb3
{
	position: absolute;
	top: 169px;
	left: 313px;
	width: 133px;
	height: 122px;
	overflow: hidden;
}

.property-details .photos .thumb4
{
	position: absolute;
	top: 169px;
	left: 451px;
	width: 133px;
	height: 122px;
	overflow: hidden;
}

.property-details .meta-info
{
	width: 563px;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 19px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
}

.property-details .meta-info a
{
	color: #f05a27;
	text-decoration: none;
}


.property-details a
{
	color: #f05a27;
	text-decoration: none;
}



.text
{
	position: relative;
	margin: 0 auto;
	width: 567px;
	overflow: hidden;
	padding: 64px 16px 0 20px;
	font-size: 11px;
}

.text h1
{
	font-size: 15px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
	color: #005a9e;
}

.text h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
	color: #4c4c4c;
}

.text h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
	color: #005a9e;
}

.text p
{
	font-size: 11px;
	padding: 3px 0;
	margin: 0;
}

.text p.intro
{
	font-size: 13px;
	line-height: 16px;
}

.text ul
{
	padding: 0;
	margin: 0 0 15px 15px;
}

.text li
{
	margin: 7px 0;
}

.text a
{
	color: #f05a27;
	text-decoration: none;
}

.text a:hover
{
	text-decoration: underline;
}

.list-property
{
	background: url(../images/list-property-background.gif) no-repeat;
}

.list-property .advertising-button
{
	position: absolute;
	top: 33px;
	left: 230px;
}

.login
{
	background: url(../images/login-background.gif) no-repeat;
}

.about-us
{
	background: url(../images/about-us-background.gif) no-repeat;
}

.about-us p
{
	font-size: 13px;
	line-height: 16px;
}

.contact-us
{
	background: url(../images/contact-us-background.gif) no-repeat;
}

.banner-advertising
{
	background: url(../images/banner-advertising-background.gif) no-repeat;
}

.register-list
{
	background: url(../images/register-list-background.gif) no-repeat;
}

.disclaimer
{
	background: url(../images/disclaimer-background.gif) no-repeat;
}

.terms
{
	background: url(../images/terms-background.gif) no-repeat;
}

.privacy
{
	background: url(../images/privacy-background.gif) no-repeat;
}

.grey
{
	background: url(../images/grey-background.gif) no-repeat;
}

.blue
{
	background: url(../images/blue-background.gif) no-repeat;
}

.orange
{
	background: url(../images/orange-background.gif) no-repeat;
}



/*
	RIGHT CONTENT AREA
*/

.content-right
{
	position: relative;
	float: right;
	width: 287px;
	top: -4px;
}

* + html .content-right
{
	top: -24px;
}

* html .content-right
{
	top: -24px;
}

.content-right .property-box
{
	width: 287px;
	height: 127px;
	background: url(../images/property-box-background.jpg) no-repeat;
}



.content-right .property-box .details
{
	position: relative;
	float: left;
	display: inline;
	top: 10px;
	left: 5px;
	width: 185px;
	height: 110px;
}

.content-right .property-box .details h1
{
	/*font-size: 12px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
	padding: 0;
	line-height: 16px;*/
}

.content-right .property-box .details h2
{
	/*font-size: 12px;
	font-weight: bold;
	color: #005a9e;
	margin: 0;
	padding: 0;
	line-height: 16px;*/
}

.content-right .property-box .details p
{
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	height: 45px;
	overflow: hidden;
}

.content-right .property-box .details p sup
{
	font-size: 8px;
	line-height: 6px;
	margin: 0;
	padding: 0;
}

.content-right .property-box .details a
{
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}

.content-right .property-box .hero
{
	position: relative;
	float: right;
	display: inline;
	top: 10px;
	right: 10px;
	width: 75px;
	height: 100px;
	text-align: center;
	overflow: hidden;
}

.content-right .featured-ad
{
	width: 287px;
	height: 150px;
	overflow: hidden;
}

.content-right .normal-ad-1
{
	width: 141px;
	height: 100px;
	margin-top: 4px;
	float: left;
	display: inline;
	overflow: hidden;
}

.content-right .normal-ad-2
{
	width: 141px;
	height: 100px;
	margin-top: 4px;
	float: right;
	display: inline;
	overflow: hidden;
}

.content-right .request-officespace
{
	width: 286px;
	height: 122px;
	overflow: hidden;
}



.content-right .featured-property
{
	margin-top: 5px;
}

.content-right .featured-property .hero
{
	width: 286px;
	height: 257px;
	overflow: hidden;
}
.content-right .featured-property .details
{
	width: 287px;
	height: 155px;
	margin-bottom: 5px;
	background: url(../images/content-right-featured-property-background.gif) no-repeat;
}

.content-right .featured-property .details h1
{
	font-size: 12px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
	padding: 25px 0 0 13px;
	line-height: 16px;
}

.content-right .featured-property .details h2
{
/*	font-size: 12px;
	font-weight: bold;
	color: #005a9e;
	margin: 0;
	padding: 0 0 0 13px;
	line-height: 16px;*/
}

.content-right .featured-property .details p
{
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 0 13px;
	float: left;
	margin: 0;
	width: 167px;
	height: 58px;
	overflow: hidden;
}

.content-right .featured-property .details p sup
{
	font-size: 8px;
	line-height: 6px;
	margin: 0;
	padding: 0;
}

.content-right .featured-property .details a
{
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}

.content-right .featured-property .details span
{
	padding-left: 13px;
}

.content-right .featured-property .details .logo
{
	float: right;
	width: 105px;
	height: 70px;
	overflow: hidden;
	text-align: left;
	padding: 0;
}

.content-right .location-map,.advanced-search-officespace
{
	position: relative;
	width: 287px;
	margin-left: -13px;
	background: url(../images/location-map-background.jpg) no-repeat;
	font-size: 9px;
	color: #b2b2b2;
	padding-left: 13px;
}

.content-right .location-map a
{
	color: #b2b2b2;
	text-decoration: none;
}

.content-right .location-map a:hover
{
	color: #999999;
	text-decoration: underline;
}

.content-right .location-map h1
{
	padding: 0 0 0 0px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 3px 0;
	line-height: 29px;
}

.content-right .location-map .map
{
	margin: 10px 0;
	width: 274px;
	/*height: 253px;
	overflow: hidden;*/
}

.content-right .contact-details
{
	width: 287px;
	overflow: hidden;
	font-size: 11px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 13px;
}

.content-right .contact-details h1
{
	width: 287px;
	margin-bottom: 15px;
	height: 19px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
}

.content-right .contact-details h2
{
	/*padding: 0; 	font-size: 15px; 	font-weight: bold; 	color: #f05a27; 	margin: 0 0 3px 0;*/
}

.content-right .contact-details h3
{
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 10px 0 2px 0;
}

.content-right .contact-details p
{
	font-size: 11px;
	padding: 3px 0px;
	margin: 0;
}








/*
	FOOTER
*/

.footer
{
	position: relative;
	width: 916px;
	top: 17px;
	clear: both;
	margin-bottom: 100px;
}

.footer .bottom-nav
{
	position: relative;
	width: 903px;
	height: 24px;
	left: 14px;
	background: #bfbfbf;
	font-size: 11px;
	padding-top: 9px;
}

.footer .bottom-nav a
{
	color: #666;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

.footer .bottom-nav img
{
	vertical-align: middle;
}

.footer .bottom-nav a img
{
	padding-left: 7px;
}

.footer .bottom-subnav
{
	position: relative;
	top: 9px;
	left: 24.5px;
	float: left;
	display: inline;
	font-size: 11px;
	color: #b2b2b2;
}

.footer .bottom-subnav a
{
	text-decoration: none;
	color: #b2b2b2;
	padding: 0 3.5px;
}

.footer .credits
{
	position: relative;
	top: 9px;
	float: right;
	display: inline;
	font-size: 11px;
	color: #b2b2b2;
}

.footer .credits a
{
	color: #b2b2b2;
	text-decoration: none;
}





/*
	REGISTER - PACKAGE BOXES
*/

/*
SIX MONTH
*/

.six-month-box
{
	position: relative;
	float: left;
	width: 567px;
	height: 250px;
	background: url(../images/six-month-background-os-01.jpg) no-repeat;
}

.six-month-box a
{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	width: 567px;
	height: 250px;
	display: block;
}
.six-month-box a:hover
{
	text-decoration: none;
}

.six-month-box-body
{
	margin-top: 40px;
	position: relative;
	width: 353px;
	min-height: 65px;
	height: auto !important;
	height: 65px;
}

.six-month-box-footer
{
	position: relative;
	width: 189px;
	height: 8px;
	overflow: hidden;
	display: none;
}

.six-month-box ul
{
	position: relative;
	font-size: 11px;
	padding: 0 11px 0 32px;
	margin: 0;
	list-style-type: none;
	display: none;
}

.six-month-box li
{
	background: transparent url(../images/bullet.gif) no-repeat 0.5em 1.2em;
	border-bottom: 1px solid #c8d0d5;
	margin: 0;
	padding: 9px 0 9px 18px;
}

.six-month-box-price
{
	display: none;
}


/*
	PLATINUM
*/

.platinum-box
{
	position: relative;
	float: left;
	width: 189px;
	background: url(../images/register-box-background.jpg) repeat-y;
}

.platinum-box a
{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.platinum-box a:hover
{
	text-decoration: none;
}

.platinum-box-header
{
	position: relative;
	width: 189px;
	height: 40px;
	overflow: hidden;
	background: url(../images/platinum-header.jpg) no-repeat;
}

.platinum-box-body
{
	position: relative;
	width: 189px;
	min-height: 165px;
	height: auto !important;
	height: 165px;
	background: url(../images/register-box-body.jpg) no-repeat;
}

.platinum-box-price
{
	position: relative;
	width: 146px;
	height: 67px;
	background: #cad5dc;
	margin: 0 0 0 32px;
}
.platinum-box-price h2
{
	font-size: 28px;
	font-weight: normal;
	color: #005A9E;
	padding: 10px 0 0 15px;
	margin: 0;
}
.platinum-box-price span
{
	font-size: 11px;
	color: #333333;
	padding: 5px 0 0 30px;
	margin: 0;
}

.platinum-box-footer
{
	position: relative;
	width: 189px;
	height: 8px;
	overflow: hidden;
	background: url(../images/register-box-footer.jpg) no-repeat;
}

.platinum-box ul
{
	position: relative;
	font-size: 11px;
	padding: 0 11px 0 32px;
	margin: 0;
	list-style-type: none;
}

.platinum-box li
{
	background: #d7dcdf url(../images/bullet.gif) no-repeat 0.5em 1.2em;
	border-bottom: 1px solid #c8d0d5;
	margin: 0;
	padding: 10px 0 10px 18px;
}


/*
	GOLD
*/

.gold-box
{
	position: relative;
	float: left;
	width: 189px;
	background: url(../images/register-box-background.jpg) repeat-y;
}

.gold-box a
{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.gold-box a:hover
{
	text-decoration: none;
}

.gold-box-header
{
	position: relative;
	width: 189px;
	height: 40px;
	overflow: hidden;
	background: url(../images/gold-header.jpg) no-repeat;
}

.gold-box-body
{
	position: relative;
	width: 189px;
	min-height: 165px;
	height: auto !important;
	height: 165px;
	background: url(../images/register-box-body.jpg) no-repeat;
}

.gold-box-price
{
	position: relative;
	width: 146px;
	height: 67px;
	background: #f5ecd3;
	margin: 0 0 0 32px;
}
.gold-box-price h2
{
	font-size: 28px;
	font-weight: normal;
	color: #005A9E;
	padding: 10px 0 0 15px;
	margin: 0;
}
.gold-box-price span
{
	font-size: 11px;
	color: #333333;
	padding: 5px 0 0 30px;
	margin: 0;
}

.gold-box-footer
{
	position: relative;
	width: 189px;
	height: 8px;
	overflow: hidden;
	background: url(../images/register-box-footer.jpg) no-repeat;
}

.gold-box ul
{
	position: relative;
	font-size: 11px;
	padding: 0 11px 0 32px;
	margin: 0;
	list-style-type: none;
}

.gold-box li
{
	background: #efebe2 url(../images/bullet.gif) no-repeat 0.5em 1.2em;
	border-bottom: 1px solid #dad7cf;
	margin: 0;
	padding: 10px 0 10px 18px;
}


/*
	SILVER
*/

.silver-box
{
	position: relative;
	float: left;
	width: 189px;
	background: url(../images/register-box-background.jpg) repeat-y;
}

.silver-box a
{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.silver-box a:hover
{
	text-decoration: none;
}

.silver-box-header
{
	position: relative;
	width: 189px;
	height: 40px;
	overflow: hidden;
	background: url(../images/silver-header.jpg) no-repeat;
}

.silver-box-body
{
	position: relative;
	width: 189px;
	min-height: 165px;
	height: auto !important;
	height: 165px;
	background: url(../images/register-box-body.jpg) no-repeat;
}

.silver-box-price
{
	position: relative;
	width: 146px;
	height: 67px;
	background: #d1d3d4;
	margin: 0 0 0 32px;
}
.silver-box-price h2
{
	font-size: 28px;
	font-weight: normal;
	color: #005A9E;
	padding: 10px 0 0 15px;
	margin: 0;
}
.silver-box-price span
{
	font-size: 11px;
	color: #333333;
	padding: 5px 0 0 30px;
	margin: 0;
}

.silver-box-footer
{
	position: relative;
	width: 189px;
	height: 8px;
	overflow: hidden;
	background: url(../images/register-box-footer.jpg) no-repeat;
}

.silver-box ul
{
	position: relative;
	font-size: 11px;
	padding: 0 11px 0 32px;
	margin: 0;
	list-style-type: none;
}

.silver-box li
{
	background: #dcddde url(../images/bullet.gif) no-repeat 0.5em 1.2em;
	border-bottom: 1px solid #cecfd1;
	margin: 0;
	padding: 10px 0 10px 18px;
}


/*
	SMALL PLATINUM
*/

.small-platinum-box
{
	position: relative;
	float: left;
	width: 189px;
	background: url(../images/small-register-box-background.jpg) repeat-y;
}

.small-platinum-box a
{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.small-platinum-box a:hover
{
	text-decoration: none;
}

.small-platinum-box-header
{
	position: relative;
	width: 189px;
	height: 30px;
	overflow: hidden;
	background: url(../images/small-platinum-header.jpg) no-repeat;
}

.small-platinum-box-body
{
	position: relative;
	width: 189px;
	min-height: 65px;
	height: auto !important;
	height: 65px;
	background: url(../images/small-register-box-body.jpg) no-repeat;
}

.small-platinum-box-footer
{
	position: relative;
	width: 189px;
	height: 8px;
	overflow: hidden;
	background: url(../images/small-register-box-footer.jpg) no-repeat;
}

.small-platinum-box ul
{
	position: relative;
	font-size: 11px;
	padding: 0 11px 0 32px;
	margin: 0;
	list-style-type: none;
}

.small-platinum-box li
{
	background: #d7dcdf url(../images/bullet.gif) no-repeat 0.5em 1.2em;
	border-bottom: 1px solid #c8d0d5;
	margin: 0;
	padding: 10px 0 10px 18px;
}


/*
	SMALL gold
*/

.small-gold-box
{
	position: relative;
	float: left;
	width: 189px;
	background: url(../images/small-register-box-background.jpg) repeat-y;
}

.small-gold-box a
{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.small-gold-box a:hover
{
	text-decoration: none;
}

.small-gold-box-header
{
	position: relative;
	width: 189px;
	height: 30px;
	overflow: hidden;
	background: url(../images/small-gold-header.jpg) no-repeat;
}

.small-gold-box-body
{
	position: relative;
	width: 189px;
	min-height: 65px;
	height: auto !important;
	height: 65px;
	background: url(../images/small-register-box-body.jpg) no-repeat;
}

.small-gold-box-footer
{
	position: relative;
	width: 189px;
	height: 8px;
	overflow: hidden;
	background: url(../images/small-register-box-footer.jpg) no-repeat;
}

.small-gold-box ul
{
	position: relative;
	font-size: 11px;
	padding: 0 11px 0 32px;
	margin: 0;
	list-style-type: none;
}

.small-gold-box li
{
	background: #efebe2 url(../images/bullet.gif) no-repeat 0.5em 1.2em;
	border-bottom: 1px solid #dad7cf;
	margin: 0;
	padding: 10px 0 10px 18px;
}


/*
	SMALL silver
*/

.small-silver-box
{
	position: relative;
	float: left;
	width: 189px;
	background: url(../images/small-register-box-background.jpg) repeat-y;
}

.small-silver-box a
{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.small-silver-box a:hover
{
	text-decoration: none;
}

.small-silver-box-header
{
	position: relative;
	width: 189px;
	height: 30px;
	overflow: hidden;
	background: url(../images/small-silver-header.jpg) no-repeat;
}

.small-silver-box-body
{
	position: relative;
	width: 189px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	background: url(../images/small-register-box-body.jpg) no-repeat;
}

.small-silver-box-footer
{
	position: relative;
	width: 189px;
	height: 8px;
	overflow: hidden;
	background: url(../images/small-register-box-footer.jpg) no-repeat;
}

.small-silver-box ul
{
	position: relative;
	font-size: 11px;
	padding: 0 11px 0 32px;
	margin: 0;
	list-style-type: none;
}

.small-silver-box li
{
	background: #dcddde url(../images/bullet.gif) no-repeat 0.5em 1.2em;
	border-bottom: 1px solid #cecfd1;
	margin: 0;
	padding: 10px 0 10px 18px;
}
/*
	PRIVACY
*/
.hdrBlk
{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}

/*
* html td.gmapHolder {
	padding-top: 10px;
}*/

.gmapPad
{
	padding: 5px 10px;
}

.gmapPad p
{
	padding: 5px 0;
}


.find-agent
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	overflow: hidden;
	background: url(../images/find-agent-background.gif) no-repeat;
}

.find-agent h1
{
	padding: 63px 0 0 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
}

.find-agent-box
{
	width: 603px;
	min-height: 154px;
	height: auto !important;
	height: 154px;
	background: url(../images/search-result-box-background.jpg) no-repeat;
}

.find-agent-box .title
{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding: 6px 20px 0 20px;
}

.find-agent-box .title sup
{
	font-size: 10px;
	line-height: 0;
}

.find-agent-box .hero
{
	clear: both;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	width: 150px;
}

.find-agent-box .details
{
	width: 385px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.find-agent-box .details a
{
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}
.grdTerms
{
	width: 100%;
	border: solid 0px #eeeeee;
}

.grdTerms td
{
	border: solid 0px #eeeeee;
	vertical-align: super;
	padding: 10px 5px 5px 5px;
}

. tdMap
{
	width=200px;
}

.find-agent-box .details h1
{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #f05a27;
	padding: 0;
	margin: 0;
}

.find-agent-box .details h1 a
{
	color: #f05a27;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
.map-link
{
	color: #f05a27;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
.find-agent-box .details h2
{
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #f05a27;
	padding: 0;
	margin: 0;
}

.find-agent-box .details h2 a
{
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #f05a27;
	text-decoration: none;
}

.find-agent-box .details p
{
	font-size: 11px;
	padding: 0;
	margin: 0 0 5px 0;
}

.find-agent-box .details table
{
	width: 390px;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.find-property
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: hidden;
	background: url(../images/find-property-background.gif) no-repeat;
}


.find-property h1
{
	padding: 63px 0 0 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
}

.find-property div
{
	padding: 20px 0 0 20px;
}

.find-property div label
{
	float: left;
	width: 120px;
}

.find-property button
{
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.find-property div table label
{
	float: none;
	width: auto;
}


.gmapPadMap
{
	padding: 10px 10px 10px 0;
}



.blue
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: hidden;
	background: url(../images/blue-background.gif) no-repeat;
}


.blue h1
{
	padding: 63px 0 0 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
}

.blue div
{
	padding: 20px 0 0 20px;
}

.blue div label
{
	float: left;
	width: 120px;
}

.blue button
{
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.blue div table label
{
	float: none;
	width: auto;
}


.blue a
{
	color: #f05a27;
	text-decoration: none;
}



.orange
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: hidden;
	background: url(../images/orange-background.gif) no-repeat;
}


.orange h1
{
	padding: 63px 0 0 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
}

.orange div
{
	padding: 20px 0 0 20px;
}

.orange div label
{
	float: left;
	width: 120px;
}

.orange button
{
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.orange div table label
{
	float: none;
	width: auto;
}


.orange a
{
	color: #f05a27;
	text-decoration: none;
}
.white a
{
	color: White;
	text-decoration: none;
}

.grey
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: hidden; /*background:url(../images/grey-background.gif) no-repeat;*/
}

.tblPremium
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 11px;
	width: 120px;
}

.tdPremium {
	background: url(../images/grey-background.gif) no-repeat;
}

a.lnkPremium, a.lnkPremium:visited, a.lnkPremium:active {
    color: #fff;
}

.grey h1
{
	padding: 63px 0 0 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
}

.grey div
{
	padding: 20px 0 0 20px;
}

.grey div label
{
	float: left;
	width: 120px;
}

.grey button
{
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.grey div table label
{
	float: none;
	width: auto;
}

.grey a
{
	color: #f05a27;
	text-decoration: none;
}


.contact-us
{
	position: relative;
	margin: 0 auto;
	width: 603px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: hidden;
	background: url(../images/contact-us-background.gif) no-repeat;
}


.contact-ush1
{
	padding: 63px 0 0 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
}

.contact-us div
{
	padding: 20px 0 0 20px;
}

.contact-us div label
{
	float: left;
	width: 120px;
}

.contact-us button
{
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.contact-us div table label
{
	float: none;
	width: auto;
}

.contact-us a
{
	color: #f05a27;
	text-decoration: none;
}



.property-details-pager
{
	height: 25px;
	text-indent: 40px;
	padding-right: 20px;
	font-size: 11px;
}

.property-details-pager a
{
	color: #f05a27;
}

.pager
{
	width: 563px;
	margin: 0 auto;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	color: #F05A27;
}

.pager a
{
	color: #808080;
}



.content-form
{
	width: 500px;
	margin: 0 auto;
}

.content-form p
{
	width: 435px;
	padding-left: 20px;
	clear: both;
}

.content-form h1
{
	clear: both;
	font-size: 15px;
	font-weight: bold;
	color: #F05A27;
	padding: 4px 20px;
	margin: 15px 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

.content-form .field
{
	clear: both;
	width: 433px;
	padding: 10px 0 10px 20px;
}

.content-form .field-left
{
	clear: both;
	float: left;
	width: 185px;
	padding: 10px 0 10px 20px;
}

.content-form .field-right
{
	float: left;
	width: 185px;
	padding: 10px 0 10px 20px;
}

.content-form label
{
	display: block;
}

.content-form select
{
	width: 100%;
}

.content-form input
{
	width: 100%;
}

.content-form span
{
	color: #F05A27;
}

.content-form .submit
{
	clear: both;
	font-size: 15px;
	font-weight: bold;
	color: #F05A27;
	padding: 8px 20px;
	margin: 20px 0;
	border-top: 2px solid #B3B3B3;
	border-bottom: 2px solid #B3B3B3;
}

.content-form .submit input
{
	width: auto;
}

.txtGray
{
	color: #808080;
}

.content-form a
{
	color: #f05a27;
	text-decoration: none;
}

.property-details .no-photos
{
	position: relative;
	width: 603px;
	height: 29px;
}


.property-details .no-photos h1
{
	color: #666666;
	line-height: 29px;
}


.property-details .no-photos h1.right
{
	padding: 0 20px 0 0;
}

/*###################
    SITE MAP
################### */


.site-map h1
{
	font-size: 16px;
	font-weight: bold;
	margin-left: -20px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #f05a27;
}

.site-map h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0;
	padding-top: 10px;
	color: #f05a27;
}

.site-map ul
{
	padding: 0;
	margin: 0px;
	display: inline;
	list-style-type: none;
}

.site-map li
{
	margin: 2px 0px 0px 20px;
	font-size: 12px;
}

.site-map a
{
	color: #808080;
	text-decoration: none;
}

.site-map a:hover
{
	text-decoration: underline;
}


/*
###############
16 Sept 2009 - h2 tags
###############
*/

.h2FullAddress {
	padding: 0 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #666666;
	line-height: 29px;
}

.h2SizeParking {
	padding: 0 20px 0 20px;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #666666;
	line-height: 29px;
}

.h2PropertyHeaderSub {
	padding: 0 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 10px 0 2px 0;
}



.h2PropertyLocation,.h2PropertyHeader {
	padding: 0 0 0 0px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 3px 0;
	line-height: 29px;
}

.h2ContactDetails {
	width: 287px;
	margin-bottom: 15px;
	height: 19px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
}

.h2AgentName {
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #f05a27;
	margin: 0 0 3px 0;
}
.h2SearchResultPropertyName {
	color: #f05a27;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
.h2SearchResultPropertyAddress {
	color: #f05a27;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}

.h2FeaturePropertyType {
	font-size: 12px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
	padding: 0 0 0 13px;
	line-height: 16px;
}

.h2FeaturePropertyAddress {
	font-size: 12px;
	font-weight: bold;
	color: #005a9e;
	margin: 0;
	padding: 0 0 0 13px;
	line-height: 16px;
}
.h2HomeFeaturePropertyType {
	font-size: 12px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.h2HomeFeaturePropertyAddress {
	font-size: 12px;
	font-weight: bold;
	color: #005a9e;
	margin: 0;
	padding: 0;
	line-height: 16px;
}


.h2HomeMainPropertyType
{
	font-size: 12px;
	font-weight: bold;
	color: #f05a27;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.h2HomeMainPropertyAddress
{
	font-size: 12px;
	font-weight: bold;
	color: #005a9e;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

