/* Basic Page*/

html, body {
	height: 100%;
}

body {
	background-image: url(../images/tiled_background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table #content_frame td {
	vertical-align: top;
}
/*Column spacers allow the framework of the site to expand as required by content */
table #content_frame td.column_spacer {
	background-repeat: repeat-y;
}

table #real_estate_sub_nav {
	width: 203px;
}

/*General Text formatting*/
table td.text_block {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;
	color: #524B51;
	text-align: left;
	letter-spacing: 0.1em;
}

table td.text_block p {
	margin: 0 0.5em 1em 1em;
	padding: 0 0 0 0;
}

table td.text_block ul {
	margin: 0 0 1em 2em;
	padding: 0 0 0 0;
}

a.disclaimer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration:none;

}

a.disclaimer:hover{
	color:#FF6600;

}


/*IE workaround*/
/*All IE Browsers*/


/*WIN IE Browsers - Hide from Mac IE\*/

/*End hide Mac IE 5*/