 body {
	background-image: url(../img/shl.png);
 }
  
#logobox {
	float: left;
}

h1, h2, h3, h4, h5 {
	color: rgb(90,91,93);
}

h4 {
	margin-top: 0px;
}

hr {
	border-color: rgb(190,191,193);
}

.row {
	/* fixes the logo and contact containing div from extending left strangely */
	margin-left:0px;
}

.addrtitle {
	font-weight: bold;
	color: rgb(90,91,93);
}

.orangeborder {
	border: solid 2px rgb(246, 136, 31);
}

#address .well {
	margin-bottom: 0px;
}

#address .well .well {
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
		border-radius: 0px;
}

.decor {
	background: rgb(245, 245, 245) url(../img/box-decor.png) no-repeat;
	background-position: top right; 
}

footer, footer a {
	margin-left: 10px;
	color: #777;
}
.lowvis {
	color: #777;
}