html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px; padding: 0px;
  font: normal .9em Helvetica, "MS Trebuchet", sans-serif;
  color: #777777;
  background: #d5d5d5 url("/images/site_new/masthead-bg.gif") repeat-x 0 0;
}

p {
  line-height: 20px;
}

.thin-text {
  font-weight: normal;
}

.content {
  /*background: #ffffff;*/
  padding: 0;
}

.content.inner-page {
  /*background: #ebebeb;*/
}

.light-text {
  color: #4d4f4f;
}

.navy-text {
  color: #3b6b93;
}

.inner-width {
  width: 960px;
  margin: 0 auto 0 auto;
}

.clear {
	clear: both;
}

.btn-grey {
  width: 182px;
  height: 59px;
  display: inline-block;
  background: url("/images/site_new/replacement/btn-grey.gif") no-repeat 0 0;
  text-align: center;
  line-height: 59px;
  color: #494949;
  text-decoration: none;
}

.btn-dark-grey {
  width: 182px;
  height: 59px;
  display: inline-block;
  background: url("/images/site_new/replacement/btn-dark-grey.gif") no-repeat 0 0;
  text-align: center;
  line-height: 59px;
  color: #494949;
  text-decoration: none;
}

.btn-download {
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 31px;
  color: #494949;
  text-decoration: none;
  width: 117px; height: 31px;
  background: url("/images/site_new/btn-download.png") no-repeat 0 0;
}

h3 {
  font-size: 1.3em;
  color: #7e7e7e;
  font-weight: normal;
  margin: 10px 0 10px 0;
}

/******* columns ********/

.container {
  display: block;
}  

.container .col-1 {float: left;}
.container .col-2 {float: left;}  
.container .col-3 {float: left;}
.container .col-4 {float: left;}

.padding-box {
  padding: 10px;
  position: relative;
}

