/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
td img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* -------------------- */

html { min-height: 100%; margin-bottom: 1px; } /*--j page jump --*/



/* Typography:
------------------------------------------------ */
body {
	font: 100.01%/1.125em "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #333;
	background: #fff url(i/bg-banner.jpg) repeat-x;
	cursor: default; /* 16x1.125=18px */
	margin:0;
	padding: 0px;
}

h1, h2, h3 {
	font-weight:normal;	
}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
}

h2 {
	font-size: 1.75em; /* 16x1.125=18px */
	margin:0em; /* 18x1=18px */
	padding-top: 30px;
	padding-bottom: 1em;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

#content p {
	font-size: 0.9em; /* 16x0.875=14px */
	margin: 0em 0em 1.286em; /* 14x1.286=18px */
	line-height: 1.5em;
	padding-right: 1em;
}

/* sidebar */

.sidebar {
	width: 200px;
	float: left; /* 16x1.125=18px */
	padding: 0em;
	color: #000;
}

.sidebar ul {
	padding-top: 30px;
	padding-left: 15px;
	width: 180px;
}
.sidebar ul li a {
	font-size: 0.9em;
	text-decoration: none;
	padding: 4px 4px 4px 8px;
	display: block;
	background: #696;
	border-style: solid;
	border-width: 2px;
	border-color: #999 #333 #333 #ccc;
	color: #fff;
	margin-bottom: 8px;
	height: 1%; 
}/*-- height:1%; =hasLayout on a element of li fixes IE6 extra-padding bug --*/
/*-- another fix is to add a space before the <a> in the list html --*/


.sidebar ul li a:link {
	text-decoration: none;
	color: #fff;
	}
	
.sidebar ul li a:visited {
	border-style: solid;
	border-width: 2px;
	border-color: #999 #333 #333 #ccc;
	}
	

.sidebar ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #4A6F4A;
	border-color: #2C432C #ccc #ccc #2C432C;
	}
	
.sidebar ul li a:active, .sidebar ul li a:focus {
	text-decoration: none;
	color: #fff;
	background: #4A6F4A;
	font-weight: bold;
	border-color: #333 #333 #333 #333;
	}
	
.sidebar p {
	font-size: 0.75em; /* 16x0.75=12px */
	margin: 0 0 1.5em 0; /* 12x1.5=18px */
}

/* content text links
------------------------------------------------ */
a:link, a:visited {
	color: #555;
	border-bottom: 1px solid #036;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: none;
	border-bottom-color: #036;
	}


/* img replacement header
------------------------------------------------ */
#header h1.replace {
	text-indent: -9999px;
	background: url(i/header-140h.jpg) no-repeat left top;
	height: 140px;
	width: 760px;
	}

#footer p {
	color: #fff;
	padding-left: 1em;
	padding-top: 1.5em;
	}


/* structure
------------------------------------------------ */
#container {
	width: 760px;
	margin: 0 auto;
	border: 1px solid #333;
	}
.nomargin {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 760px;
	height: 140px;
	}

#wrapper {
	width: 760px;
	background: #fff;
	}

#content {
	width: 540px;
	float: right;
	}

#sidebar {
	width: 200px;
	float: left;
	}

#footer {
	clear: both;
	height: 60px;
	padding: 2px 10px 0 10px;
	background: #036;
	}






/* misc
------------------------------------------------ */

.clear {
	clear: both;
	}

*float-divider {
	clear:both;
	display:block;
	}
	
#content img {
	float: left;
	border: 1px solid #333;
	margin: 10px 15px 15px 0px;
}
p.caption {
	color: #666;
	margin: 0px;
	padding: 0px;
}

/* testimonials
----------------------------------------------- */

div.testis {
	width: 530px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	padding: 0px;
	float: left;
	height: 1%; /*--hasLayout fixes weirdness within this float --*/
	}
#content div.testis img.nomargin {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 75px;
	vertical-align: top;
	}
div.testis p {
	float:right;
	padding-top: 0.2em;
	padding-right: 0px;
	margin: 0px;
	width: 410px;
	}

/* horses
----------------------------------------------- */

div.horse {
	width: 530px;
	float:left;
	border-top: 1px solid #ccc;
	padding: 0px 0px 20px;
	}
#content div.horse img.nomargin {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 250px;
	vertical-align: top;
	}
div.horse p {
	width:250px;
	padding-top: 0.2em;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	float: right;
	}
div.horse h3 {
	float:right;
	width:265px;
	padding-top: 0.4em;
	}
#backtotop p {
	font-size: 0.8em;
	padding-left: 20px;
	width: 200px;
	padding-bottom: 10px;
	float: left;
	background: url(i/arrow.gif) no-repeat 10px 4px;
}
