html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}

body {
	background: #998f88 url('../assets/images/horses.gif') top left no-repeat;
	font-size: small;
	font-family: Georgia, Times, serif;
}

/* Containers
------------------------*/
#main {
	width: 980px;
	margin: auto;
	padding: 20px;
	background: url('../assets/images/main-bg.png') repeat;
	border-bottom: 1px solid #6f645f;
}
#branding {
	width: 100%;
	background: url('../assets/images/branding-top-bg3.png') repeat;
	padding: 20px 0;
	margin: 100px 0 0 0;
}
#branding div {
	width: 1020px;
	margin: -20px auto;
	paddng: 20px;
	background: url('../assets/images/branding-bg1.png') top left no-repeat;
}
#left {
	float: left;
	margin: 0 0 100px 0;
}
#right {
	width: 730px;
	float: left;
	padding: 0 20px;
}
#footer {
	width: 980px;
	margin: 0 -20px -20px -20px;
	clear: both;
	padding: 20px;
	background: #d9d5d2;
	color: #777;
	line-height: 1.4em;
}
.pullbox {
	background: #ccc3be url('../assets/images/pullbox-bg.gif') top left repeat-x;
	padding: 20px;
	margin: 0 20px 20px 0;
	width: 40%;
	height: 80px;
	float: left;
	border-bottom: 1px solid #a79f9a;
}
.findus {
	width: 100%;
	background: url('../assets/images/findus-bg.gif') top right no-repeat;
	clear: both;
	width: 740px;
	height: 150px;
	padding: 0 20px;
	text-align: right;
}
.img-tree {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}
/* Typography
------------------------*/
#right h1 {
	font-size: 240%;
	letter-spacing: -0.04em;
	font-weight: lighter;	
	margin: 0 0 20px 0;
}
#right h2.blurb {
	font-weight: lighter;
	margin: 10px 0 20px 0;
	font-size: 160%;
	color: #6f645f;	
}
#right .findus h3 {
	font-size: 120%;
	color: #333;
	font-weight: lighter;
}
#right h3 {
	font-weight: lighter;
	margin: 0 0 10px 0;
	font-size: 260%;
	color: #6f645f;
}
#right h5 {
	font-weight: lighter;
	margin: 0 0 10px 0;
	font-size: 200%;
	color: #6f645f;	
}
#right p {
	line-height: 1.4em;
	font-size: 14px;
	margin-top: .9em;
	color: #333;
}
#right p:first-child {
	line-height: 1.4em;
	font-size: 18px;
	margin-bottom: 1.4em;
	color: #6f645f;
}
#right .img-tree h3 {
	font-size: 200%;
}
#right .img-tree h4 {
	font-size: 140%;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
#right .img-tree em {
	color: #6f645f;
}
.pullbox h2 {
	margin: 0 0 10px 0;
	font-weight: lighter;
}
.findus h2 {
	font-weight: bold;
	padding: 80px 0 0 0;
}
#right .notes h3 {
	font-weight: lighter;
	margin: 0 0 10px -20px;
	font-size: 140%;
	color: #6f645f;	
}
/* List and Nav
------------------------*/
#left ul {
	margin: 0;
	padding: 0;
}
#left ul li {
	display: block;
	list-style: none;
	font-size: 140%;
	font-family: Georgia, Times, serif;
	letter-spacing: -0.08em;
	padding: 5px 10px;
	border-bottom: 1px solid #90847c;
}
body#home li.home,
body#history li.history,
body#staff li.staff,
body#services li.services,
body#foals li.foals,
body#yearlings li.yearlings,
body#stallions li.stallions,
body#clinic li.clinic,
body#hyperbaric li.hyperbaric {
	background: url('../assets/images/item-selected.png') bottom right no-repeat;
}
body#home a li.home,
body#history a li.history,
body#staff a li.staff,
body#services a li.services,
body#foals a li.foals,
body#yearlings a li.yearlings,
body#stallions a li.stallions,
body#clinic a li.clinic,
body#hyperbaric a li.hyperbaric {
	color: #dfd6d2;
}
.notes ul li {
	padding: 0 0 10px 0;
	list-style-type: circle;
	margin: 0 0 0 -3px;
}
#left ul a li {
	color: #222;
	text-decoration: none;
}
/* Tables
------------------------*/
table {
	margin: 20px 0 0 0;
}
th {
	text-align: left;
	padding: 8px 0;
	font-size: 120%;
}
td {
	padding: 8px 0;
	border-top: 1px solid #90847c;
	font-size: 90%;
}
td.service {
	font-size: 105%;
	color: #776962;
	padding: 8px 10px 8px 0;
	font-weight: bold;
}
.notes {
	padding: 20px;
	border-top: 1px solid #90847c;
}
/* Images
------------------------*/
#right img {
	padding: 5px;
	background: #fff;
	border: 1px solid #90847c;
	float: right;
	margin: 0 0 20px 20px;
}
img#left {
	padding: 5px;
	background: #fff;
	border: 1px solid #90847c;
	float: left;
	margin: 20px 20px 20px 0;
}

/* Misc
------------------------*/
span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #516d44;
	border-bottom: 1px dotted #516d44;
}

