@charset "utf-8";
/* CSS Document */

body  {
	
	font: normal normal normal xx-small normal Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	scrollbar-base-color:#e5e5e5;
	scrollbar-track-color:e5e5e5;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#e5e5e5;
	scrollbar-darkshadow-color:#e5e5e5;
	scrollbar-shadow-color:#e5e5e5;
	scrollbar-arrow-color:#e5e5e5;
}
.twoColFixRt #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 346px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
    height: 877px;
}
.twoColFixRt #mainContent { 
	border-right:#e5e5e5 solid 1px;
	margin: 0 346px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
    height: 859px;
} 
.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: 4px;
}
.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;
}
#logo{
	margin:27px 0 27px 15px;
}
.hr{

	height:1px;
	border-top:solid 1px #e5e5e5;
	width:650px;
	margin:0px;}
.vr{
	position:relative;
	height:60px;
	border-left:solid 1px #e5e5e5;
	width:1px;
}
#mapComboBxs{
	width:320px;
	padding:22px 0 15px 0;
	margin:0 0 0 15px;
}
.condoCheckBx{
	width:66px;
	text-align:center;
	font-size:9px;
	padding:4px 0 0px 0;
}
.condoCheckBx a{
	color:000000;
	text-decoration:none;
}
.condoHotelCheckBx{
	width:90px;
	text-align:center;
	font-size:9px;
	padding:4px 0 0px 0;
}
.condoHotelCheckBx a{
	color:000000;
	text-decoration:none;
}
#legend{
	width:110px;
	text-align:left;
	font-size:9px;
	padding:8px 0 5px 0;
}
form{
	margin:0px;
}
.checkBoxIcons{
	border:0px;
	margin:0 0 5px 0;
}
#map{
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: -0px;
	margin-right: -3px;
	width:650px;
	height:601px;
	border: #e5e5e5 solid 1px;
	background-color: #FFFFFF;
	background-image:url(images/loading2.gif);
	background-repeat:no-repeat;
	background-position:center center;
	align:center;
	position:absolute;
	top:215px;
	z-index:90;
}
input{
	margin:0px;
}
.titleBar{
	background-repeat:repeat-x;
	background-image:url(images/panelBG.gif);
	height:25px;
	width:334px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:right;
	font-weight:bold;
	padding:25px 11px 0 0;
}
.subNav{
	background-image:url(images/subNavBG.gif);
	background-repeat:repeat-x;
	height:47px;
	width:346px;
	border-bottom:1px solid #e5e5e5;
}
#tab1{
	width:96px;
	height:20px;
	text-align:center;
	font:15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#989794;
	padding:13px 0;
}
#tab1active{
	background-image:url(images/activeShadow.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	width:96px;
	height:21px;
	text-align:center;
	font:15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#333333;
	padding:13px 0;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#tab2{
	width:145px;
	height:20px;
	text-align:center;
	font:15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#989794;
	padding:13px 0;
}
#tab2active{
	background-image:url(images/activeShadow.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	width:145px;
	height:21px;
	text-align:center;
	font:15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#333333;
	padding:13px 0;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#tab3{
	width:86px;
	height:20px;
	text-align:center;
	font:15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#989794;
	padding:13px 0;
}
#tab3active{
	background-image:url(images/activeShadow.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	width:86px;
	height:21px;
	text-align:center;
	font:15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#333333;
	padding:13px 0;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#viewer{
	width:346px;
	border-bottom:1px solid #e5e5e5;
}
#listingsPanel{
	width:346px;
	height:476px;
	overflow:auto;
}
.listingsItem{
	background-image:url(images/listingItemBG.gif);
	background-repeat:repeat-y;
	width:255px;
	height:50px;
	border-bottom:1px solid #e5e5e5;
	margin:0px;
	padding:4px 4 4 4px;	
}

.floorPlan{
	width:65px;
	height:50px;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	margin:0px;
	padding:4px 4 4 4px;	
}
.galleryItem{
	width:152;
	height:115;
	margin:4px;
}
#galleryPanel{
	padding:4px;
	width:338px;
	height:930px;
	overflow:auto;
}