@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #999999;
	text-align: center;
}
#container {
	background-image: url(../images/content_bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#header {
	float: left;
	width: 770px;
}
#company_logo {
	background-image: url(../images/company_logo.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 278px;
	float: left;
}
#title {
	background-image: url(../images/grangewood_livery.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 492px;
	float: left;
	background-position: center center;
	text-align: right;
}
#navigation {
	float: left;
	width: 770px;
}
#contact_nav {
	background-image: url(../images/nav_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 770px;
	background-color: #02733D;
	font-weight: bold;
	color: #FFFFFF;
}
#banner {
	float: left;
	width: 770px;
}
#content {
	float: left;
	width: 770px;
}
#footer {
	background-image: url(../images/footer_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: #006600;
	font-size: 0.8em;
}
#title a {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #01723C;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}
#title a:hover {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #E6AC31;
	text-decoration: underline;
	font-weight: bold;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 32px;
	width: 84px;
	margin-right: 1px;
}
#navigation a:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 32px;
	width: 84px;
	margin-right: 1px;
}
#navigation li.active a {
	background-position: bottom;
}
.contact_link {
	background-image: url(../images/contact_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.about_link {
	background-image: url(../images/about_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.active {
}
.home_link {
	background-image: url(../images/home.jpg);
}
.facilities_link {
	background-image: url(../images/facilities.jpg);
}
.training_link {
	background-image: url(../images/stafftraining.jpg);
}
.tuition_link {
	background-image: url(../images/tuition.jpg);
}
.prices_link {
	background-image: url(../images/prices.jpg);
}
.sale_link {
	background-image: url(../images/horsesforsale.jpg);
}
.news_link {
	background-image: url(../images/news.jpg);
}
.links_link {
	background-image: url(../images/links.jpg);
}
.gallery_link {
	background-image: url(../images/gallery.jpg);
}
#contact_nav li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
}
#contact_nav ul {
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
}
#contact_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.tele {
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
.email {
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#footer ul {
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
}
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #006600;
}
