@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: url(images/leaf_bg.jpg) repeat;
}
iframe {
	border: none;
	width: 175px;
	height: 225px;
	overflow-x: hidden;
}
.thrColLiqHdr #container {
	width: 768px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColLiqHdr #header{
	width: 768px;
	height: 46px;
	margin: 0 auto;
}
.thrColLiqHdr #header.home{
	background: url(images/tabs_home.gif) no-repeat;
} 
.thrColLiqHdr #header.contact{
	background: url(images/tabs_contact.gif) no-repeat;
} 
.thrColLiqHdr #header.plants{
	background: url(images/tabs_plants.gif) no-repeat;
} 
.thrColLiqHdr #header.services{
	background: url(images/tabs_services.gif) no-repeat;
} 
.thrColLiqHdr #header.info{
	background: url(images/tabs_info.gif) no-repeat;
} 
.thrColLiqHdr #header.photos{
	background: url(images/tabs_photos.gif) no-repeat;
} 
#header ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	width: 485px;
}
#header ul li {
	float: left;
	display: block;
	text-align: center;
	width: 80px;
	color: #566441;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13pt;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header ul a {
	display: block;
	text-align: center;
	width: 74px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
#header ul a:hover {
	color: #cccc66;
}
.thrColLiqHdr #main_body {
	width: 768px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
} 

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left;
	width: 178px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center
}
.thrColLiqHdr #sidebar1 img.logo {
	border: 0;
} 
.thrColLiqHdr #sidebar1 h1 {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 14px;
	margin-top: 14px;
	text-indent: 7px;
}
.thrColLiqHdr #sidebar1 h2 {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #566441;
}
.thrColLiqHdr #sidebar1 p {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height: 16px;
}
.thrColLiqHdr #sidebar1 a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.thrColLiqHdr #sidebar1 ul {
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColLiqHdr #sidebar1 ul li{
	text-align: center;
	background-image: url(images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-top: 2px;
}
.thrColLiqHdr #sidebar1 ul a {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.thrColLiqHdr #sidebar1 .adobe {
	margin-top: 20px;
	border: 0;
}
.thrColLiqHdr #sidebar2 {
	float: right;
	width: 195px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.thrColLiqHdr #sidebar2 h1 {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 14px;
	text-indent: 7px;
	background-position: left center;
}
.thrColLiqHdr #sidebar2 h2 {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #566441;
	text-indent: 5px;
	margin-bottom: -10px;
}
.thrColLiqHdr #sidebar2 p {
	text-align: left;
	width: 185px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
}
.thrColLiqHdr #sidebar2 a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent { 
	background: #E9EDD2;
	margin: 0 230px 0 198px;
}
.thrColLiqHdr #mainContent.contact { 
	background: #E9EDD2;
	margin: 0 20px 0 198px;
}
.thrColLiqHdr #mainContent.photos { 
	background: #E9EDD2;
	margin: 0 20px 0 20px;
	float: right;
}
.thrColLiqHdr #mainContent.notes h2 {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #566441;
	text-indent: 5px;
	margin-bottom: -10px;
}
.thrColLiqHdr #mainContent.notes p {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
}
.thrColLiqHdr #mainContent h1 {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 14px;
	text-indent: 7px;
	background-position: left center;
}
.thrColLiqHdr #mainContent h1.longtitle {
	background-image: url(images/header_longtitle_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 14px;
	text-indent: 7px;
	background-position: left center;
}
.thrColLiqHdr #mainContent p {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
.thrColLiqHdr #mainContent a {
	font-weight: bold;
	color: #660000;
}
.thrColLiqHdr #mainContent a:hover {
	color: #566441;
}
.thrColLiqHdr #mainContent .form_border  {
	border: 1px solid #566441;
}
.thrColLiqHdr #mainContent table.anchors a {
	font-size: 10px;
}
.thrColLiqHdr #mainContent p.credit {
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.thrColLiqHdr #mainContent p.disclaimer {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.thrColLiqHdr #mainContent ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	list-style-image: url(images/leaf_bullet.gif);
	list-style-type: circle;
	list-style-position: outside;
}
.thrColLiqHdr #mainContent ul li{
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	padding-bottom: 10px;
}
.thrColLiqHdr #mainContent ul a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #660000;
}
.thrColLiqHdr #mainContent ul a:hover {
	color: #566441;
}
.thrColLiqHdr #footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 18px;
} 
.thrColLiqHdr #footer p {
	margin: 0;
	padding: 33px 0;
	width: 730px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.thrColLiqHdr #footer a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #660000;
}
/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

input.btn {
   color: #FFFFFF;
   font-weight: bold;
   font-size: 85%;
   background-color: #660000;
   border: 1px solid #566441;
}