/* CSS Document */

#outer{
	width:600px;
	margin:0;
	border:1px solid #999999;
	min-height:0;
}

#links{
	display:none;
}

#search{
	display:none;
}

#breadcrumb{
	display:none;
}

#nav{
	display:none;
}

/*-----------------------------------------------banner image and tagline*/
#banner{
	display:none;
}

#tagline{
	display:none;
}

/*-------------------------------------------------------------column layout*/


#leftCol{
	display:none;
}

#middleCol, #rightCol{
	width:550px;
	float:none;
	height:auto!important;
	background:none;
}

#middleCol.large{
	width:550px;
	border:none;
	margin-right:0;
	height:auto!important;
	background:none;
}

/*--------------------------------------------------------homepage contentBoxes*/

/*-----------------------------------------------------text areas in content boxes*/

#newsBox{
	display:none;
}

.imageCol{
	display:none;
	height:auto!important;
	background:none;
}

#buttonLinks{
	display:none;
}

.textCol{
	width:550px;
	height:auto!important;
	background:none;
}

#middleCol.large .textCol{
	width:550px;
}

#contentBox{
	height:auto!important;
}

.content{
	width:550px;
}

* html #middleCol.large .header{
	width:550px;
}

#propertyDetails p{
	page-break-inside:avoid;
}

/*---------------------------------------------------left column text styles*/

#submenu{
	display:none;
}


/*-----------------------------------------------property search stuff*/


#propertySearch{
	display:none;
}

.textButton{
	color:#000000!important;
	background:none;
}


/*----------------------------------------------------------------styles for links like buttons in contribute*/


/*-----------------------------------------------property search form*/



/*-----------------------------------------------------styles for the footer*/
#footer{
	display:none;
}

