/* @override http://cyclopslighting.co.uk/stylesheets/screen.css */

body {
  margin-top: 15px;
}

a img {
  border-style: none;
}

#container {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#head {
  background: url(../images/head.jpg) no-repeat center top;
  height: 330px;
  padding-top: 6px;
  font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-top: 10px;
}

#head ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin: 0 88px 0 409px;
}

#head ul li {
  border-bottom: 1px solid #5a96dc;
}

#head ul li.first {
  border-top: 1px none #5a96dc;
}

#head ul li a {
  display: block;
  padding: 10px 15px;
  color: #253b4d;
  text-decoration: none;
}

#head ul li a:hover {
  background-color: #98ccfa;
}

#content {
  color: #323232;
  text-align: left;
  margin: 20px;
  font: 0.7em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content a {
  color: #384d1c;
}

#content a:hover {
  color: #202c10;
}

#footer {
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer, #footer a {
  color: #95a381;
}

#footer a:hover {
  color: #798c5d;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
  font-style: normal;
  color: #4875a9;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  color: #4875a9;
}

.highlight {
  color: #7b9b0f;
}

#flash {
  position: absolute;
  width: 324px;
  height: 76px;
  margin-top: 140px;
  margin-left: -325px;
  left: 50%;
}

body#contact form {
  float: left;
  width: 425px;
}


div#content form p input {
  width: 120px; 
  text-align: center;
  float: right;
  margin-right: 30px;
} 

form dt {
  font-weight: bold;
  width: 125px;
  float: left;
}

form dl input, form dl textarea {
  width: 265px;
}

#contact #address {
  padding-top: 1px;
}

.required {
  font-weight: bold;
  color: #df0003;
}

.case_studies dt, .case_studies dd {
  margin-bottom: 15px;
}

.case_studies dt {
  width: 200px;
  float: left;
  margin-right: 15px;
}

.case_studies dt img {
  padding: 2px;
  border: 1px solid #b1b1b1;
}

.case_studies dd {
  margin-left: 217px;
}

table .image {
  text-align: center;
}

table .image img {
  padding: 2px;
  border: 1px solid #b1b1b1;
}

blockquote {
  font-style: italic;
  margin: 0;
}

