/* Enter Your Custom CSS Here */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */

	#navigation { 
		text-align:center;
	}

	ul#main-nav { 
		float:none;
		display:inline-block;
		vertical-align:top;
	}

}

h1, h2 {
text-transform: uppercase;
}

h3 a {
color: #3c454f!important;
 text-decoration: none!important;
}

.imageBlock img {
background: none repeat scroll 0 0 #354857;


}

#content {
background-color: #ffffff!important;
 margin-bottom: 12px;
padding-top: 15px!important;
 } 

#nav-container {
border: 1px solid #d9d9d9;
border-width: 1px;
background: #f0f0f0;
margin: 0 0 0 0!important;
}

.greenBlock {
background: #354857;
  padding: 5px;
 min-height: 66px;
}

.greenBlock h3 {
text-transform: uppercase;
  color: #ffffff;
  
  
}

.imageBlock {
margin-bottom: 0px!important;
}
