@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f26428;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.small_white_text {	color: #FFFFFF;
	font-size: 12px;
}
.small_white_text a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.small_white_text a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.small_white_text a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.small_white_text a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.index_text_orange {color: #f68933; font-size: 12px;}
.index_text_yellowish {	color: #fcbb46;
	font-size: 12px;
}
.index_text_red {	color: #f3370e;
	font-size: 12px;
}
.index_text_deadlink {color: #FFFFFF}


.property_blurb {
	background-color: #d6d6d6;
	height: 52px;
	width: 710px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 46px;
	vertical-align: top;
}
.property_blurb_text {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	width: 505px;
	position: relative;
	top: 3px;
}

.property_container {	height: 138px;
	width: 710px;
	z-index: 0;
	position: relative;
}
.property_header {
	background-color: #e9812c;
	height: 38px;
	width: 710px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	vertical-align: top;
}
.property_header_text  {
	width: 515px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	color: #FFFFFF;
	height: 26px;
	top: 5px;
	position: relative;
	font-weight: bold;
}

.property_link {
	background-color: #e9812c;
	position: absolute;
	z-index: 1;
	height: 22px;
	width: 95px;
	right: 187px;
	top: 105px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
}
.property_picture {	background-color: #ffffff;
	height: 115px;
	width: 175px;
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 8px;
}

.nav_buttons {
	position: absolute;
	height: 25px;
	right: 0px;
	z-index: 0;
	bottom: 25px;
}
.text_white {
	color: #FFFFFF;
	font-size: 12px;
}
.text_size {
	font-size: 12px;
}
.searchbox {
	position: absolute;
	bottom: 0px;
}


.page_links a {
	color: #0000FF;
	text-decoration: none;
}

.page_links a:visted {
	color: #0000FF;
	text-decoration: none;
}

.page_links a:hover {
	color: #0000FF;
	text-decoration: none;
}

