@import url(reset.css);
html, body { 
  height: 100%;}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #fff url(/assets/images/bg.gif) ;
  line-height: 18px;}

h1 { font-size: 60px }
h2 { font-size: 36px }
h3 { 
  font-size: 24px;
  line-height: 28px; }

.main {
  width: 920px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px;}

.header {
  padding: 30px 0;}

.logo {
  font-size: 36px;
  color: #666;
  line-height: 30px;}

  .logo a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;}

.space {
  height: 120px;}

.footer {
  width: 920px;
  position: relative;
  margin: 0 auto;
  height: 80px;}

  .footer p {
    line-height: 20px;
    padding: 30px 0;}

  .footer a {
    margin: 0 10px;}

.blurb {
  padding: 30px 0 30px;
  color: #ccc;}

  .blurb h2 {
    font-size: 36px;
    line-height: 40px;}

  .blurb h1 {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 60px;
    line-height: 70px;}

  .blurb b {
    font-weight: normal;
    color: #4D73CF;}

.title {
  padding: 25px 0 10px;}

.worklist {
  list-style: none;}

  .worklist li {
    font-size: 14px;
    padding: 6px 0;
    color: #000;}

    .worklist li a {
      font-size: inherit;
      color: #000;
      text-decoration: none;}

    .worklist li a:hover {
      text-decoration: underline;}

.contact-form {
  width: 500px;}

form dl {
  overflow: hidden;}

  form dl dt {
    float: left;
    clear: left;
    color: #333;
    width: 25%;
    padding: 6px 10px 4px 0;}

  form dl dd {
    float: left;
    width: 70%;
    color: #000;
    padding: 2px 0;}

  form input[type='text'], form textarea {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    border: 1px solid #999;
    width: 97%;
    max-width: 97%;
    background: #fefefe;
    padding: 5px;}

  form textarea {
    min-height: 150px;
    height: 150px;
    max-height: 350px;}

  form input[type='submit'] {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 2px 20px;}

  form .error {
    color: #f00;
    font-size: 11px;}



