body {
	margin:0;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	}
.wrapper {
	min-width: 800px;
}
.topheader1 {
	background-color:#1D469B;
	height: 15px;
	}
.topheader2 {
	background-color:#D4B56B;
	height: 10px;
	clear:both;
	}
.distributor-heading {
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-right:40px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size:30px;
}
.distributor-heading h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size:30px;
	font-weight:normal;
	margin:0;
	clear:both;
}
.distributor-heading h2 {
	float:left;
	margin-top:0px; margin-bottom: 0px;
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color: #1D469B;
	white-space:nowrap
	clear:both;
}
.distributor-heading h3 {
	float:left;
	margin-top:0px; margin-bottom: 0px;
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color: #1D469B;
	white-space:nowrap;
	clear:both;
}
.logo {
	float:right;
	margin-top:10px;
	margin-right:20px;
	white-space:nowrap;
}
.search-results {
	margin-top:20px;
	border-bottom: thin;
	border-bottom-style:solid;
	margin-left: 20px;
	clear: both;
	padding-bottom: 5px;
}
.search-again {
	margin-top:20px;
	border-bottom: thin;
	border-bottom-style:solid;
	clear:both;
	margin-left: 20px;
	float: right;
	margin-right: 100px;
}
.distributor-info {
	float:left;
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
	clear:both;
	width: 325px;
}
.distributor-photo {
	float:left;
	margin-top:30px;
	width: 150px;
	text-align: center;
}
.distributor-description {
	float:left;
	margin-top:30px;
	font-size: 12px;
	margin-left: 20px;
	width: 250px;
}
.distributor-description p {
	margin-top:0px;
}
.distributor-info-bottom {
	margin-top:20px;
	border-bottom: thin;
	border-bottom-style:solid;
	clear:both;	
}
.clearer {
	clear:both;
}


/*--------- CSS for maps page --------------- */

/* Hide-show maps and states */

.hiddenDiv {
	display: none;
	}
.visibleDiv {
	display: block;
	}

.hiddenstateDiv {
	display: none;
	}
.visiblestateDiv {
	display: block;
	}

