/* ================================================================================================
		homepage styles
   ================================================================================================ */

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

.header {
	text-align: left;
}

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

.header .navigation {
	width: 320px;
	float: left;
}

.header .navigation .logoBox {
	width: 320px;
	height: 150px;
}

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

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

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

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

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

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

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

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

.header .navigation ul li {
	font-size: 1.5em;
	line-height: 1.5em;
	list-style: none;
	text-transform: lowercase;
	float: left;
	display: block;
	color: #7d5e26;
}

.header .navigation ul li a {
	color: #973f09;
	padding: 0 4px;
}

.header .navigation h2 {
	font-size: 2.4em;
	color: #5a3f0d;
	text-transform: none;
	clear: both;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 4px;
}

.header .navigation h2.hr {
	border-top: 1px solid #9a7530;
	margin-top: 10px;
}

/* ==============================================================
		features
   ============================================================== */

.header .features {
	width: 640px;
	float: left;
	text-align: right;
}

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

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

.header .features .quickContact p {
	padding-top: 3px;
}

.header .features .quickContact em {
	color: #cba96b;
	font-style: normal;
	padding: 0 2px;
}

.header .features .quickContact ul {
	float: right;
	text-align: left;
}

.header .features .quickContact li {
	background: url(../graphics/quickContactBullet.png) 0px 8px no-repeat;
	list-style: none;
	padding-top: 3px;
	margin-left: 20px;
}

.header .features .quickContact a {
	color: #cba96b;
	padding-left: 10px;
}

/* ==============================================================
		featurePhoto
   ============================================================== */

.features .featurePhoto {
	margin: 10px 0 0 auto;
	padding: 4px 0 0 5px;
	clear: both;
	width: 630px;
	height: 210px;
	background: url(../graphics/featurePhotoBorder.png) no-repeat;
	text-align: left;
	position: relative;
	cursor: pointer;
}

.features .featurePhoto .info {
	position: absolute;
	bottom: 10px;
	left: 5px;
	width: 580px;
	font-size: 1.8em;
	color: #ffffff;
	padding: 5px 20px;
	background: url(../graphics/homeHeaderBackground.png);
	display: none;
	cursor: pointer;
}

.features .featurePhoto .info p.title {
	float: left;
	padding: 0;
}

.features .featurePhoto .info p.price {
	float: right;
	padding: 0;
}

.features .featurePhoto .info p.address {
	float: left;
	clear: both;
	font-size: 1em;
	line-height: 1em;
	padding: 3px 0;
}

/* ==============================================================
		feature boxes
   ============================================================== */

.features .box {
	width: 297px;
	text-align: left;
	background: url(../graphics/featureBoxBackground.png) no-repeat;
	padding: 5px;
	position: relative;
	margin-top: 3px;
}

.features .box h3 {
	display: block;
	font-size: 1.5em;
	color: #5e1e01;
	text-align: left;
	background: #f7d89f;
	border-bottom: 1px solid #b7924c;
}

.features .box .icon {
	position: absolute;
}

.features .box .inner {
	background: url(../graphics/featureBoxInner.png) no-repeat;
}


/* ==============================================================
		search
   ============================================================== */

.features .search {
	margin-left: 5px;
	float: left;
	position: relative;
	z-index: 300;
}

.features .search h3 {
	width: 237px;
	padding: 3px 0 3px 60px;
}

.features .search .icon {
	top: -7px;
	left: 10px;
	width: 47px;
	height: 47px;
	background-image: url(../graphics/iconSearch.png);
}

.features .search .inner {
	padding: 15px 10px 0 10px;
	font-size: 1.5em;
	color: #5a3f0d;
	position: relative;
	z-index: 300;
}

.features .search .inner .infoHelp {
	height: 19px;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 300;
}

.features .search .inner .infoHelp a {
	background-image: url(/graphics/infoIcon.png);
	background-position: 70px 0px;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-top: 2px;
	font-size: .8em;
	font-weight: bold;
	color: #487536;
	display: block;
	height: 17px;
	position: relative;
	z-index: 300;
}

.features .search .inner .infoHelp a:hover {
	background-position: 70px -29px;
	color: #1e4f0c;
	text-decoration: none;
}

.features .search .inner .infoHelp a:hover span {
	display: block;
	z-index: 300;
}

.features .search .inner .infoHelp a span {
	position: absolute;
	display: none;
	background: #d9cece;
	border: 1px solid #806060;
	width: 150px;
	top: 0px;
	right: -165px;
	padding: 3px;
	text-align: center;
	line-height: 1.3em;
	font-weight: normal;
	z-index: 300;
	color: #553636;
}

.features .search .inner p em {
	display: block;
	font-style: normal;
}

.features .search .inner p.price {
	padding: 0 0 5px 5px;
	display: block;
}

.features .search .inner p.price select {
	border: 1px solid #4a1d02;
	color: #a5633b;
	background: #f9f2e6;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	height: 22px;
	width: 122px;
	font-size: 13px;
}

.features .search .inner p.beds {
	padding: 10px 0 5px 30px;
	display: block;
}

.features .search .inner p.query {
	padding: 10px 0 5px 5px;
	display: block;
}

.features .search .inner p.query .field{
	border: 1px solid #4a1d02;
	background: #faf1ea;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 260px;
	height: 16px;
	font-size: 13px;
}

.features .search .inner p.search {
	padding: 10px;
	padding-bottom: 5px;
}

.features .search .inner p.search a {
	display: block;
	color: #973f09;
	text-decoration: underline;
	float: left;
	padding: 2px 15px 0 10px;
}

.features .search .inner p input[type="text"] {
	border: 0;
	color: #a5633b;
	background: #f9f2e6;
	width: 190px;
}

.features .search .inner .bar
{
	width: 245px;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* ==============================================================
		sfrp
   ============================================================== */

.features .sfrp {
	margin-right: 5px;
	float: right;
	position: relative;
	z-index: 50;
}

.features .sfrp h3 {
	width: 232px;
	padding: 3px 0 3px 65px;
}

.features .sfrp .icon {
	top: -4px;
	left: 20px;
	width: 43px;
	height: 42px;
	background-image: url(../graphics/iconSFRP.png);
	z-index: 20;
}

.features .sfrp .inner {
	padding: 6px 0 0 0;
	position: relative;
}

.features .sfrp .inner li {
	padding-top: 4px;
	list-style: none;
	background: url(../graphics/bulletRed.png) no-repeat 0px 8px;
	margin-left: 20px;
}

.features .sfrp .inner li a {
	color: #973f09;
	font-size: 1.4em;
	padding-left: 8px;
}

.features .sfrp .inner li.indent {
	background: none;
	padding-left: 20px;
	padding-top: 2px;
}

.features .sfrp .inner li.indent a {
	font-size: 1.2em;
	color: #973f09;
}

/* ==============================================================
		utility
   ============================================================== */

.utilityBox {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	width: 960px;
}

.utility {
	border: 1px solid #987e4b;
	width: 958px;
	background: url(../graphics/utilityCanvas.png) no-repeat;
}

.utility .piece {
	float: left;
	color: #444444;
	font-size: 1.4em;
	padding: 5px 0;
	position: relative;
}

.utility .piece a {
	color: #973f09;
	font-size: 1.2em;
}

.utility .houses {
	width: 210px;
	padding-left: 65px;
}

.utility .houses .icon {
	position: absolute;
	top: -16px;
	left: 8px;
	width: 50px;
	height: 46px;
	background: url(../graphics/iconHouse.png) no-repeat 0px 0px;
}

.utility .mobi {
	width: 250px;
	padding-left: 50px;
}

.utility .mobi .icon {
	position: absolute;
	top: -16px;
	left: 10px;
	width: 35px;
	height: 48px;
	background: url(../graphics/iconPhone.png) no-repeat 0px 0px;
}

.utility .profile {
	width: 308px;
	padding-left: 60px;
}

.utility .profile .icon {
	position: absolute;
	top: -16px;
	left: 10px;
	width: 45px;
	height: 49px;
	background: url(../graphics/login.png) no-repeat 0px 0px;
	background-image: url(graphics/login.png);
}

/* ==============================================================
		featured homes
   ============================================================== */

.homes {
	float: left;
	text-align: left;
	width: 320px;
}

.homes h3 {
	font-size: 2.2em;
	color: #8b6139;
	background: url(../graphics/featuredHomesUnderline.png) no-repeat left bottom;
	text-align: center;
	width: 307px;
}

.homes .listing {
	width: 302px;
	height: 142px;
	padding: 4px;
	background: url(../graphics/homesImageBorder.png) no-repeat;
	margin-top: 15px;
}

.homes .listing a {
	display: block;
	color: #745529;
	position: relative;
}

.homes .listing a:hover {
	text-decoration: none;
}

.homes .listing a img {
	border: 1px solid #ffffff;
}

.homes .listing a:hover img {
	border: 1px solid #f0c04e;
}

.homes .listing em {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 300px;
	height: 44px;
	background: url(../graphics/homesTextBack.png) no-repeat;
	font-size: 1.4em;
	padding: 6px;
	font-style: normal;
	font-weight: bold;
}

/* ==============================================================
		info
   ============================================================== */

.info {
	float: right;
	padding-right: 9px;
	width: 622px;
	position: relative;
	text-align: left;
}

.info h3 {
	position: relative;
	left: -30px;
	top: 0px;
	padding: 0 10px;
	margin-left: 6px;
	font-size: 2.2em;
	color: #8b6139;
	text-align: center;
}

.info h3 a {
	color: #8b6139;
}

.info h3 a:hover {
	color: #8b6139;
	text-decoration: none;
}

.info h3.sfrp {
	width: 405px;
	background: url(../graphics/infoUnderline.png) no-repeat left bottom;
}

.info h3.blog {
	padding-top: 20px;
	width: 316px;
	background: url(../graphics/blogUnderline.png) no-repeat left 40px;
}

.info p {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top: 20px;
}

.info .insert {
	float: right;
}

.info .radio {
	width: 212px;
	height: 112px;
	padding: 4px;
	background: url(../graphics/radioBorder.png);
	margin: 5px 0 10px 14px;
}

.info .radio a {
	display: block;
}

.info .radio a img {
	border: 1px solid #5c4416;
}

.info .radio a:hover img {
	border: 1px solid #f0c04e;
}

.info ul {
	padding-top: 10px;
}

.info ul li {
	font-size: 1.4em;
	list-style: none;
	padding-bottom: 4px;
	background: url(../graphics/bulletRed.png) no-repeat 0px 5px;
}

.info ul li a {
	color: #973f09;
	padding-left: 10px;
}

.info .share {
	width: 212px;
	height: 20px;
	margin: 20px 0 10px 14px;
	font-size: 1.3em;
}

.info .social {
	font-size: 1.3em;
	padding: 5px 0 10px 15px;
}

.info .social a {
	color: #973f09;
}

.info .social .twitter {
	background: url(../graphics/twitter.png) no-repeat;
	display: block;
	height: 24px;
	padding: 4px 0 0 30px;
}

.info .social .facebook {
	background: url(../graphics/facebook.png) no-repeat;
	display: block;
	height: 24px;
	padding: 4px 0 0 30px;
}

/* ==============================================================
		highlights
   ============================================================== */

.highlights {
	clear: both;
	padding: 20px 1px 20px 1px;
}

.highlights .box {
	width: 167px; /* 212px; */
	height: 135px; /* 112px; */
	padding: 4px;
	background: url(../graphics/highlightsBorder2.png);
	float: left;
}

.highlights .box .content {
	position: relative;
	border: 1px solid #be854b;
	width: 166px; /* 210px; */
	height: 133px; /* 110px; */
	background: url(../graphics/highlightsGrad2.png) repeat-x;
	text-align: left;
}

.content-on-top {
	position: absolute;
}

#bkgd-img3 {
	position: absolute;
	top: 53px;
	left: 104px;
}

#bkgd-img4 {
	position: absolute;
	top: 33px;
	left: 99px;
}

h4#boxMarketUpdate {
	display: block;
	height: 25px;
	width: 145px;
	margin: 8px 0 5px 0;
	background: url(../graphics/homePgLinks/MarketUpdate.jpg) no-repeat;
}

h4#boxSantaFeTrends {
	display: block;
	height: 25px;
	width: 145px;
	margin: 8px 0 5px 0;
	background: url(../graphics/homePgLinks/SantaFeTrends.jpg) no-repeat;
}

h4#boxVideoChannel {
	display: block;
	height: 25px;
	width: 145px;
	margin: 8px 0 5px 0;
	background: url(../graphics/homePgLinks/VideoChannel.jpg) no-repeat;
}

.highlights .firstBox {
	text-align: left;
}

.highlights .firstBox .content a {
	width: 157px;
	height: 78px;
	padding: 16px 27px 16px 26px;
}

.highlights .firstBox .content a span { background-image: url(../graphics/luxuryPortfolio.png); }
.highlights .firstBox .content a:hover span { background-image: url(../graphics/luxuryPortfolioOn.png); }

.highlights .secondBox {
	margin: 0 0 0 7px;
}

/*
.highlights .content h4 {
	display: block;
	width: 210px;
	text-align: center;
	margin-top: 8px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 0 3px 0;
	color: #ffffff;
	background: #1d6130;
}
*/

.highlights .content h4 a {
	color: #ffffff;
}

/*
.highlights .secondBox h4 {
	margin-bottom: 10px;
}
*/

.highlights .secondBox .content p {
	font-size: 1.4em;
	text-align: left;
	background: url(../graphics/bulletRed.png) no-repeat 0px 8px;
	padding: 3px 0 0 7px;
	margin: 2px 0 0 7px;
}

.highlights .secondBox .content p em {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	/* display: block;
	float: left;
	width: 151px; */
	color: #973f09;
}

.highlights .secondBox .content p a {
	font-size: 12px;
	font-weight: bold;
	color: #973f09;
}

h5.box5 {
	padding-left: 6px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
}

.highlights .thirdBox {
	margin: 0 0 0 7px;
}

.highlights .thirdBox .content ul {
	display: block;
	padding-top: 0;
}

.highlights .thirdBox .content li {
	list-style: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 7px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: url(../graphics/bulletRed.png) no-repeat 0px 8px;
}

.highlights .thirdBox .content li a {
	color: #973F09;
	padding-left: 7px;
}

.highlights .forthBox {
	margin: 0 0 0 7px;
}

.highlights .forthBox .content ul {
	display: block;
	padding-top: 0;
}

.highlights .forthBox .content li {
	list-style: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 7px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: url(../graphics/bulletRed.png) no-repeat 0px 8px;
}

.highlights .forthBox .content li a {
	color: #973F09;
	padding-left: 7px;
}

.highlights .boxFive {
	width: 213px; /* 167px; */
	height: 135px; /* 112px; */
	padding: 4px;
	background: url(../graphics/highlightsBorder5.png);
	float: left;
}

.highlights .boxFive .content5 {
	position: relative;
	border: 1px solid #be854b;
	width: 212px; /* 166px; */
	height: 133px;
	background: url(../graphics/highlightsGrad2.png) repeat-x;
	text-align: left;
}

.highlights .fifthBox {
	margin: 0 0 0 7px;
}

/* ==============================================================
		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;
	position: 
}

.blurb a {
	color: #973f09;
}


/* ==============================================================
		elocation
   ============================================================== */
   
.relocationLink {
	margin-top: 4px;
	margin-left: 23px;
	clear: both;
	width: 215px;
	height: 31px;
	padding-left: 10px;
}

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

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