@charset "UTF-8";
/* CSS Document */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #121A07;
}

* {
        margin: 0px;
        padding: 0px;
}
body  {
	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 */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #A7BB8F;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bgd.jpg);
} 
.twoColFixLtHdr #header {
	background-image: url(images/scalefoot%20farm%20header.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: 10px;
}
#mailing_list {
	padding-top: 5px;
	height: 90px;
	width: 300px;
	margin-left: 680px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #FFF;
	text-align: left;
	letter-spacing: 7px;
	line-height: 50px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #sidebar1 h1 a {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #sidebar1 h1 a:hover {
	color: #517029;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #74A33A;
	font-size: 12px;
	line-height: 150%;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #517029;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 120%;
}
.twoColFixLtHdr #mainContent p a {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #mainContent p a:hover {
	color: #517029;
}
.twoColFixLtHdr #footer {
	background-image: url(images/scalefoot%20farm%20footer.jpg);
	height: 100px;
	width: 940px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #517029;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-color: #DEE5D6;
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #DEE5D6;
} 
.twoColFixLtHdr #footer p a {
	color: #517029;
	text-decoration: none;
} 
.twoColFixLtHdr #footer p a:hover {
	color: #000;
} 
.twoColFixLtHdr #footer h6 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	color: #517029;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 20px;
}
.twoColFixLtHdr #mainContent li {
	background-color: #FFF;
	list-style-type: none;
	display: inline;
}
.twoColFixLtHdr #mainContent li a {
	background-color: #FFF;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 60px;
}
.twoColFixLtHdr #mainContent li a:hover {
	background-color: #517029;
}
.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: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.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;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 18px;
	padding-left: 140px;
	color: #FFF;
	text-align: left;
	letter-spacing: 2pt;
}
.twoColFixLtHdr #header h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 90px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
	text-align: right;
}
.twoColFixLtHdr #footer h6 a {
	text-decoration: none;
	color: #517029;
}
.twoColFixLtHdr #footer h6 a:hover {
	color: #000;
}
.twoColFixLtHdr #footer h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #517029;
	padding-top: 5px;
	padding-bottom: 10px;
}
.list {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	list-style-position: inside;
	list-style-type: none;
	line-height: 150%;
	text-align: right;
	padding-right: 25px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #6E7029;
	margin-right: 100px;
}
.twoColFixLtHdr #header li {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	list-style-type: none;
	display: inline;
	position: relative;
}
.twoColFixLtHdr #header li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #517029;
}
.twoColFixLtHdr #header li a {
	text-decoration: none;
	color: #FFF;padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 13px;
}
/* Current Nav Selections (Different Colours) */
.twoColFixLtHdr #header li a#current {
	color: #FFF; /* Grey */
	background-color:#517029;
}
.twoColFixLtHdr #mainContent ul {
	position: relative;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 120%;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 160%;
}
.testimonial {
	color: #666;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

