body {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 16px;
  margin: 36px 0px 0px 100px;
  width: 722px;
}

h1 {
  display: inline;
  font-weight: normal;
  color: #211f60;
  font-size: 14px;
}

body.Home h1 { font-size: 22px; }

h1 a {
  background: transparent;
  padding-right: 2px;
  text-decoration: none;
}

h1>span {
  color: white;
}

h2, h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

p {
  font-size: 12px;
  width: 512px;
}

ul {
  list-style-type: none;
  list-style-position: outside;
}

li {
  font-size: 10px;
}

li>a {
  font-size: 16px;
}

ul li span:before {
  content: "\"";
}

ul li span:after {
  content: "\",";
}

ul li span {
  font-style: italic;
  font-weight: bold;
}

.upper {
  text-transform: uppercase;
}

.resume {
  text-size: 10px;
  line-height: 2;
}

#contact-title {
  font-size: 16px;
}

address {
  font-size: 16px;
  font-style: normal;
}

#header {
  display: block;
}

#header ul li,
ul#home_nav li {
  display: block;
  float: left;
  padding: .5em 1em;
}

a {
  color: #211f60;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

#header ul,
ul#home_nav {
  margin-left: -50px;
}

#header li>a {

}

#header a>span {

}

.clearfix {
  clear: both;
}

.galleries {
  float: left;
  position: relative;
}

ul.gallery {
  width: 210px;
  float: left;
  padding: 0px;
  position: relative;
}

ul.gallery li {
  clear: left;
  height: 45px;
  float: left;
  position: relative;
}

#gallery_image > img {
  float: left;
}

li.thumb > a {
  display: block;
  height: 45px;
}