@media (max-width: 979px) {
  .nav-collapse.collapse {
    height: auto !important;
  }
}


h2 {
  border-bottom: 1px solid #DDD;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 5px;
}


blockquote {
 margin: 20px 0px;
  background: #F6F6F6 url(../img/darkgrain.png);
}

@media (min-width:760px) {
  blockquote {
   padding: 10px 15px;
   margin: 25px;
   background-color: whiteSmoke;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border-left: 0px;
   border: 1px solid #ddd;
  }
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 760px) {

 h2 {
	  font-size: 18px;
  }

}

blockqoute {
  padding: 10px;
} 

@media (min-width: 980px) {
  p,a,address,div.span10,li,table {
    font-size: 16px;
    line-height: 28px;	
  }

  .hero-unit a {
    font-size: inherit;
  }

  .hero-unit h2 {
     font-size: 24px;
  }

  h4 {
    margin-top:10px;
    font-size:15px;
  }
  h3 {
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 15px;
  }

}

h1 {
  text-align: center;
}


div.content div.row {
  text-align: center;
}

div.span10,div.span14 {
  text-align: justify;
  margin: 0 auto;
  float: none;
  max-width: 800px;
}

div.span4,div.span6 {
  text-align: left;
}

div.spanthird {
  width: 30%
}

.ss-form-title {
  display: none;
}

div.content img { 
  display: block;
  margin-left: auto; 
  margin-right: auto;
  margin-top:10px;
  margin-bottom:10px;
  padding:1px;
  border:1px solid #808080;
}
