<style type="text/css"> 
 
body  {
	font: 0.7em/1.6 verdana, arial, sans-serif;
	margin: 10 0 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: #D8D7D2;
}
.twoColFixLtHdr #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E7E7E5;
} 
.twoColFixLtHdr #header {
	height: 70px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(graphics/treetrunks_header.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	background-color: #E7E7E5;
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 385px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D1D2D4;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 520px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 405px;
	background-repeat: no-repeat;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #D1D2D4;
	margin-left: 0px;
	padding-top: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 5 10px 0 20px;
	background-color: #D1D2D4;
	height: 55px;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0 0 0 250; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 10px; /* 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;
	line-height: 0px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 200px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 0px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
a {	
	color: #3366CC;	
	text-decoration: none
}
body {
	background-color: #EBEBE3;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	margin-top: 1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	}
h1 {
	color: #FFFFFF;
	font-size: 120%;
	background-color: #0C0B09;
	margin-bottom: 0px;
	height: 23px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
	}
h2 {
	color: #806E3B;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 120%;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 1.4em;
	}
h3 {
	color: #000000;
	margin-left: 5px;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
	margin-right: 5px;
	padding: 0px;
	}
h4 {
	color: #000000
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	list-style-type: square;	
	list-style-position: outside
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC
	}
.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
a {
	text-decoration: none;
	color: #666633;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}
p {
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #header2 {
	height: 70px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(graphics/leaves3_header.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header3 {
	height: 70px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(graphics/leaves2_header.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContentindex {

	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D1D2D4;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 530px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 405px;
	background-image: url(graphics/index_bg.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headerkielder {
	height: 70px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(graphics/keilder_header_green.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headermarchmont {
	height: 70px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(graphics/marchmont_header_blue.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headertyninghame {
	height: 70px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(graphics/tyninghame_header_stone.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headerspec {
	height: 70px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(graphics/leaves4_header.jpg);
	background-repeat: no-repeat;
}
#contactint {
	float: left;
	background: #E7E7E5;
	padding: 0px 0px 5px;
	margin: 10px 0px;
	width: 500px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.index_topic {
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
	width:99%;
	background-repeat: repeat-y;
	background-position: right top;
}
#location {
	float: left;
	background: #E7E7E5;
	padding: 0px 0px 5px;
	margin: 10px 0px;
	width: 250px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 352px;
}
.indent {

}
.sizes {
	margin: 0px;
	padding: 0px;
	
}
.bodylist2 {
	list-style-type: circle;
	list-style-position: outside;
	color: #806E3B;
	margin: 0px 10px;
	padding-left: 18px;
	line-height: 1.8em;
	font-weight: bold;
}
div.bodylist2 ul {
	display: block; list-style: circle; margin: 0 5px 0 5px; padding: 0px 0px 2px 2px;
	}
div.bodylist2 ul li {
	display: block; list-style: circle; color: #003334;
	text-decoration: none; padding: 0px 0px 2px 2px; margin: 10px 0px 10px 0px;
}
.white {
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContentSitePlan {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D1D2D4;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 520px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 405px;
	background-repeat: no-repeat;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #D1D2D4;
	margin-left: 0px;
	padding-top: 0px;
	background-image: url(graphics/siteplan_oldsawmill.gif);
	background-position: right bottom;
}
.twoColFixLtHdr #mainContentFlash {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D1D2D4;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 520px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 405px;
	background-repeat: no-repeat;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #D1D2D4;
	margin-left: 0px;
	padding-top: 0px;
}
