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

/** Basic stuff **/
body {
  margin: 0;
  padding: 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;
}

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;
}

.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;
}
#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: Eras Light ITC, 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;
}
.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;
}

.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;
}
strong.tagline {
	color: #121313;
	font-family: Times New Roman, Times, Serif;
	font-size: 1em;
	float: left;
	margin: 2px 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 {
	clear: right;
	width: 670px;
	height: 86px;
	float: right;
}
#topSearch {
	background: url(../images/bg_quicksearch.gif) 0 0 no-repeat;
	width: 364px;
	height: 25px;
}
#topSearch form {
	padding: 6px 0 0 20px;
}
#topSearch form input {
	float: left;
}
#topSearch #qk_search {
	color: #4e4b4b;
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 5px 0 0 0;
	border: 0;
	background: transparent;
	width: 211px;
}

/*** 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: 157px; }
ul#topnav li a#navComm { width: 124px; }
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#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;
}
#sideNav img.leftMain {
  padding: 2px 0 0 0;
  margin: 0 0 3px 0;
  background: url(../images/bg_leftnav_top.gif) 0 0 no-repeat;
}

#sideNav ul li {
  background: transparent;
  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;
}
#flashComm {
  width: 397px;
  height: 343px;
}
#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;
}
.propRow {
  width: 712px;
  height: 131px;
  padding-top: 1px;
  margin: 0 auto;
  border-top: 1px solid #b9b9b9;
  clear: left;
}
.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: 6px 17px 0 11px;
  float: left;
}

.photoNum {
  position: absolute;
  left: 12px;
  top: 101px;
  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;
}

.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: 530px;
}

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

.prop_results .shortsale, .prop_results .foreclosure {
  border: 1px solid #76b6ff;
  padding: 0 5px 2px 8px;
}
.prop_results .foreclosure span, .prop_results .shortsale 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 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: 220px;
  text-align: right;
}

.prop .mlsnum, .frame .mlsnum, .commProp .mlsnum {
  color: #909090;
  font-size: .85em;
}
.prop .logoList, .frame .logoList {
  width: 220px;
  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 h3 {
  margin: 15px 0 0 0;
}

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

.top_prop_details {
  background: url(../images/bg_prop_top.gif) 0 0 no-repeat;
  width: 770px;
  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;
}
#btn_inquire {
  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;
}
#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: #8b460c;
  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 {
  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;
}

#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 {
  color: #ff9000;
  font-size: 11px;
}

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;
}

.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;
}

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

ul.photoThumbnails {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.photoThumbnails li {
  width: 88px;
  height: 70px;
  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: 86px;
  height: 70px;
}

.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: 20px 20px 5px 20px;
  color: #999;
}

/** 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;
}
.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: 17px 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;
}

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

#commProps {
  width: 463px;
  border-top: 3px solid #d5d887;
  margin top: 2px;
}
.commProp {
  width: 452px;
  margin: 0 auto 9px auto;
  padding: 9px 0 13px 0;
  border-bottom: 1px solid #7e7e7e;
}
.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;
}
