body,table,input,select,textarea {
  font-family:"Times New Roman",serif;
  font-size:12pt;
}

body {
  background-color:#fff;
  color:#000;
}

a {
  color:#000000;
}


#content h1 {
  font-size:1.4em;
  color:#000;
}

.nav,
#header .photos {
  display:none;
}


#header {
  position:static;
  width:100%;
  height:auto;
  border-bottom:#666 solid 1px;
}

#header .logo {
  position:static;
  width:100%;
  height:auto;
  background:none;
  text-decoration:none;
}

#header .logo span {
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.6em;
}


#border {
  margin:0;
  border:none;
}


#content {
  margin:1em 0 0 0;
  padding:0;
  border:none;
}

#content .hero {
  display:none;
}

#content a {
  color:#000;
}

#content a:hover {
  color:#000;
}


#footer {
  padding:1em 0 0 0;
  border-top:#666 solid 1px;
}



/* ------------------------------------------------------- */
/* ----------------- RENTAL QUOTE FORM --------------------*/
/* ------------------------------------------------------- */


h1 {
  text-align: left;
  background-image: none;
}



.box {
  display:none;
}

#quick_quote_rental_request_form {
  width: 100%;
}

#quote {
  width:95%;
  font-size: 1em;
  text-align: left;
}

#quote .rental_options table {
  width: 100%;
}

#quote h2 {
  display: none;

}

#quote .rental_options table thead tr { padding:0px; }
#quote .rental_options table thead th { padding:0px; }
#quote .rental_options table thead td { padding:0px; }
#quote .rental_options table tbody tr { padding:0px; }
#quote .rental_options table tbody th { padding:0px; width: 220px;}
#quote .rental_options table tbody td { padding:0px; }



#quote .rate_select .heading {
  color: black;
}

#quote .contact_details {
  border: none;
  width: 90%;
}


#quote .contact_details .heading {
  border: none;
  background-color: white;
  color: black;
  border-bottom: 1px solid black;

}


#quote .contact_details table {
  width: 100%;
}

#quote .contact_details table thead tr { padding:0px; }
#quote .contact_details table thead th { padding:0px; }
#quote .contact_details table thead td { padding:0px; }
#quote .contact_details table tbody tr { padding:0px; }
#quote .contact_details table tbody th { padding:0px; width: 220px;}
#quote .contact_details table tbody td { padding:0px; }


#advert {
  display: none;

}


