#map {
	width:600px; 
	height:400px;
	border:1px solid black;
}

#heading {
	margin:20px 0;
	padding:15px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	clear:both;
	width:660px;
	text-align:left;
}

#heading h1 {
	margin:0;
	padding:0 0 10px 30px;
}

#heading h2 {
	margin:0;
	padding:0 30px;
	font-size:1.2em;
	font-weight:normal;
}

#top_line {
	width:660px; 
	border-top:1px solid black;
	height:1px;
	margin:20px 0;
}

#top_title {
	background-color:#FFFFFF;
	width:600px; 
	border-top:1px solid black;	
	border-left:1px solid black;	
	border-right:1px solid black;
	height:49px;	
}

#dealers {
	width:600px;
	text-align:left;
}

#dealers ul {
	width:560px; 
	text-align:left; 
	margin:40px 0 0 80px; 
	padding:0;
}

#dealers ul li {
    float:left; 
	width:280px;
	min-height:130px;
}

#dealers p {
	font-size:12px;
	color:#000000;
	line-height:16px;
	min-height:150px;
}

#dealers p em {
	font-style:italic;
}

#dealers a:link, #dealers a:active, #dealers a:hover, #dealers a:visited {
	font-size:12px;
	color:#000000;
	line-height:16px;
	text-decoration:underline;
}

#dealerNumber{
	background-image:url(/images/locate-dealer/dealer-button.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	width:22px;
	height:22px;
	float:left;
	margin-left:-30px;
}