@import url(navBar.css);
@import url(elementDesign.css);

#pageContent {
	padding: 0px;
	width: 900px;
	height: 100%;
	text-align: left;
	position: float;
	background-color: #BCC8DF;
	margin: 10px auto 0 auto;
}

#pageHeader {
	color: #BCC8DF;
	font-size: 1em;
	text-align: center;
	background-color: #06e;
	padding: 2px 5px 2px 2px;
	background-repeat: no-repeat;
	background-image: url("../images/top.jpg");
}

div.scroll {	
	height: 280px;	
	width: 600px;	
	overflow: auto;	
	border: 0px;	
	background-color: #BCC8DF;	
	padding: 4px;
}

#flashBanner {
	width: 900px;
	height: 80px;
	margin-top: 0px;
	border: 0px solid #06e;
	background-color: #BCC8DF;
	position: float;
}

#bannerCloser {
	padding: 2px;
	font-size: 1em;
	text-align: right;
	padding-right: 5px;

}

#mainContent {
	margin: 10;
	float: auto;
	width: 480px;
	padding: 6px;
	position: absolute;
	top: 175px;
	left: 31%;
	height: 400px;
	background-color: #BCC8DF;
}

#rightContainer {
	margin: 0;
	padding: 6px;
	float: inherit;
	width: 100px;
	left: 600px;
	background-color: #BCC8DF;
}

#rightContainer2 {
	margin: 5;
	padding: 6px;
	float: right;
	width: 145px;
	position: absolute;
	top: 250px;
	left: 67.5%;
	background-color: #BCC8DF;
}

#rightContainer3 {
	margin: 5;
	padding: 6px;
	float: none;
	width: 80px;
	height: 54px;
	position: absolute;
	top: 300px;
	left: 814px;
	background-color: #BCC8DF;
		
}

#rightContainerA { 
	background-color: #bcc8df; 
	visibility: visible; 
	position: absolute; 
	top: 220px; 
	left: 810px; 
	width: 126px 
	}
	
#rightContainerB { 
	background-color: #bcc8df; 
	visibility: visible; 
	position: absolute; 
	top: 329px; 
	left: 810px; 
	width: 126px 
	
	}

#rightContainerC { 
	background-color: #bcc8df; 
	visibility: visible; 
	position: absolute; 
	top: 438px; 
	left: 810px; 
	width: 126px 
	}

#propertyHighlight {
	margin: 0px;
	padding: 2px 2px 0 2px;
	border: 1px solid #bbb;
	background-color: #eee;
}

#propertyInfo {
	display: block;
	text-align: center;
	padding: 0 0 2px 0;
	margin: 2px 0 2px 0;
}

#rightContainer img {
	padding: 0px;
	opacity: 0.7;
	display: block;
	-moz-opacity: 0.7;
	margin: 10px 0 0 0;
	-khtml-opacity: 0.7;
	border: 1px solid #bbb;
	filter: alpha(opacity=70);
}

#rightContainer a.linkopacity img {
	margin: 0;
	padding: 0;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
}

#rightContainer a.linkopacity:hover img {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter:alpha(opacity=50);
}

#pageFooter {
	clear: both;
	color: #aaa;
	margin: 0px;
	font-size: .80em;
	text-align: center;
	padding: 2px 0 10px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/bottom.jpg);
	position: relative;
}