@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #FFF;*/
	background: #bab7a8 url("../images/other/border-fade.png") repeat-y center top;
	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;
}
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #CDC8AE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-width:
} 

.thrColFixHdr #nurseryBox {
	width: 600px;
	text-align:center;
	/*float: right;*/
	margin: 15px 23px 0px 115px;
	background:none;
}	

.thrColFixHdr #header { 
	background: #CDC8AE; 
	padding: 25px 10px 0px 20px;
	height: 100px;
	background-image: url(../images/headers/topbg3.gif)
  /* 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. */
} 

.thrColFixHdr #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 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: sans-serif;
	font-weight: lighter;
	font-stretch: 0.12;
	font-size: 36px;
	letter-spacing: 3px;
}
.thrColFixHdr #header h2 {
	margin: -10px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	font-family: Verdana;
	font-weight: lighter;
	/*font-style: italic;*/
	font-size: 18px;
	letter-spacing: 1px;
	/*color: #CCCC99;*/
	/*border-bottom: #FFFFFF 2px solid;*/
}

.thrColFixHdr #topmenu { 
	background: #EAE7DB; 
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 2px 100px;
	color: #4F8F56;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: lighter;
	letter-spacing:1.5px;
	border-bottom: #CDC8AE 2px solid;
	border-top: #CDC8AE 2px solid;
	vertical-align: top;
} 
.thrColFixHdr #topmenu a {
	text-decoration: none;
	color: #4F8F56;
}
.thrColFixHdr #topmenu a img {border: none;}
/*.thrColFixHdr #topmenu a:visited {text-decoration: none;}
.thrColFixHdr #topmenu a:active {text-decoration: none;}*/
.thrColFixHdr #topmenu a:hover {
	text-decoration: none; 
	color: #006633;
	border: 0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 82px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CDC8AE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 0px 0px 8px;  /*padding keeps the content of the div away from the edges */
	margin: 0px 10px 0px 0px;
}

.thrColFixHdr #sidebar1 img {
	padding: 1px; 
	border: solid 1px #EAE7DB;;
	margin: 0px 0px 9px 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 0px 0px 10px;
	border-bottom: #EAE7DB 3px solid;
	border-left: #EAE7DB 3px solid;
}
.thrColFixHdr #sidebar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	background-color:#CDC8AE;
	color:#FFF;
	letter-spacing:2px;
	/*border-bottom: #EAE7DB thin solid;*/
	position:relative;
	margin: -3px 0px 0px 0px;
	align: centre;
	
	}
.thrColFixHdr #sidebar2 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:0.5px;
	padding: 5px 0px 12px 0px;
	margin: 0px;
	border-bottom: #CDC8AE 1px dotted;
	border-left: #CDC8AE 1px solid;
	color:#006600;
	}
.thrColFixHdr #mainContent { 
	margin: 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/other/gardenbg.gif);
	background-repeat:no-repeat;
	background-position:top;
} 

.thrColFixHdr #mainContent P {
	color: #003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:14px;
	text-align:justify;
	/*margin: 25px 0px 0px 25px;*/
}

.thrColFixHdr #mainContent h1 {
	margin: 10px 0px 0px 0px; /* 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: 0px 15px 0px 15px;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: lighter;
	font-size:32px;
	letter-spacing:1px;
	color: #990000;
/*	color: #CDC8AE;*/
	
	border-bottom: #CDC8AE 3px solid;
}

.thrColFixHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: lighter;
	font-size: 24px;
	letter-spacing: 1px;
	color: #990000;
	text-transform: lowercase;
	border-top: #CDC8AE 3px dotted;
}

.thrColFixHdr #mainContent h2 a {
	color: #990000;
	text-decoration:none;

}
.thrColFixHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0 auto;
	padding: inherit;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	color: #4F8F56;
	text-transform: lowercase;
	/*border-top: #CDC8AE 3px dotted;*/
}

.thrColFixHdr #mainContent img {
	display: block; 
	border: solid 2px #CDC8AE;
	padding: 6px;
	background-color: #EAE7DB;

/*  float: left;
  margin-right:10px;  /*Not needed as there is a float left & right div*/
  }

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CDC8AE;

} 
.thrColFixHdr #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: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: centre;
	color:#777;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}
.thrColFixHdr #footer a { 
	text-decoration:none;
	color: #777;

} 
.thrColFixHdr #footer a:hover { 
	text-decoration:none;
	color:#555;
} 

.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: 16px;
	margin-bottom: 16px
}
.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;
}

.yellow {color: #FFFF00}
.white {color: #FFFFFF}
.green {color: #4F8F56}
.h1 {
	font-family: Georgia, Times, serif;
	font-weight: bold;}
.quotes {
	font-family: Georgia;
	font-size: 12px;
	color: #4F8F56;
	font-style: italic;
	font-space: .8px;
	margin: 0px 0px 25px 10px;
	text-align:left;
}
.up {
	padding-top: -5px;
	position:absolute;
	margin: 0px 150px 0px 3px;
	padding: -5px 5px 0px 3px;
}

                /*LIGHTBOX IMAGE PREVIEW FUNCTIONS*/
#lightbox{
	background-color:#EAE7DB;
	padding: 14px;
	border: 4px solid #CDC8AE;
	/*border-bottom: 2px solid #CDC8AE;
	border-right: 2px solid #CDC8AE;*/
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ 
	float: right; 
	color: #003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:14px;
}

#keyboardMsg a { 
	text-decoration: none;
	color: #4F8F56;
	font-size: 16px;
	border-right: 1px solid #CDC8AE;
	border-left: 1px solid #CDC8AE;
	background-color:#CCCCCC;
}

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/other/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/other/overlay.png", sizingMethod="scale");
	}


--> 
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 82px; }
.thrColFixHdr #sidebar2 { width: 150px; }
.thrColFixHdr #nurseryBox { width: 600px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2 { }, .thrColFixHdr #sidebar1 {}, .thrColFixHdr #nurseryBox {margin: 15px 23px 0px 10px;}
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->