#pml-dealerlocator{
	width:100%;
	float:left;
}
#pml-dealerheader{
	padding-top:10px;
	height:55px;
	max-width: 1280px;
	margin: 0 auto;
}
.pml-formheader{
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px;
	padding:0px;
	color: #0066b4;
	font-size: 100%;
	position: relative;
}

.pml-formheader-hmpg{
	font-family: rbno3b, 'Source Sans Pro', sans-serif;
	margin:0px;
	padding:0px;
	color: #0066b4;
	font-size: 100%;
	position: relative;
	font-size: 100%;
	background-color: transparent;
}

.pml-dealerinput{
	padding:0px;
	width:220px;
	font-size:16px;
}
#pml-searchbox{
    display: inline;
    float: left;
    padding: 1em 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: #0066b4;
}

#pml-searchbox-hmpg{
    display: inline;
    float: left;
    padding: 1em 0;
    height: 100%;
    color: #FFF;
    background-color:transparent;
	width:25%;
	padding-top:0px;
}

#pml-searchbox p {
	color:#fff;
}

#pml-local{
	display:inline;
	float:left;
	height:100%;
	color:#000;
	text-align:center;
}

#pml-online{
	display:inline;
	float:left;
	height:100%;
	color:#000;
	text-align:center;
}

#pml-inter{
	display:inline;
	float:left;
	height:100%;
	color:#000;
	text-align:center;
}

#pml-search{
	display: inline;
    float: left;
    width: 13%;
    height: 100%;
}
#pml-radious{
	display:inline;
	float:left ;
	width:13%;
	height:100%;
}
.pml-submitbutton{
	margin-top:14px;
	padding:0px;
	border:0px;
	background-color:transparent;
}

input[type="submit"].pml-submitbutton {
	background: #FFFFFF;
    box-shadow: none;
    text-shadow: none;
    color: #0066B4;
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0 0 0;
    padding: 5px 1em 8px 1em;
    text-transform: uppercase;
    border: 1px solid;
    height: 100%;
	float:left;
}

#pml-searchresults{
	height:100%; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */ /* W3C */ /* IE6-9 fallback on horizontal gradient */
	float: left;
    width: 45%;
}

#pml-internetdealers #pml-searchresults{ width:100%;}
#pml-interdealers #pml-searchresults{ width:100%;}

#pml-searchresults p{
	padding: 0 1em;
}

.pml-locationleft{
	font-size:12px;
	color:#000;
	display: inline-block;
	padding-left:17px;
	padding-right:10px;
	float:left;
}
.pml-locationright{
	font-family: 'Source Sans Pro', sans-serif;	
	color:#fff;
	display: inline-block;
	padding-right:15px;
	float:right;
}
.pml-locationcenter{
	font-family: rbno3b, sans-serif;
	color:#000;
	width:35%;
	display: inline-block; 
	float:left;
	line-height: 1.6;
}
.pml-phonenumber{
	color: #0066b4;
	font-weight: normal;
}
.pml-righttext{
	color:#000;
	font-size: 100%;

}
.pml-bottomline{
	border-bottom: 2px solid #0066b4;
	height:4px;
	width:98%;
	margin-top:14px;
	margin-bottom:14px;
	margin-left:5px;
}

.pml-rightlink{
	color: #0066b4;
	text-decoration: none;
	position: relative;
	top: -5px;
}

 a.pml-rightlink:hover{
	color:#000;
	text-decoration: underline;
}

.pml-infolink{
	color:#00a4e2;
	text-decoration: none;
}

 a.pml-infolink:hover{
	color:#00a4e2;
	text-decoration: underline;
}
.pml-custombox{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:11px;
	color:#fff;
	width:275px;
	height:175px;
	background-image:url('../images/infobox.png');
	background-repeat:no-repeat;
	position: relative;
	top:500;
}

.pml-infoboxleft{
	width:130px;
	margin:15px;
	padding-top:15px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	

	
}
.pml-infoboxright{
	display: inline;
	float:right;
	position: absolute;
	top:17px;
	left:160px;
}

.pml-intercompany{
	font-size:14px;
	color: #0066b4;
}



label.online, label.local, label.inter {
	background: #00345D !important;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    font-family: rbno3b;
    padding: 11px 1em;
    text-transform: uppercase;
}

#zipcode {
	float: left;
    width: 33%;
}

#map {
	width: 54%;
	float:left;
	height: 595px;
	float:left;
	border:2px solid;
}

input#localdealers[type="radio"], input#onlinedealers[type="radio"], input#interdealers[type="radio"] {display:none;}

input#localdealers[type="radio"]:checked + label, input#onlinedealers[type="radio"]:checked + label, input#interdealers[type="radio"]:checked + label {background:#0066b4 !important;}
input#localdealers[type="radio"]:hover + label, input#onlinedealers[type="radio"]:hover + label, input#interdealers[type="radio"]:hover + label {background:#00345D; opacity:.8;}

/*********************
RESPONSIVE STYLING FOR WPTOUCH
*********************/

@media screen and (max-width: 1280px) {
	
#pml-dealerheader {
  padding-top: 10px;
  height: 169px;
  border-bottom: 2px solid;
}

#pml-searchbox {
  display: inline;
  float: left;
  width: 100%;
}


#pml-local, #pml-online {
  display: inline;
  float: left;
  text-align: left;
}

.post form {
	padding:2px;
	background-color: transparent;
}

#zipcode {
    float: left;
    width: 100%;
}

#pml-radious, #pml-search {
	float:left;
	width:100%;
	margin-left: 1em;
}

#map {
	height: 200px;
	width:100%;
}

#pml-searchresults {
    height: 100%;
    float: left;
    width: 100%;
}

.pml-locationright {
	float: left;
    font-size: 150%;
    width: 100%;
    margin-top: 1em;
}

.pml-locationright p {
	width: 45%;
	float:left;
}
