/* universal */
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf"); }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.ttf");
  font-weight: bold; }

* {
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

html, body {
  font-family: "Source Sans Pro", sans-serif; }

body {
  background-image: linear-gradient(bottom, #105288 6%, white 53%);
  background-image: -o-linear-gradient(bottom, #105288 6%, white 53%);
  background-image: -moz-linear-gradient(bottom, #105288 6%, white 53%);
  background-image: -webkit-linear-gradient(bottom, #105288 6%, white 53%);
  background-image: -ms-linear-gradient(bottom, #105288 6%, white 53%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.06, #105288), color-stop(0.53, white));
  background-repeat: no-repeat;
  background-attachment: fixed; }

div.wrapper {
  margin: 0 auto 30px;
  background-color: #fff;
  padding: 25px 40px 0 40px;
  color: #333;
  width: 845px;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  font-size: 14px;
  background-image: url("../images/arrow-background.png");
  background-repeat: no-repeat;
  background-position: 640px 0;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2), -3px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2), -3px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2), -3px 3px 2px rgba(0, 0, 0, 0.2); }

section {
  overflow: auto; }

textarea {
  resize: vertical; }

.center {
  text-align: center; }

.center h1 {
  margin-bottom: 10px; }

.trademark {
  color: #105388;
  font-weight: bold; }

a[href^="mailto"] {
  color: #105388; }
  a[href^="mailto"]:hover {
    text-decoration: none; }

form label {
  color: #105388;
  font-weight: bold; }
form span.required {
  color: red; }
form input[type=text], form textarea {
  background: #eef; }
form .input-columns div {
  float: left;
  width: 30%;
  margin-left: 20px; }
  form .input-columns div:first-child {
    margin-left: 0px; }

/* home page only */
#main-img {
  display: block;
  margin-bottom: 25px; }

#aboutus-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 200px; }

#services-img {
  margin-bottom: 30px; }

#contact {
  border-top: 2px solid #ccc;
  padding: 20px 0;
  margin-top: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #105388; }
  #contact .info {
    float: left;
    width: 50%; }

/* typography */
h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

h1 {
  font-size: 3em;
  letter-spacing: -2px;
  margin-bottom: 30px;
  text-align: center; }

h2 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #105388; }

p {
  font-size: 1.1em;
  line-height: 1.4em; }

/* header */
header#main-header {
  width: 940px;
  margin: 0 auto;
  position: relative; }

#logo-container {
  position: relative;
  min-height: 110px;
  height: 110px; }

#logo {
  position: absolute;
  left: 0;
  top: 30px; }

#contact-info {
  position: absolute;
  right: 0;
  top: 36px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  color: #105388; }

/* navbar */
.navbar {
  margin-bottom: 0px; }
  .navbar .nav {
    width: 100%;
    margin: 0;
    font-size: 11px; }
    .navbar .nav > li {
      display: block;
      width: 16%;
      text-align: center; }
      .navbar .nav > li > a {
        padding: 5px 10px 4px 10px;
        text-shadow: none;
        color: white; }
        .navbar .nav > li > a:hover {
          color: #aaa; }
    .navbar .nav li:last-child > a {
      padding-right: 0px; }

.navbar-inner {
  background: #105388 url("../images/main-nav-fade.jpg") repeat-x;
  padding-left: 20px;
  padding-right: 30px;
  min-height: 28px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px; }

#shadow-left, #shadow-right {
  position: absolute;
  bottom: -4px;
  height: 5px;
  width: 7px;
  border: 0;
  background-repeat: no-repeat; }

#shadow-right {
  right: 0;
  background-image: url("../images/shadow-right.png"); }

#shadow-left {
  left: 0;
  background-image: url("../images/shadow-left.png"); }

p {
  font-size: 14px; }

.dropdown-menu {
  background-color: rgba(16, 83, 136, 0.7);
  text-align: left; }
  .dropdown-menu a {
    color: white; }

.navbar .nav > li > .dropdown-menu:after {
  border-bottom: 6px solid rgba(16, 83, 136, 0.7); }

/* footer */
.copyright {
  text-align: center;
  border-top: 2px solid #ccc;
  padding-top: 4px;
  font-size: 12px;
  margin-bottom: 25px; }

footer .container {
  color: #888;
  width: 845px; }

footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%; }

footer a {
  color: #555; }

footer a:hover {
  color: #222; }

footer small {
  float: left; }

footer ul {
  float: right;
  list-style: none; }

footer ul li {
  float: left;
  margin-left: 10px; }

/* services */
h6 {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin: 10px 0; }

#service-list {
  padding-left: 10px; }
