/*text styles*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000033;
} .textwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} .textgrey {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
} td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} .bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} .small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-decoration:none
} .medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} .big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
} .xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
} .myriad {
	font-family: "Myriad Web"

/* Output */
} .rule {
	color:#000066;
	background-color:#000066;
	height:1px;
	border:none;
	margin:5px 0px;
} .outputTable {
	width:100%;
} .titleLink {
	text-align:left;
	color:#000000;
} .titleLink a:link{
	color:#000000;
} .titleLink a:visited {
	color:#000000;
} .titleLink a:active {
	color:#000000;
} .titleLink a:hover {
	color:#000000;
	text-decoration:underline;
} .moreLink a:link{
	color:#000000;
} .moreLink a:visited {
	color:#000000;
} .moreLink a:active {
	color:#000000;
} .moreLink a:hover {
	color:#000000;
	text-decoration:underline;
	
/* Fonts */

} h1 {						/* Main page headings MUST USE THIS (make classes for special large text etc instead) */
	font-size: 12px;
	padding-bottom:3px;
} h2 {
	font-size: 12px;
} h3 {
	font-size: 12px;
	font-style:italic;
} h4 {
	font-size: 12px;
} h5 {
	font-size: 12px;
	font-style:italic;
} h6 { 
	font-size: 12px;
	font-style:italic;
} p { 						/* Default paragraph font margin 0 ensures same line spacing across browsers */
	font-size: 12px;
} .p { 						/* Same as above. Use to quickly add default style to elements without extra p tags */
	font-size: 12px;
} .smallPrint {				/* E.g. copyright notice */
	font-size:x-small;
} .italic {
	font-style:italic;
} .textCenter{				/* Only centres text inside a container (e.g. table column), use objCenter to centre container */
	text-align:center;

/* Link Style */

} a:link {
	color: #000066;
	text-decoration: none;
} a:visited {
	color: #000066;
	text-decoration: none;
} a:hover {
	color: #000066;
	text-decoration: underline;	
} a:active {
	color: #000066;
	text-decoration: none;
} a.greylink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
} a.greylink:visited {
	color: #666666;
} a.greylink:hover {
	color: #666666;
	text-decoration:underline;
} a.nav:link {
	color: #ffffff;
	text-decoration: none;
} a.nav:visited {
	color: #ffffff;
	text-decoration: none;
} a.nav:hover {
	color: #ffffff;
	text-decoration: underline;
} a.sidenav:link {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
} a.sidenav:visited {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
} a.sidenav:hover {
	color: #666666;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
} a.bluenav:link {
	color: #3399FF;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
} a.bluenav:visited {
	color: #3399FF;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
} a.bluenav:hover {
	color: #3399FF;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
} a.box {
	padding: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
} a.box:visited {
	padding: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
} a.box:hover {
	padding: 0px;
	text-decoration: none;
	background-color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;

/* Form Validation */
	
} input { 

} input.error { 
	border: 1px solid red; 
} label.error {
	background: url('lib/inkManager/appearance/icons/unchecked.gif') no-repeat;
	background-position:center-left;
	padding-left: 16px;
	display: block;
	margin:3px;
	color:#ff0000;
} label.valid {
	background: url('lib/inkManager/appearance/icons/checked.gif') no-repeat;
	background-position:center-left;
	display: block;
	width: 16px;
	height: 16px;
} textarea {
 
} textarea.error {
	border: 1px solid red; 
} input.error { 
	border: 1px solid red;
	
/* MISC CLASSES */

} .clearFloat {				/* Use below floating divs to prevent unwanted overlap */
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
} .imgLink {					/* Use on all images acting as links to prevent link colour borders */
	border:0;
} .imgBorder {				/* Use to add border or other style to images */
	border:none;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:3px;
} .objLeft {					/* Use to float left an object (e.g. image) in parent div */
	float:left;
	margin-right:10px;
} .objRight {				/* Use to float right an object (e.g. image) in parent div */
	float:right;
	margin-left:10px;
} .objCenter {				/* Use to center an object (e.g. image) in parent div */
	display:block;
	margin-left:auto;
	margin-right:auto;
} .minHeight {				/* Set on div to stop empty pages collapsing */
	height:400px;
} .mainrule {
	size:1px;
	color:#06C;
	noshade:noshade; 
	
/* Background Styles */

} .sidedrop {
	background-image: url(file:///C|/Documents and Settings/cwishart/My Documents/bhitds/images/sdrop.jpg);
	background-repeat: repeat-y;
}

/*.hhh {

background-image: url(images/hhhbanner3.gif);
background-repeat: no-repeat;
background-position:center 12px;

}*/

.gradred {
	background-image: url(images/gradred.jpg);
	background-repeat:repeat-y;
} .dogs {
	background-image: url(images/background2.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
} .huntbg {
	background-image: url(images/huntbg.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
} .ponyclb {
	background-image: url(images/pony_clb2.jpg);
	background-repeat:no-repeat;
	background-position: right 390px;
} .bereleigh {
	background-image: url(images/horse_bereleigh2.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
} .terrier {
	background-image: url(images/terrier.jpg);
	background-repeat:no-repeat;
	background-position: -50px -60px;
}

/* Alignment */

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 1008px;
     height: 613px;
     margin-top: -300px; /* half of the height */
     margin-left: -504px; /* half of the width */
     border: 1px solid #000;
}

/* Text */

.style2 {
	color: #003300
} .style15 {
	font-size: 10px
} .style17 {
	font-size: 10px; color: #FFFFFF; 
} .style19 {
	font-size: 10px; font-weight: bold;
}