﻿/* commented backslash hack v2 \*/
* html {overflow:hidden;}
/* end of hack */

/*********************************************
		Site Defaults
*********************************************/
html, body { margin: 0; padding: 0; }
body {
	background: url('https://') fixed;
	background-repeat: repeat-y;
	background-color: #F3F3F3;
	margin: 0;
	padding: 0 10px 0 10px;
	border: 0;
	height: 100%;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
}
html body {overflow-y:scroll;}
p {
	padding: 10px 0px;
	margin: 0px;
	line-height: 18px;
	color: #333333;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
hr{
 font-weight: 700	
}
h1 { /* This style used as title on single posts and pages */
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #2255AA;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
h1 a {
	color: #2255AA;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #000000;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
}
h3 { /* This style used as the post titles on home page/archive */
	color: #1F7317;
	font-size: 24px;
	font-family: "Arial, Tahoma, Verdana";
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
}
h3 a {
	color: #1F7317;
	text-decoration: none;
}
h3 a:hover {
	color: #333333;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	font-size: 18px;
	color: #666666;
	clear: both;
}
h5 {
	/* This style used as header in the sidebars */
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #005300;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
sup {
	font-size: x-small;
}
img {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

/*********************************************
		Header Div / Logo Div
*********************************************/
#header { /* header div at the top of each page */
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	overflow: hidden;
	z-index: 12;
	background: url('../z-images/bg4.png');
	background-attachment: fixed;
}
* html #header {position:absolute;}
#header img { /* position logo image in header */
	float:left;
	margin: 15px 0px 0px 138px;
}

/*********************************************
		Navigation Div
*********************************************/
#topbar {
	margin: 2px;
	display: block;
	position: fixed;
	top: 78px;
	width: 672px;
	height: 19px;
	padding: 2px 2px 2px 143px;
	font-weight: bold;
	color: #000000; /*	overflow:none;*/;
	z-index: 25;
}
* html #topbar {position:absolute;}
#navbar {
	margin: 0px;
	padding: 0px;
	display: block;
	position: fixed;
	top: 100px;
	left: 0;
	width: 155px;
	height: 100%; /*	font-style:bold;*/;
	font-size: 11px;
	font-weight: bold; /*	overflow:none;*/;
	color: #005300;
	background-color: #F3F3F3;
	z-index: 20;
}
* html #navbar {position:absolute;}
#bread {
	border-style:none;
	margin-top:-15px;
	margin-left:-15px;
}
#bread a {
	text-decoration: none; 
	font-weight:bold;
	color:navy;
}
#activemnulink {
	color: yellow;
}
#activetreelink {
	background-color: #CCCCCC;
	color: black;
}
#footer {
	font-size:10px; 
	text-align:center;
	margin-left: 0px; margin-right:0; margin-top:5px; margin-bottom:5px;
	text-align:center;
	width: 678px;
}

/*********************************************
		Page Content 
		Container Div / Wrap Div
*********************************************/
#container {
	text-align: left;
	margin: 0px auto;
	width: 672px;
	padding: 0px;
	position: absolute;
	top: 90px;
	left: 155px;
	float: left;
}
#wrap {
	margin: 0px;
    padding: 0px;
    width: 672px;
}
#content_1 {
	margin: 100px 0px 0px 145px;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
#content_1 img.featureimg {
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}
#content_1 p a {
	color: #005300;
	font-weight: bold;
	text-decoration: underline;
}
#content_1 p a:hover {
	background-color: #CCCCCC;
	color: #005300;
	font-weight: bold;
	text-decoration: underline;
}
#content_1 p a:visited {
	color: #005300;
	font-weight: bold;
	text-decoration: underline;
}
.content_table_1 { /* main content table */
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	width:100%;
}
.content_table_1_col_1 { /*left column cell */
	padding: 10px 20px 10px 20px;
	background-color: #FFFFFF;
	text-align: left;
	width: 542px;
	margin-right: 10px;
}
.content_table_1_col_2 {
	/* right sidebar cell */
	background-color: #FFFFFF;
	text-align: left;
	width: 130px;
/*	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #005300;*/
}
#maincontent a{
	color: #005300;
	font-weight: bold;
}
.sidebar_r {
	margin: 0px;
	padding: 10px;
	border-style: none;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #005300;
}
.zsidebar_r img {
	float: right; border: 5px; border-style: solid;
}
#techglossary ul {
	margin: 10px;
	padding: 0px;
}
#techglossary ul li {
	padding: 5px;
}

