div.fixed li.tel {
	background: url('graphics/telephone.png') left center no-repeat;
	padding: 20px 0 20px 20px;
}

.tickerstyle {
	width: 100%;
}

.messagediv {
	display: none;
}

.messagediv span.quote {
	padding: 20px;
	background: #5497e4;
	color: #fff;
	font-family: "Georgia", Times, serif;
	overflow: hidden;
	border-radius: 10px;
	display: block;
	margin: 10px 0;
	font-size: 17px;
	line-height: 21px;
	font-style: italic;
}

.messagediv span.by strong {
	display: block;
}

div.foot p.address {
	background: url('graphics/address_address.png') top left no-repeat;
	padding: 0 0 0 20px;
}

div.foot p.telephone {
	background: url('graphics/address_phone.png') top left no-repeat;
	padding: 0 0 0 20px;
}

div.foot p.email {
	background: url('graphics/address_email.png') top left no-repeat;
	padding: 0 0 0 20px;
}

h3 {
	margin-bottom: 25px;
}

@media (max-width: 780px) {

.header .span3 img {
	max-width: 281px;
	height: auto;	
}

}




