/*
Template Name: PhotoProwess
File: Homepage CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#servicesPage{
	display:block;
	width:100%;
	line-height:1.6em;
	}

#servicesPage .fl_left{
	display:block;
	width:600px;
	margin:20px 10px 20px 0;
	border-bottom:1px solid #D8D9DE;
	}
#servicesPage .fl_center{
	display:block;
	width:960px;
	margin:20px 10px 0 0;
	/* padding-bottom:20px; */
	/* border-bottom:1px solid #D8D9DE; */
}

#servicesPage .fl_center p{
	margin:0;
}

#homepage #hpage_slider{
	display:block;
	width:498px;
	height:338px;
	color:#999999;
	background-color:#FAFAFA;
	border:1px solid #D8D9DE;
	border-bottom-color:#FAFAFA;
	overflow:hidden;
	}

#homepage #hpage_slider div.item{
	position:relative;
	display:block;
	width:480px;
	height:320px;
	margin:9px;
	}

/* ----------------------------------------------Slider Navigation Buttons-------------------------------------*/

/*

Navigation dynamically created using: jquery.cycle.setup.js and jquery.cycle.min.js

HTML Output:

<div id="fsn">
  <ul id="fs_pagination">
    <li><a href="javascript:void()">1</a></li>
    <li><a href="javascript:void()">2</a></li>
    <li><a href="javascript:void()">3</a></li>
    <li><a href="javascript:void()">4</a></li>
    <li><a href="javascript:void()">5</a></li>
  </ul>
</div>

*/

#homepage #fsn{
	display:block;
	position:relative;
	width:498px;
	height:18px;
	margin:0 0 25px 0;
	text-align:center;
	z-index:1000;
	color:#999999;
	background-color:#FAFAFA;
	border:1px solid #D8D9DE;
	border-top-color:#FAFAFA;
	}

#homepage #fsn ul{
	display:block;
	position:relative;
	width:100px;
	height:10px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	list-style:none;
	}

#homepage #fsn ul li, #homepage #fsn ul li a{
	display:block;
	float:left;
	width:10px;
	height:10px;
	margin:0 10px 0 0;
	padding:0;
	}

#homepage #fsn ul li a{
	float:none;
	border:none;
	margin:0;
	outline:none;
	text-indent:-5000px;
	text-decoration:none;
	background:url("../images/slide.png") 50% 50% no-repeat;
	}

#homepage #fsn .activeSlide{
	background:url("../images/slide.png") 0% 50% no-repeat;
	}

/* ----------------------------------------------Right Column-------------------------------------*/

#servicesPage .fl_right{
	display:block;
	width:290px;
	margin:20px 0 20px 0;
	padding:10px 5px 5px 10px;
	float:right;
	border-color:#d5dec8;
	border-style:double;
	border-width:medium;
	
	
	/* border-color:#b3b3b3 #999999 #777777 #cccccc;
	border-right:1px solid #999999;
	border-style:solid;
	border-width:3px;
	 */
	} 

#servicesPage .fl_image{
	display:block;
	width:290px;
	margin:20px 0 20px 0;
	padding:5px 5px 5px 5px;
	float:right;
	border-color:#d5dec8;
	border-style:double;
	border-width:medium;
	} 

.dressageImage{
	width:290px;
	height:370px;
	background:url("../images/dressage.jpg");
	float:right;
	}
	
.eventingImage{
	width:290px;
	height:400px;
	background:url("../images/eventing.jpg");
	}

#servicesPage .fl_right ul {
	margin:0;
	padding:0 5px 0 15px;
	list-style:square;
	font-size:11px;
	line-height:17px;
	/* font-style:italic; */
	color:#210f0b;
	/* text-transform:uppercase; */
	/* font-weight:bold; */
	}

#servicesPage .fl_right li{
	padding-bottom:12px;
	/* text-align:justify; */
}
	
#servicesPage .fl_right h2{
	color:#210f0b;
	/* font-weight:bold; */
	}
	

#servicesPage .fl_right .testimonials{
	display:block;
	width:100%;
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:1px solid #D8D9DE;
	}

#servicesPage .fl_right .testimonials li{
	margin-bottom:25px;
	background:url("../images/quotemarks.gif") 0 0 no-repeat;
	}

#servicesPage .fl_right .testimonials li.last{
	margin-bottom:0;
	}

#servicesPage .quote{
	margin:40px 80px 20px 40px;
	width:450px;
	height:230px;
	}

#servicesPage .fl_left .quote p.blockquote{
	margin:0 0 0 60px;
	padding:15px 0 0 0;
	font-style:italic;
	font-size:14px;
	line-height:25px;
	}
	
#servicesPage .fl_left .quote p.quoteName{
	margin:0 10px 15px 160px;
	padding:15px 0 0 0;
	float:right;
	}

#servicesPage .fl_middle{
	display:block;
	width:960px;
/* 	height:auto; */
	margin:0 0 0 0;
	float:left;
	clear:both;
	/* padding-bottom:20px; */
	/* border-bottom:1px solid #D8D9DE; */
}

#servicesPage .fl_imageL{
	margin:0;
	float:left;
	} 
	
#servicesPage .fl_imageR{
	margin:0;
	float:right;
	} 

/* #servicesPage .fl_imageR{
	margin:0;
	padding:5px 5px 5px 5px;
	float:right;
	border-color:#d5dec8;
	border-style:double;
	border-width:medium;
	}  */

.eventImage1{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/zuess7.jpg);
	}

.eventImage2{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/zuess2.jpg);
	}
	
.schoolImage1{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/IMG-0034.jpg);
	}

.schoolImage2{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/IMG-0091.jpg);
	}

.schoolImage3{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/IMG-0381.jpg);
	}

.schoolImage4{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/IMG-0437.jpg);
	}

.schoolImage5{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/IMG-0502.jpg);
	}

.schoolImage6{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/IMG-0509.jpg);
	}	
	
.schoolImage7{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/legYeildWrong.jpg);
	}

.schoolImage8{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/legYeildRight.jpg);
	}

.schoolImage9{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/hindLeg.jpg);
	}

.schoolImage10{
	width:450px;
	height:357px;
	margin:0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:url(../images/happy-Horse.jpg);
	}
	
	
#servicesPage .fl_middle .blurbL{
	margin:5px 0 30px 0;
	width:470px;
	height:30px;
	text-align:center;
	float:left;
	font-style:italic;
	font-size:12px;
/* 	line-height:13px; */
	}
	
#servicesPage .fl_middle .blurbR{
	margin:5px 0 30px 0;
	width:470px;
	height:30px;
	text-align:center;
	float:right;
	font-style:italic;
	font-size:12px;
/* 	line-height:15px; */
	}
	
#servicesPage.fl_middle.blurb  p.photoBlurb{
	font-style:italic;
	font-size:10px;
	line-height:15px;
	}
	
#servicesPage .fl_left.quote blockquote{
	margin:0 0 5px 0;
	padding:0;
	}

	
	
#container .containerS .ca-item h3{
	height:30px;
	margin:0 0 10px 0;
}
	
#container .containerS .ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #d5dec8;
	padding-left:10px;
	line-height:24px;
	margin:20px 10px 10px;
	position:relative;
}
.containerS .ca-item h4 span{
	text-indent:40px;
	display:block;
}
.containerS .ca-item h4  span.ca-quote{
	color:#e0e6d7;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}

