/* CSS Document */

div#content p { line-height:1.4em; }

div#content { 
	width:100%;
}

H1{ 
	clear:right;
}

.location {
	float:left;
	text-decoration:underline; 
	font-weight:bold; 
	font-size:195%;
	width:465px;
}

.ln {
	float:left;
	clear:left;
	font-size:140%;
	width:470px;
}

div.hr {
	clear:left;
  	height: 2px;
  	background: #3E4462 url(../images/hr1.gif) no-repeat scroll center;
}

div.hr hr {
  	display: none;
}

div#head-office {
	float:left;
	width:440px;
}
div#atlantic-canada-and-quebec {
	float:left;
	width:470px;
	margin-left: 50px;
	 margin-top:14px;
}

div#south-western-ontario{
	float:left;
	width:440px;
	margin-top:0px;
	margin-bottom:0px;
	clear:left;
}

div#north-eastern-ontario {
	float:left;
	width:470px;
	margin-left: 50px;
	margin-top:0px;
}

div#austalia-and-new-zealand {
	float:left;
	width:440px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
}

div#content a {
	color:#02174A;
}

div#content a:hover {
	text-decoration:underline;
}