body {
  font-size: 16px;
    margin: 0 0 20px 0;
    min-height: 356px;
    font-family: Helvetica;
    background: #f2f3f3 url(img/background.jpg) no-repeat;
}

.theContent {
  font-size: 14px;
  margin: 0 15px;
}

a.phone {
  margin: 0;
  padding: 0;
}

.theContent img {
  float: right;
  margin: 0 0 10px 10px
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
}

h2 {
  font-size: 18px;
  margin: 20px 0 10px 23px;
}

h3 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#logo {
    width: 320px;
    height: 46px;
    position: relative;
    display: block;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    margin-top: 0px;
    margin-left: 0px;
}

#logocontainer {
    background-image: url(img/logo_bg.gif);
    background-repeat: repeat-x;
    width: 100%;
}

#logocontainer img {
    position: relative;
    left: 100%;
    margin-left: -320px;
}

#home {
  position: relative;
}

#home ul {
  list-style: none;
  padding: 0;
  background: #fff;
  margin: 3px 10px;
  border: 1px #bbb solid;
    -webkit-border-bottom-right-radius: 8px 8px;
    -webkit-border-bottom-left-radius: 8px 8px;
   -webkit-border-top-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
}

#home ul li a {
  display: block;
  padding: 10px 15px;
}

#home ul li {
    border-bottom: 1px #bbb solid;
}

#home ul li span a {
  display: inline;
  padding: 0;
    border-bottom: none;
}

#home ul li.last {
  border-bottom: none;
}

#currency ul {
  list-style: none;
  padding: 0;
  background: #fff;
  margin: 3px 10px;
  border: 1px #bbb solid;
   -webkit-border-radius: 8px 8px;
}

#currency ul ul {
  font-size: 12px;
  border: none;
  padding-left: 11px;
}

#currency ul li a {
  display: block;
  padding: 10px 15px;
}

#currency ul li span {
  color: #777;
  font-size: 13px;
  position: absolute;
  left: 47px;
}

#currency ul ul li {
  margin: 5px 0;
}

#currency ul li a p {
  display: inline;
}

#placefinder ul {
  font-size: 12px;
  list-style: none;
  padding: 0;
  line-height: 18px;
}

#placefinder ul li a {
  color: #777;
}

#placefinder ul li a span {
  color: #000;
  margin-right: 10px;
}

#placefinder ul {
  margin: 0;
  padding: 0;
}

#placefinder li.place {
  margin: 5px 0 10px 10px;
}

#placefinder li.place p {
  margin: 5px 0;
}

div#container {
  list-style: none;
  padding: 0 0 0 15px;
  background: #fff;
  margin: 3px 10px;
  border: 1px #bbb solid;
   -webkit-border-radius: 8px 8px;
}

img.statusImg {
  float: right;
  display: none;
}
img.pageImg {
  float: right;
  position: relative;
  top: 2px;
}

hr {
  margin-right: 15px;
}

#calcinput {
  line-height: 150%;
}

#calcinput strong {
  margin-top: 10
}
#add-info {
  margin: 10px 20px 0 20px;
  font-size: 10px;
}

