body {
	background: #fff url(images/body_bg.jpg) repeat-x;
	color: #202020;
	font-size: 90%;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto;
	padding: 0px;
}
p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
img {
}
hr {
}
ul {
}
li {
}
pre {
}
dl dd {
	margin-bottom: 1.4em;
	border-bottom: 1px dashed #ccc;
	margin-left: 1em;
}
dt {
	font-weight:bold;
}
h1 {
	font-family:Georgia, serif;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 110;
	margin-bottom: 0;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-family:Georgia, serif;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 110;
	margin-bottom: 0;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #202020;
	font-family: Times New Roman, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h4 {
	color: #202020;
	font-family: Times New Roman, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h5 {
}
h6 {
}
h7 {
}
sup {
}
a, a:visited {
	color: #B60000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:none;
}
blockquote {
	float:left;
	width:10em;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border:3px solid #990000;
	border-width:3px 0;
	color:#333;
	background: #ebd7b2 url(images/bg_v2.jpg) top center no-repeat;
	font:italic 1.3em/1.3 Georgia;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
blockquote.alt {
	float:right;
	margin:0.25em 0 0.25em 0.75em;
}
/* start layout elements */
#precontainer {
	display:none;
}
#container {
	background:none;
	width: 920px;
	margin: 0px auto 0px;
	padding: 0px;
}
#postcontainer {
	display:none;
}
#branding {
	background: url(images/banner.jpg) no-repeat top center;
	width: 920px;
	height: 100px;
	color: #333;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}
#branding #logo {
	width: 470px;
}
#branding #site_logo {
	float:left;
	margin-right:6px;
	padding-left:0px;
}
#branding #login {
	text-align: right;
	color: #333;
	width: 268px;
	padding:10px 10px 0 0;
	font-size: 130%;
}
#branding p, h2 {
	margin: 0px;
	line-height: normal;
}
#branding #logo p, #branding #logo h2, #branding #logo h3, #branding #login #sponsoremail {
	display:none;
}
#branding #sponsorphoto {
	float:left;
	clear:right;
	width:60px;
	border: 2px solid white;
	display:none;
}
#content_wrapper {
	background:#fff url(images/condtent_bg.jpg) repeat-x;
	margin: 0px auto 0px;
	padding: 0px 0;
	border-bottom: 4px solid #af0544;
}
#main {
	width:920px;
	min-height:500px;
}
#sidebar {
	float: right;
	width: 320px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
	display: inline;
}
#sidenav {
	margin: 0px;
}
#onecolumn #main {
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
}
#onecolumn #sidebar {
	display: none;
}
#onecolumn #sidenav {
	display: none;
}
#twocolumn #main {
	float: left;
	width: 570px;
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
#twocolumn #sidebar {
	float: right;
	width: 320px;
	margin: 10px 0px;
	padding: 0px;
	line-height: 20px;
	display: inline;
}
#twocolumn #sidenav {
	float: right;
	width: 320px;
	margin: 10px 0px;
	padding: 0px;
	line-height: 20px;
	display: inline;
}
#footer {
	width: 920px;
	height: 40px;
	margin: 10px auto 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer p {
	line-height:normal;
	color: #333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#subfooter {
}
#pretln {
	display: block;
	color: #fff;
}
#posttln {
	float: left;
	width: 570px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#qa dt {
	cursor:pointer;
	color:#770000;
	margin-bottom: 0.4em;
}
/* TLN */
#tln {
	clear:both;
	margin: 10px 0 0 0;
	background: #af0544 url(images/nav_bg.jpg) repeat-x;
}
#nav {
	display: block;
	height: 28px;
}
#nav li {
	padding: 0px 0px;
}
#nav a {
	background: #ccc;
	padding: 6px 0px;
	color:#fff;
}
#nav a:hover {
	color:#ffffcc;
}
#nav #active a {
}
.nav_right {
	font-size: 84%;
	margin: 0;
}
.nav_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_right li {
	margin:0 0 2px 0;
	list-style: none;
	padding: 2px;
	border: 1px solid #999;
}
.nav_right li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}
.nav_right li a:link, .nav_right li a:visited {
	color: #fff;
	display: block;
	background:#770000 url(images/nav_bg.jpg);
	padding: 6px 0 2px 10px;
}
.nav_right li a:hover, .nav_right li #current {
	color: #333;
	padding: 6px 0 2px 10px;
	background:#ccc url(images/tln_bg_on.jpg);
}
/* end layout elements */

#monoSlideshow {
	padding:0px;
	background: #fff;
	width:500px;
	height:264px;
	z-index: 0;
	float:left;
}
#monoSlideshow_listing {
	padding:10px;
	background: #fff;
	border: 0px solid #fff;
	width:402px;
}
#pageincludes {
	margin: 10px 0px;
}
#rssfeed {
	width:100px;
	display:inline;
	padding-left:16px;
	background:url(/images/feed-icon-14x14.png) no-repeat;
}
.sidecall {
	margin: 0px 0px 10px 0px;
}
.block {
	background: #ebd7b2 url(images/bg_v2.jpg) top center no-repeat;
	border-bottom: 2px solid #990000;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
.block img {
	margin-top:8px;
	border: 2px solid #ccc;
	padding:2px;
}
.block h2 {
	background: #990033 url(images/nav_bg.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: -10px 0px 10px 0px;
	padding: 1px 0px 1px 5px;
	line-height: 20px;
}
.block h3 {
	background: #990033 url(images/nav_bg.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: -10px -10px 10px -10px;
	padding: 1px 0px 1px 5px;
	line-height: 20px;
}
.block_navlist {
	margin: 0px 0px 10px 0px;
	background: #ebd7b2 url(images/bg_v2.jpg) top center no-repeat;
	border-top: 4px solid #770000;
	border-bottom: 2px solid #770000;
}
.block_navlist h2 {
	margin: 4px 6px;
}
.block_navlist h3 {
}
.block_navlist ul {
	list-style:none;
	margin:0px;
}
.block_navlist li {
	margin:0px;
	border-bottom: 1px dashed #dad4c2;
	clear:both;
}
.block_navlist a {
	display:block;
	padding: 6px;
	height:140px;
}
.block_navlist a:hover {
	display:block;
	background: #edda8d;
}
.block_navlist p {
	margin:0px;
}
.block_navlist p a {
	height:auto;
}
.block_navlist img {
	width:160px;
	height:120px;
	background:#fff;
	padding:4px;
	margin-bottom: 20px;
}
.image {
	text-align: center;
}
.image img {
	margin: 0px 0px 10px 0px;
	background: #fff;
	padding: 2px;
}
/* start listing thumbnail elements */
.thumbs {
	margin: 0px 0px 10px 0px;
	border-top: 4px solid #770000;
	border-bottom: 2px solid #770000;
	padding:6px;
	zoom:1;
	background: url(images/thumb-border.gif) repeat-y 650px 0;
}
.thumbs ul {
	list-style:none;
	margin-left:0px;
}
.thumbs .thumbsheader {
}
.thumbs .thumbsfooter {
}
.thumbs .thumbsdata {
	float:left;
	margin-right: 10px;
}
.thumbs .thumbsphoto {
	float:left;
	width:160px;
	margin: 0px 10px 10px 0px;
	padding:4px 4px 2px 4px;
	background:#fff;
}
.thumbs .thumbsphoto img {
	width:160px;
	border:1px solid #ccc;
}
.thumbs .nophoto {
	text-align:center;
	height: 120px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 10px;
	line-height: 120px;
	color:#333;
	margin-bottom:2px;
}
.thumbs .thumbsnav {
	float:right;
	width: 200px;
}
.featured {
	background: #ebd7b2 url(images/bg_v2.jpg) top center no-repeat;
}
.featured .thumbsheader {
	background: #990033 url(images/nav_bg.jpg) repeat-x;
	margin:-6px -6px 6px -6px;
	padding:2px 4px 4px 4px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
}
.address {
	font-weight:bold;
}
.price {
	font-weight:bold;
	color:#B60000;
}
.foreclosure {
	font-weight:bold;
	color:#B60000;
}
/* end listing thumbnail elements */
.detail .nophoto {
	text-align:center;
	width: 320px;
	height: 120px;
	border: 1px solid black;
	background: #fff;
	font-size: 14px;
	padding-top: 80px;
	color:#333;
	margin-bottom:6px;
}
.pagination {
	margin: 10px 0px 6px 0px;
	display:block;
	color:#333;
	padding:6px 2px 0px 2px;
}
.fineprint, .thumbsfooter {
	font-size: 9px;
}
.imgbdr {
	background:#fff;
	padding:4px;
	border: 1px solid #000;
}
.gmap_ifm {
	border: 4px solid #fff;
}
.caption {
	font-size:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 18px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
}
.hdshot {
	text-align:center;
	font-size:9px;
	width: 100px;
}
.hdshot img {
	width:100px;
}
#countdown {
	font-weight:bold;
	color:#990000;
}
.quote {
	font-style:italic;
}
.profile {
	border-top: 2px solid #ccc;
	margin-bottom: 20px;
	padding: 10px 0px;
}
.postarea {
	background: #FFFFFF;
	margin:0;
}
.postareapageincludes {
	background: #FFFFFF;
	margin:0;
}
#icon-1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#icon-1 ul li {
	background: #FFFFFF url(images/icon_recent.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
}
#listingdetailnav {
	float:right;
	width:200px;
}
.error a {
	text-decoration:underline;
	font-weight:bold;
}
.agentname {
	font-size:120%;
	font-weight:bold;
}
.callout {
	border: solid 1px #dbcaaf;
	background: #fff url(images/tabbedpannel_bg.jpg) no-repeat top left;
	padding:10px;
	width:548px;
	overflow:hidden;
}
table th, td, caption {
	text-align:left;
	vertical-align:top;
}
table caption {
	display:none;
}
#listingformtable {
	width: 100%;
	border-top: 4px solid #770000;
	border-bottom: 2px solid #770000;
	color:#333;
}
#listingformtable td {
	vertical-align:top;
	padding:2px;
}
#listingformtable .fieldlabels {
	font-weight:bold;
}
#listingformtable .fields {
}
#listingformtable .actions {
}
#listingformtable caption {
	text-align:left;
	padding:4px 0px;
}
#listing_details {
	width: 100%;
}
#listing_details th, td {
	padding:2px;
	text-align: left;
	vertical-align:text-top;
}
#listing_details td.photo {
	width:440px;
}
.documentstbl th, td {
	padding:4px;
}
.documentstbl tfoot tr td {
	font-size: 10px;
}
.documentstbl thead th {
	white-space:nowrap;
	background: #ccc;
}
.documentstbl tfoot td {
background #ccc;
}
.documentstbl thead th.first {
	background:#ccc url(images/tbl_top_lt.gif) no-repeat top left;
}
.documentstbl thead th.last {
	background:#ccc url(images/tbl_top_rt.gif) no-repeat top right;
}
.documentstbl tfoot td {
background #ccc;
}
.documentstbl tfoot td.first {
	background:#ccc url(images/tbl_btm_lt.gif) no-repeat bottom left;
}
.documentstbl tfoot td.last {
	background:#ccc url(images/tbl_btm_rt.gif) no-repeat bottom right;
}
.documentstbl tbody td.odd {
	background:#ddd;
}
.documentstbl tbody td.even {
	background:#eee;
}
.documentstbl tbody td.category {
	background:#eee;
	font-weight:bold;
}
.documentstbl tbody td.description {
	padding-right:10px;
}
.documentstbl tbody td.document {
	padding-right:10px;
	padding-left:30px;
}
.number {
	text-align:right;
}
.datetime {
	text-align:right;
}
table#directory {
	text-align:left;
	vertical-align:top;
	background: url(images/block_background.jpg);
	padding:40px;
	width: 100%;
}
#directory tr.rowodd {
	background:#eee;
}
#directory tr.roweven {
	background:#ddd;
}
#directory th {
	text-align:left;
	vertical-align:top;
	height:1%;
	background: url(images/submit_off.jpg);
	padding:4px;
	color:#fff;
}
#directory td {
	text-align:left;
	vertical-align:top;
	height:99%;
	padding:4px;
}
#directory h2 {
	color:#E9D687;
}
#directory img {
	vertical-align:top;
}
#searchfrm td {
	vertical-align:top;
}
#searchfrm label {
	font-weight: bold;
}
#searchfrm #pricelow {
	width: 90px;
	text-align:right;
}
#searchfrm #pricehigh {
	width: 90px;
	text-align:right;
}
#searchfrm select {
	width: 120px;
}
#searchfrm select#bedrooms {
	width: 50px;
}
#searchfrm select#bathrooms {
	width: 50px;
}
#searchfrm select#lotdescription {
	width: 150px;
}
#searchfrm #submit, #contactusfrm #submit, #registerfrm #submit {
	font-size: 90%;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	margin:0;
	cursor: pointer;
	background: #990033 url(images/nav_bg.jpg);
	color: #eee;
	border:1px solid #ccc;
	width: 100px;
}
#searchfrm #submit:hover, #contactusfrm #submit:hover, #registerfrm #submit:hover {
	font-size: 90%;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	margin:0;
	cursor: pointer;
	background: #ddd url(images/submit_on.jpg);
	color: #eee;
	border:1px solid #ccc;
	width: 100px;
	text-decoration:underline;
}
#searchfrm #citylist {
	overflow: auto !important;
	width: 200px;
	height: 300px;
	padding: 2px;
	margin: 1px;
	border: 1px solid #ddd;
	font-size: 10px;
}
#searchfrm #countylist {
	overflow: auto !important;
	width: 200px;
	height: 360px;
	padding: 2px;
	margin: 1px;
	border: 1px solid #ddd;
	font-size: 10px;
}
#contactusfrm {
}
#contactusfrm legend {
	color:#333;
	font-weight:bold;
	font-size:140%;
	padding:4px;
	margin-bottom: 10px;
}
#contactusfrm fieldset {
	background: #fff url(images/fieldset_bg.jpg) repeat-x 0px 0px;
	border:none;
	border-top: 4px solid #770000;
	border-bottom: 2px solid #770000;
	padding:10px;
	margin-bottom:10px;
}
#searchfrmsubmit {
	text-align:right;
}
#searchfrmoptional {
	padding-top:10px;
	border-top: 1px solid #bbb;
}
#contactusfrm input {
	width: 300px;
}
#contactusfrm #message {
	width: 300px;
	height: 200px;
}
#contactusfrm #address {
	width: 300px;
	height: 50px;
}
#contactusfrm .radio {
	width: 20px;
	margin-left: 4px;
}
#contactusfrm .checkbox {
	width: 20px;
	margin-left: 4px;
}
#registerfrm {
}
#registerfrm legend {
	color:#333;
	font-weight:bold;
	font-size:140%;
	padding:4px;
	margin-bottom: 10px;
}
#registerfrm fieldset {
	background: #fff url(images/fieldset_bg.jpg) repeat-x 0px 0px;
	border:none;
	border-top: 4px solid #770000;
	border-bottom: 2px solid #770000;
	padding:10px;
	margin-bottom:10px;
}
#registerfrm input {
	width: 300px;
}
#registerfrm #message {
	width: 300px;
	height: 200px;
}
#registerfrm #address {
	width: 300px;
	height: 50px;
}
#registerfrm .radio {
	width: 20px;
	margin-left: 4px;
}
#registerfrm .checkbox {
	width: 20px;
	margin-left: 4px;
}
#loginfrm label {
	display:block;
}
#loginfrm legend {
	color:#770000;
}
#loginfrm fieldset {
	background: #e7e7e7 url(images/fieldset_bg.jpg) repeat-x 0px 0px;
	border:none;
	border-top: 4px solid #770000;
	border-bottom: 2px solid #770000;
	padding:10px;
	margin-bottom:10px;
}
#loginfrm input[type="text"], #loginfrm input[type="password"] {
	width: 300px;
}
#loginfrm #message {
	width: 300px;
	height: 200px;
}
#loginfrm #address {
	width: 300px;
	height: 50px;
}
#loginfrm .radio {
	width: 20px;
	margin-left: 4px;
}
#loginfrm .checkbox {
	width: 20px;
	margin-left: 4px;
}
#quicksearchfrm, #mlsnum_search {
}
#quicksearchfrm fieldset, #mlsnum_search fieldset {
	padding:0px;
	margin:0;
	font-size: 76%;
	border: none;
}
#quicksearchfrm legend {
}
#quicksearchfrm label, #mlsnum_search label {
	float:left;
	width:20%;
	margin: 2px 0;
	margin-right:2em;
	padding-top:0.2em;
	text-align:left;
	font-weight:bold;
	color: #333;
	white-space: nowrap;
}
#quicksearchfrm select {
	margin: 2px 0;
	font-size:10px;
}
#quicksearchfrm select#beds, select#baths {
	margin: 2px 0;
}
#quicksearchfrm input {
	margin: 2px 0;
}
#quicksearchfrm input#pricelow, #quicksearchfrm input#pricehigh {
	margin: 2px 0;
	font-size:10px;
}
#quicksearchfrm input.checkbox {
	margin: 2px 0;
}
#quicksearchfrm #pricelow {
	margin: 2px 0;
}
#quicksearchfrm #pricehigh {
	margin: 2px 0;
}
.button {
	font-size: 10px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	margin:0;
	cursor: pointer;
	background: #990033 url(images/nav_bg.jpg);
	color: #eee;
	border:1px solid #ccc;
	height:auto;
}
.button:hover {
	cursor: pointer;
	background: #BB0000;
	color: #eee;
	border:1px solid #ccc;
	text-decoration:underline;
}
#citylist .checkbox {
	margin: 2px 4px;
}
#hud_check {
	display:none;
}
form.standardform {
}
form.standardform legend {
	color:#333;
	font-weight:bold;
	font-size:140%;
	padding:4px;
	margin-bottom: 10px;
}
form.standardform fieldset {
	background: #fff url(images/fieldset_bg.jpg) repeat-x 0px 0px;
	border:none;
	border-top: 4px solid #770000;
	border-bottom: 2px solid #770000;
	padding:10px;
	margin-bottom:10px;
}
form.standardform input[type="text"] {
	width: 300px;
}
form.standardform #message {
	width: 300px;
	height: 200px;
}
form.standardform #address {
	width: 300px;
	height: 50px;
}
form.standardform .radio {
	width: 20px;
	margin-left: 4px;
}
form.standardform .checkbox {
	width: 20px;
	margin-left: 4px;
}
#search_detail_table{background:#fff; border:1px solid #ccc;}
#search_detail_table h2{background:#777; border:1px solid #ccc; color:#fff; padding:4px;}
#search_detail_table .label{font-weight:bold;}
#search_detail_table td{border-bottom:1px solid #ccc;}
