/* ----- global -------------------------------------------------------- */
body {
margin:0;
padding:0;
}

sup {
font-size: 80%; 
line-height: 80%;
}

img {
border:none;
}

/* ----- site wrap -------------------------------------------------------- */

#siteWrap {
width:970px;
margin:0px auto;
}

/* ----- header area -------------------------------------------------------- */
#headerArea  {
margin-bottom:25px;
}

/* ----- vip area -------------------------------------------------------- */
#vipArea {
width:970px;
height:54px;
position:relative;
z-index:120;
}
  
/* ----- contact area -------------------------------------------------------- */   
#contactArea {
width:970px;
height:100px;
margin-top:25px;
}

	#brokerLogo {
	float:left;
	height:100px;
	width:162px;
	}
	
	#contactInfoA {
	float:left;
	padding:31px 0 0 10px;
	}
	
	#contactInfoB {
	float:right;
	padding:26px 61px 0 0;
	}	
	
/* ----- menu area -------------------------------------------------------- */
#mainMenuContainer {
width:970px;
height:40px;
padding:0;
position:relative;
z-index:110;
margin-bottom:25px;
}

	#mainMenu{
	width:970px; 
	}


/* ----- front page (homepage) area -------------------------------------------------------- */
#temp109_homePageCNTWrap {
position:relative;
}

	#cntArea {
	width:970px;
	}
	
		#siteCnt {
		margin:0 19px 0 20px;
		width:430px;
		min-height:100px;
		float:left;
		}

/* ----- sub page (single widget pages) area -------------------------------------------------------- */
#sub_cntArea {
height:100%;
margin:0 auto;
padding:10px 10px;
width:950px;
display:inline-block;
}
	
	#sub_siteCnt {
	float:left;
	width:690px;
	margin:0px 0px 0px 10px;
	}
	
/* ----- full page (no widgets, search engin) area -------------------------------------------------------- */
#full_cntArea {
margin:0 auto;
width:950px;
padding:10px 10px;
}

	#full_siteCnt {}	

/* ----- widgets left and right -------------------------------------------------------- */
#leftWidgets {
float:left;
width:250px;
}

	#cntArea #leftWidgets {
	display:inline-block;
	position:relative;
	top:-325px;
	left:0px;
	min-height:300px;
	height:auto !important;
  	height:300px;
	}
	
#rightWidgets {
float:right;
width:250px;
}

	#cntArea #rightWidgets {
	position:relative;
	top:0px;
	left:0px;
	min-height:100px;
	}

/* ----- page end area -------------------------------------------------------- */
#pageendArea {
width:970px;
margin-top:25px;
}

/* ----- footer area -------------------------------------------------------- */
#footerArea {
width:970px;
height:75px;
padding:10px 0 20px 0;
text-align:center;
}

/* ----- spacer for modules -------------------------------------------------------- */
.modulePadder{
float:left;
padding:10px 0px 0px;
width:100%;
}


	


