/* ================================================================================================
		inner styles
   ================================================================================================ */

/* ==============================================================
		header
   ============================================================== */

.header {
	text-align: left;
	position: relative;
	z-index: 400;
}

.header .logoBox {
	width: 320px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header .logoBox .logo {
	width: 320px;
	height: 123px;
}

.header .logoBox .logo span {
	background-image: url(../graphics/logoSm.png);
}

.header .logoBox .santafe {
	width: 95px;
	height: 27px;
	display: block;
	float: left;
	margin-left: 71px;
}

.header .logoBox .santafe a span {
	background-image: url(../graphics/logoLinks.png);
	background-position: 0px 0px;
}

.header .logoBox .santafe a:hover span {
	background-image: url(../graphics/logoLinks.png);
	background-position: -105px 0px;
}

.header .logoBox .taos {
	width: 61px;
	height: 27px;
	display: block;
	float: left;
	margin-left: 12px;
}

.header .logoBox .taos a span {
	background-image: url(../graphics/logoLinks.png);
	background-position: 0px -36px;
}

.header .logoBox .taos a:hover span {
	background-image: url(../graphics/logoLinks.png);
	background-position: -105px -36px;
}

/* ==============================================================
		navigation
   ============================================================== */

.header .navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 311px;
	width: 648px;
	text-align: right;
}

/* ==============================================================
		quickContact
   ============================================================== */

.header .navigation .quickContact {
	font-size: 1.3em;
	color: #faecd2;
	padding-top: 4px;
	padding-right: 10px;
}

.header .navigation .quickContact ul {
	display: block;
	float: right;
	text-align: left;
	padding-left: 35px;
}

.header .navigation .quickContact ul.nopad {
	padding-left: 0;
}

.header .navigation .quickContact li {
	list-style: none;
	display: block;
	float: left;
}

.header .navigation .quickContact a {
	color: #cba96b;
	margin: 0 5px;
}

/* ==============================================================
		dropdowns
   ============================================================== */

.dropdowns {
}

.dropdowns .panel {
	width: 202px;
	height: 100px;
	background: url(../graphics/dropdownCanvas.png) no-repeat;
	padding: 0px 6px;
	position: absolute;
	top: 20px;
	padding-top: 30px;
	overflow: hidden;
}

.dropdowns .search {
	left: 6px;
}

.dropdowns .explore {
	left: 220px;
}

.dropdowns .sell {
	left: 434px;
}

.dropdowns .panel h2 {
	height: 30px;
	width: 202px;
	background: #794920;
	text-align: left;
}

.dropdowns .panel h2 strong {
	height: 30px;
	display: block;
	margin-left: auto;
	margin-right: 6px;
}

.dropdowns .search h2 strong { width: 126px; }
.dropdowns .explore h2 strong { width: 131px; }
.dropdowns .sell h2 strong { width: 123px; }

.dropdowns .search h2 strong span { background-image: url(../graphics/navTitleSearch.png); }
.dropdowns .explore h2 strong span { background-image: url(../graphics/navTitleExplore.png); }
.dropdowns .sell h2 strong span { background-image: url(../graphics/navTitleSell.png); }

.dropdowns .panel .icon {
	position: absolute;
	display: block;
}

.dropdowns .search .icon {
	width: 68px;
	height: 54px;
	top: 14px;
	left: 8px;
	background: url(../graphics/navIconSearch.png);
}

.dropdowns .explore .icon {
	width: 58px;
	height: 58px;
	top: 12px;
	left: 10px;
	background: url(../graphics/navIconExplore.png);
}

.dropdowns .sell .icon {
	top: 20px;
	width: 61px;
	height: 56px;
	top: 14px;
	left: 10px;
	background: url(../graphics/navIconSell.png);
}

.dropdowns .panel .desc {
	text-align: left;
	color: #361c05;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 8px;
}

.dropdowns .panel .desc a {
	color: #361c05;
}

.dropdowns .panel .desc a:hover {
	color: #361c05;
	text-decoration: none;
}

.dropdowns ul {
	text-align: left;
	list-style: none;
	font-size: 1.4em;
	padding-left: 10px;
}

.dropdowns li {
	background: url(../graphics/navBullet.png) no-repeat 0px 7px;
	padding-left: 10px;
	display: block;
/* ie hack for removing extra line */
	float: left;
	clear: left;
	width: 170px;
}

.dropdowns li a {
	color: #e9dab5;
	padding: 2px 0;
	display: block;
}

.dropdowns li a:hover {
	color: #d1b46f;
	text-decoration: none;
}

/* ==============================================================
		content
   ============================================================== */

.contentBox {
	padding-top: 8px;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}

.contentBox .t {
	height: 12px;
}

.contentBox .b {
	height: 12px;
}

.contentBox .content {
	background-repeat: repeat-y;
	text-align: left;
	font-size: 1.2em;
	padding: 0 12px;
}

/* ==============================================================
		bigBox
   ============================================================== */

.bigBox {
	width: 960px;
}

.bigBox .t {
	width: 960px;
	background-image: url(../graphics/contentCanvasFullTop.png);
}

.bigBox .b {
	width: 960px;
	background-image: url(../graphics/contentCanvasFullBot.png);
}

.bigBox .content {
	width: 936px;
	background-image: url(../graphics/contentCanvasFullMid.png);
}

/* ==============================================================
		smallBox
   ============================================================== */

.smallBox {
	width: 644px;
	float: left;
}

.smallBox .t {
	width: 644px;
	background-image: url(../graphics/contentCanvasSmallTop.png);
}

.smallBox .b {
	width: 644px;
	background-image: url(../graphics/contentCanvasSmallBot.png);
}

.smallBox .content {
	width: 620px;
	background-image: url(../graphics/contentCanvasSmallMid.png);
}

/* ==============================================================
		sidebar
   ============================================================== */

.sidebar {
	width: 310px;
	padding: 8px 6px 10px 0;
	position: relative;
	z-index: 10;
	float: left;
}

/* ==============================================================
		logos
   ============================================================== */

.logos {
	height: 54px;
	background: url(../graphics/logosBackground.png) repeat-x;
	margin-bottom: 20px;
	text-align: left;
}

.logos li {
	height: 54px;
	display: block;
	float: left;
	padding-left: 20px;
}

.logos li.trul { width: 115px; }
.logos li.relt { width: 84px; }
.logos li.resd { width: 151px; }
.logos li.lead { width: 248px; }
.logos li.luxr { width: 95px; }
.logos li.relo { width: 118px; }

.logos li.trul a span { background-image: url(../graphics/logoTrulia.png); }
.logos li.relt a span { background-image: url(../graphics/logoRealtor.png); }
.logos li.resd a span { background-image: url(../graphics/logoResidence.png); }
.logos li.lead a span { background-image: url(../graphics/logoLeadingRealEstate.png); }
.logos li.luxr a span { background-image: url(../graphics/logoLuxuryPortfolio.png); }
.logos li.relo a span { background-image: url(../graphics/logoRelo.png); }

/* ==============================================================
		links
   ============================================================== */

.links {
	padding-bottom: 20px;
}

.links li {
	display: inline;
	font-size: 1.2em;
	line-height: 1.4em;
}

.links li a {
	color: #973f09;
}

/* ==============================================================
		graphics
   ============================================================== */

.graphics {
	padding: 0 427px;
	text-align: left;
}

.graphics p {
	float: left;
	margin: 0 10px;
}

.graphics .logoA {
	width: 35px;
	height: 30px;
}

.graphics .logoB {
	width: 31px;
	height: 30px;
}

.graphics .logoA a span { background-image: url(../graphics/footerIcons.png); background-position: 0px 0px; }
.graphics .logoB a span { background-image: url(../graphics/footerIcons.png); background-position: -90px 0px; }

.graphics .logoA a:hover span { background-image: url(../graphics/footerIcons.png); background-position: -45px 0px; }
.graphics .logoB a:hover span { background-image: url(../graphics/footerIcons.png); background-position: -131px 0px; }

/* ==============================================================
		blurb
   ============================================================== */

.blurb {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 20px 40px;
}

.blurb a {
	color: #973f09;
}

/* ==============================================================
		neighborhoods
   ============================================================== */

.contentBox .neighborhoodsBox {
	padding: 0 7px;
	width: 946px;
	position: relative;
}

.neighborhoods {
	position: relative;
	top: -5px;
	left: 0px;
}

.neighborhoods .intro {
	background: #e0d4d4;
	padding: 8px 10px;
	border-bottom: 1px solid #af9191;
}

.neighborhoods .intro h2 {
	color: #a5633b;
	font-size: 2.6em;
	padding-bottom: 2px;
}

.neighborhoods .intro p {
	line-height: 1.4em;
}

.neighborhoods .poi {
	margin: 15px 10px 5px 10px;
	background: url(../graphics/nPicon.png) no-repeat;
	padding-left: 50px;
	padding-top: 8px;
	position: relative;
}

.neighborhoods .poi h3 {
	color: #ce7614;
	font-size: 2.2em;
}

.neighborhoods .poi h3 em {
	color: #9f3e0e;
	font-size: .9em;
	font-style: normal;
}

.neighborhoods .poi li {
	display: block;
	float: left;
	width: 160px;
	font-size: 1.3em;
	line-height: 1.6em;
	padding-right: 15px;
}

.neighborhoods .poi li a {
	color: #9f3e0e;
	display: block;
	background: url(../graphics/nPbullet.png) no-repeat 0px 9px;
	padding-left: 10px;
}

.neighborhoods .poi .overlay {
	position: absolute;
	top: 42px;
	left: 50px;
}

.neighborhoods .poi .overlay .overlayItems {
	background: #e5e7eb;
	width: 856px;
	height: 114px;
	border: 1px solid #cdcfd7;
	border-bottom: 0;
	padding: 3px 10px;
	position: relative;
	z-index: 10;
}

.neighborhoods .poi .overlay .overlayItems .items {
}

.neighborhoods .poi .overlay .overlayItems .items p {
	display: block;
	float: left;
	width: 220px;
	padding-left: 20px;
	font-size: 11px;
}

.neighborhoods .poi .overlay .overlayItems .items a {
	display: block;
	height: 31px;
	margin-bottom: 3px;
	padding-top: 4px;
	padding-right: 15px;
}

.neighborhoods .poi .overlay .overlayItems .items a strong {
	display: block;
	float: left;
	background: url(../graphics/poiPin.gif) no-repeat 2px 2px;
	width: 29px;
	height: 34px;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding-top: 1px;
}

.neighborhoods .poi .overlay .overlayItems .items a:hover {
	text-decoration: none;
}

.neighborhoods .poi .overlay .overlayItems .items a:hover strong {
	background: url(../graphics/poiPinOn.gif) no-repeat;
	color: #03274c;
}

.neighborhoods .poi .overlay .overlayItems .back {
	float: left;
	margin-left: -11px;
	margin-top: 80px;
	margin-right: 10px;
	width: 64px;
	height: 25px;
}

.neighborhoods .poi .overlay .overlayItems .back a {
	color: #e5e7eb;
	background: url(../graphics/nPback.png);
	display: block;
	width: 59px;
	height: 23px;
	padding: 0 0 2px 5px;
}

.neighborhoods .poi .overlay .overlayItems .next {
	float: right;
	margin-right: -11px;
	margin-top: 80px;
	width: 64px;
	height: 25px;
}

.neighborhoods .poi .overlay .overlayItems .next a {
	color: #e5e7eb;
	width: 54px;
	height: 25px;
	background: url(../graphics/nPnext.png);
	display: block;
	padding: 0 0 0 10px;
}

.neighborhoods .poi .overlay .topTrim {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../graphics/nPleftTopCorner.png) no-repeat;
	width: 8px;
	height: 8px;
	z-index: 50;
}

.neighborhoods .poi .overlay .botTrim {
	width: 878px;
	height: 5px;
	background: url(../graphics/nPbotCornors.png);
}

.neighborhoods .poi .overlay .close {
	position: absolute;
	top: -30px;
	right: 0px;
	background: url(../graphics/nPcloseBk.png);
	width: 84px;
	height: 31px;
	z-index: 50;
}

.neighborhoods .poi .overlay .close a {
	display: block;
	padding: 8px 0 6px 20px;
	color: #485571;
	font-size: 1.2em;
}

.neighborhoods .poi .overlay a {
	color: #485571;
	font-size: 1.3em;
	line-height: 1.6em;
}

.neighborhoods .areas {
	background: url(../graphics/nAicon.png) no-repeat 5px 0px;
	width: 213px;
	padding-left: 10px;
	float: left;
}

.neighborhoods .areas h3 {
	color: #906b3f;
	font-size: 2.2em;
	padding: 10px 0 0 20px;
	text-align: center;
}

.neighborhoods .areas .list p {
	padding-left: 10px;
	margin-top: 2px;
}

.neighborhoods .areas .list p a {
	background: url(../graphics/nAbullet.png) no-repeat 0px 12px;
	font-size: 1.2em;
	color: #756c61;
	display: block;
	padding: 6px 8px 2px 10px;
}

.neighborhoods .areas .list p.on {
	background: url(../graphics/nAcanvasTop.png) no-repeat #d2c2ae;
}

.neighborhoods .areas .list .active .info {
	background: #f8f0e6;
	border: 1px solid #d2c2ae;
	border-width: 0 1px;
	padding-left: 10px;
	padding-bottom: 4px;
}

.neighborhoods .areas .list .active .info a {
	display: block;
	color: #784b4b;
	font-size: 1.3em;
	padding: 8px 8px 0 8px;
}

.neighborhoods .areas .list .active .info a:hover {
	text-decoration: none;
	color: #b62200;
}

.neighborhoods .areas .list .active .info a em {
	display: block;
	color: #827474;
	padding-left: 14px;
	font-size: .9em;
	font-style: normal;
}

.neighborhoods .areas .list .active .info a:hover em {
	color: #827474;
}

.neighborhoods .areas .list .active .infoBot {
	width: 213px;
	height: 5px;
	background: url(../graphics/nAcanvasBot.png);
}

.neighborhoods .mapBox {
	float: left;
	padding: 14px 10px 14px 14px;
	width: 673px;
}

.neighborhoods .map {
	border: 1px solid #6b573e;
	width: 697px;
}

.neighborhoods .mapBox .areaDesc {
	padding: 10px 10px 10px 0;
}

.neighborhoods .mapBox .areaDesc h3 {
	display: block;
	color: #906b3f;
	font-size: 1.4em;
}

.neighborhoods .mapBox .areaDesc h3 .pin a {
	background: url(../graphics/poiPin.gif) no-repeat 2px 2px;
	width: 29px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	font-weight: bold;
}

.neighborhoods .mapBox .areaDesc h3 .pin a:hover {
	background: url(../graphics/poiPinOn.gif) no-repeat;
	text-decoration: none;
	color: #03274c;
}

.neighborhoods .mapBox .areaDesc p {
	font-size: 1.2em;
	line-height: 1.3em;
}

.neighborhoods .mapBox .pin span {
	display: block;
	background: url(/graphics/poiPin.gif) no-repeat 2px 2px;
	width: 29px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	font-weight: bold;
	cursor: pointer;
}

.neighborhoods .mapBox .pin span:hover {
	background: url(/graphics/poiPinOn.gif) no-repeat;
	text-decoration: none;
	color: #03274c;
	cursor: pointer;
}


.textDesc {
	text-align: left;
	padding: 30px 10px 0 0;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #744427;
}

.textDesc p {
	padding-bottom: 15px;
}

.textDesc p a, .textDesc p a:hover {
	color: #c00707;
}

.textDescResults {
	padding: 20px 20px 0 20px;
	font-size: 1.1em;
	line-height: 1.3em;
}

/* ==============================================================
		neighborhoods box
   ============================================================== */

.neighborhoodsSearchBox {
	width: 302px;
	height: 102px;
	margin-bottom: 10px;
	margin-top: 2px;
	background: url(../graphics/neighborhoodsBoxBorder.png) no-repeat;
	padding: 4px;
	text-align: left;
}

.neighborhoodsSearch {
	width: 300px;
	height: 100px;
	border: 1px solid #ffffff;
}

.neighborhoodsSearch a span {
	background-image: url(/graphics/neighborhoodsBox.jpg);
	background-position: 0px 0px;
}

.neighborhoodsSearch a:hover span {
	background-image: url(/graphics/neighborhoodsBox.jpg);
	background-position: 0px -110px;
}

/* ==============================================================
		interactive map
   ============================================================== */

.interactiveMapBox {
	width: 302px;
	height: 142px;
	margin-bottom: 10px;
	margin-top: 2px;
	background: url(../graphics/interactiveMapBorder.png) no-repeat;
	padding: 4px;
	text-align: left;
}

.interactiveMap {
	width: 300px;
	height: 140px;
	border: 1px solid #ffffff;
}

.interactiveMap a span {
	background-image: url(/graphics/interactiveMap.jpg);
	background-position: 0px 0px;
}

.interactiveMap a:hover span {
	background-image: url(/graphics/interactiveMap.jpg);
	background-position: 0px -150px;
}

/* ==============================================================
		interactive map small
   ============================================================== */

.interactiveMapBoxSm {
	height: 72px;
	width: 247px;
	margin: 0;
	position: absolute;
	top: 42px;
	left: 400px;
	background: url(/graphics/interactiveMapBorderSm.png) no-repeat;
}

.interactiveMapSm {
	height: 70px;
	width: 245px;
}

.interactiveMapSm a span {
	background-image: url(/graphics/interactiveMapSm.jpg);
	background-position: 0px 0px;
}

.interactiveMapSm a:hover span {
	background-image: url(/graphics/interactiveMapSm.jpg);
	background-position: 0px -80px;
}



/* ==============================================================
		interactive map small
   ============================================================== */

.neighborhoodsSearchBoxSm {
	height: 72px;
	width: 247px;
	margin: 0;
	position: absolute;
	top: 42px;
	left: 670px;
	background: url(/graphics/neighborhoodsBoxSmBorder.png) no-repeat;
}

.neighborhoodsSearchSm {
	height: 70px;
	width: 245px;
}

.neighborhoodsSearchSm a span {
	background-image: url(/graphics/neighborhoodsBoxSm.jpg);
	background-position: 0px 0px;
}

.neighborhoodsSearchSm a:hover span {
	background-image: url(/graphics/neighborhoodsBoxSm.jpg);
	background-position: 0px -80px;
}




/* ==============================================================
		open houses button
   ============================================================== */

.viewOpenHouses {
	width: 179px;
	height: 42px;
	position: absolute;
	text-align: left;
	padding-left: 10px;
}

.viewOpenHouses a span {
	background-image: url(/graphics/buttonViewOpenHouses.png);
	margin-left: -10px;
}

.viewOpenHouses a:hover span {
	background-image: url(/graphics/buttonViewOpenHousesOn.png);
}



/* ==============================================================
		slider help
   ============================================================== */

.sliderHelp {
	height: 19px;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 300;
}

.sliderHelp a {
	background-image: url(/graphics/infoIcon.png);
	background-position: 80px 0px;
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-top: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #487536;
	display: block;
	height: 17px;
	position: relative;
	z-index: 300;
}

.sliderHelp a:hover {
	background-position: 80px -29px;
	color: #1e4f0c;
	text-decoration: none;
}

.sliderHelp a:hover span {
	display: block;
	z-index: 300;
}

.sliderHelp a span {
	position: absolute;
	display: none;
	background: #d9cece;
	border: 1px solid #806060;
	width: 150px;
	top: -55px;
	right: 5px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	z-index: 300;
	color: #553636;
}
