/**
 * File: http://equestrian.beverlyfarm.org/assets/templates/main/css/styles.css
 */

body {
	font-family: Arial, Helvetica, sans-serif;
}
div.top {
	background: url(../images/wood_tile.jpg) center top repeat-x;
}
div.top div.inner,
div.header {
	background: url(../images/wood_header.jpg) top center no-repeat;
}
div.header {
	height: 208px;
	padding: 13px 0 9px;
	position: relative;
}
div.top a.meet,
div.header img {
	position: absolute;
	display: block;
}
div.top a.meet {
	top: 13px;
	right: 0;
	color: #453F31;
	background: url(../images/meet_bg.png) top center repeat-x;
	font-size: 0.7em;
	text-decoration: none;
	height: 13px;
	padding: 0 5px;
}

div.middle {
	background: url(../images/bg_middle.png) top center repeat-x;
}
div.middle div.inner {
	background: url(../images/bg_content.jpg) top center no-repeat;
}
div.header,
ul.nav {
	width: 800px;
	margin: 0 auto;
}

ul.nav {
	height: 30px;
	background: url(../images/nav_bg.png) top center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.nav li {
	float: left;
	height: 30px;
	width: 200px;
}
ul.nav li a {
	color: #961F33;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 24px;
	padding-top: 6px;
}
ul.nav li a:hover,
ul.nav li a.active {
	font-weight: bold;
	background: url(../images/nav_bg_active.png) top center repeat-x;
}
ul.nav li a span {
	position: relative;
}
ul.nav li a span img {
	display: none;
	position: absolute;
	top: -6px;
	left: -13px;
}
ul.nav li a:hover span img,
ul.nav li a.active span img {
	display: block;
}

div.content,
div.footer {
	margin: 0 auto;
}
div.content {
	width: 750px;
	padding: 40px 10px 40px 40px;
}
div.footer {
	width: 780px;
	color: #961F33;
	font-size: 0.8em;
	padding: 0 10px 20px;
}
div.footer p {
	padding: 5px 0 0 30px;
}

div.content div.page {
	width: 513px;
	float: left;
}
div.content div.right {
	width: 191px;
	float: right;
}
div.right a.box,
div.right a.box_tall {
	display: block;
	margin-bottom: 40px;
	position: relative;
	font-size: 0.8em;
	text-decoration: none;
	color: #000;
}
div.right a.box {
	height: 85px;
	background: url(../images/box.png) top left no-repeat;
}
div.right a.box_tall {
	height: 184px;
	background: url(../images/box_tall.png) top left no-repeat;
}
div.right a.box span,
div.right a.box_tall span {
	display: block;
	position: absolute;
}
div.right a.box img,
div.right a.box_tall img {
	position: absolute;
	display: block;
}
div.content h3,
div.content h6 {
	color: #961F33;
}
div.content h6 {
	padding-bottom: 0.5em;
}
div.content ul.copy {
	margin-left: 25px;
	list-style: disc;
	line-height: 1.4em;
}
div.content ul.copy li {
	padding-bottom: 0.5em;
}
div.content p.copy {
	padding-bottom: 1em;
	line-height: 1.4em;
}
