@charset "utf-8";
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	color: #d9d3a9;
	background-color: #000000;
	/*background-color: #d9d3a9;*/
	/*background-color: #d9d3a9;*/
	background-image:url(http://www.manorhousestables.com/images/mhs-bg-body-2011.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #245e40;
	/*background-image:url(../images/mhs-bg-body-2011a.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #245e40; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #245e40;
}
.iframe {
 background-color: #245e40;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#245e40;
	/*background-image:url(../images/mhs-bg-body-2011a.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
	font-size: 0.9em;
	text-align:right;
	border-top: 1px solid #000000;
	height: 45px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

p {
	font-size: 1.1em;
	text-align:left;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.bolditalic {
	font-style:italic;
	font-weight:bold;
}
.black {
	color: #000;
}
.black a{
	color: #000;
}
h1, h2, h3, h4 {
	color: #cc9933;
	font-family: georgia, "times new roman", times, geneva, serif;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
	margin-top: 1.5em; margin-bottom: 1em;
}
h1 a{
	color: #cc9933;
	
}
h2 a{
	color: #cc9933;
	
}
h3 a{
	color: #cc9933;
	
}
h4 a{
	color: #cc9933;
	
}
h1 {
	font-size: 1.6em;	
	/*margin-bottom:  3px;
	border: 1px solid #871E31;*/
	/*padding: 10px;*/
}
h2 {
	font-size: 1.4em;
	/*margin-bottom:  3px;*/
}
h3 {
	font-size: 1.4em;
	/*margin-bottom:  3px;*/
}
h4 {
	font-size: 1.4em;
	/*margin-bottom:  3px;*/
}
.indent {
	padding-left: 30px;
}
.blockquote {
	font-size: 1em;
	display: block;
	padding: 3px;
	background-color:#666;
	border: 2px solid #E5053A;
}
td {
	vertical-align:top
}
.tdright {
	text-align:right;
	height: 25px;
	vertical-align:middle;
}
.navbar {
	height: 25px;
	vertical-align:middle;
	background-color:#245e40;
}
td.contactbar {
	height: 25px;
	padding: 0px 5px 2px 0px;

	vertical-align:middle;
	background-color:#000000;
	text-align:center;
}
.headfoot {

	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	text-align: left;

}
.headfoot a {
	text-decoration: none;
	color: #0000cc;
}
.headfoot a:hover {
	text-decoration: underline;
	
}
a img {
	border:none;
}
a {
	color: #d9d3a9;
	text-decoration:underline;
}
.textoutput { 


 color: #d9d3a9;
 background-color:#245E40;
 border: 0px solid #666666; 
}

/* ----------------------------------------------
   MY ADDITIONS
   ---------------------------------------------- */

/* COLOURS:
  #D9D3A9 = Beige
  #d9d3a9 = Light sage green
  #E2E2D8 = very light sage green
  #245e40 = Dark sage green
  #cc9933 = Dull gold
*/

body, html { height:100%; }
/*body { background-color:#D9D3A9; }*/
#container { width:974px; min-height:612px; margin:10px auto; border:0px solid #666; color:#D9D3A9; background-color:#245e40;  }
#pagehead { background:transparent url(../img/pagehead.jpg) no-repeat; height:115px; }
#pagefoot { clear:both; background-color:#E2E2D8; height:24px; padding-top:6px; margin-top:20px; font-size:8pt; color:#245e40; }
#letterhead { position:relative; top:10px; left:250px; height:87px; font-size:8pt; }
#letterhead a { font-size:8pt; }
div#topmenu { position:relative; top:0px; left:0px; width:974px; }
#content { position:relative; top:0px; left:150px; min-height:500px; }
#content p { width:500px; }
a {  color:#d9d3a9; text-decoration:None; }
a.selected-link { color:Black; }
a:hover { color:#fff; text-decoration:None; }
a.being-selected { color:#204080; }
td { /* vertical-align:top; */ line-height:1.4em; padding:0; margin:0;  }
p { padding:4px 0; margin:0; line-height:1.4em; }
img { padding:0; margin:0; border-style:none; border-width:0; }
ul { margin:4px 0 4px 16px; padding:0; list-style-type:square;}
li { padding:2px 0; }
cite { font-size:11pt; font-weight:bold; font-style:italic; line-height:1.25em; }
th { border-top: solid 1px #d9d3a9 }
th { border-bottom: solid 1px #d9d3a9 }
 th { margin-bottom: 10px;}
li { margin:0 0 12px 0; padding:0; }
.horse-listing td { border-bottom:dotted 1px #d9d3a9; padding: 5px 0px 5px 0px;  }

ul#topmenu { padding:0; margin:0; color:#fff; white-space:nowrap; list-style-type:square; }
ul#topmenu li {display:inline;}
ul#topmenu li a { padding:6px 12px 6px 12px; background-color:#C9CABC; color:#000; text-decoration:none; float:left; font-size:9pt; font-weight:bold;}
ul#topmenu li a:hover { background-color:#9F9F8B; color:#fff; }

body, p, a, td, th, li { font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:small; }
h1, h2, h3 { font-family:Tahoma,Arial,Helvetica,Sans-Serif; font-weight:normal; }
h1 { font-size:18pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt; padding:0; margin:0; }

#pagefoot td { font-size:8pt; padding:0 20px; }
#pagefoot a { font-size:8pt; color:#245e40; }
#pagefoot a:hover { font-size:8pt; color:#245e40; text-decoration:underline; }

.TableStyle1 { border-collapse:collapse; }
.TableStyle1 td { border-bottom:dotted 1px white; }

a.sale-title { font-size:11pt; font-weight:bold; }
span.sale-description { font-size:9pt; font-weight:normal; }


