/* CSS Document */

html {
  font-size: 100%;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  text-align: center;
  background: #000 url(/images/layout/bg.png) repeat-y 50% 0;
  color: #fff;
}
body.home {
  background-color:#000;
  color:#fff;
}
body.about {
  background-color:#b4563a;
  color:#fff;
}
body.services {
  background-color:#6e6c63;
  color:#fff;
}
body.projects {
  background-color:#caad69;
  color:#fff;
}
body.contact {
  background-color:#747146;
  color:#fff;
}
body.whatsnew {
  background-color:#93a92f;
  color:#fff;
}
#page {
  font-size: 1.2em;
  text-align: left;
  background:#000;
  color:#fff;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
  padding-bottom:10px;
}
p {
  padding-bottom: 15px;
  line-height: 18px;
}
a:link,
a:visited {
  color: #ddd;
  text-decoration: underline;
}
a:hover {
  color: #fff;
}
#footer {
  color: #999;
  font-size:1em;
  text-align:center;
  padding-top:5px;
}
form {
  text-align: center;
}
label {
  margin: 0 auto;
  width: 500px;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
}
.text,
textarea {
  margin: 0 auto;
  border: 1px solid #9c9;
  background: #fafafa;
  color: #666;
  width: 500px;
}
input:focus,
textarea:focus {
  background: #fff;
  color: #000;
}
textarea {
  font-size: 1em;
}
#address {
  font-size:.9em;
  text-align:left;
}
#address p {
  line-height:1.2em;
}
#serviceslist ul li {
  font-size:.9em;
}
.projects h4 {
  font-size:1.3em;
  text-align:center;
  width:302px;
  background:#97824e;
  color:#fff;
  padding:10px 0;
  margin:7px;
}
#TICKER {
  text-align:center;
}
#TICKER strong a {
  background:#93a92f;
  padding:5px 10px;
  margin-right:10px;
  margin-left:20px;
}
#TICKER p {
  padding:0 570px;
}
.date {
  text-transform:uppercase;
}
.date strong {
  font-size:1.2em;
  text-transform:none;
}