#toplinks {
	margin-top: 5px;
	margin-right: auto;
	width: 100%;
	background-color: #D1D1D1;
	border-radius: 15px;
	border: 1px solid black;
}

#toplinkbar {
	width: 60%;
	background-color: #D1D1D1;
	color: #007539;
	text-align: center;
	font-weight: bold;
	border-radius: 15px;
}

p.righttext {
	font-size: 12px;
}

h2, h3, h1
{
	color: #007539;
}

body  {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	background: #666666;
	margin: 0px;
	text-align: center; 
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-attachment: fixed;
}

a{
	color: #008080;
	text-decoration: none;
}

A:HOVER {
	color: green;
	text-decoration: underline;
}
a:active {
	color: #008080;
	text-decoration: none;
}

#nav {
	font-size: 14px;
}

ul.nodots {
 	list-style-type: none;
}

#hidden {
	display: none;
}

.twoColLiqLtHdr #container {
	width: 950px;  
	background: #FFFFFF;
	font-size: 14px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px solid #000000;
	text-align: left; 
	overflow: auto;
	min-height: 570px;
	
	-moz-box-shadow: 0px 0px 5px 5px #888;
	-webkit-box-shadow: 0px 0px 5px 5px#888;
	box-shadow: 0px 0px 5px 5px #888;
	
	border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
}

p {
	font-size: 14px;
}

#rightbox
{
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	width: 19%;
	min-height: 550px;
	padding: 10px;
	
	border-radius: 15px;
}

.searchtable td{
	padding-left: 5px;
	padding-right: 5px;
}

#catnav
{
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	width: 21%;
	min-height: 375px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	
	border-radius: 15px;
}

#container h2
{
	margin-top: 0px;
	text-decoration: underline;
}

.twoColLiqLtHdr #header {
	background: #FFFFFF;
	width: 100%;
	height: 100px;
	overflow: hidden;
	color: #007539;
	font-size: 14px;
} 

.twoColLiqLtHdr #mainContent {
	background-color:#FFFFFF;
	font-size: 14px;
	padding-bottom: 20px;
	width: 100%;
} 
.twoColLiqLtHdr #footer { 
	padding-left: 5px;
	padding-right: 5px;
	background:#EBEBEB;
	color: #007539;
} 

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

<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->

/*******************************************************************************************

TOP LINK BAR

*********************************************************************************************/

#nav {
	margin: 0;
	padding: 0px 0px 0;
	line-height: 100%;

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	border: solid 1px #6d6d6d;
}
#nav li {
	margin: 0 0px;
	padding: 5px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: green;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
}
/* main level link hover */
#nav .current a, #nav li:hover > a  {
	color: #008080;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #008080;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #FFF !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	
	z-index: 100;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/**************************************************************************

CATALOG CSS MENU TREE

****************************************************************************/



/* CSS Tree menu styles */
#catalognav ol.tree
{
	padding: 5px 5px 5px 30px;
	width: 300px;
}
#catalognav 	li 
	{ 
		position: relative; 
		margin-left: -15px;
		list-style: none;
	}
#catalognav 		li.file a
		{
			/*background: url(../images/document.png) 0 0 no-repeat;*/
			color: #000;
			/*padding-left: 21px;*/
			text-decoration: none;
			display: block;
		}
/*#catalognav 		li.file a[href *= '.pdf']	{ background: url(../images/document.png) 0 0 no-repeat; }
#catalognav 		li.file a[href *= '.html']	{ background: url(../images/document.png) 0 0 no-repeat; }
#catalognav 		li.file a[href $= '.css']	{ background: url(../images/document.png) 0 0 no-repeat; }
#catalognav 		li.file a[href $= '.js']		{ background: url(../images/document.png) 0 0 no-repeat; }*/
#catalognav 	li input
	{
		position: absolute;
		left: 0;
		margin-left: 0;
		opacity: 0;
		z-index: 2;
		cursor: pointer;
		height: 1em;
		width: 1em;
		top: 0;
	}
#catalognav 		li input + ol
		{
			background: url(../images/toggle-small-expand.png) 40px 0px no-repeat;
			margin: -15px 0 0 -44px; /* 15px  -0.938em */
			xdisplay: block;
			height: 1em;
		}
#catalognav 		li input + ol > li { height: 0; overflow: hidden; margin-left: -14px !important; padding-left: 1px; }
#catalognav 	li label
	{
		/*background: url(../images/folder-horizontal.png) 15px 1px no-repeat;*/
		cursor: pointer;
		display: block;
		padding-left: 15px;
		color:#007539;
		font-weight: bold;
	}

#itemtable td{
	width: 120px;
	text-align: center;
}

#itemtable tr.disabled:hover {
	background-color: #CCC;
	font-weight: bold;
	color: red;
	/*text-decoration: line-through;*/
}

#itemtable tr.enabled:hover {
	background-color: #CCC;
	font-weight: bold;
}

#catalognav label.subcat {
	color: #007539;
}

#catalognav a.item {
	text-decoration: none;
	color: #000;
}

#catalognav a.item:hover
{
	font-weight: bold;
}

#catalognav 	li input:checked + ol
	{
		background: url(../images/toggle-small.png) 40px 5px no-repeat;
		margin: -20px 0 0 -44px; /* 20px */
		padding: 1.563em 0 0 80px;
		height: auto;
	}
#catalognav 		li input:checked + ol > li { height: auto; margin: 0 0 0.125em;  /* 2px */}
#catalognav 		li input:checked + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ }
