body {
        padding-top: 135px; /* 60px to make the container go all the way to the bottom of the topbar */
      }
img.logo {
	vertical-align: middle;
    height: 100%;
}
.scale-logo {
	height: 60px;
	padding: 10px 0;
}
.jumbotron h1{color: #FFF;text-align: left;font-size:30px; padding-top:10px; }
.jumbotron p{color: #FFF;text-align: left;}
.jumbotron .inner{background: transparent url(grid-18px.png) top center;}
.masthead{
	background-color: #049cd9;background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
	background-image: -webkit-linear-gradient(#004D9F, #049cd9);
	background-image: -moz-linear-gradient(#004D9F, #049cd9);
	background-image: -o-linear-gradient(top, #004D9F, #049cd9);
	background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D9F', endColorstr='#049cd9', GradientType=0);
	}

.well-lite {
  min-height: 20px;
  padding: 5px 0;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.red {
	color:red;
}

/* Footer
-------------------------------------------------- */
.footer {
  margin-top: 45px;
  padding: 15px 0 36px;
  border-top: 1px solid #e5e5e5;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}