body {
  background: #ffffff;
  color: #787d82;
  font-size: 13px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, input, textarea, select {
  background: #ffffff;
  border: 1px solid #bebebe;
  color: #000020;
  padding: 2px;
}

button, input, textarea {
  padding: 10px;
}

input[type=checkbox] {
  margin: 3px;
  padding: 0;
}

input[type=image] {
  background: none;
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

hr {
  border: 0;
  border-top: 1px solid #dde7f2;
}

h1, h2, h3, h4, h5, h6 {
  color: #acba3a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h1 {
  color: #000000;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

a {
  color: #1e90ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  min-width: 1100px;
}

#header {
  margin: 0 auto;
  padding: 10px 0;
  width: 1100px;
}

#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#header img {
  float: left;
  height: 70px;
}

#header .custom {
  background: url('../images/phone.png') no-repeat left center;
  color: #acba3a;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  margin: 5px 0;
  padding-left: 34px;
}

#header .custom p {
  margin: 0;
}

#header ul.menu {
  clear: right;
  float: right;
  line-height: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header ul.menu li {
  display: inline;
}

#header ul.menu li + li {
  margin-left: 15px;
}

#header ul.menu li a {
  color: #1d0f0a;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

#header ul.menu li a:hover,
#header ul.menu li.active a {
  color: #e09d26;
  text-decoration: none;
}

#banner {
  background: url('../images/titlebg.jpg') no-repeat center top/cover;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.25);
}

body.home #banner {
  background: url('../images/bannerbg.jpg') no-repeat center top/cover;
  height: 390px;
  padding: 60px 0;
}

#banner .custom {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 1100px;
}

#banner .custom h2 {
  color: #ffffff;
  font-size: 6em;
  height: 420px;
  line-height: 720px;
  margin: 0;
}

body.home #banner .custom h2 {
  height: auto;
  line-height: normal;
}

#banner .custom p:last-child {
  margin-bottom: 0;
}

#banner .custom a {
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 20px;
  padding: 10px 15px;
}

#banner .custom a:hover {
  text-decoration: none;
}

#content {
  display: table;
  margin: 0 auto;
  padding: 40px 0;
  width: 1100px;
}

#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content h1:first-child {
  margin-top: 0;
}

#content ul.actions {
  margin: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
}

#content ul.actions li {
  display: inline;
}

#content ul.actions a {
  text-decoration: none;
}

#content ul.projects li {
  display: block;
}

#content ul.projects li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content ul.projects li span {
  display: block;
  width: 50%;
}

#content ul.projects li span.left {
  float: left;
}

#content ul.projects li span.right {
  float: right;
}

#content table h3 {
  margin: 0;
}

#content table p {
  margin: 1em 0 0;
}

#highlight {
  background: url('../images/highlightbg.jpg') no-repeat center/cover;
  padding: 50px 0;
}

#highlight .custom {
  color: #ffffff;
  margin: 0 auto;
  width: 1100px;
}

#highlight .custom p:last-child {
  margin-bottom: 0;
}

#highlight .custom a {
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 50px;
  padding: 10px 15px;
  text-transform: uppercase;
}

#highlight .custom a:hover {
  text-decoration: none;
}

#sitemap {
  margin: 30px auto;
  width: 1100px;
}

#sitemap ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sitemap ul.menu li {
  display: inline;
}

#sitemap ul.menu li + li {
  margin-left: 15px;
}

#sitemap ul.menu li a {
  color: #1d0f0a;
  font-family: 'Open Sans', sans-serif;
}

#sitemap ul.menu li a:hover,
#sitemap ul.menu li.active a {
  color: #e09d26;
  text-decoration: none;
}

#copyright {
  color: #a7a998;
  margin: 30px auto;
  width: 1100px;
}

#copyright a {
  color: #a7a998;
}
