html { overflow-y: scroll; }
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	background-color: #E8EEFF;
	margin: 0;
}

#PageTitle	{
	font-size: 14px;
	font-weight: bold;
	color: #0d204a;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	width: 225px;
	background-color: #EEE;
	text-align: right;
	height: 20px;
	margin: 0px;
	padding-right: 5px;
	padding-top: 5px;
	font-style: italic;
}

#MissionBayWebSite {
	border: 1px solid #036; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 848px;
} 


#MissionBayHeader	{
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 200px;
	width: 848px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#MenuAndPageTitle {
	height: 28px;
	background-color: #EEE;
}

#TopMenuBar	{
	width: 625px;
	background-color: #EEE;
}

#MissionBayBody {
	width: 848px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 350px;
}
.amenities {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 200px;
}
.floorplan {
	width: 400px;
	height: 400px;
}
.unit_preview {
	width: 400px;
	height: 300px;
}
.footer {
	background-color: #B0C5FF;
	padding: 5px;
	height: 15px;
	width: 838px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	text-align: center;
}
.footer a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #006;
}
.footer a:hover, a:focus {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
}

.clear { clear: both; }

.imageLeft {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.imageRight {
	float: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#imageSitePlan {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	border: 3px double #000;
}

#ApartmentAmenities {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	width: 250px;
	clear: none;
	float: left;
	margin-left: 25px;
}
#UnitAvailability {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #306;
	background-color: #FF9;
	text-align: center;
	vertical-align: middle;
	padding: 25px;
	width: 175px;
	border: 2px solid #003;
	margin-left: 25px;
	margin-top:	25px;
}
