/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
	background:#000000 none repeat scroll 0 0;
	margin:0;
}

html {
	background: #626467 url(../stills/bg.gif) repeat;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 900px;  
	margin: 0 auto; 
}
#Container { 
background:transparent url(../stills/bg-top.jpg) no-repeat scroll center top;
margin:0 auto;
width:900px;
}

#Layout {
	display:block;
	float:left;
	padding:12px 20px;
	width:830px;
	
}

.video {
	width:305px;
	height:204px;
	float:left;
}

.middle_content img {
	border:none !important;
}
/*#Content {
	width: 750px;
	float: right; 	
	margin: 0;
	text-align: left;
}
*/
/* HEADER
----------------------------------------- */
#Header { 
 	width: 830px; 
 	margin: 0 auto;
	overflow: hidden;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
background:transparent url(../stills/nav-bg.jpg) repeat-x scroll left top;
float:left;
height:45px;
margin:0;
padding:0;
width:834px !important;
font-family:Arial,Helvetica,sans-serif;
}
	#Navigation ul#menu1 { 
		float:left;
		margin:0;
		padding:0;
		width:834px;
	}
		#Navigation ul li { 
			background:transparent url(../stills/nav-line.jpg) no-repeat scroll right center;
			color:#FFFFFF;
			float:left;
			font-family:Arial,Helvetica,sans-serif;
			font-size:12px;
			font-weight:bold;
			padding-left:10px !important;
			padding-right:10px !important;
			line-height:45px;
			margin-top:5px;
}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 1.2em; 
				padding: 0 0 0 0px;
				color:#FFFFFF;
				text-decoration:none;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 0px;
					height: 2.3em;
					font-size:12px;
					font-weight:bold;
					font-family:Arial,Helvetica,sans-serif;
				}
					#Navigation ul li a:hover { 
			 			background: url(../stills/hoverTabLeft.gif) no-repeat left top; 
						color:#F2D59C;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background: url(../stills/hoverTabRight.gif) no-repeat right top;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background: #fff url(../stills/activeTabLeft.png) no-repeat left top; 
				 	color: #444;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					background: #fff url(../stills/activeTabRight.png) no-repeat right top;
					color: #444;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../stills/sidebarHeader.gif) no-repeat left top; 
		display:none;
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../stills/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../stills/sidebarBottomBg.gif) no-repeat center bottom;
		display:none;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	font-size: 0.9em; 
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(../stills/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			background: transparent url(../stills/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	background: transparent url(../stills/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../stills/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(../stills/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../stills/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../stills/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../stills/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../stills/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../stills/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	height: 5em; 
}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../stills/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}
			
			
			
			
			
			
	
			/* Drop Down Menu code */
#pad {height:135px;}

#menu1 {padding:0; margin-top:0px; list-style:none; height:10px; position:relative; z-index:500; }
#menu1 li {float:left; line-height:45px; }
#menu1 li a {display:block; float:left; height:10px; line-height:30px; color:#000; text-decoration:none; font-weight:normal; padding:0 30px 0 25px;}

#menu1 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu1 li a:hover {z-index:200; position:relative;color:#F2D59C; }
#menu1 li:hover {position:relative; z-index:200;}

#menu1 li:hover > a {}
#menu1 li:hover > a.sub {}

#menu1 li.current a {color:#F2D59C; }

#menu1 li a.sub {}
#menu1 li.current a.sub {color:#000000; }

#menu1 :hover ul {left:0; top:30px; width:120px; background:#ffffff;}

/* keep the 'next' level invisible by placing it off screen. */
#menu1 ul,
#menu1 :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;  padding:0; list-style:none;}


#menu1 :hover ul :hover ul
{left:120px; top:-1px; background:#ffffff; white-space:nowrap; width:100px; z-index:200; height:auto;}

#Navigation ul li ul.fly li{ 
			background:transparent url(../stills/nav-line.jpg) no-repeat scroll right center;
			color:#FFFFFF;
			float:left;
			font-family:Arial,Helvetica,sans-serif;
			font-size:12px;
			font-weight:bold;
			padding-left:0px !important;
			padding-right:0px !important;
}

#Navigation ul li ul.fly li a{ 
			background-color:#03294F;
border-color:#034BA4;
border-style:solid;
border-width:0 1px 1px;
color:#ffffff;
clear:both;
display:block;
height:27px;
line-height:27px;
padding:2px 2px 2px 12px;
}

ul li #menu1 ul li a span{
background-color:#03294F;
color:ffffff;
border-color:#034BA4;
border-style:solid;
border-width:0 1px 1px;
clear:both;
display:block;
height:27px;
line-height:27px;
padding:2px 2px 2px 12px;
}

ul.fly li a {color:#ffffff;}
#menu1 :hover ul li {margin:0; border-top:1px solid #666; }
#menu1 :hover ul li a {width:140px; padding:0; margin:0px; text-indent:10px; color:#ccc; height:20px; line-height:20px; color:#000000; background-color:#03294F;border-color:#034BA4;
border-style:solid;
border-width:0 1px 1px;}
#menu1 :hover ul li a.fly {background:#074189 url(../stills/right-arrow.gif) no-repeat right center;}

#menu1 :hover ul :hover {background-color:#074189; color:#F2D59C;}
#menu1 :hover ul :hover a.fly {background-color:#ffffff; color:#ffffff;}

#menu1 :hover ul li.currentsub a {background:#ffffff; color:#ffffff;}
#menu1 :hover ul li.currentsub a.fly {background:#ffffff url(../stills/right-arrow.gif) no-repeat right center; color:#000000;}

#menu1 :hover ul :hover ul li a {width:180px; padding-top:50px; text-indent:10px; background:#3e3e3e; color:#ffffff;}
#menu1 :hover ul :hover ul :hover {background-color:#ffffff; color:#000000;}

#menu1 :hover ul :hover ul li.currentfly a,
#menu1 :hover ul :hover ul li.currentfly a:hover {background:#ffffff; color:#ffffff;} 

#menu1 ul li ul.fly  {margin-top:20px;}

.loginBtn {
background:transparent url(../stills/login-btn.jpg) no-repeat scroll right center;
clear:right;
color:#FFFFFF;
display:block;
float:right;
font-size:11px;
height:25px;
line-height:25px;
margin:8px 0px;
text-align:center;
width:121px;
}

.loginBtn a {
color:#FFFFFF;
text-decoration:none;
}

.nav_left_img {
background:transparent url(../stills/nav-left.jpg) no-repeat scroll left top;
float:left;
height:45px;
width:18px;
}

.nav_right_img {
background:transparent url(../stills/nav-right.jpg) no-repeat scroll left top;
float:left;
height:45px;
margin:0;
padding:0;
width:18px;
}

.navbtm {
display:block;
float:left;
height:11px;
margin:0 auto;
text-align:center;
width:870px;
}

.maincontainer {
display:block;
float:left;
padding:12px 20px;
width:830px;
}

.inner {
	background:transparent url(../stills/texture-bg.jpg) repeat-y scroll 0 0;
	float:left;
	margin:0 auto;
	padding:0 15px;
	width:870px;
}

.maincontainer .leftCol {
float:left;
width:380px;
}

.maincontainer .rightCol {
float:right;
width:443px;
}

.maincontainer .rightCol .logo {
float:left;
padding:25px 28px 28px;
}

.maincontainer .rightCol .rounded {
background:transparent url(../stills/rounded-top.gif) no-repeat scroll right top;
float:right;
padding-top:2px;
width:436px;
}

.maincontainer .rightCol .rounded h3 {
	background:transparent url(../stills/dash-btm.gif) repeat-x scroll center bottom;
color:#D8AD57;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
line-height:24px;
margin:0 auto;
padding:16px 0;
width:380px;
}

.maincontainer .rightCol .rounded .btm {
background:#000000 url(../stills/rounded-btm.gif) no-repeat scroll right bottom;
color:#9D9C9C;
float:left;
padding:2px 28px 28px;
width:380px;
font-size:12px;;
}

.maincontainer .rightCol .rounded .btm p {
font-size:12px;
line-height:18px;
margin:0;
padding:10px 0;
color:#9D9C9C;
font-family:verdana;
}

.maincontainer .rightCol .rounded .btm p span{
font-size:12px;
}
.rounded830 {
background:transparent url(../stills/rounded-top830.gif) no-repeat scroll center top;
float:left;
margin-top:10px;
padding-top:2px;
width:830px;
}

.rounded830 h2 {
background:transparent url(../stills/dash-btm.gif) repeat-x scroll center bottom;
color:#D8AD57;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
line-height:24px;
margin:0 auto;
padding:8px 0;
width:774px;
}

.rounded830 .btm {
background:transparent url(../stills/rounded-btm830.gif) no-repeat scroll center bottom;
color:#9D9C9C;
float:left;
font-size:12px !important;
padding:8px 28px 15px;
width:774px;
}

.rounded830 .bottom {
background:transparent url(../stills/rounded-btm830.gif) no-repeat scroll center bottom;
color:#9D9C9C;
float:left;
font-size:12px !important;
padding:8px 28px 15px;
width:774px;
}

.rounded830 .btm img {
margin-right:6px;
}

.footer {
margin:0 auto;
padding:15px 15px 0px 15px;
width:870px;
}

.footer ul#menu1 {
color:#908E8E;
font-size:12px;
margin-bottom:20px;
}

.footer ul#menu1 {
	padding-left:3px;
}

.footer #menu1 li a{
	border-right:1px solid #908E8E;;
}


.footer ul#menu1 li a span{
	color:#908E8E;;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

.footer #menu1 li a {
color:#908E8E;
display:block;
float:left;
font-size:12px  !important;
font-weight:normal;
height:10px;
line-height:10px;
padding:0 10px 0 10px;
text-decoration:none;
}

.footer .bottomlinks .left {
float:left;
width:400px;
}

.footer .bottomlinks .right {
float:right;
text-align:right;
width:400px;
}

.footer .bottomlinks a {
color:#4D4C4D;
text-decoration:none;
}

.footer .bottomlinks .right {
text-align:right;
}

.aboutcontainer {
float:left;
width:830px;
}

.aboutcontainer .topcontainer {
display:inline;
float:left;
margin-left:8px;
margin-top:20px;
width:450px;
}

.aboutcontainer .topcontainer .left {
background:transparent url(../stills/round-left.gif) no-repeat scroll 0 0;
display:inline;
float:left;
font-size:1px;
height:41px;
margin-left:15px;
width:16px;
}

.aboutcontainer .topcontainer .mid {
background:#000000 none repeat scroll 0 0;
float:left;
height:41px;
padding-right:10px;
width:auto;
}

.aboutcontainer .topcontainer .mid h2 {
color:#D8AD57;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
line-height:41px;
margin:0 auto;
padding:0;
}

.aboutcontainer .topcontainer .right {
background:transparent url(../stills/round-right.gif) no-repeat scroll 0 0;
float:left;
font-size:1px;
height:41px;
width:16px;
}

.aboutcontainer .logo_about {
display:inline;
float:right;
margin-right:30px;
padding:0;
}

.contactus-midcontainer {
	background:#000;
	float:left;
width:830px;
}
.aboutmidcontainer .topabout {
background:transparent url(../stills/round-innertop.gif) no-repeat scroll left top;
font-size:1px;
height:25px;
width:830px;
}

.aboutmidcontainer .btm {
background:#000000 url(../stills/round-btm-inner.gif) no-repeat scroll right bottom;
color:#9D9C9C;
float:left;
font-size:12px;
height:auto !important;
min-height:500px;
padding:0 35px 28px;
width:760px;
text-align:center;
}

.aboutmidcontainer .btm p {
font-size:12px;
line-height:18px;
text-align:justify;
margin:0;
padding:10px 0 0;
color:#9D9C9C;
font-family:Verdana;
}

.aboutmidcontainer {
float:left;
width:830px;
}

.aboutmidcontainer .btm {
color:#9D9C9C;
font-size:12px;
}

.aboutmidcontainer .btm ul li {
font-size:12px;
}

.aboutmidcontainer .btm ul li {
font-size:12px;
}

.aboutmidcontainer .btm ul li {
font-size:12px;
}	

.aboutmidcontainer ul { padding:0px 0px 10px 30px;}

.horses_bg {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
padding:5px;
height:130px;
width:145px;
float:left;
margin-left:20px;
margin-bottom:30px;
}

td.horses_bg {
margin-left:10px;
}


.aboutmidcontainer .btm a {
color:#FF0000;
text-decoration:none;
}

.horse-box {
margin:5px 10px;
}

.horses_bg_strong {
padding-top:5px;
}

.horses_bg_strong a {
color:#FFFFFF;
text-decoration:none;
}

.aboutmidcontainer .btm {
color:#9D9C9C;
font-size:12px;
}

.border {
	border:1px solid #000000;}

.sponcers img{margin-right:5px; padding-left:5px; border:none;}

.padding-top  {margin-left:20px;
margin-top:10px;}

img {border:none; margin-left:5px;}

.border img {border:5px solid #ffffff;}

.horses img {
/*border-color:#464646;
border-style:solid;
border-width:5px 10px;
*/color:#FF0000;
}

.gallery-layout li a img {
border:none;
color:#FF0000;
}

.gallery-layout.loaded {
background:none repeat scroll 0 0 transparent;
}


ul.gallery-layout {
margin:0;
padding:0;
}

.gallery-layout-wrapper  {
float:right;
margin-left:650px;;
text-align:left;
width:150px;
position:absolute;

}
.fixWidth {
width:640px;
}


.horse-image-gap {
	padding-bottom:10px;
}


.horses p {
color:#FF0000;
}

.all-horse-gallery .horse-frame {
	width:153px;
	height:132px;
	float:left;
	background:#464646;
	margin-bottom:30px;
	margin-right:35px;
}

.all-horse-gallery .horse-frame a img{
	width:143px;
	height:103px;
	margin-top:5px;
}

.all-horse-gallery .horse-name {
	color:#FF0000;
}

.horses .horse-sale-page img {
	width:718px !important;
	height:343px !important;
}

.horses .horse-sale-page .middle_content img {
	width:48px !important;
	height:20px !important;
}

.all-horse-image  {
	width:160px;
	height:100px;
	background:#464646;
	float:left;
	margin:5px;
}

.all-horse-frame {
	width:165px;
	height:110px;
	float:left;
	
	margin-left:10px;
margin-right:10px;
}

.all-horse-image-name {
	width:auto;
	height:15px;
	color:#FF0000;
}

.all-horse-image a img {
	margin-top:5px;
}

.staff-photo-image {
	
}

#content {
	font-family:Verdana !important;
}

#content p{
	font-family:Verdana !important;
}

#content p span{
	font-family:Verdana !important;
}

.blogSummary p{
	font-family:verdana !important;
}

.BlogContent {
	font-family:verdana;
}

.video-text  {
	width:225px;
	height:auto;
	float:left;
	
}

#StaffPhoto ul li {
	text-align:left;
}