﻿body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #4D4D4D;
}
table
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #666666;
	
}

.disclaimer
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
}

.black_title
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

.gray_title
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #6D6E71;
	font-weight:bold;
}

.red_title
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: #ED1C24;
	font-weight:bold;
}


a:link
{
   color: #1979BE;
   text-decoration: underline;
}
a:visited
{
   color: #1979BE;
   text-decoration: underline;
}
A:hover
{
   color: #1979BE;
   text-decoration: underline;
}
a:active
{
   color: #1979BE;
   text-decoration: underline;
}

#home
{
  display: block;
  width: 54px;
  height: 32px;
  background: url("images/nav_home.jpg") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -32px;
}

#home span
{
  display: none;
}

#why
{
  display: block;
  width: 81px;
  height: 32px;
  background: url("images/nav_burgess.jpg") no-repeat 0 0;

}

#why:hover
{ 
  background-position: 0 -32px;
}

#why span
{
  display: none;
}

#ambulance
{
  display: block;
  width: 77px;
  height: 32px;
  background: url("images/nav_ambulance.jpg") no-repeat 0 0;

}

#ambulance:hover
{ 
  background-position: 0 -32px;
}

#ambulance span
{
  display: none;
}

#recent
{
  display: block;
  width: 103px;
  height: 32px;
  background: url("images/nav_deliveries.jpg") no-repeat 0 0;

}

#recent:hover
{ 
  background-position: 0 -32px;
}

#recent span
{
  display: none;
}

#new
{
  display: block;
  width: 89px;
  height: 32px;
  background: url("images/nav_newinv.jpg") no-repeat 0 0;

}

#new:hover
{ 
  background-position: 0 -32px;
}

#new span
{
  display: none;
}

#preowned
{
  display: block;
  width: 115px;
  height: 32px;
  background: url("images/nav_preinv.jpg") no-repeat 0 0;

}

#preowned:hover
{ 
  background-position: 0 -32px;
}

#preowned span
{
  display: none;
}

#remounts
{
  display: block;
  width: 66px;
  height: 32px;
  background: url("images/nav_remount.jpg") no-repeat 0 0;

}

#remounts:hover
{ 
  background-position: 0 -32px;
}

#remounts span
{
  display: none;
}


#service
{
  display: block;
  width: 48px;
  height: 32px;
  background: url("images/nav_service.jpg") no-repeat 0 0;

}

#service:hover
{ 
  background-position: 0 -32px;
}

#service span
{
  display: none;
}

#contact
{
  display: block;
  width: 78px;
  height: 32px;
  background: url("images/nav_contact.jpg") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -32px;
}

#contact span
{
  display: none;
}

#vehicles ul {
	overflow: hidden;
	list-style-type:none;
padding-left:0px;
}
	#vehicles a {
		display: block;
		padding-top: 0px;
		margin-bottom: 0px;
			margin-left:0px; 
		background: transparent none no-repeat center 0px;
	}

	#vehicles ul li 
	{
	    margin-left:0px; 
		width: 130px;
		height: 120px;
		float: left;
		text-align: center;
	}

#type1 a { background-image: url(images/type1_sm.jpg); }
#type1md a { background-image: url(images/type1md_sm.jpg); }
#type2 a { background-image: url(images/type2_sm.jpg); }
#type3 a { background-image: url(images/type3_sm.jpg); }
#mini a { background-image: url(images/MinRes_sm.jpg); }

#type1 a:hover
{ background-image: url(images/type1_lg.jpg);
  width: 130px;
  height: 120px;
 }

#type1md a:hover 
{
  background-image: url(images/type1md_lg.jpg);
  width: 130px;
  height: 120px;
    
}
     
#type2 a:hover 
{
  background-image: url(images/type2_lg.jpg);
  width: 130px;
  height: 120px;
    
}

#type3 a:hover 
{
  background-image: url(images/type3_lg.jpg);
  width: 130px;
  height: 120px;
 }
   
#mini a:hover 
{
  background-image: url(images/minres_lg.jpg);
  width: 130px;
  height: 120px;
 }

