/******  Revised 12/10/09 RPW  ******/

body {
	color: #000000;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #ddd;
	text-align: center;
	text-transform: none
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

/******* links section *********/
a:link,
a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0033CC;
	text-decoration: underline;
}

#subNav a:link,
#subNav a:visited {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#subNav a:hover,
#subNav a:active {
	color: #c00;
	text-decoration: none;
}

.nav_footer a:link,
.nav_footer a:visited {
	color: #666666;
	text-decoration: none;
}

.nav_footer a:hover,
.nav_footer a:active {
	color: #CC3333;
	text-decoration: none;
}

/********** end links section ***********/

h1 {
	color: #c00;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	color: #c00;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 .indent {
	font-style: italic;
	color: #c00;
	padding-left: 25px;
	font-size: 13px;
	text-transform: none;
	display: block;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	margin-top: 12px;
	margin-bottom: 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #c00;
	margin-top: 12px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #c00;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 0px;
}

h6 {
	font-size: 13px;
	line-height: 136%;
	font-weight: normal;
	padding-right: 25px;
	margin-bottom: 12px;
	margin-top: 12px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

li {
	font-weight: bold;
	margin-bottom: 12px;
}

#wrapper {
	position: relative;
	background-color: #fff;
	background-image: url(../images/blue_line_bg.gif);
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 975px;
	border-top: 1px solid #4c4c4d;
	border-right: 1px solid #4c4c4d;
	border-left: 1px solid #4c4c4d;
	background-position: left 150px;
	top: 0px;
}

#mastheadPrint {
	display: none;
}

#masthead {
	width: 975px;
	height: 133px;
	position: relative;
	background-image: url(/images/bgHeader_03.gif);
	background-repeat: repeat-x;
	background-position: 100px 0px;
}

#masthead img {
	float: right;
	margin-right: 95px;
}

#sidebar {
	width: 205px;
	margin-top: 100px;
	height: auto;
	float: left;
}

#subNav ul {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#subNav ul li {
	text-align: right;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 205px;
}

#subNav li.space {	/* break nav column up into groups */
	padding-top: 9px;
}

#content {
	padding-right: 8px;
	width: 740px;
	float: right;
	margin-top: 28px;
	position: relative;
	margin-bottom: 10px;
}
#content.informationRequest form table {
	background: #e9eff2;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#wrapper #content #blog {
	float: right;
	width: 178px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #006699;
	margin-left: 6px;
}

#footer {
	background-color: #fff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 975px;
	border-right: 1px solid #4c4c4d;
	border-bottom: 1px solid #4c4c4d;
	border-left: 1px solid #4c4c4d;
	display: block;
	padding-top: 10px;
}

#footer p {
	text-align: left; /*** override footer centering ***/
	padding-right: 6px;
	padding-left: 6px;
}

#footerSub {
	width: 965px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bestOf {
	float: right;/* margin-top: 2px; */
}

.float_left {
	padding-right: 8px;
	padding-bottom: 4px;
	float: left;
}

.float_right {
	float: right;
	padding-left: 8px;
	padding-bottom: 4px;
}

.previousPage {
	width: 270px;
	float: left;
	display: inline;
}

.nextPage {
	text-align: right;
	width: 270px;
	float: right;
	display: inline;
}

/****** Legacy styles below **************************/

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

.info {
	font-size: 9px;
	color: #3399ff;
}

.info img {
	float: right;
	padding-left: 8px;
}

.head1 {
	font-size: 14px;
	font-weight: bold;
}

.head2 {
	font-size: 14px;
	font-weight: bold;
	color: #c00;
}

.head3 {
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #c00;
}

.head4 {
	font-size: 10px;
	font-weight: bold;
}

.head5 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c00;
	margin-top: 18px;
}

.head6 {
	font-weight: bold;
	color: #c00;
}


.quotes {
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

ul {
	font-weight: bold;
	font-size: 12px;
}
a[href^="http://"]:after {
 display: none;
}

.indexFooter {
	font-size: 10px;
	color: #666666;
	text-align: center !Important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav_footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.nav-footer table {
	text-align: center;
}

#wrapper #content table.search {
	position: absolute;
	width: 315px;
	top: -30px;
	text-align: center;
	right: 8px;
}

.searchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	width: 125px;
}

/*** below to highlight current page link in red ***/
div.buyingHome li#buyingHome a,
div.buyersServices li#buyersServices a,
div.buyersAgency li#buyersAgency a,
div.mortgageInformation li#mortgageInformation a,
div.sellersServices li#sellersServices a,
div.marketing li#marketing a,
div.advertising li#advertising a,
div.pricing li#pricing a,
div.keyFactors li#keyFactors a,
div.preparing li#preparing a,
div.showing li#showing a,
div.closing li#closing a,
div.aboutSantaFe li#aboutSantaFe a,
div.localServices li#localServices a,
div.demographics li#demographics a,
div.talkSantaFe li#talkSantaFe a,
div.architecture li#architecture a,
div.neighborhoods li#neighborhoods a,
div.arts li#arts a,
div.events li#events a,
div.education li#education a,
div.volunteering li#volunteering a,
div.reasons li#reasons a,
div.localPublications li#localPublications a,
div.marketReports li#marketReports a,
div.luxuryMarketReport li#luxuryMarketReport a,
div.digitalMagazines li#digitalMagazines a,
div.building li#building a,
div.company li#company a,
div.brokers li#brokers a,
div.brokerWebsites li#brokerWebsites a,
div.affiliations li#affiliations a,
div.informationRequest li#informationRequest a,
div.movingIntoSantaFe li#movingIntoSantaFe a,
div.movingOutOfSantaFe li#movingOutOfSantaFe a,
div.streamlineMove li#streamlineMove a,
div.relocationChildren li#relocationChildren a,
div.packingTips li#packingTips a,
div.newListings li#newListings a,
div.searchMap li#searchMap a,
div.searchListings li#searchListings a,
div.openHouses li#openHouses a,
div.newDevelopments li#newDevelopments a,
div.buildersShowcase li#buildersShowcase a,
div.internationalLuxuryProperties li#internationalLuxuryProperties a {
	color: #c00;
	cursor: default;
	text-decoration: none;
}

#wrapper #masthead table.search .quickSearchText,
#wrapper #masthead table.search h5 {
	font-size: 11px;
	font-weight: bold;
	color: #c00;
	text-transform: uppercase;
	padding-top: 6px;
}

#wrapper #masthead table.search {
	position: absolute;
	width: 435px;
	top: 130px;
	text-align: center;
	right: 5px;
}

#wrapper #masthead .search td {
	padding-right: 3px;
	padding-left: 3px;
}

#content td.homePageBtn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fefefe;
	font-style: normal;
	display: block;
	width: 131px;
	line-height: 20px;
	background-color: #0079C2;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}

#content tr.secondRow td.homePageBtn a {
	width: 177px;
}

#content div.searchTab {
	position: relative;
	width: 370px;
	float: left;
}

.TabbedPanelsContentLeft {
	float: left;
	width: 184px;
	position: relative;
}

.TabbedPanelsContentRight {
	float: left;
	width: 184px;
	position: relative;
	padding-left: 2px;
}

#content .searchRight {
	float: right;
	width: 300px;
	position: relative;
	padding-top: 6px;
	margin-bottom: 12px;
	background-color: #e9eff2;
	padding-bottom: 12px;
	padding-left: 12px;
}

#content .searchListingsTable {
	width: 370px;
	float: left;
}

#content .searchRight .searchListingsTable td {
	background-color: #f0f0f0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#content .searchListingsTable td {
	width: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

#content.searchListings p a {
	font-weight: bold;
	text-transform: uppercase;
}

#form2 .searchTab select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
}

.allCaps {
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
}

#form2 .searchRight .areaNumber {
	font-size: 9px;
}

/*** #content .detailsLeft {
	float: left;
	width: 470px;
} ***/

/*** #content .detailsRight {
	float: right;
	width: 260px;
	position: relative;
	margin-top: 70px;
	text-align: center;
} ***/

#content .detailsHalf {
	float: left;
	width: 47%;
	padding-right: 2%;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

#content .detailsHalf.rightHalf {
	text-align: right;
	float: right;
	padding-right: 0px;
}

/*** .detailsRight .detailsTable,
#detailsleft .detailsTable {
	width: 98%;
	float: left;
} ***/

/***.detailsTable td {
	width: 50%;
	vertical-align: top;
	text-align: left;
}

.detailsRight table.images {
	width: 100%;
	margin-bottom: 5px;
}

.detailsRight table.images td {
	width: 50%;
	padding-top: 7px;
} ***/

.unknownWidthCenter {
	margin-right: auto;
	margin-left: auto;
	display: table;
}

.btnBlueBG,
.btnRedBG {
	background-image: url(../images/btnBlueBG_01.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 27px;
	position: relative;
	display: inline-block;
}

.btnRedBG {
	background-image: url(../images/btnRedBG_01.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}

.btnBlueBG a,
.btnRedBG a {
	line-height: 27px;
	padding-right: 18px;
	padding-left: 10px;
	background-image: url(../images/btnBlueBG_02.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	margin-left: 8px;
	font-weight: bold;
	color: #fefefe !important;
	text-transform: uppercase;
	float: left;
	outline: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.btnRedBG a {
	background-image: url(../images/btnRedBG_02.png);
	background-repeat: no-repeat;
	background-position: right 1px;
}

/*** listingDetails page styles ***/
#content.listingDetails .detailsLeft {
	position: relative;
	width: 446px;
	font-size: 12px;
	float: left;
	margin-top: 25px;
	overflow: hidden;
}

#content.listingDetails .detailsRight {
	width: 285px;
	font-size: 12px;
	text-align: left;
	margin-top: 100px;
	position: relative;
	float: right;
	z-index: 1;
}

#content.listingDetails table.imagerows,
#content.listingDetails table.broker {
	width:100%;
}

#content.listingDetails table.broker td {
	padding-bottom: 4px;
}

#content.listingDetails h2 {
	color: #0033CC;
	margin-bottom: 5px;
}

#content.listingDetails table.imagerows td {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 106px;
}

#content.listingDetails div.mainImage {
	height: 300px;
	width: 438px;
	position: relative;
	overflow: hidden;
	left: 0px;
}

#content.listingDetails strong {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

#content.listingDetails .absoluteContainer {
	margin-bottom: 12px;
	position: relative;
	height: 24px;
	width: 100%;
	z-index: 1000;
}
#content.listingDetails #listingNav {
	position: absolute;
	top: 25px;
	right: 9px;
	width: 285px;
}

#content.listingDetails .CollapsiblePanelTab strong {
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

#content.listingDetails #virtualTours .CollapsiblePanelTab {
	padding-left: 0px;
	text-align: center;
	height: 24px;
	margin-left: 0px;
}

#content.listingDetails #requestInfo .CollapsiblePanelTab strong,
#content.listingDetails #virtualTours .CollapsiblePanelTab strong {
	color: #fefefe;
}

#content.listingDetails .float_right a:link,
#content.listingDetails .float_right a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#content.listingDetails h2 a,
#content.listingDetails h3 a {
	padding-right: 4px;
}

#content.listingDetails .float_right a:hover,
#content.listingDetails .float_right a:active,
#content.listingDetails h2 a:hover,
#content.listingDetails h2 a:active,
#content.listingDetails h3 a:hover,
#content.listingDetails h3 a:active {
	background-color: #0077c0;
	color: #fefefe;
	text-decoration: none;
}

/**** below to disable VP pages displaying old sidebar images and swf ****/
#sidebar embed,
#sidebar object,
#sidebar img[name=Navi_table_left_r1_c1],
#sidebar img[name=Navi_table_left_r2_c1],
#sidebar type {
	display: none;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
#content.informationRequest form table td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content.informationRequest .btnBlueBG {
	margin-left: 140px;
}
#content .myPropertyPortfolio li {
	font-weight: normal;
	margin-bottom: 6px;
}
#content.brokerWebsites p {
	padding-right: 75px;
	padding-left: 50px;
	font-size: 12px;
	line-height: 21px;
}
#content table.myPropertyPortfolioLogin {
	width: 450px;
	background-color: #e9eff2;
	margin-bottom: 10px;
}
#content table.myPropertyPortfolioLogin td {
	padding-bottom: 5px;
	padding-left: 25px;
}
#content .registrationSymbol {
	font-size: 75%;
	position: relative;
	vertical-align: top;
}

#wrapper #content .resultsTable {
	margin-bottom: 5px;
	width: 100%;
	margin-top: 5px;
}

#wrapper #content.listingDetails table.even {
	background-color: #D3E8EF;
}

#wrapper #content.listingDetails table.odd {
	background-color: #EDEEEF;
}

#content table.resultsTable td .brokerLeft {
	float: left;
	width: 45%;
}

#content table.resultsTable td .brokerRight {
	text-align: right;
	float: right;
	width: 45%;
}

/**
#content table.resultsTable td .IDX {
	width: 50px;
	float: right;
}
**/
#content .resultsTable .details {
	font-weight: bold;
}
#wrapper #content .resultsTable h2 {
	font-size: 13px;
}

#wrapper #content .resultsTable .btnBlueBG a,
#wrapper #content .resultsTable .btnRedBG a {
	font-size: 12px;
	line-height: 24px;
	padding-top: 2px;
}
#wrapper #content .resultsPaging {
	clear: both;
	float: right;
	font-size: 85%;
	position: relative;
	top: -3px;
}
#wrapper #masthead #phoneNumber {
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	top: 62px;
	right: 10px;
	font-weight: bold;
	text-align: right;
}
#wrapper #masthead #phoneNumber {
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	top: 62px;
	right: 14px;
	font-weight: bold;
	text-align: right;
}

