body {}
h1 {
	font-size: 24px;
}
a, a:hover {
    color: #0054A7 !important;
}
form input {
	float: left;
	margin: 3px;
	width: auto;
	vertical-align: middle;
}
form input#submit {
	padding: 3px;
	min-width: 100px;
}
#top {
    position: relative;
    margin: 0 auto;
    width: 94%;
    height: 160px;
    background: transparent url(/img/logo.png) no-repeat center left;
    background-size: 400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    background: #000;
}
#footer {
    border: 0 !important;
}
#contact {
    margin: 0 3%;
    width: 94%;
    color: #000;
    border-top: 2px solid #000;
    box-sizing: border-box;
}
#footer h1 {
    margin-top: 10px;
    font-size: 15px;
}
#content {
	width: 95%;
    padding-top: 50px;
	min-height: 400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media (max-width: 767px) {
    #top {
        height: 120px;
        background-size: 300px;
    }
}
