/* Page CSS */

body {
  padding:0;
  margin:0;
}

sup{
  font-size: 80%; 
  line-height: 80%;
}

*img {
  border:none;
}

/* SITE WRAP ---------- */
#siteWrap {
  width:960px;
  margin:8px auto 0px auto;
}

/* VIP AREA ---------- */
#vipArea {
  height:54px;
  position:relative;
  z-index:120;
}

	#realtorLogo {
	float:left;
	position:relative;
	top:0px;
	left:77px;
	width:101px;
	}
	


/* HEADER AREA ---------- */
#headerArea {
position:relative;
z-index:99;
/* now coded inline height:108px; */
}

	#contactInfo {
	width:400px;
	position:absolute;
	top:22px;
	left:550px;
	text-align:right;
	line-height:14px;
	}
	
	#contactInfo a {
	  text-decoration:none;
	  font-weight:bold;
	}
	
	#contactInfo a:hover {}
	
	#contactInfo span {
	font-weight:bold;
	font-size:127%;
	}

/* MENU AREA ---------- */
#mainMenuContainer {
width:960px;
height:42px;
position:relative;
z-index:110;
}

#mainMenu{
  width:960px; 
  height:42px;
}

/* CNT AREA ---------- */
#cntArea {
  float:left;
  width:960px;
}

#wideCntArea {
  float:left;
}

#pageCnt{
  float:left;
  width:690px;
  padding:5px 5px;
}

#widePageCnt{
  float:left;
  width:950px;
  padding:5px 5px;
}

.modulePadder{
  width:100%;
  padding:10px 0px 0px 0px;
  float:left;
}

	
#rightWidgets {
  float:right;
}

/* PAGE END AREA ---------- */
#pageendArea {}

/* FOOTER AREA ---------- */
#footerArea {
  padding:8px 0 15px 0;
  width:100%;
  float:left;
  text-align:center;
}
