/*
**  For Turnball Associates
**  On behalf of practiceWEB 2009
*/

/* change the font */

body {
  font-family: "Arial", Trebuchet, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  font-size: 12pt;
  margin: 2%;
}

h1, h2 {
  border-bottom: 1px solid #000;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet", Helvetica, sans-serif;
  padding: 12px 0 0 0;
  margin: 0;
  color: #000;
  background: none;
}

p, table {
  margin: 12px 0;
}

/* underline all links */

a:link, a:visited {
  text-decoration: underline !important;
  color: #000;
  color: black;
  background: transparent;
}

/* turn off various elements */

#contactsForm, #mailafriend, #searchBox, #menuUtility,  #footer, #menu, #promo, #utilityNav, #register, #ourservices_nav, #busnewstitle, #newsBottom, #businessNews, #businessNews th, #welcome-image, #main img {
  display: none;
}

#logo img {
  border: none;
}