div#footer {
	clear: both;
	position: relative;
	display: block;
	width: 700px;
	height: 116px;
	
	border-top: 1px dotted #a5a5a5;
	border-bottom: 1px dotted #a5a5a5;
	
	margin: 0px auto 0px auto;
}
	
	div#footer div.footerquad {
		display: block;
		height: 98px;
		
		margin: 10px 0px 10px 0px;
		padding: 0px 8px 0px 14px;
		float: left;
		
		border-right: 1px dotted #a5a5a5;
		
		background-color: #ffffff;
	}
		
	div#footer div.footerquad div.footerretailhalf {
		display: block;
		width: 96px;
		height: 98px;
		
		float: left;
		
		background-color: #ffffff;
	}
		img.footerheader {
			display: block;
			height: 16px;
			border-bottom: 1px solid #ffffff;
		}
			
		img.footerlink {
			display: block;
			height: 16px;
			
			margin: 0;
			padding: 0;
			border-bottom: 0px dotted #ffffff;
			cursor: pointer;
			background-color: #ffffff;
		}
			
			img.footerlinkhover {background-color: #e8e8e8;margin-left: 4px;}
		
	div#footer div.footerquad div.footerprofessionalhalf {
		display: block;
		width: 118px;
		height: 98px;
			
		float: left;
		
		background-color: #ffffff;
	}
		
	div#footer div#footerproperties div.footerpropertieshalf {
		display: block;
		width: 90px;
		height: 42px;
		
		background-color: #ffffff;
	}
		
	div#footer div#footerdirectory div.footerdirectoryhalf {
		display: block;
		width: 110px;
		height: 98px;
		
		background-color: #ffffff;
	}