/* CSS Document page_sidebar_nav.css *//* ****************************************************************** */#wrapper {	/* background: url(/Graphics/brown250.gif) repeat-y left top;  */  /* CSS Missing Manual p328 */	background: url(/Graphics/brown_pnd_leax_001_lvd_slice_250x34_noisedust_1-0.gif) repeat-y left top;   /* CSS Missing Manual p328 */  /* 11 Mar 2021 experimenting */	zoom: 1;   /*21 July 2011 without this zoom all sidebar elements appear briefly then vanish under the brown */	margin-top: 30px;	padding-bottom: 30px;  }#wrapper hr {   	color:#996666;	}/* ****************************************************************** */#sidebarBasic {	width: 250px;	/* background: #996666 url(/Graphics/brown250.gif) repeat-y left top;  */  /* CSS Missing Manual p328 */	background: #996666 url(/Graphics/brown_pnd_leax_001_lvd_slice_250x34_noisedust_1-0.gif) repeat-y left top;   /* CSS Missing Manual p328 */ /* 11 Mar 2021 experimenting */	margin: 0;	float: left;	zoom: 1;   	/* padding: 4px; Glen added 2013-04-17 */}#sidebarBasic p {	padding-left: 15px; /* Glen commented out 2013-04-17 */	font-size: 110%; /* font-size: 120%;    Glen commented out 2013-04-17 */	color: #FEE680;}/* 4 Apr 2021 */.green {	color: #CCFF99;}.white {	color: #FFF;}#sidebarBasic select {	margin-left: 10px;   /* Glen commented out 2013-04-17 */	/* margin-right: 10px;   Glen commented out 2013-04-17 */	/* margin-bottom: 5px;   Glen commented out 2013-04-17 */	/* width: 90%;   Glen commented out 2013-04-17 */}/* Glen added 2013-04-17 */#sidebarBasic input {	padding: 0;	margin: 0 0 0 10px;   /* Glen said margin: 0; Janie modified left margin to 10px */}/* ****************************************************************** */#verticalNavigation {	margin: 0 0 0 0;	padding: 0 0 100px 0;	overflow: hidden;     /* CSS Missing Manual p326 */	zoom: 1;}/* Glen commented out 2013-04-17 *//* 23 Sept 2012 moved here, even tho the above had been working, I think *//*#verticalNavigation ul {	list-style: none;	}*/#verticalNavigation li {	margin: 0 0 0 10px;	/* margin: 0; Glen changed 2013-04-17 */	border-top: 4px #B28051 solid;	border-right: 6px #633 solid;	border-bottom: 4px #804D4D solid;	border-left: 4px #AB794B solid;	/* width: 230px;  4 July 2011 doesn't seem to make any difference */	/* overflow: hidden; 4 July 2011 doesn't seem to make any difference */	list-style: none;   /* Glen moved from #verticalNavigation ul on 2013-04-17 */}#verticalNavigation a {	color: #FFF; 	font-family: Tahoma, Geneva, sans-serif;  	font-size: 18px;	text-decoration: none;	padding: 6px 10px 4px 20px; 	/* padding: 3px; Glen changed 2013-04-17 */	display: block;}#verticalNavigation a:visited {	color:#FFF;}#verticalNavigation a:hover {	background: #633;	font-weight: normal;}#verticalNavigation li.readmefirst {	border-bottom: 4px #633 solid;	margin-bottom: 15px;	margin-top: 15px;}#verticalNavigation li.troubleshooting {	margin-top: 15px;}#verticalNavigation a.troubleshooting {	color: #C89595;}/* ****************************************************************** */