/* Common
-----------------------------------------------------------------------------*/
#leftContent {
	padding: 10px 25px 0 20px;
}

.rightCol {
    font-family: arial,Helvetica,sans-serif;
    height: auto;
    overflow: hidden;
    padding: 0 0 0 17px!important;
    position: relative;
    width: 145px;
}



/* Find a Dealer
-----------------------------------------------------------------------------*/
#map {
	width: 450px;
	height: 300px;
	float: left;
	background: #ffffff url(/_media/images/utility/dealer_img.jpg) no-repeat top left;
	border: 1px solid #cccccc;
}
#searchUS {
	background: url(/_media/images/common/dottedline.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#searchCanada {
	background: url(/_media/images/common/dottedline.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#searchFields {
	float: right;
	width: 265px;
	margin: 0px;
	font-size: 11px;
}
#searchFields h4{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #75889C;
}
#searchFields td{
	padding: 0 10px 5px 0;
}
#searchFields input.textfield{
	width: 60px;
}
#searchFields select{
	font-size: 11px;
}
#searchFields .searchbutton{
	text-align: left;
	padding: 5px 15px 0 0;
}

#resultsTable {
	margin: 15px 0 0 0;
}

#dealerList th {
	border: 1px solid #000000;
	color: #ffffff;
	background: #444444;
	text-align: left;
	padding: 3px 10px;
}
#dealerList th.location {
	width: 100px;
}
#dealerList th.services {
	width: 200px;
}
#dealerList td {
	border: 1px solid #000000;
	padding: 5px 10px;
}



/* Media Page
-----------------------------------------------------------------------------*/


#mediaPage #mainContent {
	padding-right: 25px;
	
}
#mediaPage #mainContent h2{
	margin: 0px; 
	padding: 20px 0 20px 0px;
}
#mediaPage h3 {
	padding: 0px;
	margin: 0 0 10px 15px;
	color: #75889C;
}
#mediaPage .dottedline {
	background: url(/_media/images/common/footer-horiz-dots.gif) repeat-x bottom left;
	margin-bottom: 15px;
}
#mediaPage #docTable td {
	width: 225px;
	text-align: center;
}
#mediaPage #docTable td img {
	margin-bottom: 7px;
}

#mediaPage table.media-table {width:938px; padding:8px;}
#mediaPage table.media-table td {width:20%;padding: 15px;}
#mediaPage h2 {
	position: relative;
	top: 0px;/*right: 205px;*/
	padding:0;
	margin:0;
	font-family: "proxima-nova-n7","proxima-nova", Verdana, sans-serif;
	font-size:42px;
	color:#242424;
	text-transform:uppercase;
	left:0;
	line-height:.9;
	width:403px;
    word-wrap: break-word;
	display:block;
}
#mediaPage h3 {
	color:#9aa4af;
	font-size:32px;
	font-weight: bold;
	font-family: "proxima-nova-n7", "proxima-nova", arial, sans-serif;
	padding:5px 0;
	margin: 19px 0 8px;
	line-height:32px;
}
#mediaPage a {
	color:#75889C;
}
