.full-red-line {
	background-color: #be0600;
	height: 10px;}
	
.full-white-header {
	background-color: #fff;
	min-height: 100px;
	}
	
.full-gray-pagename {
	background-color: #f1f1f1;
	border-top: 3px solid #dadada;
	height: 50px;
	}
	.full-gray-pagename h2 { 
		font-family: ‘Lato’, Arial, serif; 
		font-weight: 900; 
		margin-top:-5px;
		color: #1b4781; }

.intro h3 {
  font-family: 'Lato','Arial', sans-serif;
	font-weight: 300; 
	color: #be0600; 
	font-size: 30px;}		
	
.full-blue-footer {
	background-color: #1b4781;
	min-height: 100px;
	padding-top: 20px;
	margin-top: 20px;
	}	
	
.products b {
	color: #be0600;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	}
	
	.products img {
		border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
		}
			
		
.home-assoc {padding-top: 20px; padding-bottom: 20px;}		
		