/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
background:#101F32 url(../stills/body-bg.jpg) no-repeat scroll 0 0;
font-family:Verdana;
color:##CBCBCB;
font-size:12px;
line-height:1.5em;

}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 1022px;  
	margin: 0 auto; 
}
#Container { 
	width: 1022px;  
	background: #fff url(../stills/containerbg.gif) repeat-y;
}
#Layout {
	width:1006px;
	clear: both;
	overflow: hidden;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#Content {
	width: 1006px;
	float: left;
	
	text-align: left;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 1022px; 
	height:147px;
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../stills/header.jpg) repeat-x left center;
}
 	#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 {
	width: 768px;
	margin: 0 auto;
	overflow:visible;
	background: #fff url(../stills/navigation.gif) no-repeat;
	height:50px;
	width:1022px;
}
	#Navigation ul { 
	height:50px;
	margin-left:10px;
	z-index:1;
	}
		#Navigation ul li { 
			border-right:1px solid #999999;
			display:block;
			float:left;
			height:49px;
	 		list-style: none;
			
		}

		#Navigation ul li ul.fly li{ 
			border:1px solid #999999;
			display:block;
			float:left;
			height:20px;
	 		list-style: none;
		}

  			#Navigation ul li a { 
				display:block;
				float:left;
				height:50px;
				text-decoration:none;
				font-size: 1.2em; 
				padding:0 7px;
				color: #333333;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					font-size:12px;
					padding-right:3px;
					padding-top:10px;
					height: 2.3em;
				}
					#Navigation ul li.link a:hover { 
			 			background: #ffffff url(../stills/hoverTabLeft.gif) no-repeat left top; 
						color: #333333;
						cursor: pointer;
					}
				#Navigation ul li.section a {
				background:#FFFFFF url(../stills/activeTabLeft.gif) no-repeat scroll left top;
				color:#333333;
				cursor:pointer;
				}		

			#Navigation ul li.current a { 
			 			background: #ffffff url(../stills/hoverTabLeft.gif) no-repeat left top; 
						color: #333333;
						cursor: pointer;
					}
					#Navigation ul li.link a:hover span {
						background: #ffffff 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:0 5px 10px 10px;
}
	#Breadcrumbs p {
		margin: 0;
		color:#333333;
	}


/* 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; 
	}
	#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;
	}
	#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: #ffffff 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: #fff;
            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 { 
 	background:transparent url(../stills/footer.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:85px;
	width:1022px;
	margin:auto;
}
	#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;
		padding-top:5px;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
				background:none;
			}
 #foo

.left {
float:right;
height:auto;
margin:26px 0 10px;
width:310px;
}




.index-text {
border-left:1px solid #CBCBCB;
float:left;
height:auto;
margin:30px 0 0 10px;
padding-left:10px;
width:625px;
}

.index-text p{
text-align:justify;
float:left;
height:auto;
width:625px;
}

.heading-main-intext {
color:#155A85;
float:left;
font-family:cambria,palatino,georgia,serif;
font-size:22px;
padding-bottom:10px;
width:600px;
}

.more-features {background:url(../stills/features-bg.gif) no-repeat;  height:308px; background-color:#FFFFFF; width:1006px; margin:0 auto;}

.space {width:990px; float:left; height:14px; margin-left:10px; float:left;}

.features-horse {width:230px; height:auto; margin:0 0 0 17px; float:left;}

.features-image {width:217px; height:auto; padding:3px 0px 5px 12px; background:#101f32;}

.home-features-text { padding:3px 10px 5px 10px; color:#FFFFFF; text-align:justify; font-size:11px; font-family:Arial; background:#101f32;width:209px; line-height:14.5px;}

.bold {font-weight:bold; font-size:14px;  width:220px; height:auto; color:#FFFFFF; }

.main-body-bottom { background:url(../stills/main-body-bottom.gif) no-repeat; width:1022px; height:13px;}

.latest-news {float:left; width:230px;  background:#101f32; height:198px;}


.feature-link {float:left; width:18px; height:18px; background:url(../stills/features-link.gif) no-repeat top left; padding:2px 0 2px 0;   background-color:#101f32; }

.home-news {float:left; width:200px; padding-right:5px; font-size:12px; text-align:justify;  background:#101f32;  color:#FFFFFF; line-height:17px; margin-left:10px;border-bottom:1px dotted;margin-top:5px;}

.line { width:230px; height:5px; float:left; padding:1px 0 1px 2px; background:url(../stills/line.gif) no-repeat;}


.home-news2 {float:left; width:200px; padding-right:5px; font-size:12px; text-align:justify;  background:#101f32;  color:#FFFFFF; line-height:15px; height:135px;}



.features-horse {width:230px; height:auto; margin:0 0 0 17px; float:left;}

.sponcers {float:left; width:220px; padding-left:10px; background:#101f32; }

.sponcers-image { width:212px; }



.gallery-images {width:210px; height:auto; float:left; padding-left:20px; background:#101f32;}


.features-top { width:230px; height:62px; margin:0px; padding:0px;}

.features-top img{ margin:0px; padding:0px;}

img{ border:none;}

.main-body-bottom {
	background:transparent url(../stills/main-body-bottom.gif) no-repeat scroll 0 0;
	height:13px;
	width:1022px;
}
/* Footer Start Here */
ul.bottom-nav {
	
	padding-top:15px;
}

ul.bottom-nav li {
border-right:1px solid #FFFFFF;
background-color:transparent;
color:#FFFFFF;
display:inline;
padding-left:7px;
padding-right:7px;
}

ul.bottom-nav li a:hover {
}

.copyright {
height:20px;
margin:auto;
padding-top:20px;
width:300px;
}

.heading-main-intext p{
color:#155A85;
float:left;
font-family:cambria,palatino,georgia,serif;
font-size:22px;
padding-bottom:10px;
padding-left:10px;
width:600px;
}

.text {
border-top:1px solid #CBCBCB;
float:left;
font-family:Verdana;
height:auto;
margin-left:10px;
padding:10px 10px 10px 0;
text-align:justify;
width:660px;
}

.text2 {
border-top:1px solid #CBCBCB;
font-family:Verdana;
height:auto;
margin-left:10px;
margin-top:10px;
padding:20px 10px 20px 0;
text-align:justify;
width:660px;
}

.index-text p {
border-top:1px solid #999999;
float:left;
height:auto;
margin-bottom:10px;
padding-top:10px;
text-align:justify;
width:625px;
}

.index-text .heading-main-intext p {
float:left;
height:auto;
margin-bottom:10px;
padding-top:10px;
text-align:justify;
width:625px;
border:none;
}

.inner-page-image {
	float:right;
	padding-left:15px;
}

.inner-heading {
	font-weight:bold;
	font-size:22px;
	color:#155A85;
	padding-left:10px;
	font-family:cambria,palatino,georgia,serif;
}

.subpage-text p {
font-family:Verdana;
padding-bottom:5px;
}

.subpage-text {
border-top:1px solid #CBCBCB;
font-family:Verdana;
height:auto;
margin-left:10px;
margin-top:10px;
padding:10px 10px 10px 0;
text-align:justify;
width:990px;
}

strong {
	font-size:12px;
	font-weight:bold;
}

.heading-career {
color:#155A85;
float:left;
font-family:verdana;
font-size:12px;
font-weight:bold;
padding-bottom:5px;
width:600px;
}

.career-left {
float:left;
font-family:Verdana;
height:auto;
margin-left:10px;
padding:10px 10px 10px 0;
text-align:justify;
width:630px;
}

.career-year {
float:left;
height:auto;
width:630px;
}

ul.career-step {
font-family:Verdana;
margin-left:20px;
padding-bottom:5px;
width:600px;
float:left;
}

ul.career-step li {
font-family:Verdana;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
padding-bottom:5px;
color:#333333;
font-size:12px;
font-weight:normal;
}

.flash-left {
float:left;
height:auto;
margin:26px 0 10px;
width:310px;
}

.training-subpage img{
	float:right;
}
	
	
.heading-subpage-intext {
	font-weight:bold;
	font-size:22px;
	color:#155A85;
	padding-left:10px;
	padding-bottom:15px;
	font-family:cambria,palatino,georgia,serif;
	height:48px;
	background:url(../stills/top.jpg no-repeat bottom left;)
}

ul.training-list {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
padding-left:25px;
}

ul.training-list li {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
font-size:12px;
font-family:verdana;
}

.thumb-image {
float:left;
padding-bottom:10px;
padding-right:10px;
}

.thumb-nail {
height:auto;
width:990px;
}

.links-repeat {
float:left;
height:auto;
margin-bottom:20px;
padding-bottom:10px;
padding-left:20px;
padding-right:10px;
width:460px;
}

.sponcers-page-image {
float:left;
margin-right:5px;
width:150px;
}

.link-text {
float:left;
padding-left:5px;
width:300px;
}

.subpage-text p {
font-family:Verdana;
padding-bottom:5px;
}

#Navigation ul li.last {
border:none;
display:block;
float:left;
height:49px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.address {
float:left;
height:225px;
padding-left:50px;
width:550px;
}

.subpage-text p {
font-family:Verdana;
padding-bottom:5px;
}

.contact-image {
float:left;
height:160px;
width:220px;
}

form.Form_Form {
background-color:#E7E7E7;
border:0 none;
height:auto;
margin:0 10px 0 25px;
padding:10px;
width:357px;
}

#Form_Form {
background-color:#E7E7E7;
margin-left:0;
width:500px;
}


label.left {
	float:left;
}

.text {
border-top:none;
float:left;
font-family:Verdana;
height:auto;
margin-left:10px;
padding:0 10px 0 0;
text-align:justify;
width:660px;
}

.Form_Form_EditableTextField7 {
	width:375px;
}

.middleColumn textarea { margin-left:20px;}


#EditableTextField17 label{
	padding-left:10px;
}


#EditableTextField16 label{
	padding-left:10px;
}

.Actions {
	margin-left:125px;
	padding-bottom:5px;
	margin-top:20px;
}

#EditableTextField7 label.left {
	padding-left:10px;
}

#EditableTextField10 label.left {
	padding-left:0px;
}

.enquiry  {
	padding-left:180px;
	font-weight:bold;
}
	
	
	
	
	
	
	
			
			
			/* Drop Down Menu code */
#pad {height:135px;}

#menu1 {padding:0; margin-top:0px; list-style:none; height:10px; position:relative; z-index:500; color:#000000;}
#menu1 li {float:left; margin-right:1px; color:#000000; }
#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:#000000; }
#menu1 li:hover {position:relative; z-index:200;}

#menu1 li:hover > a {color:#000000; }
#menu1 li:hover > a.sub {color:#000000; }

#menu1 li.current a {color:#000000; }

#menu1 li a.sub {/*background:#ffffff;*/}
#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; margin-top:20px; 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;}

#menu1 :hover ul li {margin:0; border-top:1px solid #666; }
#menu1 :hover ul li a {width:180px; padding:0; text-indent:10px; background:#ffffff; color:#ccc; height:20px; line-height:20px; color:#000000; background-image:url(../stills/menu.png);}
#menu1 :hover ul li a.fly {background:#ffffff url(../stills/right-arrow.gif) no-repeat right center;}

#menu1 :hover ul :hover {background-color:#ffffff; color:#000000;}
#menu1 :hover ul :hover a.fly {background-color:#ffffff; color:#000000;}

#menu1 :hover ul li.currentsub a {background:#ffffff; color:#000000;}
#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:#ccc;}
#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:#000000;} 

#menu1 ul li ul.fly  {margin-top:20px;}

ul #menu1 li .link ul .fly link li .link ul li {
	background:#fff;
}
.news-subpage {
	padding:5px 5px 0;
}

a.more {
	padding-bottom:5px;
	display:block;
}

.sponcers-page {
height:auto;
padding:10px 0;
width:990px;
}

.sponsors-logo {
float:left;
height:100px;
padding-left:5px;
width:250px;
}

.sponcers-quote {
float:left;
height:auto;
padding-left:5px;
width:700px;
}

.subpage-text {
font-family:Verdana;
text-align:justify;
}

img {
border:medium none;
}

.subpage-text p {
font-family:Verdana;
padding-bottom:5px;
}

.features-read-more-link {
width:230px;
height:20px;
float:left;
background:url(../stills/read-more.gif);
}

.features-read-more-link-mid {
width:230px;
height:20px;
float:left;
background:url(../stills/read-more.gif);
}

.features-read-more-link a{
	color:#b1d6f5;
	text-decoration:none;
}

.features-read-more-link a:hover{
	color:#b1d6f5;
}

.read-more-link-color {
float:right;
width:60px;
}

.read-more-link-color a{
	color:#b1d6f5;
	text-decoration:none;
	font-size:11px;
}

.read-more-link-color a:hover {
	color:#b1d6f5;
	background:none;
	text-decoration:none;
}

.horse-in-work {
float:left;
height:400px;
padding-left:20px;
padding-right:10px;
width:300px;
}

.hall-of-fame {
line-height:2em;
}

.subpage-text p img {
float:right;
padding-left:10px;
}

#BlogContent {
	width:990px;
	margin-left:15px;
}

.read-more-news {
	float:right;
	width:100px;
	margin-top:-10px;
	text-align:right;
	}
	
.read-more-news a{
font-size:12px;
text-decoration:none;
color:#155A85;
font-weight:bold;
}

.blogSummary {
	border-bottom:1px solid #999999;
margin:10px 0;
padding-bottom:20px;
}

.image img {
	width:100px;
	width:100px;
	float:left;
}

.latest-news2 {float:left; width:230px;  background:#101f32; height:198px;}
.white{font-size:12px; font-family:Verdana, Geneva, sans-serif; color:#FFF; width:225px; float:left; margin-left:5px; margin-top:5px;}

.left-bottom{padding-left:10px; padding-top:10px;}


#EditableEmailField2{
border-top:medium none;
float:left;
font-family:Verdana;
height:auto;
margin-left:10px;
padding:0 10px 0 0;
text-align:justify;
width:660px;
}

#EditableSpamProtectionField8 {
	width:518px;
	height:150px;
	float:left;
}

#recaptcha_widget_div {
	width:318px;
	height:150px;
	margin-left:110px;
	margin-top:10px;
}
	
.blogSummary a {
color:#000000;
font-size:.75em;
text-decoration:none;
}

.textsize {
	font-size:12px !important;
	color:#fff !important;
	font-family:Verdana !important;
}

.image-hourses{width:230px; margin-left:10px; float:left; }
.image-hourses2{width:160px; margin-left:10px; float:left;  }
.vid{margin-left:20px;}

.home-page-layout .features-horse .latest-news2 .white img{
	width:205px;
	height:128px;
	border:3px solid #ffffff;
}

.home-page-layout .gallery-layout li {
margin:0 !important;
padding:0 !important;
background:none !important;
width:100px  !important;
height:100px !important;
}

.home-page-layout .gallery-layout li a img {
width:85px;
height:85px;
border:2px solid #FFFFFF;
}

.blog-read-more a{
	color:#155A85;
	font-size:12px;
	font-weight:bold;
	float:right;
}


.link {
	margin-bottom:15px;
}

#StaffPhoto .video-link {
	width:225px;
	height:250px;
	float:left;
}

.horse-images {
	width:510px;
	height:217px;
	margin:auto;

}

#StaffPhoto .horse-images img {
	width:500px;
	height:215px;
	margin:auto;
}


/*#primaryContent #Content #gallery-list li a  img{
	width:200px;
	height:200px;
}*/