@charset "utf-8";

@import "forms.css";
/* CSS Document */

/* for min-width to work for ie browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:1000px; position:relative; float:left; z-index:2; text-align:left;}

body

{
	scrollbar-arrow-color:#1e1710;
	scrollbar-face-color:#EFDE00;
	scrollbar-highlight-color:#A79465;
	scrollbar-3d-light-color:#0C0E3F;
	scrollbar-base-color:#5a5e65;
	scrollbar-dark-shadow-color:#1e1710;
	scrollbar-shadow-color:#604d3c;
	scrollbar-track-color:#FFFFFF;
	background-color:#FFFFFF;
	background-image: url(images/red_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin:0px;
	
	text-align:center;
	
}

a { color: #053769;
	font-weight: bold;
}

a:hover { color: #950019;
}

h1 { color: #053769;
	font-size: 1.7em;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 5px;
}

table { font-family:Tahoma, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
}

#wrap
{
	position:relative;
	
	width:766px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:left;
}

#header
{
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:313px;
	
	vertical-align:middle;
	background-image: url(images/horse_fair_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 313px;
	width: 800px;
}

#headertext 
{ 		
	padding: 50px 80px 0 400px;
	position: relative;
}

#content
{
	
	position:relative;
	
	margin-left:auto;
	margin-right:auto;
	
	margin-top:0px;
	
	width:766px;
	
	
}

table.content
{
	width:100%;
	border:none;
}


td.left_nav
{
	width:230px;
	
	vertical-align:top;
}

/*#middle*/
td.middle
{
	color: white;		
	width:570px;
	
	vertical-align:top;
	
	background-color: #FFFFFF;
}


#copy { margin: 10px 20px;
	font-family:Tahoma, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

#copyport { margin: 13px 0px;}

#bgfooter {position:relative;
	
	width:100%;
	
	margin:0;
	
	height:277px;
	
	text-align:center;
	background-image:url(images/blue_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #0c4783;
	clear: both;
}

#footer {position:relative;
	
	width:800;
	background-image:url(images/horse_fair_footer.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:177px;
	
	color: #000000;
	
	text-align:center;
}


#footer .links { padding-top: 85px;
	text-align: center;	
	font-weight: bold;
}

#footer .links a {
	color: black;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

#footer .links a:hover { 
	color: #c26601;
}


.spacer { clear: both; }

/* text styles */

a.lglink { color: #053769;
	font-size: 1.2em;
	padding: 0 15px;
}



.headingred { color: #950019;
	font-size: 2.5em;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.3em;
}

.headingblue { color: #053769;
	text-align: center;
	font-size: 2em;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.3em;
}

.emphred { color: #950019;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
}

.emphblue { color: #053769;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
}

.boldblue { color: #053769;
	font-size: 1em;
	font-weight: bold;
}