/*
#2D3D00 = dark green
#5E636E = dark grey
#A9BAA2 = light green

*/

/* Globals
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

body { 
	background: #333030 url(../gfx/bg.gif) repeat-x 0 0; 
	color:#BFBEBE;
	font: 13px/1 Arial, Helvetica, Sans-Serif; 
}
ul { list-style: none; }

a {
	text-decoration: underline;
	color:#F6F5B1;
}
a:hover {
	color:#495E8B;
}

a img { border: none; outline: none; text-decoration: none; }

.center { text-align: center; }

/* Layout
--------------------------------------------------------------------------------------------------- */
#container {
	width: 847px;
	margin: 0 auto;
	position: relative;
	background: url(../gfx/top.gif) no-repeat 0 0;
}
#header {
	height: 267px;
	position: relative;
}
#contentarea {
	background: url(../gfx/mid.gif) repeat-y 0 0;
}
#wrap {
	background: url(../gfx/sub_top.gif) no-repeat 0 0;
}
#primary  {
	float: right;
	width: 522px;
}
#primary .content { 
	padding: 20px 40px 0 0;	
}
#secondary {
	float: left;
	width: 280px;
	padding: 7px 0 8px 27px;
}
#footer {
	clear: both;
	height: 100px;
	background: url(../gfx/foot.gif) no-repeat 0 0;
}

body#sales .horse_image {
	float: right;
	width: 220px;
	padding: 0 0 15px 15px;
}
.horse_image img {
	border: 1px solid #fff;
}
.sales_snapshot {
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: url(../gfx/hr.gif) repeat-x 0 100%;
}
.sales_snapshot .thumb {
	float: left;
	width: 225px;
}
.sales_snapshot .thumb img {
	border: 1px solid #fff;
}
.sales_snapshot .details {
	float: left;
	width: 250px;
}
.sales_snapshot .extras a {
	float: left;
	display: block;
	margin: 0 20px 0 0;
} 
.sales_snapshot .extras a span.video {
	background: url(../gfx/icons/movie.png) no-repeat 0 50%;
	display: block;
	padding: 3px 0 3px 20px;	
}
.sales_snapshot .extras a span.pics {
	background: url(../gfx/icons/photos.png) no-repeat 0 50%;
	display: block;
	padding: 3px 0 3px 20px;
}

/* Primary Content
--------------------------------------------------------------------------------------------------- */
#eventlistwrap {
	background: url(../gfx/upcoming_events_mid.gif) repeat-y 0 0;
}
#eventlist {
	background: url(../gfx/upcoming_events_top.gif) no-repeat 0 0;
	padding: 0 60px 0 0;
}
#eventlist dt {
	display: block;
	height: 35px;
	text-indent: -999em;
}
#eventlist dd#hunterjumper {
	float: left;
	width: 170px;
}
#eventlist dd#schooling {
	float: right;
	width: 140px;
}
#eventlist dd#moreevents {
	clear: both;
	padding: 0 15px;
	background: url(../gfx/upcoming_events_foot.gif) no-repeat 0 100%;	
}
#eventlist dd#moreevents a {
	text-align: right;
	display: block;
	padding: 0 10px 18px 0;
	color: #F6F5B1;
}
#eventlist dd#moreevents a:hover {
	color: #000;
}


#primary #eventlist dd#hunterjumper ul {
	margin: 0 0 0 45px;
	list-style: none;
}
#primary #eventlist dd#schooling ul {
	margin: 0 0 0 10px;
	list-style: none;
}
#primary #eventlist dd ul li {
	margin: 0;
	padding: 0;
	color: #eee;
	font-weight: bold;
	line-height: 1.4em;
}


#primary h1 {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
}
#primary h2 {
	padding: 5px 0 0 0;
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: normal;
	color:#E8E8AA;
}
#primary h3 {
	font-size: 14px;
	color:#E8E8AA;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 4px;
}
#primary h3 a { text-decoration: none; }
#primary h4 {
	font-size: 13px;
	color:#E8E8AA;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 4px;
}
#primary h5 {
	font-size: 12px;
	color:#E8E8AA;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 4px;
}
#primary h6 {
	font-size: 11px;
	color:#666;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 4px;
}
#primary p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
}
body#home #primary p {
	margin: 0 25px 15px;
}
#primary p strong { color:#eeeeee; }

#primary .more { text-align: right; }
#primary ul {
	margin: 0 0 15px 30px;
	line-height: 1.6em;
	list-style: square;
}
#primary p.pdf {
	margin: 0 0 15px 15px;
}
#primary .pdf a {
	padding: 2px 0 2px 22px;
	background: url(../gfx/pdficon.gif) no-repeat 0 0;
}
body#default #primary dl {
	float: left;
	width: 177px;
}
dl dt {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding: 0 12px;
}
dl dd {
	padding: 0 12px;
}
#primary dl dd p {
	font-size: 11px;
	line-height: 1.4em;
}
#primary dl dd p.more {
	margin: -10px 40px 0 0;
}

#primary .snapshot {
	background: url(../gfx/hr.gif) repeat-x 0 100%;
}
#primary .snapshot p.more {
	margin-top: -8px;
	padding: 5px 0 10px 0;
	text-align: right;
}
#primary ul.vcard {
	margin: 10px 0 15px 0;
	padding: 10px 15px;
	border: 1px solid #495E8B;
	background:#364057 url(../gfx/bluegrad.gif) repeat-x 0 1px;
	border-top: 8px solid #891E25;
}
#primary ul.vcard li {
	list-style: none;
	border-bottom: 1px solid #414B61;
	line-height: 1.6em;
	padding: 5px 0;
	color: #fff;
}

#primary .snapshot ul {
	list-style: none;
	background: #272525 url(../gfx/red_ribbon.gif) no-repeat 100% 0;
	border: 1px solid #666;
	margin: 6px 0 10px 0;
	padding: 10px 15px;
}
#primary div.odd ul {
	background: #272525 url(../gfx/blue_ribbon.gif) no-repeat 100% 0;
}
#primary .snapshot ul li {
	line-height: 1.4em;
	padding: 5px 0;
	margin: 0 55px 0 0;
	border-bottom: 1px solid #333;
}
#primary .snapshot ul li.date { font-weight: bold; color:#eee; }
#primary .snapshot ul li p {
	margin: 0;
	padding: 0;
	font-style: italic;
	color:#eee;
}

#primary .hr {
background: url(../gfx/hr.gif) repeat-x 0  0;
padding: 9px 0 0 0;
color:#fff;
}

#primary ul li ul { margin-bottom: 0; }

body#home #primary h2 {
	display: block;
	background: url(../gfx/upcoming_events.gif) no-repeat 0 0;
	height: 32px;
	line-height: 32px;
	width: 371px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.events, #eventsbox {
	padding: 0 0 0 55px;
}
img.right { float: right; margin: 0 0 10px 10px; }

.special { 
	background: #272525;
	border: 1px solid #666;
	padding: 10px 20px;
	text-align: center;
}

div.left { width: 48%; float: left; }
div.right { width: 48%; float: right; }
.clear { clear: both; }
#primary h2.push { padding-top: 15px; }

/* Gallery
--------------------------------------------------------------------------------------------------- */
.gallery {
	margin: 0 17px 0 30px;
	padding: 20px;
	background: #272525;
	border: 1px solid #666;
}
.gallery img {
	float: left;
	margin: 3px;
	padding: 1px;
}
.gallery a img {
	border:1px solid #666;
}
.gallery a:hover img {
	border:1px solid #fff;
}
.smd_slimbox_next,
.smd_slimbox_prev { text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 14px; height: 50px; line-height: 50px; text-align: center; width: 75px; float: left; }


/* Navigation
--------------------------------------------------------------------------------------------------- */
#subnav {
	margin: 15px 37px 15px 3px;
	padding: 10px;
	border: 1px solid #495E8B;
	background:#364057 url(../gfx/bluegrad.gif) repeat-x 0 1px;
	border-top: 8px solid #891E25;
}
#subnav li {
	margin: 0 0 5px 0;
	line-height: 1.4em;
	list-style: none;
}
#subnav li a {
	text-decoration: none;
	color: #F6F5B1;
}
#subnav li a:hover {
	color:#fff;
}
#subnav li.current a {
	color:#fff; font-weight: bold;
}
#navigation {
	height: 324px;
	width: 245px;
	background: url(../gfx/nav.gif) no-repeat 0 0;
}
#navigation ul {
	padding: 5px 0 0 0;
}
#navigation li {
	height: 31px;
	line-height: 31px;
	width: 245px;
	text-indent: -9999px;
}
#navigation li a {
	display: block;
	height: 31px;
	line-height: 31px;
	width: 245px;
}
#n-home a {
	background: url(../gfx/nav/home.gif) no-repeat 0 0;
}
#n-home a:hover {
	background-position: -245px 0;
}
#n-facility a {
	background: url(../gfx/nav/facility.gif) no-repeat 0 0;
}
#n-facility a:hover,
body#facility #n-facility a {
	background-position: -245px 0;
}
#n-people a {
	background: url(../gfx/nav/people.gif) no-repeat 0 0;
}
#n-people a:hover,
body#people #n-people a {
	background-position: -245px 0;
}
#n-sales a {
	background: url(../gfx/nav/sales.gif) no-repeat 0 0;
}
#n-sales a:hover,
body#sales #n-sales a {
	background-position: -245px 0;
}
#n-events a {
	background: url(../gfx/nav/events.gif) no-repeat 0 0;
}
#n-events a:hover,
body#events #n-events a {
	background-position: -245px 0;
}
#n-news a {
	background: url(../gfx/nav/news.gif) no-repeat 0 0;
}
#n-news a:hover,
body#news #n-news a {
	background-position: -245px 0;
}
#n-sponsors a {
	background: url(../gfx/nav/sponsors.gif) no-repeat 0 0;
}
#n-sponsors a:hover,
body#sponsors #n-sponsors a {
	background-position: -245px 0;
}
#n-employment a {
	background: url(../gfx/nav/employment.gif) no-repeat 0 0;
}
#n-employment a:hover,
body#employment #n-employment a {
	background-position: -245px 0;
}
#n-location a {
	background: url(../gfx/nav/location.gif) no-repeat 0 0;
}
#n-location a:hover,
body#location #n-location a {
	background-position: -245px 0;
}
#n-contact a {
	background: url(../gfx/nav/contact.gif) no-repeat 0 0;
}
#n-contact a:hover,
body#contact #n-contact a {
	background-position: -245px 0;
}

/* Header
--------------------------------------------------------------------------------------------------- */
#logo {
	position: absolute;
	left: 41px;
	top: 33px;
	background: url(../gfx/logo.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#logo a {
	line-height: 234px;
	width: 225px;
	height: 234px;
	display: block;
}
#tagline { display: none; }

#feature {
	position: absolute;
	top: 33px;
	left: 311px;
	height: 234px;
	width: 509px;
	background: url(../gfx/pic_holder.gif) no-repeat 0 0;
}
#feature img {
	margin: 10px 0 0 12px;
}
/* Footer
--------------------------------------------------------------------------------------------------- */
#footer p { margin: 0; padding: 0; }
#footer .phone {
	float: right;
	width: 260px;
	padding: 60px 50px 0 0;
	text-align: right;
	font-weight: bold;
}
#footer .address {
	float: left;
	width: 500px;
	padding: 60px 0 0 0;
	text-indent: 110px;
	font-weight: bold;
}
#footer p { color:#F6E990; }
#footer p strong { color:#ffffff; }

#footer .vibe9 { clear: both; text-align: right; padding: 20px 50px; font-size: 11px; color:#666; line-height: 1.4em; }
#footer .vibe9 img { margin: 5px 0 0 0; }
#footer .vibe9 a { color: #999; text-decoration: none; }
#footer .vibe9 a:hover { color:#666; }

/* Easy-Peasy Clearing 
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

#primary p.padtop { padding: 5px 0 0 0; margin: 0 0 5px 0; }
#primary h3.padbelow { padding: 10px 0; margin: 5px 0 0 0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Standard sIFR styles... do not modify
---------------------------------------------------------------------------------- */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Decoy sIFR styles
---------------------------------------------------------------------------------- */
.sIFR-hasFlash #primary h1 {
	visibility: hidden;
	font-size:20px;
	z-index:1; 
	height:40px;
	letter-spacing: -7px;
}