/* propertiesIE6.css */
/* Adding "<?xml version="1.0" encoding="iso-8859-1"?>" at the top of the prop details page to hide extra thumbnails breaks the overall page layout in IE. So here's a few IE-specific fixes for that - CK */
body {
	_text-align: center;
}
div#page {
	_text-align: left;
}
div#topRightBar
{
	position:absolute;
	bottom:0;
	right:0;
	font-size:11px;
	font-weight: bold;
	color:#49788f;
	padding:3px 5px;
}
div#topBar{
	_width:793px;
}
div#menu {
	_width:793px;
}
div#threeCols {
	_width:793px;
}
div#twoColLeftWide {
	_width: 597px;
}
.myloginTooltip {
	_width: 120px;
	_height: 55px;
}
ul#propTools {
	_width: 146px;
	_margin-left: 0;
}
.banner {
	_width: 160px;
}
#investmentBan {
	_height: 186px;
}

div#footer {
	_width: 793px;
	_min-height:195px;
} * html div#footer {_height:195px;}

div#bottomLinks {
	/*_height: 100px;*/
}
div#footerShadow {
	_margin: 0px;
}
/*ul#propTools {

	padding-left: 19px;
	padding-right: 9px;
	_width: 148px;
}*/

/*div#menu ul li#logo {_width:166px;}
div#logo{
	_margin-left:-100px;
}*/


