﻿#body {
	color:#2e3192;
	font-family:arial,helvetica,verdana;
	/* center */
	position:absolute;
	top:50%;
	left:50%;
	width:570px;
	height:250px;
	margin-left:-285px;
	margin-top:-125px;
}
#logo {
	float:left;
}
#emailAddress {
	position:relative;
	top:2px;
	left:-1px;
}
ul {
	float:left;
	font-size:32px;
	margin:40px 0 0 100px;
	padding:0;
	width:170px;
}
li {
	list-style-type: none;
	text-align:right;
}
#residential {
	margin-top: 6px;
}
#commercial {
	margin-top: 2px;
}
#strata {
	margin-top: 1px;
}
dl {
	font-size:16px;
	margin-top:40px;
	width:570px;
}
dt {
	color:#ed1c24;
	float:left;
	text-align:right;
	width:165px;
	margin-right:10px;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}