body {
  font-family: Cantarell, "Century Gothic", Arial, Helvetica, sans-serif;
  color:#333;
  text-align: left;
  font-size: 90%;
  padding: 0 0 50px 0;
  margin: 0;
}

a {
  color: #a42a1d;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 125%;
  color: #222;
  clear: both;
}

h2, h3, h4 {
  font-weight: normal;
  font-size: 120%;
  padding-top: .7em;
  padding-bottom: 0em;
  clear: both;
  color: #025129;
}

h3 {
  font-size: 105%;
}

h4 {
  font-size: 90%;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
  color: #025129;
}

.heading_description {
  font-weight: normal;
  color: #025129;
}

p {
  font-size: 100%;
  line-height: 1.2em;
}

hr {
  color: #c2c2c2;
  margin: 20px 0 20px 0;
}

img {
  border: none;
}

div {
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

iframe#prototype {
  border: 1px solid #c2c2c2;
}

th {
  text-align: left;
}


#logobar {
  padding: 15px 0 10px 65px;
  background-repeat: repeat;
  background-color: #ffffff;
}

#logobar img {
  margin: 0 auto 0 auto;
}

#logotype {
  margin: 20px 0 20px 65px;
  font-size: 180%;
  float: left;
}

#navigation {
  background-image: url("navBg.gif");
  background-repeat: repeat-y;
  background-color: #aecab7;
  border-color: #6b654d;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 55px;
  height: 2em;
  clear: both;
}
#navigation ul, #categoryPicker {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  border: 0;
  margin: 0;
}
#navigation li, #categoryPicker li {
  float: left;
  display: inline;
  border: 0;
  margin: 0;
  padding: 0;
}
#navigation li a {
  display: block;
  height: 1.4em;
  color: #000000;
  text-decoration: none;
  padding: .5em 20px .1em 10px;
  margin: 0;
  border-width: 0px 1px 0 1px;
  border-style: solid;
  border-color: transparent;
}
#navigation li a:hover {
  background: #c8e0b8;
  border-width: 0px 1px 0 1px;
  border-style: solid;
  border-color: #6b654d;
}
#navigation li a.active {
  background: #c8e0b8;
  border-width: 0px 1px 0 1px;
  border-style: solid;
  border-color: #6b654d;
}

#categoryPicker {
  text-align: left;
  font-size: 120%;
  padding: 0;
  height: 2em;
}

#categoryPicker li {
  padding-right: 20px;
}

#categoryPicker li a.active {
  color: #333;
  text-decoration: none;
}

#currentProjectDescription {
  float: left;
  width: 300px;
  margin: 15px 0 0 20px;
}

.clear {
  clear: both;
}

#content, #content_minwidth {
  clear: both;
  padding: 20px 0 40px 12px;
  margin: 0 0 20px 40px;
  width: 90%;
}

#content_minwidth {
  width: 100%;
  min-width: 1200px;
}

li {
  padding-bottom: .5em;
}

.main {
  float: left;
  width: 65%;
  padding-bottom: 30px;
  padding-right: 30px;
}

.headingPreamble {
  color: #000;
}

.sidebar {
  float: left;
  width: 25%;
  margin-top: 17px;
  padding-left: 20px;
  border-left: 1px solid #c2c2c2;
}

.sidebar ul {
  width: 280px;
}

.learnMoreLink {
  text-align: right;
}

#introPainting {
  padding-top: 10px;
}

.paintingExample {
  float: left;
  padding: 0 20px 10px 0;
}

#paintingExample img {
  padding-top: 10px;
}

.designExamples img {
  margin-right: 15px;
}

img.outline {
  border: 1px solid #999;
}

.designExamples div {
  float: left;
}

.designExamples p {
  margin-top: 5px;
}


#guideThumbnails {
  display: inline;
  width: 220px;
}

#guideThumbnails img {
  margin-right: 15px;
}


#projectsThumbnailPicker {
  float: left;
}

#currentProjectGallery {
  float: left;
  padding-top: 10px;
  margin: 35px 0 0 20px;
  width: 730px;
  border: 1px solid #888;
  -moz-border-radius:3pt;
  -webkit-border-radius:4pt;
  -webkit-drop-shadow:#ccc 4pt;
}

#currentProjectGallery .slideShowWrapper {
  border: 0;
}

#currentProjectGallery .slideShowTitle {
  text-align: left;
  position: relative;
  top: 15px;
  height: 1.5em;
}

.column {
  float: left;
}

#farefinder object {
  float: left;
}

#farefinder .column {
  width: 40%;
  margin-right: 20px;
}

#farefinder .column p img {
  margin-right: 10px;
}

#thesisDocuments p {
  float: left;
  margin-right: 20px;
}

#about h2 {
  padding-top: 2em;
}

#about ul li {
  list-style: none;
}

#about #groupEx li {
  padding-bottom: 20px;
}

#about #groupEx li img {
  margin: 0 10px 10px 0;
}

.resume_labels {
  font-weight: bold;
}

#about #background {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
}

.resume_labels a {
  font-weight: normal;
}

.form_button{
  border: 1px solid #999999; 
  background: #d1e6d8; 
  font-weight: bold; 
  font-size: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.form_button:hover {
  background: #c8e0b8;
}
#form_button {
  text-align: right;
}

#frontpagebottom_img {
  margin: 2em 0 2em 0;
}

.caption {
  font-size: 90%;
}

#w3cIcons, #copyright {
  clear: both;
  font-size: 85%;
  text-align:right;
  width: 80%;
  margin-left: 120px;
  margin-top: 50px;
}

#copyright p {
  margin-top: 5px;
}

.formerror {
  color: #ff0000;
}

.skiplink {display: none;}

.attribution {font-size: 90%; padding-top: 40px;}

