#container{
	margin:auto;
	width:100%;
}
#subcontent_container{
	width:674px;
}
#breadcrumb_container{
	border-top:5px solid #e9e9e9;
	width:100%;
	padding:8px 0 0 4px;
	margin:0 0 29px 0;
	height:12px;
}
#header_container{
	width:100%;
	height:75px;
}
.hr_grey{
	width:418px;
}

/* HIDES NAVIGATION */

#header_nav{
	display:none;
}
#header_logo{
	float:left;
}

/* LIMITS COLUMN WIDTHS OF SUBPAGES */

/* APPLIES MARGIN TO PICTURE & TAKES MARGIN OFF COL1 TO ACCOMODATE FOR VARYING IMAGE SIZES */

#subcontent_col1{
	height:100%;
	width:auto;
	margin:0;
}
#subcontent_col1 img{
	margin:10% 20px 0 0;
}
#subcontent_col2{
	float:left;
	width:418px;
	height:auto;
}

/* PUTS HTML BULLETS BACK IN LISTS */

#subcontent_col2 li{
	background:none;
	list-style:disc;
	padding:0;
	margin:0 0 0 15px;
}
#subcontent_col2 ul.list_arrow{
	margin:0;
}
#subcontent_col2 ul.list_arrow li{
	background:none;
	list-style:disc;
	padding:0 0 10px 0;
	margin:0 0 0 15px;
}

/* RESIZES FOOTER */

#footer_container{
	float:none;
	clear:both;
	width:674px
}
#footer_links{
	display:none;
}
#footer_copyright{
	float:none;
}
.faq_table{
	width:418px;
}

/* DE-FLOATS IMAGES IN COMMUNITY PAGE */

.img_floatright{
	float:none;
	margin:0 0 10px 0;
}

/* SHRINKS MISC CONTENT */

.table_management{
	width:418px;
}
.bio{
	width:418px;
	clear:both;
}
.bio_image{
	width:160px;
	clear:both;
	padding:0 0 20px 0;
}
.bio_text{
	clear:both;
	width:418px;
}
#toppic_container{
	display:none;
}
.news_table{
	width:418px;
}
.property_table{
	width:418px;
}
.link_arrow{
	background:none;
	padding:0;
}

/* PROPERTY PAGES */

/* PROPERTY STYLES START */

#propertyinfo_container{
	margin:0;
	width:674px;
	height:auto;
	float:none;
}

#propertyinfo_col1{
	float:none;
	width:auto;
	padding:0px;
}
#propertyinfo_col1_top{
	height:auto;
	margin:0 0 20px 0;
}
#propertyinfo_col1_bottom{
	display:none;
}

/* PROPERTY COLUMN 2 */

#propertyinfo_col2{
	float:none;
	width:403px;
	height:292px;
	background:#333;
	margin:0 0 10px 0;
}

/* PROPERTY COLUMN 3 */

#propertyinfo_col3{
	float:none;
	background:#cccc99;
	padding:0 0 0 0;
	height:auto;
	width:200px;
}
#propertyinfo_col3 p{
	margin:0;
	padding:0 0 10px 0;
}
#propertyinfo_col3 p a{
	padding:0;
	background:none
}
#thumbnails{

	display:none;
}

