/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-color:#F5F6EF;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B635D;
}
/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(images/outercontent_bg.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}
#EventHorse {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	position:absolute;
	width:200px;
	height:115px;
	z-index:300;
	left: 506px;
	top: 182px;
}
#outercontent {
	margin-left: 1px;
}
/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(images/header_bg.jpg);/*Main image*/
	background-position: -1px 0;
	height: 49px;
	margin: 0 auto;
	width: 766px;
}
#topbanner .left {
	margin-left: 13px;
	top:10px;
}
#topbanner .dish {
	float: right;
	margin-right: 18px;
	display: inline;
}
#subheader {
	background-image: url(images/horse_head.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: -1px 0;
	height: 113px;
	width: 766px;
}
/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
	margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 510px;
	line-height:128%;
}
#content h2 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color:#336699;
}
#content p {
	font-size: 80%;
	padding: 5px 5px;
}
.normal {
	font-size: 80%;
	padding: 5px 5px;
	width: 475px;
	text-align:justify;
}
#content #block {
	float: right;
	/* border: 1px solid #4D562E; */
	margin: 5px 10px 3px 5px;
}
.links {
	margin-top:3px;
	margin-bottom:3px;
	margin-right:0px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.plinks {
	text-decoration:none;
	color:#006699;
}
#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute;
	top: -500px;/*places the skip nav off screen*/
}
/* positions the navigation column*/
#nav {
	position: absolute;
	width: 180px;
	top: 170px;
	left: 23px;
	background-color:#F5F6EF;
	padding:5px;
	border:solid 1px #666;
}
#nav h3 {
	color: #39355A;
	font-size: 90%;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #C5AEA6;
}
#nav img {
	margin: 3px auto;
	border: 1px solid #4D562E;
}
#nav ul {
	list-style-type: none;
	padding-left: 2px;/*margin-left: 20px;*/
}
div#nav ul li {
	border-bottom: 1px solid #C5AEA6;/*plain border for IE pc*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	width: 169px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	margin-bottom: -2px;/*value for IE6*/
	line-height:120%;
}
div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #6D5D50;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}
#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color:#828A66;
	padding: 4px 0 6px 4px;
	margin: 0;/* background-color:# */
}
#nav li a:hover, #nav li a:focus {
	background-color: #D1D7B0;
	color: #660000;
}
#wrapper #nav #contact {
	font-size: 70%;
	color: #6B635D;
	line-height:150%;
}
#wrapper #nav #contact a {
	color: #6B635D;
	text-decoration:none;
}
#wrapper #nav #contact a:hover {
	color: #FF0000;
}
/***** Ends the navigation *****/

/***** footers *****/

#footer {
	/*height: 34px;*/
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat; /*Main image*/
	background-position: -1px 0;
}
#footer p {
	font-size: 70%;
	text-align: right;
	padding: 4px 23px 25px 0;
	color: #660000;
	border-top: 1px solid #000;
	margin: 0 13px;
}
.border {
	border:solid 1px #333333;
	padding:0px;
	margin-top: 10px;
	margin-bottom:10px;
}
/***** Ends the footers ********/
/* HORIZONTAL PHOTO centered 500 X 250 */
.figureC img {
	border:solid 1px #666;
}
div.figureC {
	margin: 10px 0px 0px 0px;
	width: 550px;
}
.figureC p {
	font: 7.7pt Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	margin: -4px 0 0px 0;
}
