<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font: 0.938em "Segoe UI", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #f8f8f8 url(/images/bg.png) top left repeat-x;
}
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	width:1020px;
	margin:0 auto;
	background:url(/images/body_bg.png) center top repeat-y;
}
#header {
	position:relative;
	background:url(/images/header_bg.png) no-repeat;
	height: 357px;
}
#content {
	position:relative;
}
#main {
	position:relative;
	overflow:auto;
	padding-bottom: 105px;/* must be same height as the footer */
	margin:0 auto;
	width:1020px;
	height:100%;
}
#footer {
	position:relative;
	margin:0 auto;
	width:1020px;
	height:105px;
	background:url(/images/footer_main_bg.png);
}
#footer_wrap {
	position: relative;
	margin-top: -105px; /* negative value of footer height */
	height: 105px;
	clear:both;
	background:url(/images/footer_bg.png) repeat-x;
}

#content_body {
	width: 960px;
	margin-left: 30px;
	margin-top:10px;
	float:left;
	position: relative;
}

#content_body_left {
	width:550px;
	margin-left:30px;
	margin-top:10px;
	float:left;
	position:relative;
}
#content_body_right {
	width:380px;
	margin-right:30px;
	margin-top:10px;
	float:right;
	position:relative;
}
#content_body p, #content_body_left p, #content_body_right p {
	font-size:0.938em;
	line-height:1.563em;
	margin-bottom:1em;
}
#copyright {
	color:#ffffff;
	float:left;
	margin-top:30px;
	margin-left:30px;
}
#contact {
	color:#ffffff;
	float:right;
	margin-right:30px;
	margin-top:30px;
}
#footer p {
	font-size:0.814em;
}
#footerLogo {
	position:absolute;
	right:-5px;
	bottom:0;
}

#goHome{
	position:absolute;
	top:14px;
	margin-left:28px;
	float:left;
	width:960px;
	height:60;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/* LINKS */
#footer a:link{
	font-size:0.938em;
	font-weight:bold;
	color:#ffffff;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color:#ccc !important;
}
#footer a:visited{
	color:#ffffff;
}

#content a:link{
	font-weight:bold;
	color:#1f3d54;
}
#content a:hover, #content a:active{
	text-decoration:underline;
	color:#666 !important;
}
#content a:visited{
	color:#1f3d54;
}
.formattedTable { border-collapse: collapse; width:100%; border-spacing: 0; border: 1px solid #000000; }
.formattedTable td, .formattedTable th { padding: 5px; border: 1px solid #000000; }
#safetyTable{
border:	#3a5d73 solid 2px;
width: 450px;
margin:20px;
}

#safetyTable th{
	color:#fff;
	font-weight:bold;
	text-align:left;
	font-size:1.313em;
	padding:5px 10px;
}
#safetyTable td{
	padding:10px 0;
	color:#666;
}

#followus {
	margin-left: 30px;
}

h1{}
h2{color:#666; text-transform:uppercase; }
h3{color:#3a5d73; text-transform:uppercase; }
h4{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:0.938em;
	display:block;
	width:100%;
	color:#1f3d54;
}

.colorBox{
	border-radius:10px; 	
	-moz-border-radius:10px;
	background:#f0f0f0 url(/images/gray_bg.png) top right no-repeat;
	width:340px;
	float:right;
	padding: 10px;
	margin-bottom:10px;
}
.floorplanimgSelected {
	border: 2px solid #1f3d54;
	cursor:pointer;
}
.floorplanimgNotSelected {
	border: 1px solid #000000;
	cursor:pointer;
}

.greyBox{
	position:relative;
	border-radius:10px; 	
	-moz-border-radius:10px;
	background:#f2f2f2 top right no-repeat;
	width:940px;
	height: 160px;
	margin-left:30px;
	padding: 10px;
	clear:both;
}

.pictured{
	margin:20px 30px 10px 30px;
	font-size:0.814em !important;
	line-height:1.188em !important;
	color:#999;
}
.righty{
	text-align:right !important;
	margin-right:25px;
}

.colorBox p{
	font-size: 0.814em;
	line-height: 1.188em;
	margin-top:10px;
}
.overLeft{
	margin-left:-20px;
}

/* TOP NAV */

a {
	text-decoration: none;
	outline:none;
}
#content ul, #content ol {
	margin-left:45px;
}

#content ul li, #content ol li {
	line-height:1.563em;
}

/* 
	LEVEL ONE
*/
ul.dropdown {
	font-size: 14px;
	position: relative;
	z-index:500;
	float: right;
	margin-right:0px;
	top: 40px;
	list-style: none;
}
ul.dropdown li {
	font-weight: bold;
	text-transform:uppercase;
	float: left;
	zoom: 1;
}
ul.dropdown a:hover {
	color: #666;
}
ul.dropdown a:active {
	color: #000;
}
ul.dropdown li a {
	display: block;
	padding: 4px 13px;
	color: #222;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	color: black;
	position: relative;
}
ul.dropdown li.hover a {
	color: black;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: 250px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 10px;
	font-size:12px;
	list-style: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
ul.dropdown ul li {
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	text-transform:none;
	border-bottom: 1px solid #ccc;
	float: none;
}
ul.dropdown ul li:hover {
	font-weight: normal;
	background: #1f3d54;
	color: #000;
	text-transform:none;
	border-bottom: 1px solid #ccc;
	float: none;
}
/* IE 6 &amp; 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	padding: 5px 10px;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover &gt; ul {
	visibility: visible;
}
</pre></body></html>