@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

/* -------------------TYPOGRAPHY------------*/
	
.floatL {
	float: left;
	margin: 10px;
	padding: 4px;
}
.floatR {
	float: right;
	margin: 10px;
	padding: 4px;
}
a:link, a:visited {
	color: #001775;
	text-decoration: underline;
}
a:hover, a:active{
	color: #BD9E35;
	text-decoration: underline;
}
h1 {
	color: #FFFFFF;
	font-size: 1.7em;
	background-color: #BD9E35;
	width: 600px;
	background-image: url(images/corner-gold3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	letter-spacing: 0.1em;
	}
.front {
	font-size:0.9em;
}

h2 {
	color: #BD9E35;
	font-size: 1.5em;
	text-align: center;
}
h3 {
	color: #000055;
	font-size: 1.1em;
	text-align: center;
}
	
h4 {
	color: #BD9E35;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
}
h5{
	color: #BD9E35;
	font-size: 1.3em;
	text-align: center;
	
}
h6{
	font-size: 1.3em;
	font-weight: bold;
	color: #000055;
	text-align: center;
	}
hr {
	color: #CCAE48;
	align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.centre {
	text-align: center;
}


/* --------------------------------STYLE-------------------------*/	
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #000055;
	background-image: url(images/blue-check-med.gif);
	
}
#content {
	background-color: transparent;
	position: relative;
	min-height:500px;
	padding-left: 170px;
	z-index:1;
	padding-top: 6px;
}


#wrapper {
	width: 785px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFD9;
	clear: both;
}
	
#header {
	height: 194px;
	width: 785px;
	background-image: url(images/head1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#imageshow {
	height: 194px;
	width: 785px;
}

#footer{
	background-image: url(images/cream-canvas.gif);
}
/* ------------- index boxes ---------------------------*/
#management {
	background-image: url(images/box-manage.jpg);
	height: 213px;
	width: 273px;
	float: left;
	margin-left: 20px;
	z-index:101;
}
html> body #management {margin-left: 30px;}

#management h3, #horses h3, #competing h3, #contact h3 {
	font-size: 1.3em;
	color: #BD9E35;
	padding-top: 15px;
	}
#management li, #horses  li, #competing  li, #contact li{
	text-align: left;
	padding-top: 3px;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#management ul, #horses  ul, #competing  ul, #contact ul{
	margin-top: 95px;
}

#horses {
	background-image: url(images/box-sale.jpg);
	height: 213px;
	width: 273px;
	float: right;
	margin-right: 20px;
}
html> body #horses {margin-right: 30px;}
#competing {
	background-image: url(images/box-compete.jpg);
	height: 213px;
	width: 273px;
	float: left;
	margin-left: 20px;
}
html> body #competing {margin-left: 30px;}
#contact {
	background-image: url(images/box-talk.jpg);
	height: 213px;
	width: 273px;
	float: right;
	margin-right: 20px;
}
html> body #contact {margin-right: 30px;}
#competing p, #horses p, #management p, #contact p{
	margin-top: 129px;
	margin-left: 20px;
}
#competing a, #horses a, #management a, #contact a{
	text-decoration: none;
	color: #BD9E35;
}
/*------------------------------------------end boxes----------------------*/

#content p {
	text-align: left;
	padding: 10px;
	font-size: 1.1em;
}
#content img {
	border: 1px solid #C7AB4B;
	padding: 4px;
}

#feed {
	text-align: left;
	padding-left: 20px;
}
#homeBack {
	background-image: url(images/cream-canvas.gif);

}
#counter {
	background-image: url(images/cream-canvas.gif);
}
#social img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
