/* Basic Elements */
html, body {
	background-image: url(../assets/gfx/bg_lumber.jpg);
	/*margin-top: 10;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#container {
	width: 760px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: medium solid #000000;
	}
#header {
	width: 100%;
	height: 100px;
	/*background: url("assets/gfx/headerbg.jpg") repeat-x 0% 0%;*/
	}
#content {
	float: right;
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
#container #wrapper #content li {
	padding-bottom: 3px;
}
#container #wrapper #content h2 {
	font-size: 1.2em;
	color: #990000;
	padding-left: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#container #wrapper #content a {
	text-decoration: underline;
	color: #000066;
}
#container #wrapper #content a:visited {
	text-decoration: underline;
	color: #000066;
}
#container #wrapper #content a:hover {
	text-decoration: none;
	color: #990000;
}
#left {
	float: left;
	width: 20%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	}
#footer a {
	color: #84d5fa;
	text-decoration: none;
	}
#footer a:hover {
	color: orange;
	}
/* Specialty divs */
#infoL {
	display: block;
	width: 250px;
	float: left;
	margin: 0px;
	padding: 10px;
}
#infoR {
	display: block;
	width: 250px;
	float: right;
	margin: 0px;
	padding: 10px;
}
/* Sidebar (Navigator) */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	color: #993300;
	text-decoration: none;
	background-image: url(../assets/gfx/navBG01.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cecece;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	border-left-color: #cecece;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	}

#sidebar li a:hover {
	color: #660000;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #660000;
	background-image: url(../assets/gfx/navBG01_over.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	}
	
/**** Sidebar2 - SPECIAL(Navigator) ****/
#sidebar2 {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar2 li {
	border-top: 1px dotted #cecece;
	}
#sidebar2 li a {
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	color: #993300;
	text-decoration: none;
	background-image: url(../assets/gfx/navBG02.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cecece;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	border-left-color: #cecece;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	background-repeat: no-repeat;
	}

#sidebar2 li a:hover {
	color: #660000;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #660000;
	background-image: url(../assets/gfx/navBG02_over.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	background-repeat: no-repeat;
	}


/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	line-height: 1.3em;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
.tblHeading {
	font-weight: bold;
	background-color: #CCCCCC;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
