﻿#Navigator, #Footer, #PropertyMainToolbar
{
	display: none;
}	

#Wrapper
{
	font-family: Arial, Sans-Serif;
	width: 800px;
	background-color: #ffffff;
	float:none;
}	

/* Property details */
#PropertyMain
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;	
	width: 800px;
	min-height: 100px;
	_height: 100px;
}

#PropertyMainLeft
{
	width: 100%;
	float: none;
	min-height: 100px;
	_height: 100px;
}		

#PropertyMainLeft h1
{
	background-color: #4682b4;
	color: #ffffff;
	font-weight: bold;
	font-size: 14pt;
	width: 98%;
	padding: 5px 1% 5px 1%;
	border: solid 1px #c0c0c0;	
	margin-top: 1px;
	margin-bottom: 10px;
}	
	
#PropertyMainLeftHeader
{
	width: 96%;
	padding: 5px 2% 5px 2%;
	color: #000080;
	font-weight: bold;	
	border: solid 1px #c0c0c0;
	background-color: #ffffff;
}

#PropertyMainLeftFooter
{
	width: 96%;
	background: #ffff00 url(Graphics/LogoHouse.jpg) no-repeat scroll center right;
	color: #000000;
	padding: 5px 2% 5px 2%;
	border: solid 1px #c0c0c0;
	font-size: 10pt;
}

#PropertyMainLeftFooter a
{
	color: #000080;
	text-decoration:none;
}

#PropertyMainLeftFooter a:hover
{
	color: #4682b4;
	text-decoration:none;
}
	
.PropertyMainLeftFooterStaffImage
{
	float: left;
	padding-right: 10px;
	border: none;
	width: 150px;
	height: 113px;
}
			
#PropertyMainLeftDescription
{
	width: 96%;
	padding: 20px 2% 20px 2%;
	color: #000000;
	background-color: #ffffff;
	min-height: 20px;
	_height: 20px;
}	

#PropertyMainRight
{
	float:none;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	border: none;
}

#PropertyMainRightBigPic
{
	display:none;
}

.PropertyMainBigPic
{
	display: none;
}

#PropertyMainRightSmallPicLeft
{
	float:none;
	width: 400px;
	border: none;
}

#PropertyMainRightSmallPicRight
{
	float:none;
	width: 400px;
	border: none;
}

.PropertyMainSmallPic
{
	width: 400px;
	height: 300px;
	border: solid 10px #ffffff;
}

