<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; min-width: 1100px;}
body { line-height: 1; }
#footer ol, #footer ul, #footer li {
	list-style: none;
	margin:0;
	padding:0;
}
#navigation ol, #navigation ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em { font-style:italic; }
input[type="text"], input[type="password"], textarea, select { outline: none; }
/*------------------------------*/
/* Clear Float Fix              */
/*------------------------------*/
.clear:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
/* Mark Hadley's fix for IE Mac */ 
.clearfix { display: inline-block; }
/* Hides from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* End Hack - DO NOT REMOVE OR MOVE THIS COMMENT */
.img-align-left {
	margin: 5px 150px 0 0;
	float: left;
}
.img-align-right {
	margin: 5px 0 0 15px;
	float: right;
}
.img-align-center {
	margin: 5px 15px;
	text-align: center;
}
.text-align-left { float: left; }
.text-align-center { text-align: center; }
.text-align-right { float: right; }
/*	COLUMNS	*/
/************ Grid system ***********/
.row {
	margin-bottom: 15px;
	width:100%;
}
.show_cols .col {
	background: #e8e8e8;
	text-align: center;
}
.show_cols .row:hover .col { background: #c2c2c2; }
.col {
	float: left;
	margin-right: 16px;
}
.last { margin-right: 0; }
.one_sixth { width: 150px; }
.two_sixth { width: 310px; }
.three_sixth { width: 470px; }
.four_sixth { width: 630px; }
.five_sixth { width: 790px; }
.one_fourth { width: 188px; }
.two_fourth { width: 470px; }
.three_fourth { width: 710px; }
.one_third { width: 310px; }
.two_third { width: 630px; }
.one_second { width: 470px; }
.one {
	width: 950px;
	margin-right: 0;
}
.with_aside { }
.with_aside .one_sixth { width: 110px; }
.with_aside .two_sixth { width: 230px; }
.with_aside .three_sixth { width: 350px; }
.with_aside .four_sixth { width: 470px; }
.with_aside .five_sixth { width: 590px; }
.with_aside .one_fourth { width: 170px; }
.with_aside .two_fourth { width: 350px; }
.with_aside .three_fourth { width: 530px; }
.with_aside .one_third { width: 230px; }
.with_aside .two_third { width: 470px; }
.with_aside .one_second { width: 350px; }
.with_aside .one { width: 710px; }
/*typography*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	tight:16px;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	line-height:100%;
}
h1 {
	font-size: 24px;
	margin:0 0 25px;
	font-weight:normal;
}
h2 {
	font-size: 18px;
	margin:0 0 20px;
	font-weight:normal;
}
h3 {
	font-size: 16px;
	margin:0 0 15px;
}
h4 {
	font-size: 14px;
	margin:0 0 15px;
}
h5 {
	font-size: 13px;
	margin:0 0 15px;
}
h6 {
	font-size: 12px;
	margin:0 0 15px;
}
img { border: 0; }
ol, ul, li { margin:0 0 0 10px; }
p, ul, table { margin-bottom:10px; }
li &gt; p { margin-top: 0.2em; }
pre { font-family: monospace; }
strong, b { font-weight: bold; }
/*	Main Style	*/
body { padding: 9px 0 0; }
.wrapper {
	width:800px;
	margin:0 auto;
}
#header { margin:0 0 26px; }
#header .contact {
	float:right;
	margin:12px 0 0 0;
}
#header .contact .mail { font-size:11px; }
#banner.white { background:#FFF; }
#banner.orange { background:#d77b00; }
#banner.pink { background:#ef6189; }
#banner.green { background:#88ae33; }
#banner.blue { background:#65b5f3; }
#banner-shadow {
	background:url(images/bg-banner-shadow.png) center bottom no-repeat;
	height:39px;
	width:100%;
	overflow:hidden;
}
#home-action .wrapper {
	height:87px;
	overflow:hidden;
	background:#cccc99;
	border-left:5px solid #b5121b;
	padding-left:21px;
	margin:0 auto 16px;
}
#home-action .label {
	width:507px;
	height:18px;
	display:block;
	background:url(images/bg-home-action-label.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin-top:37px;
}
#home-action .button {
	width:193px;
	height:54px;
	display:block;
	background:url(images/btn-schedule-a-tour.png) 0 0 no-repeat;
	text-indent:-9999px;
	float:right;
	margin:-38px 15px 0 0;
}
#home-action .button:hover { background:url(images/btn-schedule-a-tour-hover.png) 0 0 no-repeat; }
#home-living-options { margin-bottom:36px; }
#home-living-options h2 {
	font-size:19px;
	text-align:center;
	min-height:38px;
	margin-bottom:18px;
}
#home-living-options p {
	color:#666666;
	min-height:105px;
}
#home-living-options img {
	width:44px;
	margin:0 auto 16px;
	display:block;
}
#home-living-options .more {
	font-size:12px;
	color:#666666;
	float:right;
}
#home-enjoy {
	padding:26px 0 22px;
	color:#333;
	background:#bccc1d;
}
#home-enjoy h3 {
	font-size:14px;
	margin-bottom:19px;
}
#home-enjoy h4 {
	font-size:19px;
	margin-bottom:19px;
}
#home-enjoy p { min-height:112px; }
#home-enjoy img {
	width:188px;
	margin:0 auto 16px;
	display:block;
}
#home-enjoy .more {
	font-size:12px;
	float:right;
}
#footer {
	background:#666;
	padding:31px 0 108px;
	color:#fff;
}
#footer .left {
	float:left;
	width:470px;
}
#footer .left {
	float:left;
	width:470px;
	margin-right:40px;
	padding-bottom:81px;
}
#footer .right {
	float:left;
	width:290px;
}
#footer h4 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:38px;
}
#footer h5 {
	font-size:14px;
	margin-bottom:21px;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer .paypal-donate {
	width:229px;
	height:49px;
	display:block;
	background:url(images/btn-donate-paypal.png) 0 0 no-repeat;
	text-indent:-9999px;
}
#footer .paypal-donate:hover { background:url(images/btn-donate-paypal-hover.png) 0 0 no-repeat; }
#footer ul li {
	margin:0 10px 10px 0;
	float:left;
}
#footer ul.gallery a img {
	border:4px solid #515151;
	width:57px;
	height:57px;
}
ul.thumblist li {
	margin:0 10px 10px 0;
	float:left;
	list-style: none;
}
ul.thumblist li a img {
	border:4px solid #515151;
	width:100px;
	height:100px;
}
#copyright {
	clear:both;
	color:#999;
	font-size:12px;
	border-top:1px solid #808080;
	padding-top:25px;
}
.back-top {
	float:right;
	margin-top:-25px;
}
#content { margin-top:52px; }
.sidebar {
	width:172px;
	overflow:hidden;
	float:left;
	margin:0 32px 0 0;
}
.sidebar ul, .sidebar ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebar .navigation li a {
	width:172px;
	line-height:40px;
	display:block;
	color:#666;
	text-align:center;
}
.sidebar .navigation li a.active, .sidebar .navigation li a:hover {
	color:#fff;
	background:#b5121b;
	text-decoration:none;
}
.sidebar-action {
	width:172px;
	overflow:hidden;
	float:left;
	margin:-153px 32px 0 0;
	background-color:#cccc99;
	padding:28px 0 13px;
	text-align:center;
	color:#666;
	margin-bottom:125px;
}
.sidebar-action strong {
	color:#333;
	font-size:18px;
	font-weight:normal;
}
.content {
	float:left;
	width:596px;
	color:#666666;
	min-height:430px;
	line-height:16px;
}
.list-floorplan{
	list-style:none;	
	margin-left:0;
}
.list-floorplan li{
	line-height:24px;
}
.list-floorplan a{
	color:#666;
	/*	padding-left:13px;	*/
}
.list-floorplan a.active{
	color:#b5121b;
	/*	background:url(images/bullet-floorplan.png) 0 4px no-repeat;	*/
	font-weight:bold;
}
table.list-floorplan{
	width:auto;
	background:#CCC;
	border-collapse:separate;
	border-spacing:1px;
	font-size:13px;
	width:100%;
}
table.list-floorplan th,
table.list-floorplan td{
	padding:5px;
	background:#FFF;
}
table.list-floorplan th{
	background:#CCC;
	font-weight:bold;
}
.fp-image, .fp-thumbnail{
	display:none;	
}
a.floorplan{
	color:#999;
	font-size:12px;	
}
.button-red{
	display: inline-block;
	color: #FFF;
	padding:10px;
	background:#b5121b;
	text-decoration:none;
}
.button-red:hover{
	background:#cccc99;
	color:#333;
	text-decoration:none;
}
.photo-gallery li img{
	width:150px;
	height:150px;
}
.photo-gallery li {
	margin:0 15px 15px 0;
	float:left;	
	padding:0;
	list-style:none;
}
/*	navigation	*/
#navigation { background:#3c3c3c; }
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style:	none;
}
.sf-menu { width:800px; }
.sf-menu ul {
	position: absolute;
	top: -9999px;
}
.sf-menu ul li { width: 100%; }
.sf-menu li:hover { visibility:	inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
	padding: 14px 8px 12px;
	text-decoration: none;
	text-align:center;
	min-width:71px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 999;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -9999px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -9999px; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { top: 0; }
.sf-menu &gt; li:hover &gt; a, .sf-menu li a.active {
	background: #b5121b;
	color: #fff;
}
.sf-menu li li { background:	#3c3c3c; }
.sf-menu li li li { background:	#3c3c3c; }
.sf-menu ul li a { /*
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #efefef;
	*/ }
.sf-menu ul li:first-child a { /*
	border-top: none;
	border-bottom: 1px solid #efefef;
	*/ }
.sf-menu ul li a:hover, .sf-menu ul li a.active { background: #b5121b; }
.sf-menu, .sf-menu * { z-index: 999; }
.sf-menu li a { color: #fff; }
.sf-menu li li a { color: #fff; }
/*** arrows **/

.sf-menu a.sf-with-ul {
	/*	padding-right: 2.25em;	*/
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	text-align:center;
	min-width:71px;
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	/*	background:	url('../images/arrows-ffffff.png') no-repeat -10px -100px;	*/
	display:none;
}
a &gt; .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 14px;
	background-position: 0 -98px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */

a:focus &gt; .sf-sub-indicator, a:hover &gt; .sf-sub-indicator, a:active &gt; .sf-sub-indicator, li:hover &gt; a &gt; .sf-sub-indicator, li.sfHover &gt; a &gt; .sf-sub-indicator { background-position: -10px -98px; /* arrow hovers for modern browsers*/ }
/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a &gt; .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */

.sf-menu ul a:focus &gt; .sf-sub-indicator, .sf-menu ul a:hover &gt; .sf-sub-indicator, .sf-menu ul a:active &gt; .sf-sub-indicator, .sf-menu ul li:hover &gt; a &gt; .sf-sub-indicator, .sf-menu ul li.sfHover &gt; a &gt; .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ }
/*** shadows for all but IE6 ***/

.sf-shadow ul { /*	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	*/ }
.sf-shadow ul.sf-shadow-off { background: transparent; }
table td{
	padding:5px;	
   word-wrap: break-word;
}
table.full{
	width:100%;
}
.headingtitle {
	background-color: #5A595E;
	color: #FFF;
	padding:10px 20px 10px 10px;
	border-right:#F1F1E9 1px solid;
	margin-bottom: 15px;	
}
h4.diningtab{
	color: #7A7B6A;
	font-family: Arial, Helvetica, sans-serif
	font-size: 18px;
	padding-top: 5px;
}






.topnav {
  overflow: hidden;
  background-color: #b5121b;
  width: 100%;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  width: 100%;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #b5121b;
  color: white;
}


</pre></body></html>