* {
	margin: 0;
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height:50px; /* '.push' must be the same height as 'footer' */
}
html, body {
	height:100%;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	color: #525357;
	font-size: 15px;
}
h1 {
	position:relative;
	font-size: 24px;
	font-weight:normal;
	text-align: left;
}	
h2 {
	position:relative;
	font-size: 18px;
	font-weight:bold;
	text-align: left;
}	
h3 {
	position:relative;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
}	
p {
	margin-bottom: 30px;
}
.bullets {
	margin-left: 40px;
	margin-bottom: 0px;
	line-height: 20px;
	text-align: left;
	color: #58595B;
}
.banner-wrap {
	position:relative;
	margin-top: 0px;
	width: 100%;
	height: 150px;
	margin-right:auto;
	margin-left:auto;
	background-color: #fff;
}
.banner {
	position:relative;
	width: 1200px;
	height: 150px;
	margin-right:auto;
	margin-left:auto;
}
.sponsor-heading {
	font-family: 'Open Sans', sans-serif;
	background-color: #A7A9AC;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
}
.phone {
	position:relative;
	width: 100%;
	float: right;
	font-family: 'Open Sans', sans-serif;
	color: #004B8E;
	font-size: 16px;
	margin-top: 20px;
	line-height: 20px;
	text-align: right;
}
.phone a:link {
	color: #004B8E;
}
.header {
	position:relative;
	width: 100%;
	float: left;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #004B8D;
	font-size: 30px;
	margin-bottom: 5px;
}
.header-center {
	position:relative;
	width: 100%;
	float: center;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #004B8D;
	font-size: 40px;
	margin-bottom: 30px;
}
.horse-header {
	position:relative;
	width: 100%;
	float: left;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #004B8E;
	font-size: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.horses-text {
	position: relative;
	float: left;
	width: 90%;
	margin-top: 60px;
	text-align: left;
	padding-left: 50px;
}
.horses-text-wide {
	position: relative;
	float: left;
	width: 90%;
	margin-top: -20px;
	text-align: left;
}

footer {
	position:relative;
	width: 100%;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
	text-align: center;
	padding-top: 15px;
	background-color:#004B8E;
	color: #fff;
}
.clear {
    clear: both;
}
.form {
	position:relative;
	float: left;
	text-align: left;
}
input.short    {
width:250px;
display:block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

input.submit    {
width:250px;
display:block;
border: 1px solid #999;
height: 30px;
background-color:#004B8E;
color: #fff;
-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) {
.banner {
	position:relative;
	width: 1024px;
	height: 150px;
	margin-right:auto;
	margin-left:auto;
}
}

@media screen and (max-width: 850px) {

h1 {
	position:relative;
	font-size: 24px;
	font-weight:normal;
	text-align: center;
}	
.banner {
	position:relative;
	width: 90%;
	height: auto;
	margin-top:20px;
	margin-right:5%;
	margin-left:5%;
}
.banner img{
	max-width: 100%;
}
.sponsor-heading {
	position:relative;
	width: 90%;
	font-family: 'Open Sans', sans-serif;
	background-color: #A7A9AC;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-right:5%;
	margin-left:5%;
}
.phone {
	position:relative;
	width: 100%;
	float: none;
	font-family: 'Open Sans', sans-serif;
	color: #004B8E;
	font-size: 16px;
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
}