.hero-unit {
    background-image: url("../img/darkgrain.png");
	/*background-repeat: repeat-x;*/
    height: 200px;
    padding: 15px 30px 30px 30px;
}
.hero-unit h1 {
    font-size: 35px;
    line-height: 40px;
}


.hero-box-with-shadow {
    box-shadow: 8px 8px 3px #888888;
}

.pull-right {
  left: auto;
  right: 0;
}

.pull-left {
  left: 0;
  right: auto;
}

.well {
  background-color:transparent;
  border: 0px;
  
 }
 
.input-large {
	  font-size:20px;
	  height: 32px;
	  
}
.nav{
	font-family: 'Pontano Sans';
	font-size: 15px;
}

.navbar{
  background-color: #082882;
}


.navbar-fixed-top{
  background-color: #082882;

}

.navbar-inner{
  background-color: #082882;

}

.navbar {
  color: #ffffff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 10px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}

.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 42px;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 10px;
}


.navbar .btn-group .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 10px;
}

.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 8px;
  margin-bottom: auto;
}

.navbar-search .search-query {
  padding: 4px 9px;
  font-family:  Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(256, 256, 256, 0.9);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-search .search-query:-moz-placeholder {
  color: rgba(256, 256, 256, 0.9);
}

.navbar-search .search-query::-webkit-input-placeholder {
  color: rgba(256, 256, 256, 0.9);

}
.navbar-search input{
	background: url("../img/search-leftcap-trans.png") no-repeat scroll left top transparent;
	display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 133px;
	padding: 8px 0;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5646e;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 0 0 0px;
}

.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 10px 10px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav > li > a:hover {
  background-color: #d92432;
  color: #ffffff;
  text-decoration: none;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #d92432;
}

.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 0px;
  overflow: hidden;
  background-color: #ad1d28;
  border-right: 1px solid #ad1d28;
}

.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}

.img-polaroid {
	width: 300px;
	height: 188px;
}

.mg-image {
    text-align:center;	
}


