@charset "UTF-8";
/* CSS Document */

div.staff-container, 
div.horse-container{
	width:180px;
	float:left;
	text-align:center;
	margin:15px;
	padding: 5px 0 10px 0;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);/*FF 3.5+*/
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#999)";/*IE 8*/
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#999);/*IE 5.5-7*/
	-moz-border-radius: 5px;/*Firefox*/
	-webkit-border-radius: 5px;/*Safari, Chrome*/
	border-radius: 5px;
	behavior:  url(PIE.htc);/*Apply PIE*/
	}

	
div.staff-container p.name,
div#horse-picture p.name,
div.horse-container p.name,
div#staff-large-picture p.name{
	color:#666;
	padding:0px 0px 0px 0px;
	text-align:center;
	position: relative;
	}
div.staff-container a p.job-title,
div#staff-large-picture a p.job-title,
div#staff-large-picture p.job-title{
	padding:0;
	font-size:10px;
	text-align:center;
	color:#999;
	}
div.staff-container img,
div.horse-container img,
div#staff-large-picture img {
	box-shadow: inset 3px 3px 3px #000;
	-moz-box-shadow: inset 3px 3px 3px #000;/*FF 3.5+*/
	-webkit-box-shadow: inset 3px 3px 3px #000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	behavior: url(/PIE.htc);/*Apply PIE*/
	border:1px solid #eee;
	margin:10px 0px;
	width:150px;
	height:175px;
	}
	div#staff-large-picture img,
	div.horse-container img {
		width:auto;
		height:auto;
	}
#staff-large-picture,
#horse-large-picture{
	width:220px;
	float:left;
	text-align:center;
	margin:15px;
	padding: 5px 0 10px 0;
	background-color: #fff;
	box-shadow:  3px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:  3px 3px 3px rgba(0,0,0,0.5);/*FF 3.5+*/
	-webkit-box-shadow:  3px 3px 3px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);/*Apply PIE*/
	}
#staff-profile{
	margin:15px 0 0 14px;
	width:450px;
	float:left;
	}
#staff-profile h2,
.other-staff-pictures h2{
	font-size:18px;
	font-weight:normal;
	padding:5px 5px 5px 5px;
	text-shadow:1px 1px #999;
	border-bottom:1px solid #666666;
	margin:0 20px 10px 0px;
	background:none;
	width:100%;
	}
	.other-staff-pictures h2{
		font-size:92%;
	}
.other-staff-pictures{
	clear:both;
	float:left;
	margin:10px 20px;

	}
	#other-staff-container ul{ list-style:none;}
	#other-staff-container ul li a{ 
		display:block;
		padding:3px 0 3px 8px;
		color:#000;
		margin-bottom:3px;
		text-decoration:none;}
	#other-staff-container ul li a:hover{
		text-decoration:none;
		color:#FFF;
		background-color:#000;
		}
#staff-profile p{
	text-align:left;
	}



#horseDetailPopUp{
	display:none;
	height:300px;
	width:600px;
	position: absolute;
	top: 50%;
	margin-top:-150px;
	padding: 16px;
	border: 4px solid black;
	background-color: #aedddd;
	z-index:1002;
	overflow: auto;
	}
.staff-thumbnails{
	text-align:center;
	width:100%;
	}
	.staff-thumbnails img{
		margin-right:6px;
		background-color:#fff;
		border:5px solid #fff;
		border-bottom:25px solid #fff;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
		-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
		box-shadow: 3px 3px 5px rgba(0,0,0,.5);
		behavior: url(PIE.htc);/*Apply PIE*/
		}
.training-staff-container{
	width:400px;
	margin-left:10px;
	float:left;
}
.training-staff-container blockquote{
	margin:25px 0 0px 25px;
	padding:10px 20px 20px 20px;
	}
.leader{
	width:210px;
	float:left;
	}
.team{
	width:620px;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #464646;
	float:left;
	}
#staff-links-trail{
	clear:both;
	text-align:center;
	font-size:11px;
	margin:15px 0 0 0 ;
	line-height:20px;
	position:relative;
	bottom:-5px;
	}
	#staff-links-trail span{
		color:#00a7a7;
		text-decoration:none;
	}
table.new span {font-size:10px;}
table.new td {border:1px solid #999999; border-collapse: collapse; padding:5px; margin:0;font-size: .8em;}
table.new {padding:0; margin:0 auto;}