/*
GlennFrankMain.css
Glenn Frank Engineering

Steve Clason
stevec@topdogstrategy.com
20 Oct 08

Revisions:

*/
body, div, ul, li {
  padding: 0;
  margin: 0;
}
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  background-color: #D4E288;
}
#header {
  position: relative;
}
#header img {
  display: block;
}
#addressBlock {
  font-size: 12px;
  font-style: italic;
  background: transparent;
  position: absolute;
  color: #e2ece5;
  top: 5px;
  right: 8px;
  width: 200px;
}
#wrapper {
  margin: 0 auto;
  width: 965px;
  background-color: #185A8C;
}
#contentWrapper {
  background-color: #D3E287;
  margin-left: 220px;
  margin-top: 0;
}
.secondary #contentWrapper {
  background-color: #fff;
}
#content {
  padding: 2em 1em;
  font-size: 14px;
  min-height: 200px;
}
.secondary #content {
  padding-left: 36px;
}
#content h1 {
  color: #205984;
  font-size: 22px;
  margin-top: 8px;
}
#content h2 {
  color: #2B5881;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0
}
#content p {
  margin-top: 0;
  margin-bottom: 1em;
}

/* Navigation */
#nav {
  float: left;
  background-color: #185A8C;
  width: 220px;
  padding: 0 0 0 0;
}
#nav ul {
  margin: 38px 0 0 30px;;
  padding: 0;
}
#nav li {
  list-style-type: none;
  background-image: url("../images/navArrow.gif");
  background-position: 0px 2px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: .5em;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-style: oblique;
}
#nav a:hover {
  color: #D4E288;
}

#nav a.thisPage {
  color: #D4E288;
}

/* Project Images */
.projectImage {
  width: 275px;
  float: left;
  margin-right: 60px;
  margin-bottom: 1em;
}
.projectImage img {
  display: block;
  border: none;
  cursor: pointer;
}
.projectCaption {
  text-align: center;
  font-size: 12px;
  padding-top: 1em;
}


#footer {
  clear: both;
  background-color: #D3E287;
}


.clear {
  clear: both;
}
