body {
  margin: 0;
  padding: 0;
  /*background: #fff url('images/page_bg') top repeat-x;*/
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #333;
}

img {
  border: none;
}

div#content h3 {
  margin: 0;
  padding: 0;
}

body.front #wrapper {
  width: 940px;
  height: 602px;
  position: absolute;
  left: 50%;
  margin: 20px 0 0 -495px;
  padding: 0px;
}

#wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 30px 10px;
  /*border: solid #ccc;
    border-width: 0 1px;*/
}

a#logo {
  display: block;
  float: left;
}

ul#nav {
  display: block;
  float: right;
  margin: 0 0 0 30px;
}

ul#nav li {
  list-style-type: none;
  display: inline;
  margin: 0 0 0 30px;
  padding: 0;
}

ul#nav li a {
  margin: 0;
  padding: 0;
  font-size: 2em;
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #aaa;
}

div#content {
  margin: 30px 5px;
}

div#front_page_who_we_are {
  float: left;
  text-align: center;
  margin: 0 15px 0 0;
}

div#intro_text {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  width: 440px;
}

div#front_page_who_we_are ul {
  display: block;
  margin: 20px auto 0 auto;
  padding: 0;
}

div#front_page_who_we_are ul li {
  display: inline;
  list-style-type: none;
  margin: 0 10px 20px 10px;
  padding: 0;
}

div#front_page_projects {
  float: left;
  margin: 0;
}

div#front_page_projects ul {
  margin: 0;
  padding: 0;
}

div#front_page_projects ul li {
  list-style-type: none;
  display: none;
}

ul#portfolio {
  display: block;
  list-style-type: none;
  width: 720px;
  margin: 20px auto;
  padding: 0;
}

ul#portfolio li {
  display: block;
  margin: 0 0 20px 0;
  padding: 15px 0 0 0;
  background: url("images/portfolio_top.png") top center no-repeat;
}

ul#portfolio li div.project {
  display: block;
  margin: 0;
  padding: 5px 30px 20px 30px;
  background: url("images/portfolio_bottom.png") bottom center no-repeat;
}

div.project img {
  float: left;
  display: block;
  margin: 25px 25px 20px 0;
}
div.project h2 {
  display: inline;
}

div.project a.visit {
  font-size: .9em;
  margin: 3px 8px;
  color: #3869cc;
}

#content .head {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

#contact {
	margin: 0 auto;
	width:590px;
}

#contact p {
  margin: 0;
  padding: 0;
}

#contact img {
  display: inline;
  margin: 50px;
}

#contact input, #contact textarea {
  padding: 5px;
  width: 381px;
  font-size: 12px;
  margin: 0px 0px 10px 0px;
  font-family: Helvetica, Arial, sans-serif;
  border: 2px solid #333;
}

#contact textarea {
  height: 150px;
  width: 381px
}

#contact textarea:focus, #contact input:focus {
  border: 2px solid #A4BECB;
}

#contact input.submit-button {
  width: 150px;
  background: #DDD;
  font-weight: bold;
  margin: 5px 80px 0 115px;
  cursor: pointer;
}

#contact .greenbox {
  border-style: solid;
  border-width: 1px;
  border-color: #006633;
  padding: 7px;
  background: #C8FFC5;
  color: #006633;
  font-size: 13px;
  margin-bottom: 10px;
}

#contact .redbox {
  border-style: solid;
  border-width: 1px;
  border-color: #990000;
  padding: 7px;
  background: #FFCECE;
  color: #990000;
  font-size: 13px;
  margin-bottom: 10px;
}

label {
  float: left;
  text-align: right;
  margin-right: 15px;
  width: 100px;
  padding-top: 5px;
  font-size: 14px;
}

#contactthanks {
  float: left;
  font-size: 16px;
  border: 1px solid #000;
  background: #DDD;
  padding: 15px;
}


div#footer {
  margin: 60px 0 0 0;
  font-size: .9em;
  color: #bbb;
  text-align: right;
}

div#footer a {
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

div#footer a:hover {
  border-bottom: 1px solid #aaa;
}

div.clear {
  clear: both;
}