

	/************************ LANDING PAGE ****************************/
	/******************************************************************/

	ul.communityList {
		margin: 0px;
		padding: 0px;
		list-style: none;
		background: none;
		list-style-image: none;
	}

	ul.communityList li {
		list-style: none;
		list-style-image: none;
		margin: 0px;
		padding: 0px;
		line-height: 30px;
		font-size: 1.2em;
		background: url(../images/global/layout/2nav_dotlinewhite_200x1.gif) repeat-x bottom;
		color: #898782;
	}

	ul.communityList li.last {
		background: none;
	}

	ul.communityList li a {
		color: #9f1b30;
	}

	#communityOptions {
		position: absolute;
		top: 5px;
		right: 0px;
		margin: 0px 15px 0px 0px;
		font-size: 1.1em;
		color: #4a4947;
	}

	#communityOptions a {
		color: #9f1b30;
		line-height: 1.3em;
	}

	#communityOptions .selected {
		font-weight: bold;
	}


	/************************** OVERVIEW ******************************/
	/******************************************************************/

	#community-photos {
		margin: 20px 0px 0px 0px;
		color: #4a4947;
	}

	#community-photos .thumbnails {
		width: 147px;
		float: left;
	}

	#community-photos .thumbnails .thumbnail {
		margin: 0px 7px 7px 0px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		float: left;
	}

	#community-photos .thumbnail a {
		outline: none;
		display: block;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	#community-photos .options {
		font-family: Arial, Helvetica, sans-serif;
		width: 147px;
		clear: both;
	}

	#community-photo {
		width: 413px;
		height: 261px;
	}

	#community-photos .large {
		width: 413px;
		float: right;
	}

	#community-photos .large .community-photo {
		margin: 0px 0px 7px 0px;
	}

	#community-models {
		line-height: 1.2em;
		margin: 20px 0px 0px 0px;
		font-size: 1.1em;
		color: #4a4947;
	}

	#community-amenities {
		margin-top: 30px;
		line-height: 30px;
		font-size: 1.1em;
		color: #4a4947;
	}

	.column-header {
		width: 100px; float: left; font-weight: bold;
	}

	.column-content {
		width: 460px; float: left;
	}

	.community-spacer {
		clear: both;
		width: 560px;
		height: 10px;
		line-height: 10px;
		margin: 0px;
		padding: 0px;
	}

	#community-footer {
		width: 540px;
		background: url(../images/global/layout/footer_bg.gif);
		padding: 20px 0px 0px 20px;
		color: #4a4947;
		line-height: 1.3em;
	}

	.footer-item {
		float: left;
		width: 540px;
	}

	.large .name {
		line-height: 1.3em;
	}


	/************************** TOOLTIP *******************************/
	/******************************************************************/

	#tooltip {
		position: absolute;
		z-index: 3000;
		border: 1px solid #86847d;
		background-color: #FFFFFF;
		width: 260px;
	}

	.img-holder {
		width: 60px; height: 60px; margin: 0px 10px 10px 0px; float: left;
	}

	.community-name {
		width: 170px; float: right; color: #5b1402; font-size: 1.1em; line-height: 1.2em; font-weight: bold;
	}

	.community-location {
		width: 170px; float: right; color: #adadad; font-style: italic; margin: 2px 0px 7px 0px;
	}

	.community-models {
		width: 170px; float: right; font-family: Arial, Helvetica, sans-serif; color: #666666; line-height: 1.3em;
	}

	.bold {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
	}

	.community-amenities {
		width: 230px; clear: both; padding: 0px;
	}

	/*************************** MODELS *******************************/
	/******************************************************************/

	.community-header {
		margin: 15px 0px 0px 0px;
		padding: 10px 0px 0px 15px;
		width: 545px;
		height: 30px;
		line-height: 20px;
		color: #4a4947;
		font-size: 1.1em;
		text-indent: 15px;
		background: url(../images/global/headers/community_header.gif) no-repeat;
	}

	.model-floorplan-item {
		float: left;
		text-align: center;
		padding: 20px 15px 0px 0px;
		line-height: 1.2em;
	}

	#button-save, #button-bookmark, #button-send {
		margin: 0px 10px 0px 0px;
	}

	/*********************** MODELS - HEADERS **************************/
	/******************************************************************/

	#oneColumnContent .model-header {
		margin: 10px 0px 0px 0px;
		width: 560px;
		height: 30px;
		text-indent: 10px;
	}

	#oneColumnContent .model-apartments {
		background: url(../images/global/headers/apartment_header.gif) no-repeat;
	}

	#oneColumnContent .model-condos {
		background: url(../images/global/headers/condo_header.gif) no-repeat;
	}

	#oneColumnContent .model-houses {
		background: url(../images/global/headers/single_family_header.gif) no-repeat;
	}

	#oneColumnContent .model-header h3 {
		display: block;
		width: 480px;
		float: left;
		padding: 0px;
		margin: 0px;
		line-height: 30px;
		font-size: 1.4em;
		font-weight: bold;
	}

	#oneColumnContent .model-header .top-link {
		width: 60px;
		float: right;
		margin: 0px 10px 0px 0px;
		font-size: 1em;
		line-height: 30px;
		font-weight: normal;
		text-align: right;
	}

	#content #oneColumnContent .model-apartments a, #content #oneColumnContent .model-apartments h3 {
		color: #173c47;
	}

	#content #oneColumnContent .model-condos a, #content #oneColumnContent .model-condos h3 {
		color: #3c4914;
	}

	#content #oneColumnContent .model-houses a, #content #oneColumnContent .model-houses h3 {
		color: #493e28;
	}

	#model-title {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		height: 30px;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 30px;
	}

	.apartment-title {
		background: #c6e7f0;
		color: #173c47;
	}
	.condo-title {
		background: #dddec8;
		color: #3c4914;
	}
	.houses-title {
		background: #f5eee0;
		color: #493e28;
	}

	#thickbox-model {
		margin: 5px 0px 0px 0px;
		background: url(../images/global/layout/thickbox_model_bg.gif) no-repeat;
		width: 183px;
		height: 40px;
	}

	#thickbox-model select {
		margin: 9px 0px 0px 15px;
		width: 150px;
	}

	.thickbox-side-item {
		background: url(../images/global/layout/2nav_dotlinewhite_200x1.gif) repeat-x bottom;
		padding: 0px 0px 10px 0px;
		margin: 30px 0px 0px 0px;
	}

	.thickbox-side-item li {
		line-height: 20px;
	}

	#thickbox-content {
		color: #4a4947;
	}

	#thickbox-content a {
		color: #9f1b30;
		font-size: 1.1em;
		line-height: 1.3em;
	}

	/*********************** MODELS - TABLES **************************/
	/******************************************************************/

	#content #oneColumnContent .model-table a {
		color: #4a4947;
	}

	.model-table {
		margin: 1px 0px 40px 0px;
	}

	.model-cell {
		line-height: 30px;
		overflow: hidden;
		padding: 0px 7px 0px 7px;
		color: #4a4947;
		border-right: solid 1px #FFF;
		font-family: Arial, Helvetica, sans-serif;
	}
	.table-header {
		line-height: 20px;
		color: #FFF;
		font-weight: bold;
	}
	.apartments-header {
		background: #345761;
	}
	.condos-header {
		background: #7f8765;
	}
	.houses-header {
		background: #6d6452;
	}


	/************************* WHATS CLOSE ****************************/
	/******************************************************************/

	#content .whats-close h4 {
		display: block;
		margin: 10px 0px 0px 0px;
		width: 550px;
		padding-left: 10px;
		height: 30px;
		background: #f0efed;
		font-size: 1.4em;
		font-weight: bold;
		color: #858480;
		line-height: 30px;
	}

	#content .whats-close ul {
		margin: 0px 0px 30px 0px;
	}

	#content .whats-close ul li {
		font-size: 1.1em;
		line-height: 1.2em;
		color: #4a4947;
		padding-bottom: 7px;
	}

	#content .whats-close strong {
		font-weight: bold;
	}


	/************************ ADMINISTRATION **************************/
	/******************************************************************/

	#admin-content h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: normal;
		line-height: 2em;
		margin: 10px 0px 20px 0px;
	}

	#admin-content a {
		color: #9f1b30;
	}


	/************************** AMENITIES *****************************/
	/******************************************************************/

	.amenity {
		background: url(../images/global/layout/body_dotline_560x1.gif) repeat-x bottom;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
	}

	.amenity .thumbnails {
		width: 41px;
		float: left;
	}

	.amenity .thumbnails .thumbnail {
		width: 35px;
		height: 35px;
		margin: 0px 0px 5px 0px;
	}

	.amenity .thumbnails .thumbnail a {
		display: block;
		line-height: 35px;
		height: 35px;
		width: 35px;
	}

	.amenity .photo {
		color: #666666;
		width: 220px;
		float: left;
	}

	.amenity .amenity-disc {
		margin: 5px 0px 0px 0px;
	}

	.amenity .amenity-text {
		color: #494947;
		width: 270px;
		float: right;
	}

	.amenity .amenity-icon {
		width: 45px; float: left;
	}

	.amenity .amenity-title {
		width: 225px; float: right; line-height: 30px;
	}

	.amenity h4 {
		font-size: 1.2em;
		font-weight: bold;
	}

	#content #specials .redtext, #content .showDetails { font-weight: bold !important; color: #933 !important; }
	#content #specials { margin: 0; width: 100%; }
	#content #specials h1 { font-size: 18px; font-weight: normal; margin: 0; padding: 20px 0 5px 0; }
	#content #specials p { margin: 0; padding: 0; font-size: 12px; }
	#content #specials .gray { color: #888; }
	#content #specials #pm_header { position: relative; margin-top: 25px; padding-bottom: 1px; }
	#content #specials #pm_header ul { overflow: hidden; }
	#content #specials #pm_header ul, #content #specials #pm_header li { list-style: none; margin: 0; padding: 0; }
	#content #specials #pm_header li { float: left; width: 113px; height: 30px; margin-right: 1px; }
	#content #specials #pm_header li a, #content #specials #pm_header li span { display: block; width: 113px; height: 30px; font-size: 0; color: #fff; }
	#content #specials #pm_header li.condos span, #content #specials #pm_header li.condos a:hover { background: url("/images/promotions/condos_active.jpg") no-repeat left top; }
	#content #specials #pm_header li.condos a { background: url("/images/promotions/condos_inactive.jpg") no-repeat left top; }
	#content #specials #pm_header li.apartments span, #content #specials #pm_header li.apartments a:hover { background: url("/images/promotions/apartments_active.jpg") no-repeat left top; }
	#content #specials #pm_header li.apartments a { background: url("/images/promotions/apartments_inactive.jpg") no-repeat left top; }
	#content #specials #pm_header li.houses span, #content #specials #pm_header li.houses a:hover { background: url("/images/promotions/houses_active.jpg") no-repeat left top; }
	#content #specials #pm_header li.houses a { background: url("/images/promotions/houses_inactive.jpg") no-repeat left top; }
	#content #specials #pm_header .pagechange { position: absolute; bottom: 8px; right: 0; font-size: 12px; }
	#content #specials #pm_header .pagechange * { color: #555; }
	#content #specials #pm_header .pagechange span { padding-left: 10px; }
	#content #specials #pm_header .pagechange a { padding-left: 2px; }
	#content #specials #pm_header .pagechange .pagelinks span { padding-left: 2px; font-weight: bold; }

	#content #specials table { width: 100%; }
	#content #specials table thead td { line-height: 20px; overflow: hidden; padding: 0 7px; color: #fff; border-right: solid 1px #FFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
	#content #specials table thead td * { color: #fff; font-weight: bold; }
	#content #specials table thead td a.ascending { padding-right: 15px; background: url("/images/promotions/sort_asc.gif") no-repeat right center; }
	#content #specials table thead td a.descending { padding-right: 15px; background: url("/images/promotions/sort_desc.gif") no-repeat right center; }
	#content #specials table tbody td { line-height: 30px; overflow: hidden; padding: 0 7px; color: #4a4947; border-right: solid 1px #FFF; font-family: Arial, Helvetica, sans-serif; }
	#content #specials table tbody td * { color: #4a4947; white-space: nowrap; }
	#content #specials table tbody td.wrap { white-space: normal; }
	#content #specials table tbody td.center { text-align: center; }
	#content #specials table tbody td img { width: 25px; height: 25px; vertical-align: middle; }
	#content #specials table tbody tr.oddrow td { background: #ececec; }
	#content #specials #pm_condos thead td { background: #196e7f; }
	#content #specials #pm_apartments thead td { background: #d78728; }
	#content #specials #pm_houses thead td { background: #68a136; }
	#content #specials #disclaimer { margin-top: 10px; font-size: 9px; }

	#TB_ajaxContent { position: relative; }
