/* Define Tags */
html, body {
	height:100%;
	} 

body { 
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:12px;
	line-height:21px;
	}
	
.bodyHome {background:url(images/background.gif) repeat-x #e5f2ff;}
.bodySub {background:url(images/backgroundSub.gif) repeat-x #e5f2ff;}

a, a:visited, a:hover {	

	color:#3f73a0;	
	text-decoration:none;
	}
a:hover {
	color:#165387;
	text-decoration:none;
	}
	
.staffPhotos img {
	background-color:#fff;
	padding:5px;
	border:solid 1px #b2b2b2;
}

input .form {
	background-color:#fff;
	border:solid 2px #b2b2b2;
}

textarea .form {
	background-color:#fff;
	border:solid 2px #b2b2b2;
}

	
img a , img a:visited, img a:hover {color:#545454;}
	
img {display:block}
/* Site Structure Start */
{ Start of New CSS Structure }
#wrapper {
	width:984px;
	height:auto;
	margin:0 auto;
	}
#logo {
	width:311px;
	height:130px;
	background:url(images/logo.gif);
	float:left;
}
#logo a{display:block; width:311px; height:130px;}
#logo span{display:none;}
#topLinks {
	background:url(images/topLinks.gif);
	width:673px;
	height:39px;
	float:left;
	position:relative;
	}
	#topLinks li {margin: 0px; padding: 0px; list-style: none;position: absolute; top: 0; margin-left:0px;}
	#topLinks li, #topLinks a {height:39px; display: block; }
	#topLinks span { display:none; }
	#topLinks li a {display:block; height:39px;}
		#topLinks-1	{ width:54px; left:359px; background-image:none; }
		#topLinks-2	{ width:71px; left:420px; background-image:none; }
		#topLinks-3	{ width:82px; left:498px; background-image:none; }
		#topLinks-4	{ width:86px; left:587px; background-image:none; }
		#topLinks-1 a:hover { background:transparent url(images/topLinks.gif) no-repeat -359px -39px; }
		#topLinks-2 a:hover { background:transparent url(images/topLinks.gif) no-repeat -420px -39px; }
		#topLinks-3 a:hover { background:transparent url(images/topLinks.gif) no-repeat -498px -39px; }
		#topLinks-4 a:hover { background:transparent url(images/topLinks.gif) no-repeat -587px -39px; }

#top {
	width:673px;
	height:91px;
	background:url(images/top.gif) bottom;
	float:left;
	}
#nav {
	width:984px;
	height:42px;
	background:url(images/nav.gif) no-repeat;
	clear:both;
	}
	#nav .top-nav-ul { margin:0; padding:0; }
	/* please do not change the way this is styled.  the dropdown menu's appearance is very dependant on this scheme */
	#nav li#nav-1, #nav li#nav-2, #nav li#nav-3,
	#nav li#nav-4, #nav li#nav-5, #nav li#nav-6 { margin: 0px; padding: 0px; list-style: none; float:left; }
	#nav li#nav-1, #nav li#nav-2, #nav li#nav-3,
	#nav li#nav-4, #nav li#nav-5, #nav li#nav-6,
	#nav a#link-1, #nav a#link-2, #nav a#link-3,
	#nav a#link-4, #nav a#link-5, #nav a#link-6 {height:42px; display: block; padding:0; margin:0; }
	#nav span { display:none; }
	/*#nav li a {display:block; height:42px;}*/
		#nav-1	{ width:157px; background-image:none; }
		#nav-2	{ width:169px; background-image:none; }
		#nav-3	{ width:262px; background-image:none; }
		#nav-4	{ width:196px; background-image:none; }
		#nav-5	{ width:119px; background-image:none; }
		#nav-6	{ width:81px; background-image:none; }
		/* I HATE IE6 */
		#nav a#link-1 { width:157px; }
		#nav a#link-2 { width:169px; }
		#nav a#link-3 { width:262px; }
		#nav a#link-4 { width:196px; }
		#nav a#link-5 { width:119px; }
		#nav a#link-6 { width:81px; }
		#nav-1 a#link-1:hover { background:transparent url(images/nav.gif) no-repeat 0px -42px; }
		#nav-2 a#link-2:hover { background:transparent url(images/nav.gif) no-repeat -157px -42px; }
		#nav-3 a#link-3:hover { background:transparent url(images/nav.gif) no-repeat -326px -42px; }
		#nav-4 a#link-4:hover { background:transparent url(images/nav.gif) no-repeat -588px -42px; }
		#nav-5 a#link-5:hover { background:transparent url(images/nav.gif) no-repeat -784px -42px; }
		#nav-6 a#link-6:hover { background:transparent url(images/nav.gif) no-repeat -903px -42px; }
		#nav-1 a#link-1.current { background:transparent url(images/nav.gif) no-repeat 0px -84px; }
		#nav-2 a#link-2.current { background:transparent url(images/nav.gif) no-repeat -157px -84px; }
		#nav-3 a#link-3.current { background:transparent url(images/nav.gif) no-repeat -326px -84px; }
		#nav-4 a#link-4.current { background:transparent url(images/nav.gif) no-repeat -588px -84px; }
		#nav-5 a#link-5.current { background:transparent url(images/nav.gif) no-repeat -784px -84px; }
		#nav-6 a#link-6.current { background:transparent url(images/nav.gif) no-repeat -903px -84px; }
#bigPic {
	width:984px;
	height:289px;
	background:url(images/bigPic.jpg);
	clear:both;
	}
	#hdrPic { width:984px; height:289px; clear:both; float:none; }
#contentHome {
	width:472px;
	float:left;
	margin:25px 0 15px 0;
}
#contentSub {
	width:984px;
	float:left;
	margin:15px 0 25px 0;
	height: expression( this.scrollHeight < 401 ? "400px" : "auto" ); /* sets min-height for IE */
	min-height: 400px; /* sets min-height value for all standards-compliant browsers */
}
#sideContentHome {
	width:472px;
	float:left;
	margin:25px 0 15px 40px;
}
#footer {
	clear:both;
	margin:25px 0 0 0;
	padding:20px 0 20px 0;
	width:100%;
	border-top:1px solid #c9d5e0;
	text-align:center;
	font-size:10px;
	line-height:15px;
	color:#8e8e8e;
}

#footer a, #footer a:visited {color:#5e7498; text-decoration:none; font-size:10px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif;}
#footer a:hover {color:#00235b; text-decoration:none; font-size:10px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif;}
/* Site Structure End */



/* Custom Class Names */

.form {
	background-color:#fff;
	border:2px solid #9a9a9a;
	padding:5px 7px;
	}
.form:focus {border:2px solid #b2b2b2;}
.button { 
	color:#fff; 
	font-weight:bold; 
	background-color:#545454;
	border:1px solid #666; 
	cursor:pointer;
	padding:4px 8px;
	width:100px;
	}
	
.buttonBooking{ 
	color:#fff; 
	font-weight:bold; 
	background-color:#545454;
	border:1px solid #666; 
	cursor:pointer;
	padding:4px 8px;
	width:200px;
	}
.button:hover { background:	#9F9F9F; border:1px solid #9F9F9F; }
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:bold;
	}

.clear {
	clear:both;
	}

.horse-subnav-container { width:160px; margin-right:20px; }
.horse-subnav { border:1px solid #bbc4cf; border-width:1px 1px 0; width:160px; margin-right:20px; }
.horse-subnav a, .horse-subnav a:visited, .horse-subnav a:hover { display:block; float:none; padding:8px; border:1px solid #bbc4cf; border-width:0 0 1px; }
.horse-subnav a:hover { padding-bottom:8px; border-bottom:2px solid #4983B4; }
.horse-subnav a.current-link, .horse-subnav a.current-link:visited, .horse-subnav a.current-link:hover { color:#000; }
.horse-subnav a.child-link, .horse-subnav a.child-link:visited, .horse-subnav a.child-link:hover { padding-left:16px; }

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana,Arial,Helvetica; 
	color:#476986;
	}
h1 {font-size:18px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif;}
h2 {
	}
h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
h6 /*only used on stallions page*/{margin-bottom:0px;}
form {
	margin:0;
	padding:0;
	}
	
.pedigree a {
	text-decoration:underline;
	font-weight:bold;
}

ul {
	margin:0 0 0 16px;
	padding:0;
}


/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM STUFF		*
 ********************************/
 
 /* Sifr Start*/
 .sIFR-flash {
	visibility: visible !important;
	margin: 0;
	z-index: 10;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:18pt;
	text-transform:capitalize;
	height:30px;
	zoom:1;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:18pt;
	text-transform:capitalize;
	height:24px;
	zoom:1;
}
 /* Sifr End*/
 
.news-attachedFile { background-repeat:no-repeat; background-position: top left; width:100px; padding: 3px 3px 3px 19px; }
.news-attachedFile em { color: #bbb; }
.news-attachedFile:hover em { color: #777; }