
/*-------Body Stuff------*/
body {
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-size: 100%;
	color: #3c3930;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background: #F5EBD6 url(images/riding_lessons.jpg);
}

#container {
   margin-left: auto; 
   margin-right: auto;
	width: 900px;
}

#header a {
	display: block;
	background: url(images/HEF-logo.jpg) no-repeat left top;
	width: 450px;
	height: 100px;
}
.banner {
	background: url(images/environmental_services.jpg) no-repeat center top;
	height: 275px;
	width: 890px;
	margin-top: 5px;
}


/*-------Table Stuff------*/
#main {
	float: right;
	margin-top: 10px;
	width: 500px;
}


img {
	margin: 0px;
	padding: 0px;
}

blockquote {
	background: #FFFCED;
	display: block;
	padding:  10px;
	letter-spacing: 0.045em;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:12px;
	text-align: left;
}

table { 
          margin-left:auto; 
	      margin-right:auto;
	  }


table.center {
     margin-left:auto; 
	 margin-right:auto;
 }


/*-------Text Stuff------*/
h2 {
	font-size: 1.125em;
	font-weight: bold;
	color: #2e2c26;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 0.9375em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #2e2c26;
	font-family: Arial, Helvetica, sans-serif;
}


p {
	font-size: 0.875em;
}
p  a {
	color: #939485;
	text-decoration: none;
	font-weight: bold;
}

p a:visited {
	color: #939485;
	text-decoration: underline;
}
p a:active {
	color: #b1ba42;
     text-decoration: underline;
}
p a:hover {
	 color: #000000;
     text-decoration: underline;
	 background-color: #9BB357;
}
ul {
	margin-bottom: 10px;
}


/*-------Menu stuff------*/
#menu {
	float: left;
	width: 220px;
	margin: 0px 25px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	border-top: 1px solid #808080;
}

#menu li.end {
	border-bottom: 1px solid #939485;	
}

#menu li a {
	display: block;
	color: #808080;
	text-decoration: none;
	font-size: 0.75em;
	padding-left: 20px;
	padding-top: .7em;
	height: 1.7em;
}

#menu li a:hover, #menu li a:active, #menu li a.current, .contact #menu li.last a{
	color: #000000;
	background-color: #fff;
}


/*-------Footer Stuff ------*/

#footer {
	font-size: 0.75em;
     float: center;
	 margin-bottom: -50px;
	 color: #808080;
}

#footer p {
	font-size: .9em;
}

#footer a {
	color: #939485;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}

/* Bottom Menu */

.bottom_menu p {
	color: #A60F1E;
	text-decoration: none;
	text-align:center;
	}
#bottom_menu a {
	color: #A60F1E;
	text-decoration: none;
   }
.bottom_menu a:hover {color: #F8F8F8;
}

/*-------Left Stuff ------*/

#left {
	font-family: Arial, Helvetica, sans-serif;
    margin-top: 150px;
	font-size:10pt;
	padding-left: 30px;
	color: #808080;
	text-align:left;
}

#left a {
	color: #939485;
	text-decoration: none;
}

#left a:hover {
	color: #000000;
     text-decoration: underline;
}


