@charset "utf-8";
/*----------------------------*
 *= STANDARD TAG DEFINITIONS  *
 *----------------------------*/
body  {
	font: 100% "Trebuchet MS", Tahoma, "Helvetica Neue", Helvetica, Arial, "Lucida Sans", Verdana, sans-serif /*Verdana, Arial, Helvetica, sans-serif*/;
	background: #689bd2 url(../images/pageback.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
h1 {
	font-size: 16px;
	color: #00c;
	margin: 10px 0 0 0;
}
h2 { 
	font-size: 14px;
	color: #00f;
	margin-top: 10px;
}
h3 { 
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #00f;
	margin-top: 4px;
}
p {}
a {}
img {}
em { 
	font: bold oblique 12px/120% "Franklin Gothic Medium", "Gill Sans", "Gill Sans MT", Candara, Corbel, sans-serif; 
}
strong {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
ul {}
ol {
	font-size: 11px;
	list-style-type: decimal;
	margin: 0 0 5px 40px;
}
ol.nest1 {
	list-style-type: lower-alpha;
}
ol p {
	border: 1px dashed #000;
	margin: 0 0 5px 0;
}
/*---------------------*
 *=  PAGE ELEMENTS     *
 *---------------------*/
#container { 
	position: relative; 
	width: 780px;  
	background: #FFFFFF url(../images/contback.jpg) repeat-x top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border-left: 3px solid #fced74;
	border-right: 3px solid #fced74;
	border-bottom: 3px solid #fced74;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	position: relative;
	margin: 0;
	height: 125px; 
	background: url(../images/banner.jpg) no-repeat top left; 
	padding: 0 10px 0 20px;
	z-index: 2; 
} 
#header h1 {
	margin: 0; 
	padding: 10px 0;
	text-indent: -20000px;
}
#header h2 {
	width: 86px;
	height: 114px;
	background: url(../images/Chester.jpg) no-repeat top left;
	position: absolute;
	top: 2px;
	right: 15px;
	text-indent: -20000px;
}
#MenuBar1 {
	position: absolute;
	bottom: 0;
	left: 155px;
	z-index: 5;
}
#sidebar1 {
	position: absolute;
	top: 125px;
	left: 0;
	width: 120px;
	height: 400px;
	background: url(../images/sidebar1back.jpg) no-repeat top left; 
}
	#sidebar1 h3 {
		height: 68px;
		width: 108px;
		background: url(../images/entryforms.gif) no-repeat top left;
		margin: 240px 0 0 7px;
		text-indent: -20000px;
	}
	#sidebar1 p {
		font: normal 12px/100% "Trebuchet MS", Tahoma, "Helvetica Neue", Helvetica, Arial, "Lucida Sans", Verdana, sans-serif;
		margin: 3px 0;
		padding: 6px 0 6px 25px;
		background: url(../images/acrobat.gif) no-repeat 5% 60%;
	}
		#sidebar1 p a:link, #sidebar1 p a:active {
			color: #00f;
		}
		#sidebar1 p a:hover {
			color: #fff;
			background-color: #00f;
		}
		#sidebar1 p a:visited {
			color: #63c;
		}
	#sidebar1 img {
		margin: 1px 0 0 6px;
	}
	#sidebar1 a:hover img {
		margin: 0 0 0 5px;
		border: 1px solid #00f;
	}
#sidebar2 {
	position: absolute;
	top: 125px;
	right: 0;
	width: 140px; 
	background: none;
	padding: 10px; 
}
	#sidebar2 p {
		font-size: 11px;
		font-weight: bold;
		color: #660;
		text-align: center;
	}
	#sidebar2 h3 {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	#sidebar2 a {
		border: none;
		font: normal 11px/100% "Trebuchet MS", Tahoma, "Helvetica Neue", Helvetica, Arial, "Lucida Sans", Verdana, sans-serif;
		text-align: center;
		text-decoration: none;		
	}
#mainContent { 
	margin: 10px 160px 50px 160px; 
	padding: 10px 10px 0 15px;
	z-index: 1;
	position: relative;
}
	#mainContent p {
		text-align: justify;
		font-size: 11px;
		margin: 5px 0 5px 0;
	}
	#mainContent img {
		border: 2px solid #84d0fc;
	}
	#mainContent img.fltrt {
		margin: 5px 0 5px 15px;
	}
	#mainContent img.fltlft {
		margin: 5px 15px 5px 0;
	}
	#mainContent ul {
		list-style-type: circle;
		margin-left: 40px;
		padding-left: 5px;
		text-indent: 5px;
	}
	#mainContent ul li {
		line-height: 14px;
		font-size: 11px;
	}
	#mainContent strong.fltrt {
		margin-top: 0;
		padding: 2px 5px;
		font-size: 12px;
		color: #00f;
		border: 1px dashed #4281d3;
	}
#footer {
	position: relative;
	width: 100%;
	bottom: 0;
	padding: 0;
	background: none;
} 
#footer p {
	font-size: 10px;
	color: #84d0fc;
	position: relative;
	bottom: -20px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
/*----------------------------*
 *=   CUSTOM CLASSES & ID'S   *
 *----------------------------*/
 #sgstlogo {
	position: absolute;
	top: 210px;
	left: -2px;
}
.sponsorlogo {
	display: block;
	margin: 10px auto;
}
#w_vane {
	position: absolute;
	right: 40px;
	bottom: 0;	
}
#copynote {
	position: absolute;
	bottom: -20px;
	left: 5px;
	text-align: left;
	color: #84d0fc;
	font-size: 10px;
	width: 600px;
	
}
#credit {
	position: absolute;
	bottom: -20px;
	right: 5px;
	text-align: right;
	width: 150px;
	color: #84d0fc;
	font-size: 10px;
}
#credit a {
	color: #84d0fc;
	text-decoration: none;
}
#credit a:hover {
	color: #fff;
}
#vas_logo {
	position: absolute;
	left: 20px;
	bottom: 10px;
}
#imback {
	border: none;
}
#contact {
	font-size: 12px;
	margin-top: 5px;
}
#contact tr td {
	margin-left: 20px;
	border-bottom: 1px solid #4281d3;
	padding-left: 20px;
}
img#map {
	display: block;
	margin: 20px auto;
}
.chooktable {
	font-size: 11px;
	margin: 20px 0;
	width: 100%;
	padding-top: 20px;
}
.chooktable tr.columndesc {
	text-align: center;
	font-style: italic;
}
.chooktable tr th {
	text-align: left;
	padding: 0;	
	color: #333;
}
.chooktable th.breedclass {
	width: 240px;
}
.chooktable th.male {
	width: 50px;
}
.chooktable th.female {
	width: 40px;
}
.chooktable tr.odd {
	background-color: #B2D9FF;
	padding: 0;
}
.chooktable tr.even {
	background-color: #84d0fc;
	padding: 0;
}
.chooktable tr td {
	padding-left: 20px;
}
p.ringlinks {
	float: right;
	font-size: 10px;
	font-style: normal;
	color: #2D5991;
	text-align: right;
}
p.ringlinks a {
	color: #2D5991;
	text-align: right;
}
p.ringlinks a:link, p.ringlinks a:active, p.ringlinks a:hover {
	color: #009;
}
.HorseLinks {
	position: relative;
	border: 1px solid #9ed9fc;
	width: 110px;
	float: right;
	margin: 0 0 10px 15px;
	background-color: #84d0fc;
}
#mainContent div.HorseLinks p {
	margin-left: 5px;
}
#mainContent div.HorseLinks ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100px;
}
.HorseLinks ul li {
	list-style-type: none;
	text-indent: 0;
}
.HorseLinks ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 3px 0 3px 10px;
	color: #00C;
	font-size: 10px;
}
.HorseLinks ul li a:hover {
	background-color: #fcec70;
}
ul#sponleft {
	width: 200px;
	margin: 10px 0 0 0;
}
ul#sponright {
	width: 200px;
	position: absolute;
	top: 780px;
	right: 0;
}
/* for leading bold headings before an ordered list. Used on Arabians, Ridden Natives page. Change for 2010. */
strong.classgroup, h2.classgroup {
	margin-left: 40px;
}
h1.namingrights {
	font: bold 14px/100% "Trebuchet MS", Tahoma, "Helvetica Neue", Helvetica, Arial, "Lucida Sans", Verdana, sans-serif;
	color: #eee;
}
ul li#woolamaicup {
	font-weight: bold;
}
h3.subclasstitle {
	margin-left: 20px;
}
p.subclasstext {
	text-indent: 20px;
	font-style: italic;
}
li#woodchop strong {
	color: #00F;
}
.texGrentell {
	border: solid 1px #4281d3;
	background-color: #FAF5CB;
	width: 400px;
	padding: 10px;
	margin: 20px 0;
}

