﻿/* elements */
html, body, #divPage{
	width:100%;
	margin: 0 auto;
	clear: both;
}
body{
	background-color:#000;
}
img{
	border-width: 0px;
	border-style: none;
	-moz-user-select: none;
}
a{
	color: #5c5c5c;
}
h3{
	margin-top: 0;
}
li{
	list-style-type: none;
	line-height:18px;
}
/* ids */
#divHomeMain{
	width: 689px;
	margin: 0 auto;
	background-color: white;
}
#divHomeHeader{
	height:92px;
}
#divHomeLive{
	height: 109px;
}
#divHomeWork{
	height: 109px;
}
#divHomePlay{
	height:109px;
}
#divHomeFooter{
	height:50px;
	padding:0px 7px 7px 7px;
	background-color: #FFF;
	-moz-user-select: none;
}
#divHomeMenu{
	width: 241px;
	float:left;
}
#divHomeMenuTop, #divHomeMenuMiddle, #divHomeMenuBottom {
	margin-left: 10px;
	text-align: left;
	height: 17px;
}
#divHomeMenuTop{
	margin-top: 15px;
}
#divHomeMenuMiddle{
	margin-top: 5px;
}
#divHomeMenuBottom{
	margin-top: 7px;
}
#divHomeLogo{
	float: left;
	width: 247px;
	text-align: left;
	margin-left: 39px;
}
#divContentSpacer{
	height: 55px;
	width: 100%;
}
#divContent{
	width: 689px;
	margin: auto;
	/*overflow: auto;*/
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	text-align: left;
	clear: both;
}
#divHeaderTop{
	height: 92px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size:.93em;
	clear: both;
	margin-bottom:2px;
}
#divHeaderTopLeft{
	width: 150px;
	float: left;
}
#divHeaderTopMiddle{
	width: 377px;
	height: 92px;
	float: left;
}
#divHeaderTopRight{
	width: 162px;
	float: left;
	height: 92px;
}
#headerPhoneNumber{
	margin:18px 0 0 0;
}
#divHeaderImage{
	height: 110px;
	clear: both;
}
#divBody{
	width: 689px;
	text-align: left;
	background-color: #fff;
	clear: both;
	overflow: auto;
}
#divMenu{
	float: left;
	width: 125px;
	height: 350px;
	margin-top: 4px;
	padding-bottom: 14px;
	overflow:auto;
}
#divMainContent{
	float: left;
	width: 550px;
	margin-top: 17px;
	padding-bottom: 24px;
	margin-left:10px;
	font-size: 0.9em;
	color: #404040;
}
#divFooter{
	text-align: right;
	-moz-user-select: none;
	height:60px;
	width:100%;
	clear: both;
}
#divFooter #divLinks a{
	padding-right:11px;
}
#divCopyright{
	width:155px;
	color: #878787;
	text-align: right;
	font-size: 0.7em;
	float: right;
	padding-top:3px;
}
#divLinks{
	width:530px;
	color: #c0c0c0;	
	text-align: left;
	float:left;
	padding-top:3px;
	font-size: 0.7em;
}
#divLinks a{
	color: #878787;
	text-decoration: none;
}
#divLinks a:hover{
	color: #c0c0c0;
}
#divCopyright a{
	color: #878787;
	text-decoration: none;
}
#divCopyright a:hover{
	color: #FFF;
	text-decoration: none;
}
#divAdditionalViewsNote{
	width:384px;
	text-align:center;
	font-size:0.8em;
	padding-top:5px;
}
#divHistoryImageTop{
	float:right;
	margin-left:15px;
	padding-bottom:3px;
}
#divHistoryImageBottom{
	float:left;
	margin-right:15px;
	padding-bottom:3px;
}
#divMap {
	width: 425px;
	height: 350px;
	border: solid 1px #000;	
}
#divDirections {
	width: 425px;
	display: none;
	visibility: hidden;
}
#divDirectionText {
	text-align: left;
	clear: both;
}


/* classes */
.clear{
	clear:both;
	height: 1px;
}
.MenuItem{
	-moz-user-select: none;
	margin-left: 14px;
	margin-top: 17px;
}
.virtualTour{
	width:384px;
	height:243px;
	border:solid 1px black;
	margin: 0 auto;
	float: left;
}
.HomeBar{
	height:14px;
}
.TextBox{
	border: solid 1px #000;
}
.Button{
	border: solid 1px #000;
}
.FullJustification{
	text-align: justify;
	white-space:normal;
	
}
.ImageSubscript{
	font-size:0.7em;
	font-style: italic;
	text-align: left;
}
.DirectionHeader{
	font-weight: bold;
	text-decoration: underline;
}
.Border{
	border: solid 1px #000;
}
.HistoryParagraph{
	margin-top: 0px;
	margin-bottom:0px;
	text-align: justify;
}
.FloorPlanUnitHeader {
	background-color: #000;
	color:#fff;
	padding-left: 5px;
}
.FloorPlanUnitDetails {
	padding-left: 10px;
}
.FloorPlanImage
{
	/*border: solid 1px #000;*/
}
.FloorPlainImageContainer{
	visibility:hidden;
	display:none;
}
.AttractionListing {
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	overflow: auto;
}
.AttractionTitle {
	width: 100%;
	clear: both;
	font-weight: bold;
}
.AttractionImage {
	float: left;
	width: 115px;
}
.AttractionDetailsLeft {
	float: left;
	width: 182px;
	margin-left: 15px;
}
.AttractionDetailsRight {
	float: left;
	width: 232px;
}
.AttractionsHeader {
	background-color: #000;
	color:#fff;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}