		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}


/* redefine HTML elements*/
html, body {
  }
* {
margin:0px;
padding:0px;
}
table {border-collapse: collapse;}
body {
	margin: 0px;
	padding: 0px;
	background-color: #4B585E;





}

h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #B98346;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;





}
h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #917A51;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	border-bottom-style: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;




}


h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	padding: 3px;
	margin: 0px;
	font-weight: bold;


}
h4 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-transform: uppercase;
	color: #FF0000;
}


div#mainnav {
	margin: 0px;
	height: 25px;
	text-align: center;
	background-image: url(img_index/topnavbg.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}

#content{ text-align:left}
#content, .ctable {
	background-color: #FFFFFF;
	background-image: url(img_index/content_main.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content .content_left{
	padding:5px;
	float:left;
	width:550px;
	margin-left:25px;
	padding-left: 12px;
}

#sidebar{
	float:right;
	margin-right:25px
}

.picframe {
	background-image: url(images/homeframe.gif);
	background-repeat: no-repeat;
	height: 311px;
	width: 401px;
	padding: 18px;
}
.picframe object {
	margin: 0px;
	padding: 0px;
}


.video {
	text-align: center;
	margin: 0px;
	padding: 5px;
	background-image: url(img_index/timbervision.jpg);
	background-repeat: no-repeat;
	height: 384px;
	width: 375px;
}


div#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}
.border {
	border: 3px solid #E2BC6B;
	margin-right: 10px;
	margin-top: 15px;
}


div#mainnav ul li {
	float: left;
}

div#mainnav ul li a:link, div#mainnav ul li a:visited {
	height: 25px;
	float: left;
	display: block;
	color: #675334;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img_index/main_off.gif);
	font-weight: bold;
}

div#mainnav ul li a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(img_index/topnavon.gif);
}





.login input {
	background-color: #666666;
	border: 1px solid #999999;
	font-size: 9px;
	color: #FFFFFF;
	margin: 2px;
}





.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: 5px;
	padding: 5px;
	border: 1pt none #FFFFFF;





}
p.footer a:link, p.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.leftmenu {
	color: #0033CC;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin: 1px 0px;
	text-decoration: none;
	border-top: 1pt none #FFFFFF;
	border-right: 1pt none #FFCC33;
	border-bottom: 1pt solid #FFFFFF;
	border-left: 1pt none #FFFFFF;




}
.ltable {
	background-color: #E9E7C7;
	margin: 0px;
	padding: 0px;
}
.ltable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4D4D3B;
	padding: 4px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDA77B;
}
.ltable p.top {
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #CDA77B;
}

p.login {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}
p.login a:link, p.login a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


.ltable a:link, .ltable a:visited {
	color: #4D4D3B;
}
.ltable a:hover {
	color: #FFFFFF;
}

.ctop {
	background-image: url(img_index/content_top.gif);
	height: 59px;
	width: 800px;
}
.ctable {
	background-color: #FFFFFF;
	background-image: url(img_index/content_main.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}


.formbox {
	margin: 0px;
	padding: 0px;
}
.ctop p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	line-height: normal;
	padding: 0px;
	text-align: center;
}
.ctop a:link, .ctop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.cdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #593D00;
}
a:link, a:visited {
	color: #660000;
	text-decoration: none;
}

object {
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}

.ctext {
	scrollbar-face-color : #E0CFA9;
	scrollbar-highlight-color : #E0CFA9;
	scrollbar-3dlight-color : #E0CFA9;
	scrollbar-darkshadow-color : #E0CFA9;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-shadow-color : #E0CFA9;
	scrollbar-track-color: #FFFFFF;
	padding: 10px;
	font-family: "Trebuchet MS";
}

.ctext p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	padding: 3px;
	margin: 2px;
}
.bottom {
	background-image: url(img_index/content_bottom.gif);
	margin: 0px;
	padding: 0px;
	height: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
}
.bottom .textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #C5A47A;
	padding: 2px;
	border: 1px solid #4B585E;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
}



script {

	margin: 0px;
	padding: 0px;
}
div#mainnav a#active {

	text-decoration: none;
	color: #000000;
	background-image: url(img_index/topnavon.gif);
}

ul.nicelist{}
ul.nicelist li{
	background-image: url(img_index/arrow_right.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 10px;
}
.ctext ol li {
	margin: 5px;
	padding: 5px;
}
.ctext ol {
	padding: 0px;
	margin-left: 30px;
}

.ctext ul li {
	background-image: url(img_index/arrow_right.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 3px;
}
.ctext ul {
	padding: 0px;
	margin-left: 15px;
}


	.wrap { float: left; text-align: center; margin: 15px 0;  }
		.wrap .images {
			padding: 5px;
			border: 1px solid #ccc; 
		}
		.wrap .images img { display:block; }
		.wrap .shadow {
			background: url(images/shadow.png) no-repeat bottom right;
			padding-bottom: 15px;
			margin: 0 8px;
		}
