.leftSide
{
  float: left;
  width: 30%;
  padding-left: 10%;
}

.rightSide
{
  float: left;
  width: 55%;
}

.rightSide .rightSideLeft
{
  float: left;
  width: 48%;
}

.rightSide .rightSideRight
{
  float: left;
  width: 50%;
}

h1 {
	border-bottom: 1px solid #d3d2d2 !important;
	padding-bottom: 0.2em !important;
  margin-bottom: 0.8em !important;
}
h1.h1Header {
	border-bottom: 0px !important;
	padding-bottom: 0em !important;
  margin-bottom: 0em !important;
}
.carContactUsIcon, .bikeContactUsIcon, .homeContactUsIcon, .travelContactUsIcon, .vanContactUsIcon,.businessContactUsIcon, .classicContactUsIcon {
  width: 60%;
  min-height: 30px;
  padding-left: 40%;  
  padding-top: 20px;
  background-repeat: no-repeat !important;
  margin-bottom: 10px;
}
.carContactUsIcon {
  background: url(images/carContactUsIcon.gif) 10px 0px;  
}
.bikeContactUsIcon {
  background: url(images/bikeContactUsIcon.gif) 0px 0px; 
}
.homeContactUsIcon {
  background: url(images/homeContactUsIcon.gif) 0px 0px; 
}
.travelContactUsIcon {
  background: url(images/travelContactUsIcon.gif) 0px 0px;
}
.vanContactUsIcon {
  background: url(images/vanContactUsIcon.gif) 0px 0px;
}
.businessContactUsIcon {
  background: url(images/businessContactUsIcon.gif) 0px 0px;
}
.classicContactUsIcon {
  background: url(images/classicContactUsIcon.gif) 0px 0px;
}
.topBottomMargin {
	padding: 0;
	margin: 0;
}