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

.header {
	text-align: left;
	position: relative;
	z-index: 1000;
	padding-bottom: 140px;
}

.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: #ffffff;
	padding-top: 4px;
	padding-right: 10px;
}

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

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

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


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

.contentBox {
	padding-bottom: 10px;
	float: left;
	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: 300px; /* 250px; */
	position: relative;
	z-index: 10;
	float: left;
	/* padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px; */
}

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

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

.sidebar ul li a {
	color: #11568b;
	padding-left: 10px;
}



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

.links {
	padding-bottom: 20px;
}

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

.links li a {
	color: #11568b;
}

/* ==============================================================
		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: #11568b;
}
/* ==============================================================
		info
   ============================================================== */

.info {
	position: relative;
	padding-right: 9px;
	margin-left: 325px;
	width: 600px;
	text-align: left;
}


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

.info h3 a {
	color: #11568b;
}

.info h3 a:hover {
	color: #11568b;
	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.2em;
	line-height: 1.6em;
	padding-top: 20px;
}

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

.info .radio a {
	display: block;
}

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

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

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

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

.info ul li a {
	color: #11568b;
	padding-left: 10px;
}
/* ==============================================================
		featured homes
   ============================================================== */

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

.homes h3 {
	font-size: 1.4em;
	color: #000000;
	text-align: left;
	padding: 2px;
	width: 300px;
}

.homes .listing {
	width: 302px;
	height: 182px;
	padding: 4px;
	background: url(/images/kate/radioImageBorder.png) no-repeat;
	margin-top: 0px;
}

.homes .listing a {
	display: block;
	color: #11568b;
	position: relative;
	background: red;
}
.homes .listing a:hover {
	text-decoration: none;
}

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

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

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

.sidebar .listing {
	width: 300px;
	height: 170px;
	margin: 0 0 20px 0;
	/* background: url(/images/kate/radioImageBorder.png) no-repeat; */
}

.sidebar .listing a {
	display: block;
	width: 300px;
	height: 170px;
	/* color: #ffffff;
	position: relative;
	background: red; */
}



.sidebar .listing em {
	/* position: absolute;
	top: 639px;
	left: 11px; */
	display: block;
	width: 300px;
	height: 64px;
	background: url(/images/kate/radioTextBack.png) no-repeat;
	font-size: 1.2em;
	padding: 6px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
}

/* ==============================================================
		featurePhoto
   ============================================================== */
	 
.featurePhoto {
	width: 600px;
	height: 210px;
	background: url(/images/kate/radiobg.png) no-repeat;
	text-align: left;
	margin: 0 0 0 320px;
	/* margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto; */
	/* padding-top: 0px;
	padding-right: 125px;
	padding-bottom: 0;
	padding-left: 405px; */
}

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

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

.featurePhoto ul li a {
	color: #11568b;
	padding-left: 10px;
}

.featurePhotoInnerContent {
	padding: 0 0 0 85px;
}
	
/* ==============================================================
		brokerPhoto
   ============================================================== */

.brokerPhoto {
	padding: 8px 0px 0px 5px;
	width: 143px;
	height: 210px;
	background: url(../template/graphics/brokers.png) no-repeat 305px;
	position: relative;
	text-align: left;
}
/* ==============================================================
		brokerPhotoright
   ============================================================== */

.brokerPhotoright {
	padding: 4px 0px 4px 5px;
	width: 143px;
	height: 210px;
	background: url(../templates/graphics/brokers.png) no-repeat;
	position: relative;
	text-align: left;
}
/* ==============================================================
		brokerPhotodetail
   ============================================================== */

.brokerPhotodetail {
	float: left;
	padding: 12px 2px 4px 15px;
	width: 143px;
	height: 210px;
	background: url(../templates/graphics/brokers.png) no-repeat 10px;
	position: relative;
	text-align: left;
}
/* ==============================================================
		brokertext
   ============================================================== */

.broker {
	float: left;
	padding-right: 0px;
	width: 150px;
	position: relative;
	text-align: left;
}


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


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

.broker ul li {
	font-size: 1em;
	list-style: none;
	padding-bottom: 4px;

}

.broker ul li a {
	color: #973f09;
	padding-left: 0px;
}
/* ==============================================================
		brokertext right
   ============================================================== */

.brokerright {
	float: right;
	padding-right: 0px;
	width: 150px;
	position: relative;
	text-align: left;
}


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


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

.brokerright ul li {
	font-size: 1em;
	list-style: none;
	padding-bottom: 4px;

}

.brokerright ul li a {
	color: #973f09;
	padding-left: 0px;
}
/* ==============================================================
		info neighborhood
   ============================================================== */

.infoneighborhood {
	position: relative;
	padding-right: 9px;
	padding-left: 320px;
	width: 600px;
	text-align: left;
}

.infoneighborhood h3 {
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	font-size: 1.0em;
	color: #8b6139;
	text-align: left;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

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

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

.infoneighborhood p {
	font-size: 1.0em;
	line-height: 1.2em;
	padding-top: 16px;
}

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

.infoneighborhood .radio a {
	display: block;
}

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

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

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

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

.infoneighborhood ul li a {
	color: #973f09;
}

/* ==============================================================
		container
   ============================================================== */

.break {
	position: relative;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	width: 620px;
	text-align: left;
}




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

.textDescSmall {
	font-size: 1.1em;
	line-height: 1.3em;
}

/* ==============================================================
		table
   ============================================================== */
.table p {
	font-size: 1em;
	line-height: 16px;
	padding-top: 0px;
	color: #716F64;
}
.table ul {
	padding-top: 10px;
}

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

.table ul li a {
	color: #11568b;
	padding-left: 10px;
	margin: 0px;
}
.table h3 {
	font-size: 1.4em;
	color: #000000;
	text-align: left;

/* ==============================================================
		global link color
   ============================================================== */

.info a {
    color: #11568b;
	font-weight: bold;
	
	}

.info a:hover {
	color: #11568b;
	font-weight: bold;
}

/* ********************************************************* */
ul.dent {
	padding-left: 30px;
}
ul.dent li {
	list-style-type: none;
}
ul.dent a {
	color: #11568b;
}	



/* ==============================================================
		user
   ============================================================== */

.userbar {
	padding-top: 10px;
	position: relative;
	z-index: 10;
}

.userbar .profile {
	font-size: 1.3em;
	padding: 2px 7px 0 7px;
	color: #ffffff;
	font-weight: bold;
}

.userbar .profile .updates {
	float: left;
}

.userbar .profile .updates strong {
	display: block;
	float: left;
	padding-right: 5px;
}

.userbar .profile .updates a {
	color: #ffffff;
	display: block;
	float: left;
}

.userbar .profile .updates a span {
	color: #ffffff;
	letter-spacing: 2px;
}

.userbar .profile .updates a span em {
	color: #ffffff;
	font-style: normal;
}

.userbar .profile .updates a.bar {
	border-right: 1px solid #ffffff;
	padding-right: 10px;
	margin-right: 10px;
}

.userbar .profile .actions {
	float: right;
}

.userbar .profile .actions a {
	color: #ffffff;
	display: block;
	float: left;
}

.userbar .profile .actions a.bar {
	border-right: 1px solid #ffffff;
	padding-right: 10px;
	margin-right: 10px;
}

.userbar .alert {
	background: #ffffff no-repeat;
	height: 29px;
	margin: 10px 7px 0 7px;
}

.userbar .alert p {
	padding: 5px;
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
}

.userbar .alert a {
	color: #ffffff;
}

.userbar .alert .close {
	width: 73px;
	height: 29px;
	float: right;
}

.userbar .alert .close span {
	background-image: url(../graphics/userbarAlertButton.png);
	background-position: 0px 0px;
}

.userbar .alert .close:hover span {
	background-image: url(../graphics/userbarAlertButton.png);
	background-position: 0px -39px;
}