@media print {
  body {background: #fff !important;}
  .noprint { display: none; }
}


@font-face {
	font-family:ErasLight;
	src:url('../fonts/eraslght.eot');
	src:url('../fonts/eraslght.eot?#iefix') format('embedded-opentype'),
	url('../fonts/eraslght.woff') format('woff'),
	url('../fonts/eraslght.ttf') format('truetype'),
	url('../fonts/eraslght.svg#VerlagLight') format('svg');
	font-weight:normal;
	font-style:normal;
}

/** Basic stuff **/
body {
  margin: 0;
  padding: 0 0 143px 0;
  background: url(../images/bg.jpg) 0 0 repeat-x #e6edf5;
  font: 13px/1.5 Tahoma, Arial, Helvetica, sans-serif;
  line-height:1.5;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1.heading {
  color: #1c1e2a;
  font: Arial, Helvetica, Sans-Serif;
  font-size: 1.8em;
  font-weight: normal;
}

h2 {
  font-size: 1.3em;
  color: #326da8;
}

h3 {
  font-size: 1.1em;
  line-height: 1.3;
}
h4 {
  font-size: 1em;
  line-height: 1.3;
}

h3 + p, h4 + p {
  padding-top: 0;
  margin-top: 0;
}

a:link, a:visited, a:active {
  color: #1e00ff;
}

a:hover {
  text-decoration: none;
}

a.nouline {
  text-decoration: none !important;
}
a:hover.nouline {
  text-decoration: underline !important;
}
.point {
  cursor: pointer;
}

img {
  border: 0;
}

form {
  display: block;
  padding: 0;
  margin: 0;
}

.caps {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.left {
  float: left !important;
}

.cleft {
  clear: left !important;
}

.right {
  float: right !important;
}

.cright {
  clear: right !important;
}

.clear {
  clear: both !important;
}
.red {
  color: #f00;
}
.blue {
  color: #06f !important;
}
.black {
  color: #000;
}
.orange {
  color: #f26522 !important;
}
.green {
  color: #1e7f00 !important;
}
.white {
  color: #fff !important;
}

sup {
  font-size: .7em;
  position: relative;
}

textarea {
  font: 13px/1.5 Arial, Helvetica, sans-serif;
}

#trees {
  background: url(../images/bg_trees.gif) center 252px no-repeat;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.main {
  background: #dbe3f8;
  position: relative;
  width: 980px;
}
.main .insides {
  padding: 6px 0 10px 0;
}
.homepage .main .insides {
  padding: 0 0 10px 0;
}

.insideContent {
  padding: 0;
  width: 770px;
  float: right;
  background: url(../images/bg_fade.gif) 0 0 repeat-y;
}
#fullpage .insideContent {
  width: 100%;
  background: url(../images/bg_fade_full.gif) 0 0 repeat-y;
}

.my_login .insideContent { background: url(../images/bg_fade_myhomes.gif) 0 0 repeat-y; }

#crumbs {
  width: 770px;
  height: 17px;
  background: url(../images/bg_crumb.gif) 0 0 no-repeat;
  font-size: .85em;
}
#fullpage #crumbs {
  width: 100%;
  background: url(../images/bg_crumb_full.gif) 0 0 no-repeat;
}
#crumbs .insides {
  padding: 0 0 0 20px;
  margin: 0;
  color: #fff;
}
#crumbs a {
  color: #9FD6FF;
  text-decoration: none;
}
#crumbs a:hover {
  color: #9FD6FF;
  text-decoration: underline;
}

#crumbs h1 {
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  display: inline;
}

.insideContent .insides {
  padding: 0 9px 0 11px;
  color: #605d5c;
}

.insideContent .bottom {
  width: 770px;
  height: 21px;
  background: url(../images/bg_fade_bot.gif) 0 0 no-repeat;
}

/** Landing page **/
.insideContent .landing {
  width: 100%;
  height: 161px;
  background: url(../images/bg_landing.gif) 0 0 repeat-x #e4e8a8;
}

.landing h1 {
  width: 640px;
  height: 21px;
  font-family: ErasLight, Arial, Helvetica, Sans-Serif;
  text-indent: -9999px;
  margin-bottom: 15px;
}

.landing p {
  color: #326da8;
  width: 460px;
  font-size: 1.1em;
}

.landPanels h1, .landPanels h2, .landPanels h3 {
  color: #4f5050;
  font-weight: normal;
  margin: 0;
  padding: 0 0 5px 6px;
  font-size: .9em;
  z-index: 50;
  position: relative;
}
.landPanels h1 a, .landPanels h2 a, .landPanels h3 a {
  color: #0660bd !important;
}

.landPanels .panel {
  margin: 20px 0 17px 7px;
  float: left;
  width: 239px;
  z-index: 40;
}

.landPanels .panelPane {
  background: #efefef;
  height: 177px;
  width: 237px;
  border: 1px solid #cdd8da;
}
.landPanels .panelPane .insides {
  color: #605d5c;
  padding: 100px 12px 0 12px;
  line-height: 1.3;
  font-size: .85em;
}
.landPanels .panel a {
  color: #5a90ff;
  padding-top: 4px;
}

/** Inside page stuff **/
.sideR {
  float: right;
  width: 160px;
  border-left: 1px dotted #231f20;
  border-bottom: 1px dotted #231f20;
  padding-bottom: 15px;
}

.sideR h4 {
  background: #f2f3de;
  border-left: 6px solid #d5d790;
  font-size: .85em;
  padding: 5px 0 3px 6px;
}

.sideR p {
  padding: 20px 20px 0 13px;
  margin: 0;
  color: #605d5c;
  font-size: .85em;
}

.sideR a {
  text-decoration: none;
  color: #0660bd !important;
}
.sideR a:hover {
  text-decoration: underline;
}

dl {
  margin-top: 8px;
}
dt {
  color: #605d5c;
  padding: 18px 0 1px 0;
  border-bottom: 1px solid #d2dbb1;
}
dd {
  padding: 2px 0 2px 15px;
  margin: 0;
  font-weight: bold;
  background: #f6f8ee;
}
dd span {
  font-weight: normal;
}
dd a {
  text-decoration: none;
  color: #0660bd !important;
}
dd a:hover {
  text-decoration: underline;
}
dd a.mail {
  background: url(../images/icon_email.gif) 0 2px no-repeat;
  padding-left: 17px;
  margin-left: 18px;
  font-weight: normal;
  font-size: .9em;
}
dfn {
  width: 200px;
  float: right;
  font-style: normal;
  font-weight: normal;
}

.headBar {
  width: 100%;
  height: 84px;
}
#fullpage .headBar {
  height: auto;
}
.h1spacing {
  padding: 22px 0 0 28px;
}

.sideLinks {
  background: url(../images/side_links_bg.gif) 0 0 repeat-y #f7fdfe;
  width: 144px;
  padding: 0;
  margin: 10px auto;
  clear: both;
}
.sideLinks div {
  color: #026bd1;
  padding: 5px;
  text-align: center;
}
.sideLinks a {
  color: #026bd1;
}

.buyCommList {
  margin-top: 25px;
}
.buyCommList ul {
  margin: 0 0 0 25px;
  padding: 0;
  color: #fff;
}
.buyCommList ul:hover, .buyCommList ul.current, .buyCommList a {
  color: #0660bd;
}
.buyCommList a {
  font-size: 0.85em;
}
.buyCommList a:hover, .buyCommList ul.current a {
  font-weight: bold;
  text-decoration: none;
}

ul.subList li {
  float: left;
  width: 150px;
}


/****** 10 reasons to work with us PAGE, Agents, Agent Detail ******/
#reasons h3 {
	font-size:12pt; 
	font-weight: lighter;
	color:#326da8;
	padding-bottom: 5px;
	}
	
#reasons-links{
		border-bottom: 1px solid #b2d598; 
		height:320px;
		margin: 0 20px;
		}
		
#reasons-links li{
		padding:10px 0 10px 0;
		}
		
#reasons-links a:link{
				color:#4d4d4d;
				font-size:16pt;
				text-decoration: none;
				}
				
#reasons-links a:visited{
			color:#4d4d4d;
			font-size:16pt;
			text-decoration: none;
			}
			
.left-list{
		float:left;padding:20px 0 20px 50px;
		list-style-type: none;
		}
		
.right-list{
	float:right;padding:20px 30px 20px 0;
	list-style-type: none;
	}
	
.number{
	color:#83c169;
	font-weight:bold;
	padding-right: 20px;
	}
	
.section{
		width:750px;
		padding-bottom:20px;
		overflow: hidden;
		}
		
.grey{
	background-color:#f6f6f6;
	}
	
.image-left{
	width:730px; 
	float:left;
	padding-left: 20px;
	}
	
.image-right{
	width:730px; 
	float:left;
	padding-left: 20px;
	}
	
img.image-right {
				float:right;
				}
				
img.image-left {
		float:left;
		}
		
.text-right{
		float:right;
		width:430px;
		padding-right:50px;
		}
		
.text-left{
		float:left;
		width:430px;
		padding-right:20px;
		}
		
.bullet-title {
		width:730px;
		padding-top:10px;
		overflow: hidden;
		}
		
.number-bullet{
		float:left; 
		padding:20px;
		}
		
.reason{	
	font-size:20pt; 
	font-weight:lighter;
	float:left;padding-top:20px;
	}
	
.stat1{
		float:left;
		width:200px;
		text-align:center;
		}
		
.stat2{
	float:right;
	width:200px;
	text-align:center;
	}
	
.stat3{
	float:left;
	text-align:center;
	width:420px;
	}
	
.backtothetop{
			float:left;
			padding: 20px 0 20px 20px;
			width:730px;
			height: 20px; 
			overflow: hidden;
			}
			
.text-full{
		width:700px;
		padding:0 20px 0 20px;
		}
		
.box{
	width:223px; 
	float:left;
	padding-right:20px;
	text-align: center;
	line-height:1,2;
	}


/******agents*******/

.box-small{
	width:200px; 
	float:left;
	margin-right:30px;
	margin-left:10px;
	text-align: left;
	line-height:1,05;
	border:#b6b6b6 1px solid;
	margin-top: 20px;
	}

.box-small p{
		padding: 5px 20px;
		color:#4d4d4d;
		}
		
.agent-name{
		font-size:16pt; 
		font-weight:lighter; 
		color:#326da8;
		padding:20px 0 0 20px;
		}
.agent-name a {
	color:#326da8;
	text-decoration: none;
}
.agent-name a:hover {
	text-decoration: underline;
}

h4.agent-name span{
				display:block;
				}
				
p.address span{
			display:block;
			}
			
p.contact-info span{
					display:block;
					}
					
p.contact-info{
			font-size: 11pt;
			line-height:2; 
			}
			
p.address{
		line-height:2;
		}
		
.agent-detail{
			font-size:16pt;
			line-height:3; 
			letter-spacing:1px; 
			font-weight:lighter;
			color:#326da8;
			}

/**** agent search ***/
.row {
	padding:10px;
	}
	
.row input{
		width:175px;
		}
		
.row select {
			width:180px;
			border: 1px solid #c3c3c3;
			}
			
.row .btn-agents-submit{
					height:30px; 
					background-color: #6da762;
					color:#ffffff;
					font-size: 12px;
					border: 1px solid #6294d1;
					margin-bottom:20px;
					letter-spacing: 1px;
					}
					
.row h3{
		color:#ffffff; 
		font-weight:lighter;
		font-size: 12pt;
		letter-spacing: 1px;
		}


#refine-search{
			width:200px;
			background-color:#70a8e0;
			margin-left:10px;
			float:left;
			}
			
.alpha-list {
			background-color: #ffffff;
			border: 1px solid #c3c3c3;
			margin: 0;
			padding: 0;
}

.alpha-list ul{margin:0; padding:5px;}
.alpha-list ul li {
float: left;
margin-right: 7px;
list-style-type: none;}

.clearfix {
  *zoom: 1; }
  /* line 18, lib/bourbon/addons/_clearfix.scss */
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  /* line 23, lib/bourbon/addons/_clearfix.scss */
  .clearfix:after {
    clear: both; }

/**** END agent search ***/


.secrets {
  padding-top: 10px;
  margin: 0 20px 20px 20px;
}
.secrets h3, .secrets h2 {
  font-size: 1.4em;
  color: #326da8;
  font-weight: normal;
  clear: left;
  padding-top: 20px;
}
img.secretNum {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.secretPhoto {
  clear: left;
  float: left;
  margin: 10px;
  font-size: 0.85em;
  text-align: center;
}
.secretPhoto a {
  color: #999;
  text-decoration: none;
}
.secretPhoto a:hover {
  color: #555;
  text-decoration: none;
}
.secrets p {
  margin: 10px 0 0 10px;
}

.defTable {
  margin-bottom: 20px;
}

.defTable th {
  background-color: #2e3445;
  color: #fff;
  text-transform: uppercase;
  border-left: 1px dotted #fff;
  font-size: 0.85em;
  padding-left: 5px;
  padding-right: 5px;
}
.defTable td {
  color: #605d5c;
  padding: 14px 5px 20px 5px;
  border-bottom: 1px solid #d2dbb1;
  border-right: 1px dotted #d2dbb1;
  font-size: 0.85em;
}
.defTable td.first {
  background: url(../images/arrow_table.gif) 10px 0 no-repeat;
  padding-left: 10px;
  border-right: 1px dotted #2e3445;
}
.defTable td ul {
  padding: 0;
  margin: 0 0 0 15px;
}
.calcTable input {
  width: 90px;
  font-size: 1.2em;
}
.calcTable th {
  font-size: 1em;
  padding: 2px 5px;
  text-align: left;
  text-transform: none;
}
.calcTable td {
  padding: 5px !important;
  color: #262626;
  font-size: 1em;
}
.calcTable td.first {
  background: transparent !important;
  font-weight: bold;
}

.affils div {
  margin-top: 30px;
  clear: left;
}
.affils div div {
  margin: 0;
  width: 205px;
  height: 120px;
  text-align: center;
  float: left;
}
.affils img {
  margin-top: 5px;
}

/*** HEADER ***/

#header {
  background: url(../images/bg_top.jpg) 0 0 no-repeat;
  width: 980px;
  height: 137px;
  position: relative;
  left: 0;
}
strong.tagline {
	color: #121313;
	font-family: Times New Roman, Times, Serif;
	font-size: 1em;
	float: left;
	margin: 114px 0 0 10px;
	letter-spacing: 1px;
	font-weight: normal;
}
#topPhone {
	background: url(../images/bg_phone.png) 0 0 no-repeat;
	width: 314px;
	height: 26px;
	color: #bec0b2;
	text-align: center;
	float: right;
}
#topPhone strong {
	color: #f4ff93;
}
#topQuote {
  position: absolute;
  top: 26px;
  right: 0;
	width: 670px;
	height: 86px;
}
#topSearch {
  clear: right;
	background: url(../images/bg_quicksearch.gif) 0 0 no-repeat;
  margin-top: 77px;
  width: 365px;
	height: 34px;
}
#topSearch form {
	padding: 6px 0 0 20px;
}
#topSearch form input {
	float: left;
}
#topSearch #qk_search {
	color: #4e4b4b;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 7px 0 0 4px;
	border: 0;
	background: transparent;
	width: 210px;
}

/*** TOP NAV ***/

#navWrap {
  margin-bottom: 0px;
}
ul#topnav {
  background: url(../images/bg_nav.gif) 0 0 repeat-x #1c1f2b;
  width: 980px;
  height: 42px;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 75 !important;
}
ul#topnav li {
  zoom: 1;
  margin: 0;
  padding: 0;
  float: left;
}

ul#topnav li a {
  color: #dcdecd;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  height: 42px;
}
ul#topnav li a span {
  display: block;
  padding: 13px 0 0 0;
}

ul#topnav li a#navHome      { width: 81px; margin-left: 7px; }
ul#topnav li a#navSearch     { width: 127px; }
ul#topnav li a#navComm { width: 164px; }
ul#topnav li a#navSell    { width: 160px; }
ul#topnav li a#navBuy    { width: 165px; }
ul#topnav li a#navJeff    { width: 98px; }
ul#topnav li a#navTeam    { width: 104px; }
ul#topnav li a#navBlog    { width: 70px; }
ul#topnav li a#navContact      { width: 99px; }

ul#topnav li a:hover, ul#topnav li a.current:hover, ul#topnav li.hover a {
  background: url(../images/bg_nav_on.gif) 0 0 repeat-x #1c2a5a;
  text-decoration: none;
}
ul#topnav li a.current {
  background: url(../images/bg_nav_current.gif) 0 0 repeat-x;
}

ul#topnav li ul
{
  background: #b8ccd0;
  padding: 5px 0 6px;
  margin: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 75 !important;
  list-style-type: none;
}
ul#topnav li ul li {
  margin: 0;
  padding: 3px 0 2px 15px;
  float: none;
  zoom: 1;
}
ul#topnav li ul li:hover {
  background: #608EBC;
}
ul#topnav li ul li a {
  color: #17224b;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
  text-transform: none;
  text-align: left;
  height: auto;
  background: transparent !important;
}
ul#topnav li ul li a:hover {
  background: transparent;
}

/*** SIDE NAV ***/
#sideNav {
  width: 190px;
  margin: 0 0 0 10px;
  background: url(../images/bg_leftnav.gif) 0 0 repeat-x #73a9de;
  float: left;
}
#sideNav ul {
  width: 190px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.insides img.leftMain {
  margin: 0 0 0 10px;
  background: url(../images/bg_leftnav_top.gif) 0 0 no-repeat;
  display: block;
}
.insides #sideNav img.leftMain {
  margin: 0 0 3px 0;
}

#sideNav ul li {
  background: transparent;
  min-height: 21px;
  padding: 0 5px 0 12px;
  margin: 3px 0 5px 0;
}
#sideNav ul li:hover, #sideNav ul li.current {
  background: url(../images/bg_leftnav_hover.gif) 0 0 no-repeat;
}

#sideNav ul li a {
  font-size: 1em;
  color: #000;
  text-decoration: none;
}
#sideNav ul li a:hover {
  color: #000;
  text-decoration: none;
}

/*** FOOTER ***/

.insideFooter {
  text-align: center;
  color: #727071;
  font-size: .75em;
}

.insideFooter hr {
  color: #ccd3e4;
  background-color: #ccd3e4;
  height: 1px;
  border: 0;
  margin: 9px auto;
}

.insideFooter div {
  text-align: left;
  margin: 20px 10px 10px 10px;
  color: #000;
  font-size: 1.1em !important;
}

.insideFooter a {
  text-decoration: none;
}
.insideFooter a:hover {
  text-decoration: underline;
}

#footer {
  text-align: center;
  width: 980px;
  color: #605D5C;
  line-height: 1.3em;
  font-size: 0.9em;
  margin: 0 auto;
}
#footer .insides {
  padding: 10px;
}
#footer a {
  color: #66f;
}


/** Homepage **/
.homeMain {
  width: 968px;
  height: 369px;
  background: url(../images/bg_home_main.gif) top right no-repeat #2e3445;
  margin: 0 0 0 6px;
}

.featComm {
  width: 397px;
  height: 369px;
  float: left;
  overflow: hidden;
}
#flashComm {
  width: 397px;
  height: 343px;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
#homeMap {
  width: 388px;
  height: 314px;
  color: #ccc;
  background: url(../images/bg_home_map.png) 17px 12px no-repeat #171a22;
  overflow: hidden;
}
.homeMapSearchTxt {
  width: 388px;
  height: 26px;
  background: #1b1e28;
  font-weight: bold;
}
.homeMapSearchTxt .insides {
  padding: 4px 6px 0 6px !important;
}
.homeMapSearchTxt a, .homeMapSearchTxt a:hover {
  color: #c9dafd;
  text-decoration: none;
}

.homeSearch {
  margin: 9px 0 0 0;
  float: left;
  color: #dfe5e7;
  font-size: .85em;
  position: relative;
}
.homeSearch select {
  font-size: .85em;
  width: 75px;
}

.homeCommList {
  width: 167px !important;
  height: 66px;
  overflow: auto;
  border: 1px solid #817b7a;
  background: #bec2c3;
  line-height: 0.7em;
}
.homeCommList div {
  padding: 0 !important;
  margin: 1px 0 2px !important;
}
.homeCommList input {
  margin: 0 2px;
  padding: 0;
  width: 13px;
  height: 13px;
}
.homeCommList label {
  color: #3d3b3b;
  padding: 0;
  margin: 0;
}

#propCount {
  color: #039;
  font-size: 2.1em;
  position: absolute;
  top: 258px;
  left:2px;
  width: 65px;
  text-align: center;
}

.homeSearch a, .mapSearch a {
  color: #85adff;
}

.homeSearch .hsBottom
{
  position: absolute;
  top: 297px;
}
.homeSearch a.advSearch, .mapSearch a.advSearch {
  border-top: 1px solid #58585d;
  padding: 5px 6px 0 22px;
  margin-top: 4px;
  background: url(../images/home_mag.gif) 0 5px no-repeat;
  display: block;
}

form#homeSearch, form#searchForm {
  color: #DFE5E7;
  font-size: 1em;
}
form#homeSearch div, form#searchForm div {
  clear: none;
  width: auto;
  text-align: left;
  margin: 0;
}
form#homeSearch label, form#searchForm label {
  float: none;
  margin: 0;
}

.homePanels h1, .homePanels h2, .homePanels h3 {
  color: #4f5050;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 6px;
  font-size: .9em;
}
.homePanels h1 a, .homePanels h2 a, .homePanels h3 a {
  color: #4f5050;
}

.homePanels .panel {
  margin: 6px 0 17px 7px;
  float: left;
  width: 317px;
}

.homePanels .panelPane {
  background: url(../images/bg_home_panel.jpg) top left repeat-x;
  height: 194px;
  width: 317px;
}
.homePanels .panelPane .insides {
  padding: 12px 6px 0 6px;
}
.homeJeffSold {
  background: url(../images/home_how_jeff_sold.jpg) 0 0 no-repeat;
  padding: 150px 15px 0 15px;
  color: #605d5c;
  font-size: .85em;
  line-height: 1.3em;
}

.blogDate {
  color: #667791;
  font-size: .7em;
  padding-top: 15px;
}
.homePanels strong, .homePanels strong a {
  color: #494848;
}
.blogPost {
  color: #494848;
  font-size: .75em;
}

/** Prop results **/

.props h2 {
  color: #005ad4;
  font-size: 1.4em;
}

a.save_search_listings, a.remove_search_listings {
  font-size: .85em;
  text-decoration: none;
  color: #e96800;
  position: relative;
  left: -8px;
}

a:hover.save_search_listings, a:hover.remove_search_listings {
  text-decoration: underline;
}

a.map_search {
  background: url(../images/icon_mapview.gif) 0 0 no-repeat;
  padding-left: 18px;
  padding-right: 25px;
  height: 17px;
  color: #7e8495 !important;
  font-weight: normal;
}
a:hover.map_search {
  color: #000;
}

.results_top {
  padding: 5px 0 0 0;
  color: #000;
  font-weight: bold;
  clear: both;
}
.results_top .sortby {
  float: left;
  color: #000;
  font-weight: normal;
  position: relative;
  top: 3px;
}
.results_top a {
  color: #84aaeb;
}

hr.propLine {
  background: #d6d891;
  border: 0;
  border-top: 1px solid #a8aa81;
  height: 2px;
  width: 726px;
  margin: 2px auto;
}

.prop_results {
  margin: 10px auto 0 auto;
  list-style-type: none;
  padding: 0;
}
.propRow {
  width: 712px;
  height: 131px;
  padding-top: 1px;
  margin: 0 auto;
  border-top: 1px solid #b9b9b9;
  clear: left;
  list-style-type: none;
  padding: 0;
}

.prop {
  width: 710px;
  height: 129px;
  border: 1px solid transparent;
  background: #fff;
  color: #393228;
  line-height: 1.4;
  position: relative;
}

.propRow:hover .prop {
  border: 1px solid #005ad4;
  background: url(../images/bg_prop_hover.png) 0 0 no-repeat #fff;
}

.propPhoto {
  width: 140px;
  height: 110px;
  border: 1px solid #c8c8c8;
  margin: 9px 0 0 7px;
  float: left;
  position: relative;
}

.prop_results > .propRow > .prop.extra > a > div.extra {
	background: transparent url(../images/prop_meta_banner_sprite.png) no-repeat;
	background-position: -400px -400px;
	width: 145px;
  height: 115px;
  margin: 7px 0 0 4px;
  position: absolute;
}

.prop_results > .propRow > .prop > .toprow, .prop_results > .propRow > .prop > .detailsL {
	margin-left: 12px;
}

.prop_results > .propRow > .prop.extra.foreclosure > a > div.extra {
	background-position: 0 0;
}

.prop_results > .propRow > .prop.extra.shortsale > a > div.extra {
	background-position: 0 -240px;
}

.prop_results > .propRow > .prop.extra.pricechange > a > div.extra {
	background-position: 0 -120px;
}
.prop_results > .propRow > .prop.extra.contingency > a > div.extra {
	background-position: 0 -360px;
}


.photoNum {
  position: absolute;
  left: 9px;
  top: 103px;
  width: 56px;
  height: 16px;
  background-color: #2e3445;
  font-size: .75em;
  color: #fff;
  margin: 0;
  padding: 0;
  z-index: 60;
  text-align: center;
  vertical-align: bottom;
}

.prop_results > .propRow > .prop.foreclosure > .photoNum, .prop_results > .propRow > .prop.shortsale > .photoNum, .prop_results > .propRow > .prop.pricechange > .photoNum, .prop_results > .propRow > .prop.contingency > .photoNum {
	left: 9px;
	top: 103px;
}

.my_login .prop_results .photoNum {
	position: absolute;
	left: 36px;
	top: 95px;
	width: 56px;
	height: 16px;
	background-color: #2e3445;
	font-size: .75em;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: 60;
	text-align: center;
	vertical-align: bottom;
}

.prop .toprow {
  margin-top: 8px;
  float: left;
  width: 535px;
}

.prop .price, .frame .price, .commProp .price {
  color: #005ad4;
  font-size: 1.3em;
  font-weight: bold;
}

.prop_results .foreclosure span, .prop_results .shortsale span,
.prop_results .pricechange span, .prop_results .contingency span,{
  display: block;
  float: left;
  color: #fe0000;
  padding: 5px 18px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, Sans-Serif;
}

.prop_results .shortsale span {
  color: #ff9000;
}
.prop_results .pricechange span {
  color: green;
}

.prop_results .shortsalePrice,
.prop_results .foreclosurePrice,
.prop_results .contingencyPrice,
.prop_results .pricechangePrice {
  border: 1px solid #76B6FF;
  padding: 0 5px 2px 8px;
}

.prop_results h3, .frame .prop_results h3, .commProp h3 {
  font-size: 1.4em;
  font-weight: normal;
}
.prop_results h3 a, .frame .prop_results h3 a, .commProp h3 a {
  color: #393228;
  text-decoration: none;
}
.prop_results h3 a:hover, .frame .prop_results h3 a:hover, .commProp h3 a:hover  {
  text-decoration: underline;
}

.detailsL {
  float: left;
  width: 309px;
}

.prop h4, .frame h4, .commProp h4 {
  padding: 0 0 13px 0;
  font-size: .85em;
  font-weight: normal;
}

.detailsR {
  float: left;
  width: 225px;
  text-align: right;
}

.prop .mlsnum, .frame .mlsnum, .commProp .mlsnum {
  color: #909090;
  font-size: .85em;
}
.commProp .shortsale {
  text-transform: uppercase;
  font-size: .85em;
  font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, Sans-Serif;
  color: #ff9000;
}

.prop .logoList, .frame .logoList {
  width: 225px;
  height: 33px;
  text-align: right;
  margin: 3px 0 5px 0;
}

.prop .saveBtn, .frame .saveBtn {
  float: right;
  margin-right: 5px;
}

.bottomNavBar {
  width: 714px;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  margin: 0 auto;
}

.props p img {
  position: relative;
  top: 2px;
}

.sumOpen {
  float: right;
  width: 140px;
  position: relative;
  top: 12px;
  left: 5px;
}
.sumOpenMiddle {
  background: url(../images/bg_propsum_oh.gif) 0 0 repeat-y #feffb8;
  width: 140px;
}
.ohInsides {
  padding: 2px 7px;
  font-size: .85em;
}

/** Contact Form **/
form {
  color: #262626;
  font-size: .85em;
}

form div {
  text-align: right;
  width: 330px;
  margin: 7px 0 0 0;
  clear: left;
}

form div.leftie {
  text-align: left;
}

form label {
  float: left;
  margin-left: 7px;
  text-align: left;
}

form input {
  font-size: 1em;
  width: 175px;
}
form input.chk {
  width: 16px;
  float: left;
  margin: 2px 0 0 7px;
}

form sup {
  color: #326da8;
}
form textarea {
  width: 315px;
  height: 170px;
  margin-left: 7px;
}

/** Sitemap **/
.sitemap {
  float: left;
  margin: 0 0 20px 30px;
  width: 545px;
}

.sitemap a {
  text-decoration: none;
  color: #1c1e2a;
}
.sitemap a:hover {
  text-decoration: underline;
}

.sitemap h2 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.sitemap h3 {
  margin: 15px 0 0 0;
}

/*******************
*** Prop Details ***
*******************/

.top_prop_details {
	background:url(../images/bg_icons.png) 0 0 no-repeat;
  /*background: url(../images/top_bg_icons.jpg) 0 0 no-repeat;*/
  width: 768px;
  height: 55px;
  float: right;
  position: relative;
}

.top_prop_details a {
  font-size: .85em;
  color: #005ad4;
}

.topPropNav {
  margin: 23px 0 0 13px;
  width: 270px;
}
.newSearch {
  margin: 2px 0 0 20px;
  float: left;
}

#toolbox {
  position: absolute;
  top: 0;
  left: 376px;
  width: 394px;
  height: 55px;
}

#toolbox_short {
  position: absolute;
  top: 0;
  left: 376px;
  width: 392px;
  height: 55px;
} 
#btn_inquire {
  background:url(../images/btn_inquire.png) 0 0 no-repeat;
  /*background: url(../images/btn_prop_inquire.gif) 0 0 no-repeat;*/
  width: 166px;
  height: 28px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0px;
}
#btn_inquire:hover {
  background-position: 0 -28px;
}

#virtualtour_bigbtn {
	background-image:url(../images/btn_virtual_tour.png);
	width:447px;
	height:54px;
}


#clickhere {
	background:url(../images/clickhere.png) 0 0 no-repeat;
	display:block;
	width:115px;
	height:24px;
	float:right;
	margin-top:20px;
	padding-right:8px;
}

#clickhere:hover {
	background-position: 0 -24px;
}


#manyButtons {
  text-align: right;
  position: absolute;
  top: 12px;
  left: 166px;
  width: 220px;
}
.btn_prop {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 28px;
  height: 30px;
  display: block;
  float: left;
  margin-left: 2px;
}
.btn_prop:hover {
  background-position: 0 -30px;
}
#btn_prop_title {
  position: absolute;
  top: 0;
  height: 12px;
  left: 125px;
  width: 0;
  background-color: #1a2a57;
  color: #fff;
  line-height: 1.1;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
}

.prop_details h1 {
  color: #202427;
  font-weight: normal;
  font-size: 1em;
  padding: 0 0 4px 10px;
}
.prop_details h1 strong, .prop_details h1 strong a {
  color: #3d5f81;
}

.prop_details h2 {
  color: #0d2238;
  font-weight: normal;
  font-size: 1.8em;
  padding: 10px 0 0 10px;
}

#propDetailsR {
  width: 242px;
  float: right;
  margin: 0 11px;
  color: #21252b;
}
.area_details #propDetailsR {
  margin: 0;
  width: 250px;
}

#printDetailsR {
  float: right;
  width:259px;
  margin-right:22px;
  padding-top:5px;
}

.listedAt {
  color: #737272;
  font-size: 0.85em;
  padding: 0 0 0 5px;
  font-weight: bold;
  margin: 0;
  line-height: .5;
}

#propPrice {
  color: #005ad4;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0 0 2px 5px;
}

#propPrice > span.reduction {
  color: green;
  padding-left: 20px;
  background: transparent url(../images/prop_details_price_drop_arrow.png) center left no-repeat;
  display: absolute;
  margin-left: 10px;
}

#propPrice > #propExtra {
  display: block;
  font-size: 11px;
  background: #f6f4eb;
  margin-left: -5px;
  padding: 5px 5px 5px 5px;
  line-height: 11px;
  margin-bottom: -2px;
  border-top: 1px solid #eeebcb;
}

#propPrice > #propExtra > span {
	padding: 0 10px 0 0;
	text-align: center;
}

#propPrice > #propExtra > span.pricechange {
	padding-right: 0;
}

#propPrice > #propExtra > span.shortsale {
	color: #df8902;
}

#propPrice > #propExtra > span.foreclosure {
	color: #e43231;
}
#propPrice > #propExtra > span.contingency {
	color: #e43231;
}

#propPrice > #propExtra > span.pricechange {
	color: #04650f;
}

ul.propDetailList {
  font-size: .85em;
  list-style-type: none;
  padding: 2px 0 0 0;
  margin: 0;
  width: 242px;
  border-top: 1px solid #848484;
}
ul.propDetailList li {
  font-weight: bold;
  margin: 0;
  padding: 1px 5px;
  clear: both;
}
ul.propDetailList li div {
  width: 110px;
  float: right;
  text-align: left;
  font-weight: normal;
  color: #01214c;
}

.blueSide {
  background: #e6edf4;
  border-top: 1px solid #848484;
  margin: 10px 0 8px 0;
  width: 242px;
  padding: 5px 0 5px 0;
}

.blueSide .insides {
  padding: 0 5px;
}
.blueSide a {
  color: #043880;
}
#commSearch {
  font-size: 1.2em;
  padding: 5px;
}
#commSearchForm {
  padding-left: 6px;
  font-size: 1.1em;
}
#commSearchForm div {
  margin: 6px 0 0 0;
  text-align: left;
  width: auto;
}
#commSearchForm div.left {
  padding-right: 5px;
  padding-top: 7px;
}
#commSearchForm input {
  margin: 10px 0 5px 0;
  color: #aaa;
}
#commSearchForm input.submit {
  position: relative;
  top: -2px;
  left: -5px;
  width: 46px;
  height: 35px;
}

.google_map, #propMap {
  width: 242px;
  height: 227px;
  margin-top: 3px;
  overflow: hidden;
}

#propDetailsL {
  width: 470px;
  margin-left: 9px;
}

#bigPhotos {
  width: 466px;
  height: 366px;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 2px;
}

#propDetailsL > .slideshow > span.extra {
	background: transparent url(../images/prop_details_extra_sprite.png) top left no-repeat;
	height: 173px;
	width: 172px;
	position: absolute;
	margin: -5px 0 0 -6px;
	opacity: 1;
	z-index: 1001;
}

#bigPhotos img {
  border: 3px solid #4d4d4d;
  top: 0;
  left: 0;
}

#propDetailsL > .slideshow.foreclosure > span.extra { background-position: 0 0; width: 173px; height: 172px; }
#propDetailsL > .slideshow.pricechange > span.extra { background-position: 0 -222px; width: 173px; height: 172px; }
#propDetailsL > .slideshow.shortsale > span.extra { background-position: 0 -444px; width: 173px; height: 172px; }
#propDetailsL > .slideshow.contingency > span.extra { background-position: 0 -666px; width: 173px; height: 172px; }

ul.photoThumbnails {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.photoThumbnails li {
  width: 61px;
  height: 42px;
  float: left;
  margin: 1px 2px 0 0;
  border: 2px solid transparent;
}
ul.photoThumbnails li.active, ul.photoThumbnails li:hover {
  border-color: #ffe42b;
}
ul.photoThumbnails li img {
  width: 60px;
  height: 42px;
}

.propComm {
  font-size: .85em;
  padding: 0 5px 0 8px;
  color: #043880;
  line-height: 1.3;
}
.propComm a {
  text-decoration: none;
}
.propComm a:hover {
  text-decoration: underline;
}
.propComm hr {
  color: #b6cbe0;
  background-color: #b6cbe0;
  height: 1px;
  border: 0;
  margin: 7px auto;
}
.propComm2 {
  padding: 0 0 0 8px;
}
.openHouse {
  width: 100%;
  border: 2px solid #ffe42b;
  background: #feffb8;
  margin-top: 5px;
}
.openHouse .insides {
  padding: 5px 10px;
  line-height: 1.3;
}
.pdf {
  border: 1px solid #848484;
  border-left: 0;
  background: #e6edf4;
  padding: 1px 5px;
  margin: 12px 5px 0 0;
  float: left;
}
.pdf a {
  color: #22262c;
  font-size: 0.85em;
}

.prop_details .formHeader {
  color: #757576;
  margin: 10px 0 3px;
}

.regBar {
  background: #16306d;
  border: 2px solid #3e3e3f;
  width: 100%;
  height: 27px;
}
.regBar .insides {
  color: #fbf79e;
  font-weight: bold;
  padding: 5px 0 0 10px;
}
.regBar .insides a {
  color: #fbf79e;
}

.prop_details h3 {
  color: #4c6193;
  font-size: 1.4em;
  padding-top: 15px;
  clear: left;
}

ul.extraDetails {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}
ul.extraDetails li {
  font-weight: bold;
  margin: 0;
  padding: 1px 5px 1px 0;
  clear: both;
}
ul.extraDetails li div {
  width: 305px;
  float: right;
  text-align: left;
  font-weight: normal;
  margin-left: 10px;
}
.prop_details .bottomInfo {
  clear: both;
  padding: 0 20px 5px 20px;
  color: #605D5C;
}

/** Prop sub pages - inquire, etc **/
/*.prop_sub .top_prop_details {
  background: url(../images/bg_prop_top2.gif) 0 0 no-repeat;
}*/

.prop_sub #propTitle {
  background: #2e3445;
}
.prop_sub #propTitle div {
  padding: 20px 10px;
  float: left;
}

.prop_sub h1 {
  color: #989ba1;
  font-weight: normal;
  font-size: .85em;
  padding: 0 0 15px 10px;
}
.prop_sub h1 strong, .prop_sub h1 a {
  color: #989ba1 !important;
}

.prop_sub h2 {
  color: #b3deff;
  font-weight: normal;
  font-size: 1.6em;
  padding: 5px 0 0 10px;
  line-height: 1;
}
.prop_sub h2 a {
  color: #b3deff !important;
}

.formHeader {
  color: #326da8;
  font-size: 1.45em;
  padding-top: 5px;
}

.message_info {
    background-color: #dfe0df;
    padding: 20px 0;
    width: 500px;
}

.message_info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.message_info li {
  padding: 0 20px;;
  margin: 0 0 .5em 0;
  color: #262626;
}

.message_info span {
    font-weight: bold;
}

/*** POPUPS ***/
.popup {
  background: #fff;
}
.popup_header {
  background: url(../images/bg_popup.gif) 0 0 repeat-x #4483b8;
  height: 87px;
  width: 100%;
}

#smpc {
  padding: 20px 0 32px 32px;
}
#smpc table tr td {
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  vertical-align: middle;
}

#smpc table tr td label {
  padding: 10px 0 14px 0;
  width: 150px;
}
#smpc table tr td input {
  width: 154px;
  font-size: .8em;
}
#smpc table tr td span {
  font-size: .8em;
}
table#calculationz {
  margin-top: 10px;
}
table#calculationz td {
  padding: 3px 5px 3px 0;
}
table#calculationz td.val {
  color: #4483b8;
  font-size: 1.1em;
  font-weight: bold;
}

.phoneField {
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  margin: 55px 0 0 15px
  width: 500px;
  text-align: left;
}
.popupBottom {
  font-size: .85em;
}

/*** PROP SEARCH ***/
.searchForm {
  border: 1px solid #c1c6cd;
  width: 695px;
}

.search form label {
  margin-left: 0;
  text-align: left;
}
.search form div {
  text-align: left;
  width: auto;
  margin-top: 0;
}

.searchForm label {
  font-size: 1.1em;
  margin-top: 12px;
  display: block;
  float: none;
  font-weight: bold;
}

.searchCommList {
  width: 211px;
  height: 143px;
  overflow: auto;
  border: 1px solid #817b7a;
  background: #fff;
  line-height: 0.7em;
  padding-top: 2px;
}
.searchCommList div {
  padding: 1px 0 0 !important;
  margin: 0 !important;
  width: auto;
}
.searchCommList .isChild {
  display: none;
}
.searchCommList input {
  margin: 0 2px !important;
  padding: 0;
  width: 13px;
  height: 13px;
  text-align: left;
  float: left;
}
.searchCommList input.indent {
  margin-left: 12px !important;
}
.searchCommList label {
  color: #3d3b3b;
  padding: 0 3px 2px 3px !important;
  margin: 2px 0 0 0 !important;
  font-size: 1em;
  font-weight: normal !important;
  float: none;
}
.searchCommList .showHide {
  float: left;
  width: 16px;
  height: 12px;
  clear: none;
  padding: 0;
  margin: 0;
}

#propCountBg {
  background: url(../images/bg_listings_found.png) 0 0 no-repeat;
  width: 180px;
  height: 66px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #62a158;
}
.search #propCount {
  color: #fff;
  font-weight: bold;
  font-size: 3.2em;
  position: absolute;
  top: 2px;
  left: 10px;
  width: 105px;
  text-align: center;
}

a.save_search_listings2 {
  background: url(../images/icon_savesearch2.gif) 0 2px no-repeat;
  padding-left: 34px;
  color: #05275b;
  font-size: 1.4em;
  font-weight: bold;
  height: 24px;
  display: block;
}

a:hover.save_search_listings2 {
  text-decoration: none;
}

.sideForm small {
  padding: 0 0 0 9px;
}
.sideForm label {
  padding: 10px 0 0 9px;
  margin: 0;
  color: #000;
  font-size: 1.2em;
  display: block;
  float: none;
  font-weight: bold;
  width: 112px;
  line-height: .95;
}
.sideForm label {
  width: 82px;
}
.sideForm input, .sideForm select {
  margin-left: 9px;
  font-size: .9em;
}
.sideForm div {
  text-align: left !important;
  width: auto;
}

label.limitit {
  width: 115px;
  line-height: 1;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/** COMMUNITY DETAILS **/
.top_comm_details {
  background: url(../images/bg_comm_top.gif) 0 0 no-repeat;
  width: 770px;
  height: 55px;
  position: relative;
  color: #848484;
  float: right;
  vertical-align: middle;
  font-size: 1.1em;
}

.top_comm_details a {
  font-weight: bold;
  color: #0246a2;
}
.top_comm_details select {
  width: 295px;
  float: right;
  margin: 5px 10px 0 0;
  font-size: .9em;
  padding: 2px 0;
}
.top_comm_details .insides {
  float: right;
  margin: 0 10px 0 0;
}

.area_details h1 {
  color: #0d2238;
  font-weight: normal;
  font-size: 1.4em;
  padding: 0 0 0 10px;
}

.area_details h2 {
  color: #3d5f81;
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 4px 10px;
}

.areaTopListings {
  background: #e5ecf4;
  padding: 3px 10px 3px 8px;
  color: #848484;
  font-size: 1.7em;
  margin: 10px 0 10px 0;
}
.areaTopListings a {
  color: #005ad4;
  font-size: .7em;
  font-weight: bold;
}
.areaTopListings span {
  color: #005ad4;
  font-weight: bold;
}

.areaRange {
  font-size: .85em;
  margin: 0 0 0 7px;
}

.areaRangePrice {
  font-size: 1.6em;
  color: #005ad4;
  font-weight: bold;
}

.commTitle {
  color: #737272;
  font-size: 0.85em;
  padding: 11px 0 0 5px;
  font-weight: bold;
  margin: 0;
}

ul.amenList {
  font-size: .85em;
  width: 222px;
  border-top: 1px solid #848484;
  margin: 0;
  padding: 2px 0 10px 20px;
}
ul.amenList li {
  font-weight: bold;
}

ul.subList {
  font-size: 1.05em;
  list-style-type: none;
  width: 212px;
  margin: 0;
  padding: 10px 0 10px 20px;
}
ul.subList li {
  text-indent: -10px;
}
ul.subList li a {
  color: #22262c;
  padding: 2px 0;
}

.commPDF {
  clear: left;
  padding: 10px 0 10px 10px;
}

.area_details .formHeader, .area_details h2 {
  padding: 5px 0 0 0;
  color: #757576;
  margin: 10px 0 0 0;
  font-size: 1.45em;
}

#mainPhoto {
  width: 227px;
  height: 170px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

#mainPhoto img {
  border: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.area_details #mainPhoto img {
  width: 227px;
  height: 170px;
}

#commBigPhoto {
  width: 460px;
  height: 360px;
  overflow: hidden;
  text-align: center;
}

#commProps {
  width: 463px;
  border-top: 3px solid #d5d887;
  margin top: 2px;
}
ul.commPropsContainer {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.commProp {
  width: 452px;
  margin: 0 auto 9px auto;
  padding: 9px 0 13px 0;
  border-bottom: 1px solid #7e7e7e;
  list-style-type: none;
}
.commPropThumb {
  width: 86px;
  height: 68px;
  margin: 0 6px 0 0;
  float:left;
}

.commPropLeft1 {
  float: left;
  width: 247px;
  height: 72px;
  overflow: hidden;
}
.commProp h4 {
  padding: 0;
  width: 247px;
  height: 14px;
  overflow: hidden;
}
.commPropLeft1 div {
  font-size: 0.75em;
}

ul.navComm li span {
  color: #0716e1;
  margin-right: 10px;
}

#commBigMap {
  width: 460px;
  height: 410px;
  color: #ccc;
  background: url(../images/bg_home_map.png) 17px 12px no-repeat;
  overflow: hidden;
}

/*** COMMUNITIES LIST PAGE ***/

#commMap {
  width: 485px;
  height: 515px;
  color: #ccc;
  background: url(../images/bg_home_map.png) 17px 12px no-repeat #efefef;
  overflow: hidden;
}

.comm h2 a {
  color: #0660bd;
}

.comm h3 {
  padding-left: 10px;
  padding-bottom: 3px;
  font-weight: normal;
  color: #0660bd;
}

.commRight {
  float: left;
  margin-left: 10px;
}

.comm .blueSide {
  width: 235px;
  margin: 0;
  padding: 0;
  border: 1px solid #e1e8e2;
}
.comm .propComm a {
  color: #0660bd !important;
}
.comm p {
  color: #605d5c;
}
.forSaleNum {
  padding: 2px 5px;
  background: #cde3f8;
  color: #3a3a40;
  font-weight: bold;
  font-size: 1.4em;
  margin: 5px 0 15px;
}

/*******************
** BEGIN: MyLogin **
********************/
.my_login .content { padding-left:36px; }
.my_login .header { font-weight:bold; }
.my_login .title { font-weight:bold;font-size:1.25em; }
.my_login .middle_column { overflow:auto; }
.middle_column .left_col { width:540px; }
.middle_column .right_col { width:175px;margin-right:15px; }

.my_login fieldset { width:90%; }

.my_login .form { margin:0px;padding:0px; }

.my_login .form label {
	float:none;
	font-size:11px;
	font-weight:bold;
	color:#605d5c;
	line-height:23px;
}

.my_login .form .text-field {
	border:1px solid #acacac;
	font-size:11px;
	padding:3px 5px 3px 5px;
	margin:0px;
}

.my_login .form .text-area {
	border:1px solid #acacac;
	font-size:11px;
	padding:3px 5px 3px 5px;
	margin:0px;
	overflow:auto;
}

.my_login .form .select {
	border:1px solid #acacac;
	font-size:11px;
	padding:3px 5px 3px 5px;
	margin:0px;
}

.my_login .form .checkbox { border:none;margin:0px;padding:0px;width:auto; }

.my_login .form table td {
	text-align:left;
	vertical-align:middle;
	padding-top:10px;
}

.my_login .form table td.field {
	padding-left:10px;
}

.my_login .register label { margin:0px;font-weight:normal;color:#000; }
.asterisk { font-size:11px;color:#357ec8;font-weight:normal;padding-top:5px; }
.my_login .register div.clear { height:3px; }

.my_login #emailStatus {
	display:none;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 110px;
}

.my_login #crumbs h1 { margin-left:0px; }
.my_login h1 { color:#356da8;font-weight:normal;margin:18px 0px 0px 30px;padding:0px;font-size:16px; }
.my_login h2 { color:#356da8;font-weight:normal;margin:0px;padding:0px;font-size:14px; }
.my_login .mylogin-home-block {
	width:237px;
	height:177px;
	background:#efefef;
	border:1px solid #dee6e1;
	margin:0px 0px 0px 9px;
	padding:0px;
}
.my_login .mylogin-home-block-searches  { background:url('../images/bg-mylogin-home-block-searches.jpg')  right bottom no-repeat #efefef; }
.my_login .mylogin-home-block-favorites { background:url('../images/bg-mylogin-home-block-favorites.jpg') right bottom no-repeat #efefef; }
.my_login .mylogin-home-block-profile   { background:url('../images/bg-mylogin-home-block-profile.jpg')   right bottom no-repeat #efefef; }
.my_login .mylogin-home-block .wrapper { margin:16px 14px 16px 14px;font-size:11px;color:#848281; }
.my_login .mylogin-home-block .wrapper a { color:#5a90ff; }

/*
.my_login form div {
  text-align: left;
  width: auto;
  margin: 0px;
  clear: left;
}
*/

/** Contact Form **/
.my_login form {
  color: inherit;
  font-size: inherit;
}

.my_login form div {
  text-align: left;
  width: auto;
  margin: 0px;
  clear: none;
}

.my_login form label {
  float: inherit;
  margin-left: 0px;
  text-align: left;
}

.my_login form input {
  font-size: inherit;
  width: auto;
}

.my_login form textarea {
  width: auto;
  height: auto;
  margin-left: inherit;
}

#welcomeBox {
  position: absolute;
  top: 0;
  left: 50%;
  width: 400px;
  margin-left: -223px;
  text-align: right;
  color: #fff;
}

a.logout {
  color: #fdd600;
}

.rename_title, span.save, span.close {
  cursor: pointer;
}

/*****************
** END: MyLogin **
******************/

.statusBad { color:#c30505;font-size:11px; }
.statusGood { color:#359904; }


/********************
** BEGIN: DATEPICK **
*********************/
/* Redmond style sheet for jQuery date picker v3.5.2. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #222;
	width: 185px;
}

#datepick-div td {
	padding: 0;
}

#datepick-div td a { text-indent: 0px; }

#datepick-div {
	display: none;
	border: 1px solid #4297d7;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #4297d7 !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
	cursor: pointer;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt {
	width: 185px;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
}
.datepick-control {
	background: #d0e5f5;
	padding: 2px 0px;
}
.datepick-links {
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear {
	float: left;
	width: 34%;
	visibility:hidden;
}
.datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #5c9ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	height: 1.6em;
}
.datepick-header select {
	background: #5c9ccc;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-week-col {
	background: #d0e5f5;
}
.datepick-days-cell {
	border: 1px solid #c5dbec;
}
.datepick-days-cell a {
	display: block;
	background: #dfeffc;
}
.datepick-other-month a {
	background: #fff;
}
.datepick-week-over a {
	background: #d0e5f5;
}
.datepick-unselectable {
	color: #888;
}
.datepick-today {
	border: 1px solid #fad42e;
}
.datepick-today a {
	background: #fbec88;
}
.datepick-current-day {
	border: 1px solid #4297d7;
}
.datepick-current-day a {
	background: #5c9ccc;
	color: #fff;
}
.datepick-days-cell-over {
	border: 1px solid #79b7e7;
}
.datepick-days-cell-over a {
	background: #d0e5f5;
	color: #222;
}
.datepick-status {
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #222 !important;
}
.datepick-control a:hover {
	background: #5c9ccc;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #d0e5f5;
}
.datepick-multi .datepick {
	border: 1px solid #a6c9e2;
}
.datepick-one-month {
	float: left;
	width: 185px;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}
/******************
** END: DATEPICK **
*******************/

.updatesPromo {
  background: #fff;
  width: 190px;
}
.updatesPromo p {
  padding: 0 10px;
}
.saveSearchBtn {
  background: url(../images/save_search_bottom.jpg) right top no-repeat;
  width: 177px;
  text-align: right;
  margin-right: 10px;
}
.saveSearchBtn div {
  clear: right;
  width: 130px !important;
}

/* letters of recommendation */
.insides .leftContent {
  width:556px;
  padding:90px 16px 16px 16px;
  float:left;
  border-right:1px dotted #000000;
  font-size:11px;
  background:transparent url(../images/letters_of_recommendation.png) 12px 30px no-repeat;
}
.insides .leftContent h2 {
  font-weight:normal;
}
.insides .letters {
  padding-top:50px;
}
.insides .letter {
  clear:both;
  font-size:12px;
  background:transparent url(../images/icon_left_quote.png) 5px 32px no-repeat;
}
.insides .fineprint {
  clear:both;
}
.insides .letter .author, .insides .letter blockquote {
  width:390px;
  float:left;
}
.letter blockquote {
  padding: 10px 0;
  margin:15px 0px 15px 36px;
  line-height: 1.3;
}
.letter blockquote img {
  width: 29px;
  height: 23px;
  vertical-align: top;
}
.letter a.download {
  background:transparent url(../images/btn_download_letter.png) top left no-repeat;
  width:129px;
  height:40px;
  text-indent:-10000px;
  opacity:.8;
  display:block;
  float:right;
  margin-top: 15px;
}
.letter a.download:hover {
  opacity:1;
}
.insides .rightContent {
  width:161px;
  float:right;
  font-size:11px;
  background:transparent url(../images/bg_sidebar_rec.png) top left no-repeat;
  padding-top:84px;
}
.insides .rightContent h4 {
  background:#f2f3de;
  border-left:5px solid #d5d790;
  padding:6px 0px 6px 12px;
  margin-bottom:10px;
}
  .insides .rightContent p {
    padding:6px 5px 6px 12px;
  }

#homeFeatures {
  margin-left: 15px;
}
#homeFeatures h3 {
  display: inline;
}
#homeFeatures h3 a {
  color: #4F5050;
}

#graph-wrapper div#title {
	padding:5px 0px 5px 8px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

#graph-wrapper div#title span {
	font-size:9px;
	color:#717172;
	font-weight:bold;
}

#graph-wrapper div#timeFrameSelector {
	padding:0 0 2px 10px;
	font-size:10px;
	font-weight:normal;
	text-align:left;
  position: relative;
  left: 34px;
  top: 10px;
}

#graph-wrapper div#graphSelector {
	padding:0px 0px 5px 8px;
	text-align:left;
}

#stat-summaries {
	background:#e6edf5;
	border-top:1px solid #828481;
  padding: 6px 0 6px 3px;
	font-size:9px;
	overflow:auto;
}

#stat-summaries .title {
	color:#0058d3;
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-size:13px;
}

#stat-summaries #labels, #stat-summaries #past-column, #stat-summaries #present-column, #stat-summaries #percent-diff-column {
	float:left;
	margin:0px;
	padding:0px;
}

#stat-summaries #labels .label {
	color:#4d6c96;
	font-weight:bold;
	padding:4px 0px 3px 0px;
	margin:0px;
  height: 15px;
  overflow: hidden;
}

#stat-summaries #labels .header {
	border-bottom:1px solid #b2b4b4;
	height:18px;
	font-weight:bold;
	line-height:22px;
	padding:0px;
	margin:0px;
	color:#b2b4b4;
}

#stat-summaries #past-column, #stat-summaries #present-column {
	border-right:1px solid #b2b4b4;
}

#stat-summaries #present-column {
	background: url('../images/bg-stat-summaries-present-column.jpg') repeat-x #d0d1c3;
}

#stat-summaries #percent-diff-column {
	background: url('../images/bg-stat-summaries-percent-diff-column.jpg') repeat-x #b4e0a3;
}

#stat-summaries #past-column .header, #stat-summaries #present-column .header, #stat-summaries #percent-diff-column .header {
	text-align:right;
	border-bottom:1px solid #b2b4b4;
	height:18px;
	font-weight:bold;
	line-height:22px;
	padding:0px 2px 0px 2px;
	margin:0px;
}

#stat-summaries #past-column .data, #stat-summaries #present-column .data, #stat-summaries #percent-diff-column .data {
	text-align:right;
	color:#000;
	font-weight:bold;
	padding:4px 2px 3px 2px;
	margin:0px;
  height: 15px;
  overflow: hidden;
}

#stat-summaries #labels {
  width: 116px;
}

#stat-summaries #past-column, #stat-summaries #present-column, #stat-summaries #percent-diff-column {
	width:43px;
}




/*
#stat-summaries #labels { width:107px;}
#stat-summaries #past-column { width:38px;background:red; }
#stat-summaries #present-column { width:38px; }
#stat-summaries #percent-diff-column { width:41px;background:red; }
*/
/*
#stat-summaries #past-column { width:39px; }
#stat-summaries #present-column { width:40px; }
#stat-summaries #percent-diff-column { width:47px; }
*/
#stat-summaries h1 {
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.subStats {
  font-size: 11px;
  padding: 6px;
  background: #447BB1;
  border: 3px solid #4D5C7F;
  color: #fff;
  margin: 10px 7px 10px 0;
}
.subStats select {
  width: 225px;
  margin-top: 4px;
}
#graphSummary {
	margin:10px 5px 0px 5px;
  color: #fff;
	padding: 10px;
	background-color: #4D5C7F;
	font-size:11px;
	line-height:16px;
  height: 32px;
}
img.statsInfo {
  width: 16px;
  height: 17px;
  float: left;
  margin: 1px 0 0 5px;
}
#tooltipContents {
  display: none;
}
.stat-summaries-tool-tip {
	display:none;
}

.help {
	cursor:help;
}

.sharePanel {
  margin: 8px 0 2px 4px;
}
.sharePanel .shareFB {
  border:none; overflow:hidden; width:53px; height:24px;
  position: relative;
  top: 2px;
}
.sharePanel .shareGoogle {
  float: left;
  margin: 4px 4px 0 0;
}

/** Floating banners **/

.banner {
  z-index:1000;
  font-size:11px;
  position:fixed;
  width:100%;
  height: 62px;
  left:0;
  bottom:0;
  padding:0;
  background: url(../images/banner_home.png) bottom center no-repeat;
}
.banner .banner_left {
  z-index:1001;
  background: url(../images/banner_left.png) bottom center no-repeat;
  position: absolute;
  left: 50%;
  top: -19px;
  height: 24px;
  width: 20px;
  margin-left: -510px;
}
.banner .banner_right {
  z-index:1001;
  background: url(../images/banner_right.png) bottom center no-repeat;
  position: absolute;
  right: 50%;
  top: -19px;
  height: 24px;
  width: 21px;
  margin-right: -510px;
}
.banner_top {
  z-index:1001;
  font-size:11px;
  position:fixed;
  width:107px;
  height: 66px;
  left:50%;
  bottom: 57px;
  margin-left: -211px;
  padding:0;
  background: url(../images/banner_home-top.png) bottom center no-repeat;
}
.banner .box1 a, .banner .box2 a {
  color: #ecedc9;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.banner .box1 a:hover, .banner .box2 a:hover {
  text-decoration: underline;
}
.banner .box1 span, .banner .box2 span {
  color: #e2c213;
}

/** Homepage banner **/
.homepage .banner .box1 {
  width: 203px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  line-height: 67px;
}
.homepage .banner .box2 {
  width: 250px;
  position: absolute;
  left: 50%;
  margin-left: 223px;
  line-height: 67px;
}
.homepage .banner .box2 a {
  font-size: 15px;
}

/** Prop details banner **/
.prop_details .banner .box1 {
  width: 203px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  line-height: 65px;
}
.prop_details .banner .box2 {
  width: 250px;
  position: absolute;
  left: 50%;
  margin-left: 230px;
  line-height: 67px;
}
.prop_details .banner .box2 a {
  font-size: 15px;
}

.prop_details .banner {
  background: url(../images/banner_prop-details.png) bottom center no-repeat;
}

/** Community details / Prop search results banner **/
.props .banner .box1, .area_details .banner .box1 {
  width: 360px;
  position: absolute;
  left: 50%;
  margin-left: 82px;
  line-height: 65px;
}

.props .banner_top, .area_details .banner_top {
  margin-left: -96px;
}

.props .banner {
  background: url(../images/banner_prop-search.png) bottom center no-repeat;
}

.area_details .banner {
  background: url(../images/banner_community.png) bottom center no-repeat;
}

.sso {
	background:transparent !important;
}

#mylogin-popup-window {
  width:711px;
  height:672px;
  margin:0px;
  padding:0px;
  background:transparent !important;
}

#mylogin-popup-window header {
  height:88px;  
  border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
    
  /* fallback */
  background-color: #171820;
  background: url(../images/bg-login-popup-header.jpg);
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#171820), to(#202f50));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #171820, #202f50);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #171820, #202f50);

  /* IE 10 */
  background: -ms-linear-gradient(top, #171820, #202f50);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #171820, #202f50);
}

#mylogin-popup-window h1 {
  font-size:28px;
  font-family: ErasLight, sans-serif;
  color:#070707;
  margin:0px 0px 0px 50px;
  padding:11px 0px 0px 0px;
}
#mylogin-popup-window header h1 {
  color: #fbfbfb;
}

#mylogin-popup-window h2 {
  font-size:14px;
  font-family:tahoma;
  color:#cacaca;
  margin:0px 0px 0px 50px;
  padding:0px;
  font-weight:normal;
}

#mylogin-popup-window #slide_prev {
  margin: 82px 0 0 20px;
  float: left;
  display: block;
}
#mylogin-popup-window #slide_next {
  margin: 82px 20px 0 0;
  float: right;
  display: block;
}

#mylogin-popup-window ul.popup-slideshow {
  list-style-type: none;
  display: block;
  margin: 0 0 0 30px;
  padding: 0;
  height: 212px;
  overflow: hidden;
  width: 524px;
  float: left;
}
#mylogin-popup-window ul.popup-slideshow li.slide {
  display: block;
  margin: 0 auto;
  padding: 0;
}

#mylogin-popup-window .slide#slide1 {
  background: url(../images/fso_slide1.png) center 15px no-repeat;
  width: 524px;
  height: 182px;
  margin: 0 auto;
  padding: 15px 0;
}
#mylogin-popup-window .slide#slide2 {
  background: url(../images/fso_slide2.png) center 15px no-repeat;
  width: 524px;
  height: 182px;
  margin: 0 auto;
  padding: 15px 0;
}
#mylogin-popup-window .slide#slide3 {
  background: url(../images/fso_slide3.png) center 15px no-repeat;
  width: 524px;
  height: 182px;
  margin: 0 auto;
  padding: 15px 0;
}
#mylogin-popup-window .fso_col {
  width: 170px;
  float: left;
  margin-top: 120px;
  color: #3c3e4f;
  font-size: 11px;
  text-align: center;
}
#mylogin-popup-window .slide .fso_col strong {
  color: #1e315b;
  font-size: 14px;
}
#mylogin-popup-window .slide .fso_col p {
  font-style: italic;
  padding: 0 10px;
  margin-top: 0;
}

#mylogin-popup-window .slide h1 {
  margin: 0 0 0 138px;
  padding-top: 33px;
  text-shadow: 3px 3px 3px #fff;
}
#mylogin-popup-window .slide p {
  padding: 13px 10px 0px 144px;
  color: #42506e;
}

#mylogin-popup-window #main-content {
  margin:0px;
  padding-bottom:22px;
  
  border-radius: 0px 0px 7px 7px;
  -webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
    
  /* fallback */
  background: #fafbec url(../images/bg-login-popup-main.jpg) 0 0 repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebefbc), to(#fafbec));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ebefbc, #fafbec);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ebefbc, #fafbec);

  /* IE 10 */
  background: -ms-linear-gradient(top, #ebefbc, #fafbec);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ebefbc, #fafbec);
}

#mylogin-popup-window #main-content #register-form {
  width:632px;
  height:240px;
  background:#f9f9f9;
  border:1px solid #a9c0bd;
  margin:0px 0px 0px 25px;
  padding:10px 27px 0px 0px;
  
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#mylogin-popup-window #main-content #register-form form {
  margin:0px;
  padding:0px;
}

#mylogin-popup-window #main-content #register-form div.column {
  width:290px;
  margin-left:24px;
  float:right !important;
  overflow:auto;
}

#mylogin-popup-window #main-content #register-form label {
  display:block;
  color:#1d2042;
  font-family:tahoma;
  font-weight:bold;
  font-size:12px;
  margin:0px 0px 8px 0px;
}

label.phone_cell {
  padding-right:25px;
  background:url(../images/lock.png) right -1px no-repeat;
}

#mylogin-popup-window #main-content #register-form label span {
  color:#4f8bdf;
  font-weight:normal;
}

#mylogin-popup-window #main-content input.text-field {
  border:1px solid #dfdfdf;
}

#mylogin-popup-window #main-content #register-form input.text-field {
  width:268px;
  height:38px;
  margin:0px 0px 16px 0px;
  padding:0px 10px 0px 10px;
}

#mylogin-popup-window #main-content #register-form input.submit {
  width:290px;
  height:48px;
  margin:0px;
  padding:0px;
  background:url(../images/btn-create-account.png) top left no-repeat;
  border:none;
  cursor: pointer;
}

#mylogin-popup-window #main-content #register-form .info {
  display:block;
  font-size:11px;
  color:#777d90;
  font-family:tahoma;
  text-align:left;
  padding-top:8px;
  line-height: 18px;
}

#mylogin-popup-window #main-content #register-form .info a, #mylogin-popup-window #main-content #register-form .info a:visited, #mylogin-popup-window #main-content #register-form .info a:active {
  color:#2e3754;
}

#mylogin-popup-window #main-content #login-form {
  margin:20px 0px 0px 50px;
  overflow:hidden;
}
#login-form .forgot {
    left: 417px;
    position: relative;
    text-decoration: underline;
    top: 8px;
    width: 100px;
    height: 25px;
}
#login-form .forgot a {
    color: #666;
    font-size: 9px;
}

#mylogin-popup-window #main-content #login-form h1 {
  float:left;
  font-size:18px;
  color:#324b67;
  margin:0px 30px 0px 0px;
  padding:6px 0px 0px 0px;
}

#mylogin-popup-window #main-content #login-form input.text-field {
  height:33px;
  margin:0px 13px 0px 0px;
  padding-left:10px;
  padding-right:10px;
  float:left;
  z-index:100;

}

#mylogin-popup-window #main-content #login-form input.submit {
  width:51px;
  height:35px;
  margin:0px;
  padding:0px;
  background:url(../images/btn-go.png) top left no-repeat;
  border:none;
  float:left;
  cursor: pointer;
}

#mylogin-popup-window #main-content .messages {
  padding-top: 28px;
}
#mylogin-popup-window #main-content .messages p {
  padding: 0 0 0 29px;
}

#mylogin-popup-window #main-content #verify-form {
  width:632px;
  height:114px;
  background:#f9f9f9;
  border:1px solid #a9c0bd;
  margin:0px 0px 0px 25px;
  padding:10px 27px 0px 0px;
  
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#mylogin-popup-window #main-content #verify-form form {
  margin:0px;
  padding:0px;
}

#mylogin-popup-window #main-content #verify-form label {
  float:left;
  color:#1d2042;
  font-family:tahoma;
  font-weight:bold;
  font-size:12px;
  margin:0px 25px 0px 71px;
  height:40px;
  line-height:38px;
}

#mylogin-popup-window #main-content #verify-form input.text-field {
  float:left;
  border:1px solid #dfdfdf;
  width:55px;
  height:38px;
  margin:2px 25px 0px 0px;
  padding:0px 10px 0px 10px;
  text-align:center;
}

#mylogin-popup-window #main-content #verify-form input.submit {
  width:291px;
  height:48px;
  margin:0px;
  padding:0px;
  background:url(../images/btn-verify-account.png) top left no-repeat;
  border:none;
  float:left;
  cursor: pointer;
}

#mylogin-popup-window #main-content .notification {
  width:489px;
  padding:25px 85px;
  margin:0px 0px 25px 25px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#mylogin-popup-window #main-content .notification.error {
  color:#8d0101;
  border: 1px solid #8d0101;
  background:url(../images/bg-error-icon.png) 20px 13px no-repeat #fce3e3;
}

/** Homepage flash replacements **/
#flashProps {
  position: relative;
  left: 0;
  top: 0;
  width: 305px;
  height: 200px;
  overflow: hidden;
}
.featProp {
  width: 305px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8;
}
.featProp.active {
  z-index: 10;
}
.featProp.last-active {
  z-index: 9;
}
.featProp .featPropPhoto {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 305px;
  height: 200px;
}
.featProp .featPropBanner {
  width: 293px;
  height: 47px;
  position: absolute;
  top: 143px;
  left: 0;
  color: #fff;
  font-size: 10px;
  background: url(../images/bg_homefeats.png) 0 0 repeat;
  z-index: 20;
  padding: 6px 0 4px 12px;
  line-height: 1.3;
}
.featProp .featPropBanner img {
  float: right;
  margin: 8px 10px 0 0;
}
.featProp .featPropBanner a.title {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  width: 175px;
  height: 17px;
  overflow: hidden;
  display: block;
}
.featProp .featPropBanner span {
  color: #8eb3ff;
  font-size: 12px;
  font-weight: bold;
}

.flashCommBanner {
  width: 376px;
  height: 37px;
  position: absolute;
  top: 295px;
  left: 0;
  color: #fff;
  font-size: 12px;
  background: url(../images/bg_homefeats.png) 0 0 repeat;
  z-index: 20;
  padding: 6px 10px 4px 11px;
  line-height: 37px;
}
.flashCommBanner a {
  color: #f5f285;
}
.flashCommBanner a:hover {
  text-decoration: none;
}
.flashCommBanner h3 a {
  color: #7fbcde;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
  font-family: Arial, Helvetica, Sans-Serif;
  float: left;
  text-decoration: none;
  padding: 8px 0 0;
}

/** Community foreclosure/etc extra flags **/
#commProps li.commProp {
	position: relative;
	zoom: 1;
	top: 0;
	left: 0;
}
#commProps li.extra div.extra {
	background: transparent url(../images/prop_meta_banner_sprite.png) no-repeat;
	background-position: -400px -400px;
	width: 90px;
  height: 72px;
  margin: -2px 0 0 -2px;
  position: absolute;
  cursor: pointer;
}

#commProps li.extra.foreclosure div.extra {
	background-position: 0 0;
}

#commProps li.extra.shortsale div.extra {
	background-position: 0 -240px;
}

#commProps li.extra.pricechange div.extra {
	background-position: 0 -120px;
}
#commProps li.extra.contingency div.extra {
	background-position: 0 -360px;
}

.v5 {width:0px; height:0px;position:absolute;left:-1800px;}