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

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000;
}
#wrapper {
	background-image: url(bt_images/largetree.jpg);
	background-repeat: repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#wrapperabout {
	background-image: url(bt_images/Falls-on-Thatcher-Brook.jpg);
	background-repeat: no-repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#wrappercontact {
	background-image: url(bt_images/summerlarge.jpg);
	background-repeat: no-repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.twoColFixRt #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px groove #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

.twoColFixRt #containerlg {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px groove #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 241px;
	margin: 0px;
	padding: 0px;
	height: 526px;
	background-image: url(bt_images/fallside.jpg);
	background-repeat: no-repeat;
}
.twoColFixRt #sidebarw {
	float: right; /* since this element is floated, a width must be given */
	width: 241px;
	margin: 0px;
	padding: 0px;
	height: 580px;
	background-image: url(bt_images/winterside2.jpg);
	background-repeat: no-repeat;
}
.twoColFixRt #sidebarw3 {
	float: right; /* since this element is floated, a width must be given */
	width: 241px;
	margin: 0px;
	padding: 0px;
	height: 648px;
	background-image: url(bt_images/winterside3.jpg);
	background-repeat: no-repeat;
}
.twoColFixRt #sidebarsp {
	float: right; /* since this element is floated, a width must be given */
	width: 241px;
	margin: 0px;
	padding: 0px;
	height: 800px;
	background-image: url(bt_images/springside.jpg);
	background-repeat: no-repeat;
}
.twoColFixRt #sidebars {
	float: right; /* since this element is floated, a width must be given */
	width: 241px;
	margin: 0px;
	padding: 0px;
	height: 526px;
	background-image: url(bt_images/summerside.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #527250;
	text-transform: capitalize;
	padding-top: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #0C251C;
}


.twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 241px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 749px;
} 
.twoColFixRt #mainContentbg {
	margin-top: 0;
	margin-right: 241px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 749px;
	background-repeat: repeat;
} 

.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;
}

#nav {
	width: 750px;
	margin-top: -50px;
	padding: 0px;
}
.green {
	color: #527250;
	font-weight: bold;
	font-variant: small-caps;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0c251c;
	margin: 10px;
}
#abouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0c251c;
	width: 630px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 65px;
	background-image: url(bt_images/aboutbg.png);
	background-repeat: repeat;
	font-weight: bold;
}

#textcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0c251c;
	width: 320px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0c251c;
	margin: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRt #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRt #sidebar1 { padding-top: 30px; }
.blue {
	color: #334a08;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}

.twoColFixRt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.twoColFixRt #wrapper #containerlg #mainContent #nav #MenuBar1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#trans {
	background-image: url(bt_images/accbg.png);
	background-repeat: repeat;
	padding: 10px;
}
