/*accolade*/
body{
	background-color:#000000;
	width:100%;
	height:100%;
	margin:0px;
	border:0px;
}
.title {
	height:0px;
	/*font:normal 18px Arial;
	color:#B1953A;*/
}
.text {
	font:normal 11px Arial;
	color:#B9B299;
	padding-top:12px;
}

/*MAIN ELEMENTS*/
.allContentBkg {
	background: #000000 url('../images/landing_bkg_repeat.png') repeat-x;
	width:100%;
	height:100%;
	margin:0px;
	border:0px;
}
.allContent {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:960px;
	
}
.clearFloat {
	clear:both;
}
.logoLetterSpace {
	letter-spacing:2px;
}

/*ROW ONE ELEMENTS*/
.rowOne {
	background:url('../images/flash_bkg.png') no-repeat;
	width:970px;
	height:456px;
	margin:0px;
	border:0px;
}
.flashArea {
	width:960px;
	height:455px;
	padding:1px 5px 0px 5px;
}

/*ROW TWO ELEMENTS*/
.rowTwo {
	background:url('../images/text_bkg.png') no-repeat;
	width:960px;
	height:189px;
}
.textArea {
	width:500px;
	height:115px;
	float:left;
	text-align:left;
	margin:35px 40px;
}
.buttonArea {
	width:341px;
	height:146px;
	float:left;
	margin:20px 18px 20px 20px;
}

/*ROW THREE ELEMENTS*/
.rowThree {
	background:url('../images/footer_bkg.png') no-repeat;
	width:960px;
	height:105px;
	margin:0px;
}
.footerElements {
	width:960px;
	height:50px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
}
.seoAlign {
	float:right;
	display:inline;
	padding-right:10px;
	width:560px;
	text-align:right;
}
.psiBrandingAlign {
	vertical-align:top;
	float:right;
	display:inline;
	width:149px;
	height:30px;
}
.fairHouseAlign {
	vertical-align:top;
	float:right;
	display:inline;
	width:30px;
	height:30px;
	padding-right:5px;
}
/*---------------------------------------------------*/
.propertySolutionsLink{
	font:normal 9px Arial;
	color:#B9B299;
	margin-top:3px;
}
.propertySolutionsLink a{
	color:#B9B299;
	text-decoration:none;
}
.propertySolutionsLink a:hover{
	color:#B1953A;
	text-decoration:none;
}
