/******************/
/**** CLASSES *****/
/******************/
	.center { text-align:center; }
	
/******************/
/****** IDS *******/
/******************/
	#head_image { padding:10px 0; }
	#floorplan_flash {
	border-width:0 2px;
	border-color:#353016;
	border-style:solid;
	background:transparent url(images/body_tile.gif) repeat;
	padding-top: 20px;
}
	#content_text #hd_contact ul li { margin:0; padding:0; list-style:none; }
		
	
/******************/
/**** HEADERS *****/
/******************/
	#content_text #hd_location { background:transparent url(images/hd_location.gif) no-repeat top left; }
	#content_text #hd_neighborhood { background:transparent url(images/hd_neighborhood.gif) no-repeat top left; }
	#content_text #hd_floorplans { background:transparent url(images/hd_floorplans.gif) no-repeat top left; }
	#content_text #hd_property { background:transparent url(images/hd_property.gif) no-repeat top left; }
	#content_text #hd_features { background:transparent url(images/hd_features.gif) no-repeat top left; }
	#content_text #hd_management { background:transparent url(images/hd_management.gif) no-repeat top left; }
	#content_text #hd_developer { background:transparent url(images/hd_developer.gif) no-repeat top left; }
	#content_text #hd_contact { background:transparent url(images/hd_contact.gif) no-repeat top left; }
	#content_text #hd_leasing { background:transparent url(images/hd_leasing.gif) no-repeat top left; }
	#content_text #hd_resident { background:transparent url(images/hd_resident.gif) no-repeat top left; }

/******************/
/**** LOCATION ****/
/******************/
	#content_text .support_text { 
		margin:0 1em 0 35px; padding:80px 50px 0 70px; }
	#content_text .support_text h2 { display:none; }
	.pay_online {
	padding-left: 0px;
	float: right;
}
}
	
/******************/
/***** FORMS ******/
/******************/
	div.row {
		clear: both;
	  	padding-top: 10px; }

	div.row label {
		width: 140px;
		float: left;
		text-align: left; }
/*
	div.row span.formw {
	  float: right;
	  width: 335px;
	  text-align: left; } */

	form { margin:0 auto; padding:1em 0; width:370px; text-align:left;}
	fieldset {
		padding:1em;
		border: 1px solid #8F9500; }
	legend {
		color: #000;
		background: #C7C99C;
		border: 1px solid #8F9500;
		padding: 2px 6px; }
	input{
		color: #000;
		background: #C7C99C;
		border: 1px solid #8F9500; }
		
	input#submit{
		color: #000;
		background: #CBCF73;
		border: 2px solid #8F9500; }
		
	textarea {
		color: #000;
		background: #C7C99C;
		border: 1px solid #8F9500; }
		
	select {
		color: #000;
		background: #C7C99C;
		border: 1px solid #8F9500; }
	
	label { vertical-align:top; }

	
