* {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  background-color: #1e293b;
  font-size: 14px;
  line-height: 26px;
  background-image: url(images/body-horz-bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 0px;
}

#container {
  width: 850px;
  margin: 0px auto;
}

#header {
  margin-bottom: 10px;
}

#nav {
  width: 167px;
  margin-right: 9px;
  float: left;
  font-size: 12px;
  letter-spacing: 1px;
}

  #nav ul {
    list-style: none;  
  }
  
  #nav li {
    width: 167px;
	height: 26px;
	margin-bottom: 5px;
	line-height: 26px;
    text-align: right;
  }

  #nav a {
    display: block;
	width: 157px;
	height: 26px;
	background-image: url(images/nav-item-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
  }
  
  #nav a:hover {
    display: block;
	width: 157px;
	height: 26px;
	background-image: url(images/nav-item-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-right: 10px;
  }
  
  #nav li a#current:link, #nav li a#current:hover, #nav li a#current:visited, #nav li a#current:active {
    display: block;
	width: 157px;
	height: 26px;
	background-image: url(images/nav-item-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-right: 10px;
  }

#main {
  width: 615px;
  background-color: #003181;
  float: left;
  background-image: url(images/main-bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 0px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  margin-bottom: 20px;
}

#main_horse {
  width: 615px;
  background-color: #1e293b;
  float: left;
  padding-right: 20px;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
}

.horse_left {
  width: 300px;
  margin-right: 15px;
  float: left;
  background-color: #fff;
}

.horse_right {
  width: 300px;
  float: left;
  background-color: #fff;
}

  .horse_inside {
    width: 270px;
	padding: 15px;
	color: #000;
  }

#footer {
  width: 100%;
  background-image: url(images/footer-stripe.jpg);
  background-repeat: repeat-x;
  background-position: 0 0px;
  color: #fff;
  padding-top: 25px;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
}

.clr {
  clear: both;
}

/* ////////////////// */

/* Default Typography */

/* ////////////////// */

p {
  margin-bottom: 15px;
}

h1 {
  font-size: 18px;
  background-color: #fff;
  padding: 8px;
  padding-left: 12px;
  margin-bottom: 20px;
  color: #1e293b;
  background-image: url(images/h1-corner.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

/* ////////////////// */

/* Special Typography */

/* ////////////////// */

.homepage h1 {
  font-size: 18px;
  background-color: #fff;
  padding: 8px;
  padding-left: 12px;
  margin-bottom: 20px;
  color: #1e293b;
  width: 270px;
  background-image: url(images/h1-corner.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.horse_left h1, .horse_right h1 {
  font-size: 18px;
  background-color: #003181;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
  color: #fff;
  width: 270px;
  background-image: url(images/h1-horse-corner.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.horse_inside p {
  margin-bottom: 5px;
}

.horse_inside ul {
  padding-left: 25px;
  line-height: 28px;
  list-style: none;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
  margin-left: 15px;
}

#home_slideshow {
  text-align: center;
  width: 850px;
}
