#primaryCol{
	width: 960px;
}
body{
	background: white;
	text-align: center;
}
#container{
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
}
#map{
	width: 800px;
	margin: 0 auto;
}
#header{
	width: 960px;
	margin-bottom: 15px;
}
a{
	color: black;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.location{
	position: absolute;
	width: 85px;
}
.toolTip{
	display: none;
}
.toolTipImage{
	width: 180px;
}
/*
*  Locations
*/
#murraychevrolet{
	left: 470px;
	top: 250px;
}
#murrayhyundai{
	left: 600px;
	top: 230px;
}
#sunshinetoyota{
	left: 600px;
	top: 150px;
}
#crownacura{
	left: 500px;
	top: 155px;
}
#waverleychrysler{
	left: 410px;
	top: 160px;
}
#midtownford{
	left: 255px;
	top: 215px;
}
#waverleymitsubishi{
	left: 170px;
	top: 295px;
}
#autotownkia{
	left: 100px;
	top: 365px;
}
#winnipegsuzuki{
	left: 0px;
	top: 425px;
}
#crownnissan{
	left: 130px;
	top: 465px;
}
#automax{
	left: 185px;
	top: 425px;
}
#winnipeghonda{
	left: 255px;
	top: 360px;
}
#mcnaught{
	left: 305px;
	top: 315px;
}

/*
*  location hover
*/
a:hover {
	z-index: 25;
}
a:hover .toolTipContainer{
	display: block;
	position: relative;
	width: 200px;
	top: 0px;
	left: -50px;
	z-index: 100;
}
a:hover .toolTipContainer .toolTip{
	display: block;
	width: 200px;
	position: absolute;
	top: 10px;
	z-index: 100;
}
a:hover .toolTipContainer .toolTip .content{
	display: block;
	background: white;
	border: 1px solid black;
	border-width: 1px;
	padding: 3px;
}
a:hover .toolTipContainer .toolTip .content .title{
	font-weight: bold;
	font-size: 18px;
	color: black;
	display: block;
}
a:hover .toolTipContainer .toolTip .content .town{
	font-weight: normal;
	font-size: 10px;
	color: black;
	display: block;
}