body
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  color: black;
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  line-height: 1.5em;
  font-size: 90%;
}

h2
{
  font-size: 200%;
  line-height: 1.3em;
  color: #000;
}

#main
{
  color: #000;
  background-color: white;
}

#header
{
  color: white;
  background-color: #000;
  padding: 0 50px 20px 50px;
  height: 140px;
 
}

#header_inner .grid_6
{
  color: white;
  background-color: black;
  text-transform: lowercase;
}

#header_inner h2
{
  color: white;
}

#header_inner a, #header_inner a:visited
{
  text-decoration: none;
  color: white;
}

#header_inner a:hover
{
  text-decoration: none;
  color: black;
  background-color: white;
}


#nav
{
  line-height: 160%;
  text-transform: lowercase;
  margin-top: 20px;
}

#nav ul
{
  list-style-type: none;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#nav a, a:visited
{
  color: #fff;
  text-decoration: none;
}

#nav a:hover
{
  color: #000;
  background-color: #fff;
}

#logo
{
  text-align: right;
  color: white;
  padding: 10px 0;
}

#headline
{
  padding: 35px 0 30px 0;
  font-size: 320%;
  color: #000;
}

.learn-more
{
}

li
{
  line-height: 1.6em;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }

.portfolio_background
{
  margin: 0;
  padding: 0;
  width: 280px;
  height: 280px;
  background-color: #fff;
}

.portfolio_background img
{
  vertical-align: middle;
}

.portfolio_subhead
{
  font-size: 140%;
  color: #555;
}

#contact_map
{
  width: 600px;
  height: 400px;
  background-color: #fff;
}

a.button, a:visited.button {
  background-color: #ff0000;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 130%;
  float: right;
}

a:hover.button {
  background-color: #000;
  color: #fff;
}

