.main-content p {
    margin-bottom:20px;
}
.main-content ul {
    margin:0 0 20px 40px;
}
.search-form {
    margin:25px auto;
}
#inner-banner {
    background-repeat:no-repeat;
    background-position: center; 
    min-height:100px;
}
.img-box.callout {
    padding:20px;
}
.img-box.callout img {
    width:250px;
}
.qlink-callouts {
    margin-top:25px;
    text-align:center;
}
.btn {
	display: inline-block;
	border: 4px solid #06480a;
	height: 63px;
	line-height: 58px;
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
	padding: 0 40px;
	transition: all 0.3s ease 0s;
	background-position: right 20px top 54%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn:hover {
	background: url("/images/arrows/sm_right.png") right 20px top 54% no-repeat #56a86a;
	color: #FFF;
}

input.btn {
	cursor:pointer;
	background-image:none !important;
}
input.btn:hover {color:#FFF;}