﻿html
{
	overflow: scroll;
	font-family: "Times New Roman, Arial, Helvetica, sans-serif";
}
body
{
	background-color: black;
}

/* Styles for main structure */

#container
{
	width: 955px;
	height: 1030px;
	margin: auto;
	border: solid 2px black;
}

/* Styles for header */

#header
{
	background-image: url(images/banner.png);
	width: 900px;
	height: 200px;
	text-align: right;
	font-size: 25px;
	font-style: italic;
	border-bottom: solid 2px black;
}
#headlogo1
{
	width: 150px;
	float: left;
}
	
#headlogo1 img
{
	height: 170px;
	width:134px;
	margin-left: 20px;
	margin-top: 15px;
}

#headlogo2
{
	width: 150px;
	float: right;
}

#headlogo2 img
{
	height: 170px;
	width:134px;
	margin-right: 20px;
	margin-top: 15px;
}

#headtext
{
	width: 240px;
	height: 60px;
	margin-top: 125px;
	margin-right: 30px;
	text-align:right;
	font-size: 30px;
	float: right;
}


/* Styles for content */

#content
{
	width: 557px;
	height: 800px;
	float: left;;
	color: black;
	background-color: white;
	border-left: solid 2px black;
	border-right: solid 2px black;
}

#content h1
{
	text-align: center;
	font-size: 30px;
	margin:0;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
}

#content h2
{
	text-align: center;
	font-size: 20px;
	margin:0;
	padding: 0;
}

#content h3
{
	text-align: left;
	font-size: 20px;
	margin:0;
	margin-left: 10px;
	padding: 0;
}

#content p
{
	font-size: 14px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

#content a
{
	color: red;
	text-decoration: none;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

/* Styles for left sidebar */

#leftsidebar
{
	width: 168px;
	height: 800px;
	float: left;
	background-color: #dbe0e1;
}

#leftsidebar h3
{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -5px;
	text-decoration: underline;
}

/* Styles for right side bar */

#rightsidebar
{
	width: 171px;
	height: 800px;
	float: left;
	color: black;
	background-color: #dbe0e1;
}

#rightsidebar img
{
	border: solid 1px black;
}

#rightsidebar p
{
	font-size: 15px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#rightsidebar a
{
	color: red;
	text-decoration: none;
}

#rightsidebar a:hover
{
	color: red;
	text-decoration: underline;
}

#rightsidebar h3
{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	text-decoration: underline;
}

#rightinfosection1 
{
	height: 170px;
	margin-top: 20px;
	text-align: center;
	border-bottom: solid 1px black;
}

#rightinfosection2 
{
	height: 150px;
	text-align: center;
	border-bottom: solid 1px black;
}

#rightinfosection3 
{
	height: 185px;
	text-align: center;
	border-bottom: solid 1px black;
}

#rightinfosection4 
{
	text-align: center;
}

/* Styles for Navigation */

#menu
{
	width: 170px;
	height: 460px;
}

#menu h3
{
	margin-bottom: 10px;
}

#menu ul
{
	width: 168px;
	text-align: center;
	list-style-type: none;
	padding: 0;
	display: block;
	margin-left: 1px;
}

#menu ul li
{
	width: 168px;
	line-height: 26px;
	margin-top: 3px;
	background-image: url(images/menu_bg.png);ƒ
}



#menu ul li:hover
{
	font-weight: bold;
}

#menu a
{
	width: 168px;
	text-decoration: none;
	color: black;
	font-size: 15px;
}

#menu a:hover
{
	text-decoration: none;
	color: red;
	font-size: 15px;
	font-weight: bold;
}

#menua 
{
	height: 130px;
	border-bottom: dashed 1px black;
}

#menub 
{
	height: 130px;
	border-bottom: dashed 1px black;
}

#menuc 
{
	height: 100px;
	border-bottom: solid 2px black;
}

/*Styles for footer */

#footer
{
	width: 900px;
	height: 20px;
	float: left;
	font-size: 15px;
	background-color: white; 
	border-top: solid 2px black;
}

#footer p
{
	margin-top:2px;
}

#footer a
{
	font-weight: normal;
	text-decoration: none;
	color: blue;
	display: inline;
}

#footer a:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}

#address
{
	width: 399px;
	text-align: right;
	color: black;
	float: left;
}

#telephone
{
	width: 200px;
	text-align: right;
	color: black;
	float: left;
}

#footerlinks
{
	width:278px;
	text-align: right;
	color: black;
	float: left;
	list-style-type:none;
}

#footerlinks a
{
	color: blue;
	text-decoration: none;
}

#footerlinks a:hover
{
	color: red;
	text-decoration: none;
}

/* Styles for Homepage */


#home a
{
	color: blue;
	text-decoration: none;

}

#home img
{
	float: left;
	margin-right: 10px;
	border: solid 1px black;
}

#lorna 
{
	margin-top: 5px;
}


#home a:hover
{
	color: red;
	text-decoration: none;

}

#home-top
{
	height: 560px;
	line-height: 20px;

}

#home-bottom h2
{
	text-decoration: underline;
}

#home-bottom p
{
	margin-top: 15px;
	margin-left: 90px;
}


/* Styles for Prices page */

#prices img
{
	border: solid 1px black;
	margin-left: 29px;
	margin-top: 15px;
}

#pricelist
{
	border: double black;
	margin:auto;
	margin-top: 10px;
	width: 470px;
	height: 580px;
}

#pricelist p
{
	margin:auto;
	margin-top: 10px;
	height: 82px;
}

#pricelist a
{
	float: right;
	color: green;
	font-size: 13px;
	margin-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#pricelist a:hover
{
	color: green;
	font-weight: bold;
	text-decoration: none;
}

/* Styles for Links page */

#links h3
{
	margin-top: 25px;
	margin-bottom: 25px;
}

#links p
{
	margin-top: 70px;
	text-align: center;
	font-weight: bold;
}

#links ul li
{
	font-size: 15px;
	margin-top: 12px;
	list-style-type: none;
}

#links ul li a
{
	color: blue;
	font-weight: bold;
	text-decoration:none;
}

#links ul li a:hover
{
	font-size: 15px;
	color: red;
	font-weight: bold;
	text-decoration:none;
}

/* Styles for Locate Us */

#locateus a
{
	margin-left: 400px;
	font-size: 14px;
	color: blue;
	font-weight: bold;
	text-decoration:none;
}

#locateus a:hover
{
	margin-left: 400px;
	color: red;
	font-weight: bold;
	text-decoration:none;
}

#locateus p
{
	margin: 10px;
}

#map2
{
	width: 520px;
	height: 520px;
	margin-top: 5px;
	margin-left: 16px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

/* Styles for About Us */

#aboutus ul 
{
	margin-left: 20px;
	width: 495px;
	height: 340px;
	background-image:url(images/james.png);
	background-position: right;
	background-repeat:no-repeat;
}

#aboutus img
{
	float: right;
	margin-right: 1px;
	margin-top: -85px;
	border: 0;
}

#aboutus p img
{
	margin-top: 110px;
	margin-right:-45px;
	float:right;
}

#providelist
{
	font-size: 15px;
}

/* Styles for Gallery */

#gallery h1
{
	margin-bottom: 90px;
}

#gallery img
{
	margin-left: 27px;
	border:solid 1px black
}

#gallery p
{
	margin-top: 200px;
	text-align: center;
	color: red;
}

/* Styles for Ponies for sale */


#horsesforsale p
{
	margin-bottom: 5px;
}


#ponies
{
	margin-left: 20px;
}

#ponies img
{
	float:left;
	border:solid 1px black;
	margin-top: -10px;
	margin-right: 10px;
}

#ponies p
{
	font-size: 13px;
}

#pony1
{
	height: 145px;
}

#pony2
{
	height: 145px;
}
#pony3
{
	height: 145px;
}
#pony4
{
	height: 145px;
}

/* Styles for lessons page */

#lessons ul
{
	margin-top: 25px;
	margin-bottom: 35px;
}

#lessons ul li
{
	margin-bottom: 25px;
	margin-left: 20px;
	font-size: 14px;
}

#lessons h1
{
	margin-bottom: 15px;
}

#lessons p
{
	margin-top: 15px;
}

#lessons img
{
	border: solid 1px black;
}

#sammie
{
	float: right;
	margin-top:35px;
	margin-right: 40px;
}

#grouplesson
{
	float: left;
	margin-top: -5px;
	margin-left: 65px;
}

/* Styles for copyright statement */

#copyright
{
	width: 900px;
	height: 40px;
	padding-top: 15px;
	margin:auto;
	font-size: 11px;
	text-align: center;
	color: white;
}

/* Styles for contact us */

.cfbpro {
 width: 500px;
}
label {
 padding-right:10px
}
.form_title {
 font-size:22px;
font-weight:bold;
}
.required {
 font-weight:bold
}
.not-required {
 font-weight:normal
}

#contactform
{	width:530px;
	height:520px;
	margin-left: 13px;
	border: solid 1px black;
}