body {
  background-color: white;
  font-family: 'Gudea', sans-serif;
  font-size: 10px;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
p {
  font-size: 1.6em;
}
li {
  font-size: 1.6em;
}
hr {
  border: 2px solid #053344;
  width: 100%;
  margin: 5px 0;
}
a {
  color: #3897C7;
  text-decoration: none;
}
#outer1 {
  width: 100%;
  margin-top: 10px;
}
#header {
  background-color: white;
  height: 145px;
}
#header .logo {
  margin: 10px;
  float: left;
}
#header div.social {
  float: right;
  /* background-image: url('images/orange_bg.png'); */

}
#outer2 {
  width: 100%;
  background-color: white;
  /* border-top: 3px solid #FFCA3E; */

}
#nav {
  position: relative;
  background-color: #053344;
  padding: 5px 0;
}
#nav ul {
  margin-left: 10px;
  list-style: none;
}
#nav ul li {
  float: left;
  font-size: 1.6em;
  padding: 0 20px 0 2px;
  margin: 5px 0;
  border-left: 3px double #CCC;
  text-transform: uppercase;
}
#nav ul li a:link, #nav ul li a:visited {
  color: #8D8B8A;
  text-decoration: none;
  font-weight: bold;
}
#nav ul li a:hover {
  color: white;
  text-decoration: underline;
}
#outer3 {
  width: 100%;
  background-color: #CCCCCC;
  padding: 10px 0;
  border-top: 3px solid #FFCA3E;
  border-bottom: 3px solid #FFCA3E;
}
#content {
  color: #4D4A48;
}
#content ul {
  list-style: circle;
  margin-left: 10px;
}
#content ul li {
  margin-left: 10px;
}
#content h2 {
  margin-top: 15px;
}
#content hr {
  margin: 20px 0;
}
#content .shift_right {
  margin: 10px;
}
#content td {
  font-size: 1.6em;
  width: 150px;
  border: 1px solid white;
  padding: 3px;
}
#content .left_block {
  width: 350px;
  float: left;
}
#content .left_block p {
  font-weight: bold;
}
#content .rightt_block {
  float: left;
}
#sidebar {
  background-color: #053344;
  color: white;
}
#sidebar p {
  margin: 5px;
}
#sidebar .testimonial {
  font-style: italic;
}
#sidebar .testamonial_name {
  text-align: right;
  margin-top: 0;
}
#outer4 {
  padding: 10px 0;
}
.feature {
  height: 192px;
  background-color: #3897C7;
  position: relative;
  left: 10px;
}
.feature img {
  margin: 5px;
}
.feature h3 {
  font-weight: bold;
  font-size: 1.8em;
  color: white;
  /* margin-left: 5px; */

  /* background-color: #4D4A48; */

  /* display: inline; */

  padding: 5px;
}
#footer {
  background-color: white;
  margin-top: 10px;
}
#footer p {
  color: #8D8B8A;
}
