* {
  margin: 0;
  padding: 0;
}

body {
  margin: 20px;
  color: black;
  font: 18px/1.2 Times New Roman, veranda, arial, helvetica, clean, sans-serif;  /*  Base font size */
  background-color: #cdcd9b;
}

a[href] {
  color: #00676a;
  text-decoration: none;
}

a[href]:hover {
  color: #00676a;
  text-decoration: underline;
}

a[name] {
  font-weight: bold;
}

/**************************************
**  LANDING PAGE
**************************************/

table#landingpage {
  width: 100%;
}

table#landingpage td {
  width: 33%;
  text-align: center;
}

#phone {
  font-size: 180%;
}

/**************************************
**  CASES PAGE
**************************************/

.case {
  padding: 20px 0;
}

.inline-right {
  display: block;
  float: right;
  padding: 10px;
}

/**************************************
**  CONTENT
**************************************/

#content {
  margin: 40px 140px 0 140px;
  text-align: left;
}

#content h1 {
  font-size: 110%;
  text-align: center;
}

#content p {
  padding: 10px 0;
}

#content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 20px;
  text-align: left;
}

.heading {
  font-weight: bold;
}

/**************************************
**  HEADER
**************************************/

#header img {
  display: block;
  margin: 0 auto;
  border: 0;
}

#menu ul {
  float: left;
  margin: 50px 0 0 0;
}

#menu li {
  margin: 10px 0;
  list-style-type: none;
  border-top: 2px solid #00676a;
  border-left: 2px solid #00676a;
}

#menu li a {
  display: block;
  width: 100px;
  height: 40px;
  padding: 5px;
  color: black;
  font: 14px/1.4 sans-serif, helvetica, clean, veranda, arial ;  /*  Base font size */
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-top: 2px solid #bdbd8b;  /*  shadow */
  border-left: 2px solid #bdbd8b;
}

#menu li a:hover {
  position: relative;
  top: +1px;
  left: +1px;
  background-color: #ddddab;
}

/**************************************
**  FOOTER
**************************************/

#footer {
  margin: 0 140px;
  text-align: right;
}

#footer li {
  padding: 5px 0;
  list-style-type: none;
}

#footer li a {
  font-weight: bold;
}
