/* @override http://localhost:3000/styles.css */

body {
  font: .9em Helvetica, Arial, sans-serif;
  margin: 0;
  background: url(../images/background-top.png) repeat-x top;
}

h1, h2, h3, h4 {
  color: #0e0b96;
  text-align: center;
}

.highlight {
  background-color: #FFFDCA;
}

.alert {
  background-color: #FF9494;
  padding: 5px;
  border: 2px solid #FF6363;
}

.alert a {
  color: #920000;
  font-weight: bold;
}

.alert a:active {
  background-color: #920000;
}

h2.phone-number {
  text-align: center;
}

h2.fancy {
  color: #288e31;
  font-style: italic;
  line-height: 1.1em;
  font-family: serif;
}

a {
  color: #1D2D7A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
  background-color: #1D2D7A;
  color: white;
}

#header {
  width: 500px;
  height: 131px;
  margin: 0 auto;
  background-image: url(../images/header.png);
  font-family: "Hoefler Text", Palatino, Times, serif;
}

#header h1, #header h2 {
  text-indent: -1000em;
}

#header h1 {
  font-size: 2.7em;
}

#header h2 {
  font-size: 1.4em;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 40px;
}

#header h3 {
  font-size: 2em;
  color: #920000;
}

#navigation {
  margin-top: 20px;
  text-align: center;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#navigation ul li {
  display: inline;
}

#navigation ul li:before {
  content: '| ';
}

#navigation ul > li:first-child:before {
  content: '';
}

#container {
  padding: 0 30px;
  max-width: 500px;
  width: expression(document.body.clientWidth > 800 ? "800px" : "auto");
  margin: 90px auto 0 auto;
  line-height: 1.3em;
}

#services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#services #container {
  text-align: center;
}

#footer {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}

#footer img {
  margin-bottom: 10px;
}
