@charset "UTF-8";
body  {
	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;
	background-image: url(../images/bkg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCC;
	background-repeat: no-repeat;
	background-color: #000;
}
.twoColFixLtHdr #container {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	margin-top: 230px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	top: 0px;
	position: absolute;
	left: 0px;
	padding: 0px;
	visibility: visible;
	z-index: 2;
} 
.twoColFixLtHdr #header {
	padding: 0;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #093;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 136px;
	color: #999;
	font-size: 90%;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 12px;
	line-height: 10px;
	overflow: hidden;
}
.twoColFixLtHdr #mainContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
	font-size: 90%;
	line-height: 18px;
	height: auto;
	float: none;
	width: auto;
	left: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 154px;
	padding-top: -30px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #373016;
} 
.twoColFixLtHdr #footer p {
	font-size: x-small;
	color: #504321;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 150px;
}
.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;
}
body,td,th {
	font-size: 90%;
}
a:link {
	color: #CC9;
}
a:visited {
	color: #CC9;
}
a:hover {
	color: #FFF;
}
a:active {
	width: 980px;
	height: 500px;
}
.fltcnt {
	text-align: center;
}
#apDiv1 {
	position:absolute;
	left:240px;
	top:259px;
	width:167px;
	height:145px;
	z-index:1;
}
#menuHomeDiv {
	position:absolute;
	left:149px;
	top:261px;
	width:143px;
	height:143px;
	z-index:7;
	line-height: 24px;
	visibility: hidden;
}
#menuRealtyDiv {
	position:absolute;
	width:143px;
	height:143px;
	z-index:6;
	left: 149px;
	top: 275px;
	line-height: 24px;
	visibility: hidden;
}
#menuCommunityDiv {
	position:absolute;
	left:149px;
	top:272px;
	width:143px;
	height:246px;
	z-index:5;
	visibility: hidden;
	line-height: 24px;
}
#transDiv {
	position:absolute;
	left:149px;
	top:222px;
	width:500px;
	height:1200px;
	z-index:4;
	background-image: url(../images/bkg_blk_trans.png);
	background-repeat: repeat-y;
	visibility: hidden;
}
#hideTransDivDiv {
	position:absolute;
	left:318px;
	top:196px;
	width:149px;
	height:415px;
	z-index:8;
	visibility: visible;
}
#colorBgdForMap {
	position:absolute;
	left:168px;
	top:276px;
	width:765px;
	height:924px;
	z-index:3;
	visibility: visible;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clip: rect(16px,765px,auto,auto);
}
