@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
}

body {
  background-color: #e7e7e8;
  height: 100%;
  margin: 0px;
}

a {
  color: #004c6c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  width: 1014px;
  margin: auto;
  background-image: url(../images/container_bg.png);
  height: 100%;
}

#space {
  height: 13px;
}

#logo {
  width: 391px;
  height: 62px;
  background-image: url(../images/geostrategies_logo.jpg);
  margin-left: 19px;
}

#banner {
  width: 1000px;
  height: 286px;
  background-image: url(../images/banner.png);
  margin: -25px 0px 0px 7px;
}

#content {
  margin: 28px 0px 0px 40px;
  width: 960px;
}

#services {
  width: 210px;
  height: 130px;
  font-family:"Arno Pro", "Times New Roman", serif;
  font-size: 26px;
  color:#8d8d8d;
  float: left;
  background-image: url(../images/divider.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#services ul {
  margin-top: -2px;
}

#services li {
  list-style: none;
  font-family:Calibri, Corbel, Arial, sans-serif;
  font-size: 16px;
  color: 8d8d8d;
  margin-left: -34px;
}

#services li img {
  width: 13px;
  height: 11px;
  padding-right: 4px;
}

#contact {
  width: 213px;
  height: 130px;
  font-family: Arno Pro, Times New Roman, serif;
  font-size: 26px;
  color:#8d8d8d;
  float: left;
  margin-left: 28px;
  background-image: url(../images/divider.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#contact ul {
  margin-top: -2px;
}

#contact li {
  list-style: none;
  font-family:Calibri, Corbel, Arial, sans-serif;
  font-size: 16px;
  color: 8d8d8d;
  margin-left: -34px;
}

#quote {
  height: 130px;
  font-family: Arno Pro, Times New Roman, serif;
  font-size: 22px;
  font-style: italic;
  padding: 0px 20px 0px 20px;
  color:#8d8d8d;
  text-align: center;
}
