@charset "utf-8";
/*
 * TOC
 * 1.Hack reference
 * 2.Defaults
 * 3.Default block elements and fonts
 * 4.Default links
 * 5.Default images
 * 6.Structure
 */

/*** 1.Hack reference ***/

/* Holly hack */
/* Start hide from IE5/Mac \*/
/* End hide from IE5/Mac */

/* Tantek Celik hack */
/*
voice-family:			"\"}\"";
voice-family:			inherit;
*/

/* Other useful hacks to initiate has layout in IE */
/*
zoom:			1;
height:			1%;
*/

/*** 2.Defaults ***/
*
{
	margin:			0em;
	padding:		0em;
}
body
{
	font:			400 0.9em/1.5 Georgia, "Times New Roman", Times, serif;
}
/*** 3.Default block elements and fonts ***/
/* Element reference */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td
{
}
table
{
	font:			400 1em Georgia, "Times New Roman", Times, serif;
}
th, tr, td
{
}
h1, h2, h3, h4, h5, h6
{
	font-size:		1em;
	font-weight:		400;
}

/*** 4.Default links ***/
a, a:link, a:visited
{
	color:			#339900;
	text-decoration:	none;
}
a:hover, a:active
{
	color:			#1d92cb;
	text-decoration:	underline;
}
.noClick
{
	cursor: not-allowed;
}

/*** 5.Default images ***/
a img
{
	border:			0px;
}
.imgblock
{
	display:		block;
	margin-bottom:15px;
}
.flLeft
{
	float:			left;
}
.flRight
{
	float:			right;
}

/*** 6.Structure ***/
.wrapper
{
	margin:			10px auto 8px;
	width:			770px;
	background: #F3FAED url(../images/landscape.png) no-repeat center bottom;
	border: 1px solid #CCCCCC;
	padding-bottom: 135px;
}
/* Defaults to clear floats */
div.clearLeft,
div.clearRight,
div.clearBoth
{
	clear:			left;
	display:		block; 
	font-size:		0em;
	height:			0px;
	line-height:		0;
}
div.clearRight
{
	clear:			right;
}
div.clearBoth
{
	clear:			both;
}
/* defaultSpacer */
div.spacer
{
	clear:			both;
	display:		block;
	font-size:		0em;
	height:			5px;
	line-height:		0;
}
.header {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 40px 18px;
}
.header h1 {
	font-size: 200%;
	font-weight: bold;
}
.header h1 a {
	height: 114px;
	width: 161px;
	background: url(../images/iffin-equestrian.gif) no-repeat 0px 0px;
	text-indent: -5000px;
	display:block;
	overflow:hidden;
}
.content {
	padding: 15px 15px 0px 40px;
}
.content p {
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 445px;
}
.content h2 {
	font-size: 160%;
	font-weight: 900;
	margin-bottom: 0.6em;
	margin-top:0.6em;
	width: 445px;
}
.content h3 {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0em;
	width: 445px;
	margin-top: 0.5em;
}
.content h4 {
	font-size: 105%;
	font-weight: 900;
	color: #555;
	margin-bottom: 0px;
}
.content ul {
	margin-left: 35px;
}
.content h2.margintop {
	margin-top: 1em;
}
.nav {
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/navGrad.gif) repeat-x center;
}
.nav ul {
	list-style: none;
	margin-left: 40px;
	display:table;
}
.nav li {
	border-right: 1px solid #CCCCCC;
	display: table-cell;
}
.nav li.first {
	border-left: 1px solid #CCCCCC;
}
.nav li a {
	display: block;
	font-weight:900;
	padding:2px 7px 4px;
	color:#000000;
	text-decoration:none;
}
.nav li a:link, .nav li a:visited {
	color:#000;
	text-decoration:none;
}
.nav li a:hover, .nav li a:active {
	color:#390;
	text-decoration:none;
}
.footer {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	font-size: 93%;
	color: #777;
	margin-bottom: 15px;
}
.design {
	font-size: 80%;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.design a, .design a:link, .design a:visited {
	color:#C5C5C5;
}
.design a, .design a:hover, .design a:active {
	color:#1d92cb;
}
#map {
	height: 400px;
	width: 685px;
	margin-top: 1em;
	border: 1px solid #555;
}


/*IE fixes*/
/*** Top navigation ***/
* html .nav
{
	width:			100%;
}
* html .nav ul li,
* html .nav ul a
{
	float:			left;
}
* html .nav del.hasLayout
{
	display:		inline-block;
	text-decoration:	none;
}


/*Slideshow*/
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:518px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

