@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	background: #262626 url(/images/headerBack.gif) center repeat-y;
	
}
ol, ul {
	list-style: none;
}
a { 
	text-decoration: none; 
	outline: none; 
}
a img { 
	border: none; 
}
.clear {
	clear: both;
}
img, div { 
	behavior: url(/iepngfix.htc);
}


/* Start Header */
#header {
	background: url(/images/headerBack.gif);
	text-align: center;
	color: #FFFFFF;
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 0;
}
.pNumber {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.pAddress {
	font-size: 12px;
	padding: 5px 0 17px;
}
.headbottomShadow {
	 background: transparent url(/images/headbottomShadow.gif) center bottom no-repeat;
	 padding: 19px 0 0;
}
/* End Header */


#wrapPMA {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: transparent url(/images/siteShadow.gif) center repeat-y;
}


/* Start Nav */
#nav {
	background: transparent url(/images/navBack.gif) repeat-x;
	letter-spacing: 1px;
	width: 960px;
	margin: 0 auto;
	height: 37px;
	padding-top: 1px;
}
#nav ul {
	width: 700px;
	margin: 0 auto;
}
#nav li {
	border-left: 1px solid #373737;
	display: inline;
	float: left;
	margin:0;
	padding: 0;
}
#nav a {
	display: inline-block;
	height: 26px;
	padding: 9px 20px 0;
}
#nav a:link, #nav a:visited {
	color: #BFBFBF;
	text-transform: uppercase;
	font-size: 14px;
}
#nav a:focus, #nav a:hover {
	color: #FFFFFF;
	background: transparent url(/images/navBack-hover.gif) repeat-x;
}
.rightNav {
	border-right: 1px solid #373737;
}
/* End Nav */



/* Start Container */
#containerPMA {
	position: relative;
	width: 960px;
	background-color: #000000;
	padding: 30px 0;
	border-bottom: 1px solid #FFFFFF;
}
.heading {
	color: #BFBFBF;
	font-size: 24px;
	font-style: italic;
	text-transform: uppercase;
	border-bottom: 2px solid #BFBFBF;
	margin: 0 20px;
}


/*===Left Buttons===*/
#leftButtons {
	width: 260px;
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
}
#leftButtons li {
	height: 107px;
	width: 260px;
	margin: 0 0 2px;
	background: transparent url(/images/leftButtons.jpg) no-repeat;
}
#leftButtons a {
	height: 102px;
	width: 260px;
	padding: 5px 0 0;
	display: block;
}
#leftButtons span {
	float: left;
	display: inline-block;
	width: 144px;
	padding-top: 28px;
	text-align: center;
	letter-spacing: 1px;
}
#leftButtons span.leftFAQ {
	padding-top: 38px;
}
#leftButtons img {
	float: right;
	display: inline;
}
#leftButtons a:link, #leftButtons a:visited {
	color: #BFBFBF;
	font-size: 18px;
	text-transform: uppercase;
}
#leftButtons a:focus, #leftButtons a:hover {
	background: transparent url(/images/leftButtons.jpg) 0 -108px no-repeat;
	color: #FFFFFF;
}
/*===Left Buttons===*/


#about {
	width: 646px;
	height: 435px;
	margin: 24px 20px 20px 0;
	float: right;
	display: inline;
	background: transparent url(/images/about.jpg) no-repeat;
}
#about p {
	color: #BFBFBF;
	line-height: 18px;
	font-size: 14px;
	width: 596px;
	margin: 20px auto 0;
}
#about .secondP {
	margin-top: 10px;
}

/*===Vehicle Specials===*/
#vehicleSpecials {
	width: 920px;
	height: 256px;
	margin: 0 auto;
	background: url(/images/vehicleSpecials.jpg) top no-repeat;
	clear: both;
}
#vehicleSpecials p {
	color: #BFBFBF;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 0 0 25px;
}
#vehicleSpecials ul {
	margin-top: 20px;
}
#vehicleSpecials li {
	float: left;
	display: inline;
	width: 196px;
	margin-left: 26px; 
}
#vehicleSpecials span {
	display: block;
	color: #BFBFBF;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	padding-top: 6px;
	border: none;
}
#vehicleSpecials a img {
	border: 2px solid #BFBFBF;
}
#vehicleSpecials a:hover img { 
	border: 2px solid #FF0000;
}
#vehicleSpecials a:hover span {
	color: #FF0000;
}
/*===Vehicle Specials===*/



/* End Container */



/* Start Footer */
#footer {
	background: url(/images/headerBack.gif);
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 15px;
}
#footer p {
	padding-bottom: 5px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:focus, #footer a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* End Footer */



/*======================== VEHICLE SEARCH =========================*/
#vsheading  {
	padding-top: 30px;
	width: 900px;
	margin: 0 auto 20px;
}
#vsearch {
	position: absolute;
	top: 55px;
	right: 36px;
	width: 31px;
	height: 26px;
}
/*======================== VEHICLE SEARCH =========================*/


#mm4-container {
	font-size:10px;	
}
