p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	line-height: 22px;
	margin-left: 10px;	
}
p a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #2796c7;

}
p a:hover{
	text-decoration: underline;
	color: #ccc;
	}




/*---------------------------------------------------------*/
/*-- Content -------------------------------------*/
/*---------------------------------------------------------*/
h1 {
	font-family: 'CooperBlackStd';
	font-size: 22px;
	font-weight: bold;
	color: #2796c7;
	margin-left: 10px;
}
h3 {
	font-family: 'CooperBlackStd';
	font-size: 18px;
	font-weight: bold;
	color: #2796c7;
	margin-left: 10px;
}

h2 {
	font-family: 'CooperBlackStd';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 0px;
	margin-top: 20px;
	
}
.features {
	width: 800px;
	height: 150px;
	margin-left: 30px;
	text-align: left;
	margin-top: 30px;
}
.feature-box1 {
	float: left;
	height: 150px;
	background:url(../images/misc/home-feat-horses.jpg) no-repeat;
	width: 190px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: -10px 0 0 40px;
	padding-left: 20px;
	color: #fff;
	margin-left: -3px;
	
}
.feature-box2 {
	float: left;
	height: 150px;
	background:url(../images/misc/home-feat-diary.jpg) no-repeat;
	width: 190px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 0 0 20px;
	color: #fff;
	margin-left: -20px;
}
.feature-box3 {
	float: left;
	height: 150px;
	background:url(../images/misc/home-feat-rda.jpg) no-repeat;
	width: 217px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 0 0 30px;
	color: #fff;
	margin-left: -30px;
}
.feature-box4 {
	float: left;
	height: 150px;
	background:url(../images/misc/home-feat-gallery.jpg) no-repeat;
	width: 170px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 0 0 25px;
	color: #fff;
	margin-left: -20px;
}

/*---------------------------------------------------------*/
/*-- Form -------------------------------------*/
/*---------------------------------------------------------*/

.form-handler {
	margin-top: -150px;
	float: left;
	margin-left: 30px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
	font-weight: bold;
	padding: 0;
	width:600px;
	: both;
	float: left;
	}

.form label {
	width: 200px;
	height: 35px;
	font-size: 12px;
	float: left;
}

.form input {
	border: 1px solid #ccc;
	float: left;
	width: 300px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #414141;
}
.form select {
	border: 1px solid #ccc;
	float: left;
	width: 300px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #414141;
}
.form textarea {
	border: 1px solid #ccc;
	width: 300px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414141;
}
.button {
	background: #333;
	border: 0;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor: pointer;
	width: 95px;
	height: 20px;
	}
.error {
	border: 1px solid #ccc;
	padding: 0px 10px 0 10px;
	background: #F5F5F5;
	margin-bottom: 20px;
	}
.error p {
	font-size: 12px;
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.map-map {
	width: 650px;
	float: left;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; 
	height: 360px; 
	border: 1px solid #cccccc;
	margin-top: 15px;
}
.red {
	color: #cc0000;
}
/*---------------------------------------------------------*/
/*-- Horses -------------------------------------*/
/*---------------------------------------------------------*/

.horses {
	width: 130px;
	float: left;
	text-align: left;
	margin-left: 5px;
	margin-top: -350px;
	}
.horses-text {
	text-align: left;

}
.horses-text h2 {
	font-family: 'CooperBlackStd';
	font-size: 16px;
	font-weight: normal;
	color: #2796c7;
	margin-top: 5px;
}
.horses-text p {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 100%
}
.greyline {
	width: 100%;
	height: 1px;
	background: #d8d8d8;
}