/* CSS Document */html { height: 100%; margin-bottom: 1px; }	/* adds scroll bar to fix "shifting" */body {	margin: 31pt 0 0 0;		/* make 2nd one 10pt if you need to scoot all over to the left 10pt */	padding: 0px;	border: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 15px;	color: #000000;}p {						/* margin spec's go here for body text */	margin-top: 8px;	margin-right: 55px;	margin-bottom: 15px;	margin-left: 15px;}h1	{	font-size: 12px;	font-weight: heavy;	color: #19260a;}ul {					/* Is this correct to have this separate ul tag? includes li? revisit */	margin: 0px;	padding: 0px;	border: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 14px;	color: #000000;}	hr {margin-left: 15px;}a:link {	color: #000000;	text-decoration: underline;}a:visited {	color: #000000;	text-decoration: underline;}a:hover {	color: #939598;	text-decoration: none;}a:active {	color: 000000;	text-decoration: underline;}/* Center table between margins *//* NOTE: table being centered needs within <table> style="margin:auto" */div.center {	width: 100%;	text-align: center;}/* applies to regular tables */table {	margin: 0px;	padding: 0px;	border: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 14px;	color: #000000;	margin: auto;		/* needed to center table along with div.center */}td {						padding: 0;	vertical-align: top;}	table.tableShift {			/* needed to match floorplans template location left to right on page */	position:relative;	right: 21px;			/* pts not px; derived from PSD file */}/* Footer Navigation spec's */.footerNav {	font-size: 9px;}.footerNav a:link {	color: #000000;	text-decoration: none; }.footerNav a:visited {	color: #000000;	text-decoration: none; }.footerNav a:hover {	color: #939598;	text-decoration: none;}.footerNav a:active {	color: 939598;	text-decoration: none;}td.footerNav {				/* in order to center within td; text-align: center in property wasn't working */	text-align: center;}	/* for "indenting" a table within main body section */	table.indent {						/* matching body text margins */	margin-top: 8px;	margin-right: 55px;	margin-bottom: 15px;	margin-left: 15px;}/* formatting for on contact info page */table.form {	margin-top: 8px;	margin-right: 55px;	margin-bottom: 15px;	margin-left: 15px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #000000;}.required {	font-weight: bold;	color: #9e0b0f;	font-size:9px;}/* formatting for flash on floorplans pages */p.floorplanFlash {			/* don't want floorplans in regular <P>; need their own for margin differences */	margin:0;	margin-left: 8pt;}/* formatting of disclaimer on amenities pages */.disclaimer {	font-size: 9px;	line-height: 12px;}/* placing an image flush right with padding */img.floatRight {	float: right;	margin-bottom: 10px;	margin-left: 10px;}/* getting margins of the text on floorplans pages to match regular pages */p.floorplanText {	margin-right: 147pt;		/* pts not px; derived from PSD file */}#slide p {						/* margin spec's go here for body text */	margin: 0pt 0 0 0;		/* make 2nd one 10pt if you need to scoot all over to the left 10pt */	padding: 0px;	border: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 15px;	color: #000000;}
