*{ padding:0; margin:0; }
body{
	background:url(../images/bg.jpg) repeat-x left top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, div { behavior: url(iepngfix.htc) }
img.floatLeft{
	margin:2px 10px 0 0;
	float:left;
}
img.floatRight{
	margin:2px 0 0 10px;
	float:right;
}
strong{
	color:#004EAB;
}
#header{
	width:800px;
	height:150px;
	background:url(../images/toronto2.jpg) no-repeat left top;
}
#leftHeader{
	width:300px;
	height:150px;
	float:left;
	background:url(../images/quote.png) no-repeat 15px 15px;
}
#leftHeader p{
	font-size:18px;
	font-style:italic;
	color:#000;
}
#menu{
	width:500px;
	height:50px;
	float:right;
}
#menu ul{
	float:right;
	width:380px;
	border-bottom:#999 1px dotted;
}
#menu li{
	float:left;
	margin-right:10px;
	list-style-type:none;
}
#menu a{
	display:block;
	text-decoration:none;
	color:#004EAB;
	font-weight:bold;
	font-size:14px;
	margin:10px 0;
}
#menu a:hover{
	display:block;
	text-decoration:none;
	color:#f4f4f4;
}
#logo{
	float:right;
}
#middle{
	width:800px;
	height:150px;
}
#content{
	width:800px;
	height:inherit;
	text-align:left;
}
#content h1{
	font-size:22px;
	font-weight:bold;
	padding:10px 20px;
	color:#004EAB;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/bluebullet.gif);
}
#contentRight{
	width:270px;
	height:inherit;
	float:right;
}
#footer{
	width:100%;
	height:inherit;
	background-color:#004EAB;
	clear:both;
}
#footer p{
	padding:10px 20px;
	line-height:150%;
	color:#30BBDB;
}
#footer a{
	text-decoration:underline;
	color:#30BBDB;
}
#footer a:hover{
	text-decoration:none;
	color:#f4f4f4;
}

/**** Cities lists ****/

#cities{
	width:760px;
	height:inherit;
}
#cities ul{
	width:150px;
	float:left;
	margin:0;
	padding:20px;
}
#cities a{
	color:#000;
}
#cities a:hover{
	color:#004EAB;
	text-decoration:none;
}

/****zipcodes***/
#zipcodes{
	width:800px;
	height:inherit;
	clear:both;
}
#zipcodes ul{
	width:90px;
	float:left;
	margin:0;
	padding:10px;
}
#zipcodes li{
	list-style-image:none;
	list-style-type:none;
}
