body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
  background: #1b1b1b; /* Old browsers */
	background: -moz-linear-gradient(top, #1b1b1b 0%, #3d3d3d 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(80%,#3d3d3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b1b1b 0%,#3d3d3d 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b1b1b 0%,#3d3d3d 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1b1b1b 0%,#3d3d3d 80%); /* IE10+ */
	background: linear-gradient(top, #1b1b1b 0%,#3d3d3d 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */
}

body.home {
  color: #a8a9ab;
  margin-bottom: 0;
  padding-bottom: 0;
}g

body.home a, body.home a:link, body.home a:active, body.home a:visited {
  color: #a4ccfd;
}

body.home a:hover {
  color: #a4ccfd;
  text-decoration: none;
}

.home h1 {
  color: #fff;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

h3 {
  color: #a4bad9;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0;
  padding: 7px 0 3px 8px;
}

p {
  margin: 15px 0 0 0;
}

.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}


/**** Homepage/Overall stuff ****/

#wrapper {
  width: 100%;
  background: url(../images/bg_fade.png) center top repeat-y;
}

#wrapperBottom {
  width: 100%;
  height: 26px;
  background: url(../images/bg_bottom.gif) center top no-repeat;
}

#topBar {
  margin: 3px auto 6px auto;
  width: 980px;
  height: 20px;
  color: #dfdede;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 21px;
}
.shareGoogle {
  float: left;
  margin: 3px 9px 0;
}
#topRightBar {
  position: relative;
  left: 45px;
}

#header {
  height: 118px;
  position: relative;
}
.insideLogo {
  margin: 8px 0 0 19px;
}
.lreLogo {
  position: absolute;
  left: 823px;
  top: 7px;
}

body.details #header {
	background: transparent url(../images/details_content_bg.png) 19px 115px no-repeat
}

.main {
  margin: 0 auto 0 auto;
  width: 980px;
  background: #3e83c3 url(../images/home_header_overall.png) top left no-repeat;
}

#contentWrapper {
  width: 980px;
  background: url(../images/home_header_overall.png) 0 -118px no-repeat #3c7fbd;
}

.details .main, .details #contentWrapper {
  background-image: url(../images/home_header_overall_inside.png);
}

#content {
  margin: 0 19px;
  width: 948px;
}

#content.details {
  background: #999 url(../images/details_bg.png) top left repeat-y;
}
#content.static {
  background: #e5e4dd url(../images/static_bg.png) top left repeat-y;
}

body.home #content {
  border-top: 10px solid #414040;
  background: #333 url(../images/sidebar_bg2.png) bottom left no-repeat;
}

#homeFeat {
	background: #12233d;
	padding-bottom: 25px;
	padding-top: 15px;
}

#homeFeat hr {
	padding: 0 0 0 0;
	height: 0;
	border: 0;
	border-bottom: 1px dotted #eee;
	margin: 0 0 0 0;
	width: 93%;
}

.homeSideModule {
	margin: -5px 0 0 -13px;
	width: 365px;
}

#homeFeat h3 {
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 10px;
}

#homeSide {
	width: 385px;
  background: url(../images/homeSide_background.png) 0 0 no-repeat transparent;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: -33px;
  margin-top: -100px;
  padding: 10px 0 0 50px;
  z-index: 200;
  position: relative;
}

.featThumb {
  width: 110px;
  float: left;
  font-size: .8em;
  text-align: center;
  margin-top: 5px;
  margin-left: 10px;
  height: 140px;
}

.featThumb a {
  color: #a5d4ff;
  font-size: 11px;
}

.featThumb img {
  border: 3px solid #333;
  border-radius: 3px;
}
.featThumb img:hover {
  border: 3px solid #eee;
}

#blogFeed {
  padding: 0 10px 15px 10px;
  width: 345px;
  height: 562px;
  background: url(../images/sidebar_bg_bonus.png) 0 6px no-repeat;
}
#blogFeed h3 {
  border-bottom: 1px solid #000;
  padding: 15px 0 5px 15px;
  text-transform: uppercase;
}

.blogPost {
  color: #7b7b7b;
  font-size: .8em;
  margin-top: 10px;
  line-height: 1.5;
  padding: 0 30px 0 15px;
}

.blogPost .date {
  color: #a4ccfd;
}

.blogPost strong {
  font-size: 1.2em;
  color: #7b7b7b;
}

.blogPost a, .blogPost a:link, .blogPost a:visited {
  color: #b5b5b5 !important;
  text-decoration: none;
}

.blogPost a:hover {
  color: #b5b5b5;
  text-decoration: underline;
}

.blogPost a.lite {
  color: #b5b5b5;
}

#middle {
  background: transparent url(../images/home_centerpeice.jpg) top left no-repeat;
  width: 636px;
}
#middle.night {
  background: transparent url(../images/home_centerpeice2.jpg) top left no-repeat;
}

#homeNav {
  position: relative;
  left: 45px;
  top: 27px;
}

#homeNav td {
  margin: 0;
  padding: 0;
}

#homeNav td img {
  margin-right: 12px;
}

#homeNav td.link {
  margin: 0;
  padding: 7px 0 6px 7px;
  width: 240px;
  border-bottom: 1px solid #75b7e0;
}

#homeNav td a {
  color: #022e56;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
#homeNav td a:hover {
  color: #026ecc;
  text-decoration: none;
}

#homeBottom, #luxuryListing {
  margin: 20px 50px 50px;
  padding: 10px 0 15px 0;
}

#luxuryListing {
	margin-bottom: 0;
}

#buildingList {
	margin: 50px 50px 50px 0;
}

#buildingList a, #buildingList a:link, #buildingList a:visited, #buildingList a:active {
  color: #999a9a;
  text-decoration: none;
}
#buildingList a:hover {
  text-decoration: underline;
}
#buildingList img {
  width: 0px;
  height: 9px;
  margin: 0 4px;
  border-right: 1px solid #999;
}

/***** Inside pages *****/

#leftNav {
  background: transparent url(../images/details_bg.png) top left repeat-y;
  width: 187px;
  padding-bottom: 15px;
}
#content.static #leftNav {
  width: 178px;
}

#leftNav ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#leftNav ul li {
  background: transparent;
  padding: 4px 0 4px 14px;
  margin: 0;
  border-bottom: 1px solid #75b7e0;
  width: 161px;
  border-left: 2px solid transparent;
}

#leftNav ul li:hover, #leftNav ul li.active {
  background: #04407c;
  border-color: #0382f1;
  border-left: 5px solid #0382f1;
  padding-left: 11px;
}

#leftNav ul li a {
  color: #022e56;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

#leftNav ul li:hover a, #leftNav ul li.active a {
  color: #fff;
}

#insideFeat {
  text-align: center;
  width: 217px;
  margin-left: -40px;
  background: transparent url(../images/details_featured_bg.png) bottom left no-repeat;
  padding: 0 0 21px 0;
}

#insideFeat div.feat {
	background: #073a6f;
	width: 217px;
	padding-top: 0;
}

#insideFeat div div {
  padding: 8px 0 16px 0;
}

#insideFeat a {
  color: #b0afaf;
  text-decoration: none;
  width: 190px;
  display: block;
  margin: 0 auto;
}

#insideFeat a:hover {
  text-decoration: underline;
}

#insideFeat a img {
  border: 1px solid #fff;
  margin: 1px 0;
}
#insideFeat a img.first {
  margin-top: 16px;
}

#insideFeat a:hover img {
  border: 2px solid #fff;
  margin: 0 0;
}
#insideFeat a:hover img.first {
  margin-top: 15px;
}

.condoList {
  padding: 5px 8px 20px 8px;
}
.condoList strong {
  display: block;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  margin: 0 0 6px 0;
  color: #2f4e6e;
  text-decoration: underline;
}

.condoList .quick_link_A {
  color: #383737;
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.condoList .quick_link_A:hover {
  color: #022243;
  text-decoration: underline;
}

#insideMain {
  width: 750px;
  background: #f4f4f4;
  padding: 15px 0 0 20px;
}

#insideMain h1 {
  color: #3a5472;
  font-size: 29px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 23px 0 33px;
  margin-bottom: 20px;
  border-bottom: 1px solid #989893;
}
#insideMain h1.forBlurb {
  margin-bottom: 0;
}

#insideMain.details {
	background: transparent;
	padding: 0;
	float: left;
	margin-left: -15px;
}
#insideMain.static {
  width: 696px;
  padding: 15px 37px 0 37px;
  background: transparent;
}

#footer {
  font-size: .9em;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
  color: #a8a9ab;
  border-top: 17px solid #3C7FBD;
  padding-top: 5px;
}
#footer.footerHome {
  width: 980px;
  margin: 0 auto 10px;
}
#footer p {
  width: 500px;
  margin: 0 auto;
}
#footer a {
  color: #a8a9ab;
}

/** Results Gallery **/
.result {
  float: left;
  margin: 0 25px 20px 0;
  width: 146px;
  border: 1px solid #b2b6b9;
  background-color: #dcdede;
  text-align: center;
}
.result .inside {
  padding: 7px 9px;
}
.result .inside img {
  margin: 1px;
  border: 0;
}
.result .inside img:hover {
  margin: 0;
  border: 1px solid #069;
}
.result a.BigLink {
  font-size: 1.25em;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.result a:hover.BigLink {
  text-decoration: underline;
}
.result .resultDetails {
  font-size: .9em;
}


/** Overwriting standard styles **/
h2 {
  font-size: 16px;
}
.scroll {
  width: auto !important;
}
.Lin2_desc {
  font-size:11px;
  text-align: left;
}
a.myBiglink {
  color: #fff !important;
  font-size: 1.1em;
}

/* Homepage Search Box */

#searchbox {
	font-size: 16px;
}

#searchbox h3 {
	height: 10px;
  background: transparent url(../images/search_heading.png) top left no-repeat;
	margin: 35px 0 0 5px;
}

#searchbox h3 span {
	display: none;
}

#searchbox .bbBox {
  height: 36px;
  width: 80px;
  position: relative;
  padding: 6px 0 0 0;
}
#searchbox .priceBox {
  width: 185px;
}
#searchbox td {
  vertical-align: top;
}
#searchbox td label {
  font-weight: bold;
  margin: 0 !important;
  display: block !important;
  height: 18px !important;
  padding: 0 !important;
  width: auto;
}
#searchbox .bbBox select {
  width: 64px;
  margin: 1px 0 0 0;
  padding: 0;
  display: block;
  position: relative;
  float: left;
}
#searchbox .priceBox select {
  width: 80px;
  margin-left: 5px;
}
/* Buttons */

#searchbox button, #searchbox .button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

#searchbox .button {
	float: left;
}

#searchbox button::-moz-focus-inner, #searchbox .button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

#searchbox button.pulldownButton span, #searchbox .button.pulldownButton span {
	position: relative;
	display: block;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	#searchbox button span {
		margin-top: -1px;
	}
}

#searchbox button.pulldownButton, #searchbox .button.pulldownButton {
	padding: 0 34px 0 0;
	margin: 0 5px 15px 0;
	text-align: center;
  background: transparent url(../images/silver_button_sprite.png) no-repeat right -90px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

#searchbox button.pulldownButton span, #searchbox .button.pulldownButton span {
	padding: 11px 0 0 15px;
	height:28px;
	color:#1f2f48;
	font-weight: bold;
  background: transparent url(../images/silver_button_sprite.png) no-repeat left top;
}

#searchbox button.pulldownButton:active, #searchbox .button.pulldownButton:active {
  background: transparent url(../images/silver_button_sprite.png) no-repeat right -130px;
}

#searchbox button.pulldownButton:active span, #searchbox .button.pulldownButton:active span {
  background: transparent url(../images/silver_button_sprite.png) no-repeat left -40px;
}

#selectNeighborhood.button.pulldownButton {
	float: left;
	margin-left: -2px;
}

/* Search Box */

#searchbox .homeSearchBox {
  border: 4px solid #447AB9;
  width: 309px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 4px 10px;
  margin: 0 0 15px 0;
}

#searchbox input.search {
	border: none;
	width: 240px;
	font-size: 13px;
	padding: 0;
	font-weight: bold;
	margin: 0;
}

#searchbox input.search:focus {
	outline: none;
}

/* View Results Box */
.divOfHolding {
  position: relative;
}

button.viewResults {
	border: none;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
  background: transparent url(../images/view_results_sprite.png?2) top left no-repeat;
	height: 42px;
	width: 250px;
	z-index: 1000;
	position: relative;
	margin: 0;
	padding: 0;
  cursor: pointer;
}

button.viewResults > span.view {
	display: none;
}

div.foundResults.big {
	display: block;
 /*  background: transparent url(../images/view_results_sprite.png?2) 0 -100px no-repeat; */
	width: 142px !important;
	height: 56px;
	z-index: 900;
	position: relative;
	padding: 0;
	opacity: 1;
	color: #fff;
	font-family: Arial;
	margin: 18px 128px 0 0;
}

div.foundResults.big > p {
  float:left;
  width:80px;
  text-align:center;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0px 0px 10px;
	padding: 18px 0 0 0;
	letter-spacing: 1px;
	line-height: .7em;
	color: #83ad4d;
}

div.foundResults.big > span {
  display:block;
	float:right;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin:12px 12px 0px 0px;
	text-align:center;
}

div.foundResults {
	display: block;
  background: transparent url(../images/view_results_sprite.png?2) 0 -51px no-repeat;
	width: 100px !important;
	height: 45px;
	z-index: 900;
	position: relative;
	padding: 0;
	margin: -41px 0 0 160px;
	opacity: 1;
	color: #fff;
	font-family: Arial;
}

div.foundResults > p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0 0;
	letter-spacing: 1px;
	line-height: .7em;
	color: #83ad4d;
}

div.foundResults > span {
	display: block;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	margin:2px 0px 0px 34px;
}
.moreOpts {
  width: 85px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  position: absolute;
  left: 258px;
  top: 7px;
}
.moreOpts a {
  color: #dfdfdf !important;
  text-decoration: none;
}
.moreOpts a span {
  color: #2261a3;
  font-size: 13px;
}

#searchbox h4, #searchbox label {
	font-size: 13px;
	float: left;
	margin: 0 10px 20px 0;
	color: #fff;
}

#searchbox input[type=radio] {
	font-size: 13px;
	float: left;
	margin: inherit 10px 20px 0;
	color: #fff;
	position: relative;
	margin-bottom: -3px;
	display: block;
	width: 20px;
}

#searchbox h4 {
	margin-left: 5px;
}

#searchbox input#forSale + label {
	margin-right: 30px;
}

#centerpeice {
	height: 540px;
  background: transparent url(../images/lre_lion_white_sm.png) 397px 480px no-repeat
}

/* Details Page */

body.details #wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}

body.details #searchbox {
	position: absolute;
	float: right;
	width: 420px;
	margin: -75px 0 0 591px;
  background: transparent url(../images/details_search_bg.png) top left no-repeat;
	padding: 43px 0 0 0;
}

body.details #searchbox input.search {
	border: none;
  background: transparent url(../images/details_search_input_bg.png) top left no-repeat;
	width: 260px;
	font-size: 13px;
	padding: 12px 15px 15px 15px;
	font-weight: bold;
	margin: -13px 0 15px 32px;
  color: #9b9b9b;
}

body.details #searchbox input.search:focus {
	outline: none;
}

body.details #searchbox button.detailsGo {
	border: none;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
  background: transparent url(../images/details_go_button.png) top left no-repeat;
	height: 42px;
	width: 45px;
	z-index: 1000;
	position: absolute;
	margin: -13px 0 0 0;
	padding: 0;
}

body.details #searchbox button.detailsGo > span.view {
	display: none;
}

body.details .detailInsideHead {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 10px 0 7px 19px;
  background: #e5e4dd url(../images/details_leftNav_bg.png) top left repeat-y;
	border-bottom: 1px solid #aaa;
	width: 750px;
}

.detailInsideHead a {
	text-decoration: none;
}

body.details .detailInsideTitle {
	padding: 0 0 0 0;
	margin: 0 0 -5px 5px;
	height: 76px;
	text-align: left;
	font-size: 18px;
	float: left;
	width: 530px;
  background: #e5e4dd url(../images/detail_propTitle_bg.png) top left repeat-x;
}
body.details .detailInsideTitle .topShadow {
  height: 76px;
  background: transparent url(../images/details_leftNav_bg.png) top left repeat-y;
  width: 530px;
}

body.details .detailInsideTitle span, body.details .detailInsideTitle h2 {
	display: block;
	padding: 15px 0 0 20px;
  color: #0e2157;
  font-weight: bold;
}
body.details .detailInsideTitle span strong {
  color: #175997;
}

body.details .detailInsideTitle span#propIDNumber {
	padding-top: 2px;
	padding-bottom: 0;
  color: #2e2e31;
  font-size: 13px;
}

.imageFadeFG {
  position: absolute;
  left: 50%;
  top: 266px;
  width: 25px;
  height: 412px;
  margin: 0 0 0 -283px;
  background: transparent url(../images/details_leftNav_bg.png) top left repeat-y;
  z-index: 8000;
  display: block;
}
.imageFadeFG.condoPhoto {
  top: 226px;
}
.detailPropThumb {
	float: left;
}

#emailSlideshowEtc {
  background: transparent url(../images/details_email_slideshow_bg.png) top left repeat-x;
	height: 43px;
	width: 524px;
	margin: -3px 0 0 0px;
  text-align: left;
  float: left;
}

#emailSlideshowEtc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: transparent url(../images/details_leftNav_bg.png) top left repeat-y;
	height: 43px;
	border-bottom: 1px dotted #596372;
	width: 524px;
  text-align: left;
}
#emailSlideshowEtc ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#emailSlideshowEtc a {
	display: block;
	width: 130px;
	float: left;
	padding: 9px 0 0 40px;
	color: #666;
	text-decoration: none;
  background: transparent url(../images/details_email_slideshow.png) top left no-repeat;
	height: 30px;
	margin: 5px 0 0 0;
  text-align: left;
}
#emailSlideshowEtc a:hover {
  color: #111;
}

#emailSlideshowEtc a.emailProp {
	margin-left: 40px;
}

#emailSlideshowEtc a.propSlideshow {
	background-position: -180px 0;
  width: 100px;
}

#emailSlideshowEtc a.mortgageCalculator {
	background-position: -370px 0;
}

.Lin2_desc {
	padding: 15px;
}

.condoContents {
  width: 530px;
}
.condoContents .Lin2_desc {
  padding-left: 30px;
}

.Lin2_desc h3 {
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.Lin2_desc p {
	font-size: 12px;
	line-height: 18px;
}

body.details #carousel ul, body.details #carousel ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.details #carousel #status {
	height: 20px;
  background: transparent url(../images/detail_image_status_bg.png) top left repeat-x;
	margin: 0 0 0 -5px;
	width: 529px;
	color: #ccc;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
}

body.details #carousel #status em {
	color: #fff;
  font-style: normal;
}

body.details #carousel #photoholder {
	height: 77px;
	width: 478px;
	background: #fff;
	margin-left: -5px;
	padding-left: 5px;
}

body.details #carousel #photoholder li {
	float: left;
	height: 62px;
	width: 75px;
	margin-right: 2px;
	background: #eee;
	margin-top: 7px;
}

body.details #carousel .scrollLeft {
	width: 24px;
	height: 75px;
  background: transparent url(../images/detail_image_slider_controls.png) 0 0 no-repeat;
	margin-left: 4px;
	margin-top: 4px;
}

body.details #carousel .scrollRight {
	width: 20px;
	height: 75px;
  background: transparent url(../images/detail_image_slider_controls.png) 0 -78px no-repeat;
	margin-top: 4px;
}

body.details #carousel #photoholder li.prev:hover {
	background-position: 0 -156px;
}

body.details #carousel #photoholder li.next:hover {
	background-position: 0 -234px;
}

body.details #additionalDetails {
	margin-top: 12px;
	width: 530px;
  margin-bottom: 15px;
}

body.details #additionalDetails h3 {
	margin-bottom: 5px;
}

body.details #additionalDetails ul {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 12px;
}

body.details #additionalDetails ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
  line-height: 17px;
}

body.details #detailsFloorPlans ul li a {
	padding-left: 20px;
  background: transparent url(../images/acrobat_icon.png) top left no-repeat;
  text-decoration: none;
}
body.details #detailsFloorPlans ul li a:hover {
  text-decoration: underline;
}

body.details #detailsFloorPlans ul {
  margin:5px 0px 15px 0px;
  padding:0px;
  list-style-type:none;
}

body.details #detailsFloorPlans ul li {
  margin:0px 0px 5px 0px;
  font-size:12px;
  font-weight:bold;
}

body.details #detailsAmenities h5, body.details #detailBuildingInfo h5 {
  height:33px;
  line-height:36px;
  background:url("../images/bg-sprite.png") 0 0 repeat-x;
  text-align:center;
  color:#4a5463;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
}

body.details #detailsAmenities ul {
  margin:15px 0px 25px 0px;
  padding:0px 0px 0px 52px;
  list-style-type:disc;
}

body.details #detailsAmenities ul li {
  float:left;
  width:215px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 1px 0px;
  font-size:12px;
  color:#323232;
  text-transform:uppercase;
  text-align: left;
}

#detailsDataRight {
  background: #e5e4dd url(../images/details_bg.png) -706px 0 repeat-y;
	position: absolute;
	margin-top: -73px;
	margin-left: -4px;
	width: 235px;
	height: 600px;
	color: #0E2956;
}

#detailsDataRight #detailsPropNav {
	margin: -2px 0 0 -2px;
	padding: 0;
  background: #04407c url(../images/details_leftNav_bg.png) top left repeat-y;
	height: 26px;
	width: 240px;
  text-align: center;
}
#detailsDataRight .condoContact #detailsPropNav {
  margin: -2px 0 0 0;
  width: 241px;
}

#detailsDataRight #detailsPropNav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 15px;
	float: left;
	text-align: center;
	margin-top: 5px;
  width: 118px;
  line-height: 15px;
}

#detailsDataRight #detailsPropNav li.prev {
	margin-left: 17px;
	border-right: 1px solid #fff;
	width: 40px;
	padding-right: 5px;
}

#detailsDataRight #detailsPropNav li.next {
	margin-left: 0px;
	border-left: 1px solid #fff;
	width: 40px;
	padding-left: 5px;
}

#detailsDataRight .condoContact #detailsPropNav li {
  color: #f2f2ee;
  width: 100%;
  padding-left: 18px;
  text-align: left;
}

#detailsDataRight #detailsPropNav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	font-size: 11px;
}
#detailsDataRight #detailsPropNav li a:hover {
  text-decoration: underline;
}
#detailsDataRight #detailsPropNav li a span {
  color: #ccf;
}

#detailsDataRight #detailsPropSidebarData {
	margin: 0 0 17px -2px;
	padding: 0;
	width: 240px;
}

#detailsDataRight #detailsPropSidebarData li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 30px;
  line-height: 17px;
}

#detailsDataRight #detailsPropSidebarData.condoDeets {
  padding: 10px 0 7px 0;
}
#detailsDataRight #detailsPropSidebarData.condoDeets li {
  padding: 0 0 0 18px;
}

#detailsDataRight #detailsPropSidebarData li.price {
	padding: 15px 0 13px 30px;
  background: #fff url(../images/details_leftNav_bg.png) top left repeat-y;
	margin: 0 0 12px 0;
}

#detailsDataRight #detailsPropSidebarData li.price b {
	font-size: 16px;
	color: #065397;
}

#detailsDataRight #detailsPropSidebarData li.hood, #detailsDataRight #detailsPropSidebarData li.condo {
	margin-bottom: 20px;
}

#detailsDataRight #map {
	height: 220px;
	width: 238px;
	margin: 0 0 15px 0;
  background: #eee url(../images/details_leftNav_bg.png) top left repeat-y;
  border-top: 1px solid #c1c4c8;
  border-bottom: 1px solid #c1c4c8;
  overflow: hidden;
}

#detailsDataRight #detailsPropSidebarContact img {
  border: 0;
}

#detailsDataRight #detailsPropSidebarContact form, #detailsDataRight #detailsPropSidebarContact p {
	width: 87%;
	margin: 0 auto 15px auto;
}

#detailsDataRight #detailsPropSidebarContact p {
	font-size: 11px;
}

#detailsDataRight #detailsPropSidebarContact form label {
	width: 60px;
	float: left;
	margin-bottom: 5px;
}

#detailsDataRight #detailsPropSidebarContact form textarea {
	width: 195px;
	height: 75px;
}

#detailsDataRight #detailsPropSidebarContact form textarea, #detailsDataRight #detailsPropSidebarContact form input {
	border: 1px solid #999;
	margin-bottom: 5px;
}

#detailsDataRight #detailsPropSidebarContact form input {
	width: 135px;
}

#detailsDataRight #detailsPropSidebarContact form button {
	width: 105px;
}

.popover {
	height: 100%;
	width: 100%;
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
}

.popover .transparency {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
  background: transparent url(../images/popover_transparency.png) top left repeat;
}

.popover .popoverContent {
	position: absolute;
	width: 480px;
	height: 440px;
	top: 50%;
	left: 50%;
	color: #000;
	background: #fff;
	margin: -250px 0 0 -240px;
  border: 4px solid #3464a4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 0 15px #000;
}

#buildingPopover .popoverContent {
  height: auto !important;
  padding-bottom:15px;
}

.popover div ul {
	opacity: 1;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 225px;
}
.popover div ul.second {
  width: 205px;
}

.popover div ul li {
	list-style-type: none;
	margin: 2px 0 2px 0;
	padding: 0;
  line-height: 14px;
}

.popover h2 {
	font-size: 19px;
	color: #021b41;
  margin: 13px 0 15px 17px;
	text-transform: uppercase;
}

.popover .selectAll {
	clear: both;
	width: 480px;
	display: block;
	margin-left: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.popoverClose {
	display: block;
	height: 30px;
	width: 164px;
  background: transparent url(../images/popover_close.png) top left no-repeat;
	float: right;
	position: absolute;
	margin: 10px 0 0 308px;
}

.popoverClose:hover {
	cursor: pointer;
}

.popoverClose span {
	display: none;
}

#buildingPopover {
	display: none;
}

#neighborhoodPopover {
	display: none;
}

.popover div ul.secondary {
	font-weight: bold;
	text-transform: uppercase;
}

#detailBuildingInfo {
  width: 525px;
	margin-left: -3px;
  margin-top: 10px;
  background: #FCFCFA url(../images/details_leftNav_bg.png) top left repeat-y;
}
.propDetails #detailBuildingInfo {
  margin-left: -17px;
}

#detailBuildingInfo strong {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
  background: #C1CAD1 url(../images/details_building_info_header_bg.png) top left repeat-x;
	height: 27px;
	padding: 0 0 0 0;
	width: 529px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #eee;
}

#detailBuildingInfo h2 span {
	display: block;
	height: 100%;
  background: transparent url(../images/details_leftNav_bg.png) top left repeat-y;
	padding: 7px 0 0 0;
	margin: 0 0 0 0;
	height: 20px;
}

#detailBuildingInfo img {
	margin: 0 55px 0 15px;
	float: left;
}

h5 {
  color: #323232;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#detailBuildingInfo h5 {
	font-size: 19px;
	color: #0185C6;
	margin: 0;
	font-weight: normal;
}

#detailBuildingInfo h6 {
	color: #034774;
	margin: 0;
	font-weight: normal;
}

#detailBuildingInfo ul {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 10px 0;
}

#detailBuildingInfo ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

#detailBuildingInfo ul li span {
	font-weight: normal;
}

#detailBuildingInfo #detailBuildingInfoTabs {
	height: 50px;
}

#detailBuildingInfo #detailBuildingInfoTabs ul {
	height: 50px;
  background: transparent url(../images/bg_tabs.png) 0 0 repeat-x;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li {
	float: left;
	width: 132px;
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0;
  background: transparent url(../images/details_building_tabs_sprite.png) -5px 0 no-repeat;
	margin: 0 0 0 0;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li span {
	width: 132px;
	display: block;
	height: 30px;
	padding-top: 6px;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li.active, #detailBuildingInfo #detailBuildingInfoTabs ul li:hover {
	z-index: 1001;
	position: relative;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li span a {
  font-weight: bold;
  color: #ddd;
  text-decoration: none;
}
#detailBuildingInfo #detailBuildingInfoTabs ul li.active span a, #detailBuildingInfo #detailBuildingInfoTabs ul li:hover span a {
  color: #fffefe;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li.sale {
}
#detailBuildingInfo #detailBuildingInfoTabs ul li.sale.active {
  background-position: -5px -55px;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li.pending {
	background-position: -143px 0;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li.sold {
	background-position: -286px 0;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li.rentals {
	background-position: -429px 0;
}
#detailBuildingInfo #detailBuildingInfoTabs ul li.rentals.active {
  background-position: -433px -55px;
}

#detailBuildingInfo #detailBuildingInfoTabs ul li.sale span {
  background: transparent url(../images/details_leftNav_bg.png) top left repeat-y;
}

#detailBuildingInfo table {
	width: 100%;
	border-spacing: 0;
}

#detailBuildingInfo table tr {
	height: 25px;
	background-color: #e5fcd6;
}
#detailBuildingInfo table tr.prop td {
  cursor: pointer;
}

#detailBuildingInfo table tr.head {
	font-weight: bold;
	background-color: transparent;
	color: #666;
}

#detailBuildingInfo table tr.alt {
	background-color: #f3fdec;
}
#detailBuildingInfo table tr:hover.prop td {
  border-top: 1px solid #75A82C;
  border-bottom: 1px solid #75A82C;
}

#detailBuildingInfo table tr td {
	text-align: center;
	padding: 0 5px 0 5px;
  font-size: 11px;
}

#detailBuildingInfo table tr.head td {
  font-size: 10px;
}

#detailBuildingInfo table tr td.moreInfo span {
	display: block;
  background: transparent url(../images/detail_more_info.png) center center no-repeat;
	width: 100%;
	height: 20px;
}

#detailBuildingInfo table tr td.thumb {
  background: transparent url(../images/details_leftNav_bg.png) top left repeat-y;
}

#detailBuildingInfo table tr td.thumb img {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
}
#detailBuildingInfo table tr td.floor {
  font-weight: bold;
}

.mlsDisclaimer {
  width: 485px;
  border-top: 2px solid #a1a09b;
  padding: 20px;
  background: #e5e4dd url(../images/details_leftNav_bg.png) top left repeat-y;
  color: #424242;
  font-style: italic;
  margin-left: -2px;
  text-align: left;
}


/** SimpleModal styles **/
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-wrap { overflow: hidden !important; }


/** Prop Photo Gallery **/
.details .galleryMain {
  position: relative;
  overflow:hidden;
  width: 527px;
  border-left: 2px solid #a6a6a6;
}
.details .galleryFrame {
  width: 525px;
  height: 412px;
  overflow:hidden;
  position:relative;
  left: -1px;
  background: #d0d0d0;
}
.details .galleryFrame div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 525px;
  height: 412px;
  text-align: center;
  line-height: 360px;
  background: #d0d0d0;
}
.details .galleryFrame div img {
  position: relative;
  top: 0;
  vertical-align: middle;
  display: inline;
  border: 0;
}
.details .galleryFrame div.current {
  display: block;
}

.details .galleryMain p {
  display:block;
  text-align:center;
  font-style:normal;
  font-size:11px;
  color:#a6a294;
  line-height:21px;
  font-weight:bold;
  background: #212c3c;
}

.details .photoNav {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
}

.details .thumbs {
  height: 77px;
  width: 479px;
  background: #fff;
  margin-left: -6px;
  padding:0;
  padding-left: 1px;
  overflow: hidden;
  float: left;
}
.details .nonav .thumbs {
  margin-left: 30px;
}
.details .scrollLeft,
.details .scrollRight {
  float:left;
  text-indent:-9999px;
  overflow:hidden;
}
.details .thumbs .slide {
  height: 77px;
  width: 478px;
}
body.details #carousel #photoholder li {
  width:79px;
  position:relative;
  float: left;
}
body.details #carousel #photoholder li.last {
}
body.details #carousel #photoholder li img {
  display:block;
  width: 76px;
  height: 62px;
  border:1px solid #5d6065;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
body.details #carousel #photoholder  li img:hover, body.details #carousel #photoholder  li img.current {
  filter: alpha(opacity=100);
  opacity: 1.0;
  -moz-opacity: 1.0;
}
.details .prevPhoto {
  padding-right: 30px;
  border: 0;
}
.details .nextPhoto {
  left: 435px;
  padding-left: 30px;
  border: 0;
}

/** SEARCH AND MISC PAGES **/

.searchTable {
  width: 348px;
  background: #354e68 url(../images/bg_search.png) bottom left repeat-x;
  float: right;
  text-align: left;
}
.searchTable th {
  background: #022243;
  font-size: 16px;
  color: #f9f2de;
  padding: 5px 11px;
}
.searchTable td {
  color: #f5f5f5;
  text-align: left;
  vertical-align: top;
  padding: 2px 0 0 11px;
  width: 150px;
}
.searchTable label {
  font-weight: bold;
}
.searchTable td div {
  float: left;
  width: 72px;
}
.searchTable td div select, .searchTable td div input {
  width: 68px;
}
.searchTable td div.priceSpan {
  width: 100%;
  margin-bottom: 20px;
}
.searchTable td div input, .searchTable td div input:hover {
  color: #000;
  border: 0;
}
.searchOptions ul, .searchOptions li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.searchOptions li {
  padding-bottom: 6px;
}
.searchTable td div.searchOptions {
  width: 200px;
}
.searchTable td .searchOptions li input {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 0;
  position: relative;
  top: 3px;
  padding: 0;
  background: transparent;
}


.staticBlurb {
  width: 692px;
  background: #f2f2ee;
  color: #383838;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 19px;
}
.staticBlurb p {
  margin: 0;
  padding: 25px 30px 5px;
}

p.blurb {
  float: left;
  width: 320px;
  color: #383838;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 0 7px;
}
p.blurb a {
  color: #21609a;
  text-decoration: none;
}
p.blurb a:hover {
  text-decoration: underline;
}

.mainSearch #all_areas {
  width: 148px;
  height: 81px;
  padding: 2px;
}
.mainSearch .btnHolder {
  margin: 8px;
}

table.sumProps, table.sumPropList {
  position: relative;
  left: 2px;
  margin-top: 30px;
}
table.sumProps tr, table.sumPropList tr {
  background: #f2f2ee;
}
table.sumProps tr:even, table.sumPropList tr:even {
  background: #e5e4dd;
}
table.sumProps tr th, table.sumPropList tr th {
  background: #022243;
  color: #f2f2ee;
  text-align: left;
  padding: 3px 10px 2px;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
}
table.sumProps tr th a, table.sumPropList tr th a {
  color: #dfdfdf;
}
table.sumProps tr th a:hover, table.sumPropList tr th a:hover {
  color: #fff;
  text-decoration: none;
}
th a.next, th a.prev {
  text-decoration: none;
}
th a:hover.next, th a:hover.prev {
  text-decoration: underline;
}
th a.prev {
  padding: 0 0 0 13px;
  background: url(../images/btn_prev.png) left center no-repeat;
}
th a.next {
  padding: 0 13px 0 0;
  background: url(../images/btn_next.png) right center no-repeat;
}

td.sumPhoto {
  vertical-align: top;
  position: relative;
  height: 185px;
  width: 140px;
  border-left: 1px solid #a1a1a1;
  border-bottom: 1px dashed #3c4859;
}
td.sumPhoto div.imgPlace {
  position: relative;
  height: 185px;
  width: 140px;
}
td.sumPhoto img {
  position: absolute;
  left: 21px;
  top: 13px;
  width: 100px;
  height: 150px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 5px #999;
  behavior: url(PIE.htc);
}
td.sumPhoto div.imgPlace .banner {
  background: url(../images/banner.png) 0 0 no-repeat;
  width: 134px;
  height: 28px;
  position: absolute;
  left: 8px;
  top: 139px;
}
td.sumPhoto div.imgPlace .banner span {
  display: block;
  padding: 2px 6px 0 6px;
  color: #fff6b7;
  font-weight: bold;
  text-align: center;
}
td.sumDeets {
  width: 100%;
  height: 185px;
  vertical-align: top;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px dashed #3c4859;
}
.deetPlace {
  margin: 15px 11px 0 1px;
}
div.myBiglink a.myBiglink, a.BigLink {
  text-decoration: none;
  color: #045d9c !important;
  font-weight: normal;
  font-size: 20px !important;
}
div.myBiglink a.myBiglink:hover {
  text-decoration: underline;
}
td.sumDeets .roomcost {
  width: 165px;
  height: 80px;
  margin-left: 5px;
  float: left;
  line-height: 19px;
  margin-top: 13px;
  font-weight: bold;
  font-size: 13px;
}
td.sumDeets .roomcost span {
  width: 75px;
  display: block;
  float: left;
}
td.sumDeets .propDesc {
  float: left;
  width: 350px;
  height: 80px;
  color: #383838;
  line-height: 18px;
  margin-top: 6px;
}

.sumPropList td.sumPhoto img {
  left: 21px;
  top: 13px;
  width: 100px;
  height: 128px;
}
.sumPropList td.sumDeets .roomcost {
  width: 190px;
}
.sumPropList td.sumDeets .roomcost span {
  width: 105px;
}
.sumPropList td.sumDeets .propDesc {
  width: 325px;
}

/** Some extra condo stuff **/
.condoContact {
  height: 76px;
  background: #fff;
}
.condoContact p {
  margin: 0;
  padding: 7px 0 0 15px;
  color: #0C2A55;
  font-weight: bold;
  line-height: 19px;
  font-size: 13px;
}
.condoContact p a, .condoContact p span {
  color: #065196;
  text-decoration: none;
}
.condoContact p a:hover {
  text-decoration: underline;
}
.arrShowing {
  margin: 0 0 10px 10px;
}
#detailsDataRight #detailsPropSidebarContact .condoShowingText p {
  color: #383838;
  font-size: 11px;
  line-height: 17px;
  margin-left: 27px;
  margin-right: 15px;
  width: auto;
}
#detailsDataRight #detailsPropSidebarContact .condoShowingText form {
  display: block;
  margin-left: 29px;
}
#detailsDataRight #detailsPropSidebarContact .condoShowingText form label {
  font-size: 13px;
  color: #383838;
  line-height: 22px;
  font-size: 12px;
}
#detailsDataRight #detailsPropSidebarContact .condoShowingText form input {
  width: 128px;
}
#detailsDataRight #detailsPropSidebarContact .condoShowingText form select {
  width: 185px;
}
.condoAmenities {
  position: relative;
  margin-left: -3px;
  width: 527px;
}
/* Prop grid tooltips */
#preview{
  position:absolute;
  border:1px solid #ccc;
  background:#333;
  padding:5px;
  display:none;
  color:#fff;
  min-width: 100px;
  min-height: 150px;
}
div.condoTitle a {
  color: #0584c6;
  font-size: 18px;
  text-decoration: none;
}
a.condoDeetsLink {
  color: #024975;
  text-decoration: none;
}
a:hover.condoDeetsLink {
  text-decoration: underline;
}
#detailBuildingInfo .condoPadding {
  margin: 12px 14px;
  height: 125px;
}
#detailBuildingInfo .condoPadding ul {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
}
#detailBuildingInfo .condoPadding ul li {
  font-weight: normal;
}
#detailBuildingInfo .condoPadding ul li span {
  width: 105px;
  font-weight: bold;
  float: left;
}

/** Adv Search page **/
.advsearch .searchTable {
  width: 700px;
  float: none;
}
.advsearch .searchTable th {
  padding-left: 8px;
}
.advsearch .searchTable tr th input {
  margin-left: 13px;
}
.advsearch .mainSearch #all_areas {
  width: 234px;
  height: 142px;
}
.advsearch .mainSearch #condos {
  width: 267px;
  height: 142px;
  padding: 2px;
}
.advsearch .mainSearch .btnHolder {
  margin-left: 110px;
}
#mainSearch input {
  border: 1px solid #000;
}
input[type=radio] {
  background: transparent;
  border: 0;
}

#selAreas, #selCondos {
  width: 100%;
  padding: 0 0 10px 5px;
  display: none;
}
#selAreas div strong , #selCondos div strong {
  color: #fff;
}

#selAreas div, #selCondos div {
  font-size: 11px;
  padding-right: 45px;
  color: #ccc;
}

#selAreas div a, #selCondos div a {
  text-decoration: none;
}
.greyBg {
}
#mainSearch h4 {
  margin: 13px 0 0 0;
}
.mlsSearch {
  background: url(../images/bg_mls.png) no-repeat;
  margin: 20px 0 20px 0;
  padding: 10px 0 0 10px;
  width: 291px;
  height: 39px;
}
.mlsSearch label {
  color: black;
  font-weight: bold !important;
  font-size: 14px;
  position: relative;
  top: -13px;
  padding-right: 6px;
}
.mlsSearch input {
  width: 165px;
  height: 20px;
  border: 1px solid black;
  margin-right: 4px;
  position: relative;
  top: -12px;
}
.mlsSearch input.checkbox, .mainSearch input.checkbox {
  border: 0 !important;
  background: transparent;
}
#mainSearch .searchOptions ul {
  width: 200px;
  float: left;
}
#add_areas, #remove_areas {
  cursor: pointer;
}

/** Agents **/
.agent_details .right_column li {
    margin: 0 0 10px 40px;
}

.agent_details .featured {
    background: url(../images/bg-agents-fade.png) no-repeat top right;
    width: 659px;
    min-height: 187px;
    padding: 20px 0 20px 0;
    margin: 20px 20px 0 0;
    font-size: .9em;
}

.agent_details .featured img,
.agent_details .agent img {
    float: left;
    border: 3px solid #fefefe;
    margin: 0 20px 0 30px;
}

.agent_details .featured a img,
.agent_details .agent a img {
    float: none;
    border: 0;
    margin: 0 0 0 3px;
    position: relative;
    top: 3px;
    display: inline;
}


.agent_details .featured h4,
.agent_details .agent h4 {
    color: #00164D;
    margin: 0;
    font-size: 19px;
}

.agent_details .featured p,
.agent_details .agent p {
    margin: 0;
    font-size: 1.1em;
}

.agent_details .featured p.title,
.agent_details .agent p.title {
    font-style: italic;
}

.agent_details .featured ul,
.agent_details .agent ul {
    float: left;
    width: 58%;
    margin: 8px 0;
    list-style: none;
    padding: 0;
}

.agent_details .featured ul.contact li,
.agent_details .agent ul.contact li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.1em;
}

.agent_details .featured li span,
.agent_details .agent li span {
    font-weight: bold;
}

.agent_details .featured p.desc {
    float: left;
    border-top: 1px solid #ffffff;
    width: 58%;
    padding-top: 8px;
}

.agent_details .featured a,
.agent_details .agent a {
    color: #0584c6;
    text-decoration: none;
}

.agent_details .agent {
    background: url(../images/bg-agents-fade.png) no-repeat top right;
    width: 594px;
    min-height: 128px;
    padding: 20px 0 0 0;
    margin: 0 20px 0 0;
    font-size: .9em;
}

.agentBio {
  clear: left;
  margin: 0 0 0 158px;
  width: 400px;
  position: relative;
  top: -14px;

}
.featured .agentBio {
  margin: 0 0 0 206px;
  top: -45px;
}
.agentBio {
}
.agentBioFull {
  display: none;
}
a.btnMapSearch {
	width: 365px;
	height: 74px;
	display: block;
	margin-left: -13px;
	background: transparent url(../images/btn_map-search.png) 0 0 no-repeat;
}
a.btnMapSearch:hover {
	background-position: 0 -74px;
}
h1 span.maptitle {
	font-size: 12px;
}