html, body, div, span, img, form {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
    baseline;
    font-family: proxima-nova-1, proxima-nova-2, Tahoma, Helvetica, Verdana, sans-serif;
}

a:link { color: #555555; }
a:visited { color: #555555; }
a:hover { color: darkred }
a:active { color: #555555; }

html, body {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.center_align {
    margin-left: auto;
    margin-right: auto;
}

.top_bar {
  /* background-image: url('../images/top.jpg'); */
  background-repeat: nor-repeat;
  height: 244px;
  width: 100%;
  position: absolute; top: 0; left: 0;
}

.contact_text {
  position:absolute; top: 85px; left: 300px;
  font-size: 12px;
  line-height: 12px;
  color: #e8e8e8;
}

.middle_bar {
  min-height: 250px;
  height: 100%;
  width:100%;
  background-color: white;
  z-index:10;
}

.bottom_bar {
  /* background-image: url('../images/bottom.jpg'); */
  background-repeat: nor-repeat;
  height: 251px;
  width: 100%;
  position: absolute; bottom: 0; left: 0;
}

.bottom_text {
  font-size: 12px;
  line-height: 18px;
  width: 750px;
  position: absolute; bottom: 40px; left: 500px;
}

.middle_logo {
  margin-left: 100px;
  float: left;
}

.middle_text {
  position: absolute; top: 0px; left: 720px;
  width: 500px;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  font-size: 13px;
  line-height: 22px;
  color: #383838;
}

.floater {
  float:left;
  height: 50%;
  margin-bottom: -110px;
}

.vert_center {
  position: relative;
  min-height: 250px;
  height: 250px;
  clear: both;
  background-color: white;
}
