/* CSS Document */

body{
	margin:0;
	padding:0;
}

#container{
	/*text-align:center;
	width:600px;
	float:left;*/
	font-family:"Times New Roman", Times, serif;
}

object, embed{
	display:none;
}


#content{
	text-align:left;
	width:600px;
}

#home #content{width:600px;}


#navcontainer{
	display:none;
}

#contentcontainer{width:600px}

#header{
	display:none;
}

#projects #header{
	display:block;
	margin-bottom:8px;
	float:left;
	width:600px;
}



.belt{
	height:100px;
}


#printheader{
	display:block;
	text-align:center;
	margin-bottom:8px;
	clear:both;
	width:600px;
}

#propertydescription ul{
	/*width:575px;*/
	padding-left:1.4em;
}

#propertydescription h2{
	color: #244366;
	margin-top:5px;
	padding-top:5px;
	margin-bottom:0;
	padding-bottom:0;
	border-top:dashed 1px #A19B9B;
}

.propertyheader p{
	font-weight:bold;
}

.propertyheader span{
	display:none;
}

#managementlist li{
display:none;
}

#teammember{
	clear:both;
	width:600px;
}

.sectionheadline{
	font-weight:bold;
	font-size:1.2em;
}


/*** news ***/
.headline{
	font-weight:bold;
	text-transform:uppercase;
	font-size:.9em;
}

.newsheadline{
	font-weight:bold;
}

#news #content a{
	display:none;
}

#closewindow{
	display:none;
}

#newspopheader{
	text-align:center;
}

#newspopheader img{
	float:none;
}

.newsheadline{
	clear:both;
}

#footer{
	text-align:center;
}