@charset "utf-8";
html {
     overflow: scroll;
}
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}
a, a:visited, a:active {
	font: 1em Tahoma, Verdana, Arial, "Times New Roman", sans-serif;
	color: #999999;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-transform:uppercase;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
} 
#header {
	background: #202020 url(../images/hudsonterrace.jpg) no-repeat right bottom;
	padding: 0 10px 0 20px;
	margin-right: 13px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 20px;

}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #202020; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 100px;
	text-align: center;
}
#sidebar2 {
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #202020; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	float: left;
	clear: both;
	margin: 30px 0 0 0px;
}
#sidebar2 ol {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dotted #666666;
}	
#sidebar2 ol li{
	margin: 0;
	padding: 0;
	background: url(../images/arrow.gif) no-repeat top;
	background-position: 0 0;

}	
#sidebar2 ol a{
	font: .8em/27px Tahoma, Verdana, Arial, "Times New Roman", sans-serif;
	color: #999999;
	text-decoration: none;
	padding: 0 0 0 1.2em;
	margin: 0;
	border-bottom: 1px dotted #666666;
	display: block;
	text-transform:uppercase;
}	
#sidebar2 ol li.first{

}
#sidebar2 ol a:hover {
	background: #333333 url(../images/arrow.gif) no-repeat top;
	background-position: 0 0;
}
#mainContent {
	margin: 2em 1.2em 3em 12.5em;
	background: #000;
	width: 630px;
	padding: 0 10px;
} 

#container #mainContent h1 {
	font-size: 1.5em;
	text-align: center;
}
#developerLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999999;
	padding: 0;
	width: 370px;
	margin: 0 0 2em 22em;
	position: absolute;
}	
#developerRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999999;
	padding: 0;
	width: 250px;
	margin: 2em 0 2em 0;
}	
img.developer{
	margin: 1em 0 0 1em;
}
#contactLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999999;
	padding: 0;
	width: 400px;
	margin: 0 0 2em 20em;
	position: absolute;
}	
#contactRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999999;
	padding: 0;
	width: 216px;
	margin: 2em 0 2em 0;
}	
#amenitiesLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999999;
	padding: 0;
	margin: 0 0 2em 28em;
	position: absolute;
	width: 310px;
}	
#amenitiesRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999999;
	padding: 0;
	width: 310px;
	margin: 2em 0 2em 0;
}
#amenities {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999999;
	padding: 0;
	margin: 7em 0 0 .5em;
}	
#amenitiesRight ul li, #amenitiesLeft ul li {
	margin-left: -2.3em;
}
a.contact {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
}
a.contact:hover {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	border-bottom: 1px dotted #999999;
}
#video {
	margin: .5em 0 0 24.5em;
	padding: 0;
	width: 10em;
	height: 2em;
	background: #444444;
	text-align: center;
	border: 1px dotted #666666;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial, "Times New Roman", sans-serif;
}
#video a {
	font-family: Tahoma, Verdana, Arial, "Times New Roman", sans-serif;
	color:#999999;
	font-size: 1em;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 18px;
}
#video:hover {
	background: #333333;	
}
#container #mainContent img {
	padding: 0px;
	margin-left: 0px;
}
table#floorPlans {

}
table#floorPlans td {
	background: #333333;
	border: 1px solid #555555;
	height: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: .3em;
	vertical-align: middle;
}
table#floorPlans td.activePlan {
	background: #555555;
	border: 1px solid #555555;
	height: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: .3em;
}
table#floorPlans td:hover {	
	background: #555555;
}
table#floorPlans a {
	font-family: Tahoma, Verdana, Arial, "Times New Roman", sans-serif;
	color: #999999;
	font-size: 0.8em;
	text-decoration: none;
	display:block;
	font-variant: normal;
	text-transform: none;
}
#footer {
	padding: 0 10px 0 150px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#202020;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	line-height: 3em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.active {
	background: #333333 url(../images/arrow.gif) no-repeat top;
	background-position: 0 0;
}
.activePlan{
	background: #888888;
}
.redUpper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.beigeUpper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #b9b890;
	text-transform: uppercase;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999999;
}
#projectText {
	padding: 0 1em 0 1em;
}
