/* Left-hand navigation table */
/* use navnormal for the beginning and untouched state */
/* navhighlight is for the mouseover or highlighted state - see textnavhighlight below */
  .navnormal { 
         background-color: #AC9E5F;
         color: #FFFFFF;
  }
  .navhighlight { 
         background-color: #D4CCAC;
         color: #1B2C86;
  }
/* Left-hand navigation text */
/* textnavlinks is the normal state for these text links */
/* the hover information is for when the mouse is over them */
/* textnavhighlight is to set a page with the text already on - use with navhighlight above */ 
  A.textnavlinks  {
	text-decoration:	none;
	color: #FFFFFF;
	font-family:	Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size:	9pt;
  }
  A.textnavlinks:hover{
	text-decoration:	none;
	color: #1B2C86;
	font-family:	Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size:	9pt;
  }  
  A.textnavhighlight  {
	text-decoration:	none;
	color: #1B2C86;
	font-family:	Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size:	9pt;
  }
/* topnavlinks is for the 4 liks to sections of the web site */ 
  A.topnavlinks  {
	text-decoration:	none;
	color: #FFFFFF;
	font-family:	Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size:	12pt;
  }
/* footer is for the Goodwill Industries name and address at the end of the documents */
/* title is for the page titles */
  .footer {
        color: #1B2C86;
	text-decoration:	none;
	font-family:	Helvetica, Arial, Sans-Serif;
	font-size:	11pt;
        font-weight: bold;
  }
  .title {
        color: #1B2C86;
	text-decoration:	none;
	font-family:	Helvetica, Arial, Sans-Serif;
	font-size:	11pt;
        font-weight: bold;
  }
/* newsheader is for the Latest News! header of the news box on the home page */
/* news is for the actual scrolling news inside the box */
/* pscroller is the actual information used by the news program to set height, width, etc. */
.newsheader {
      	color: #FFFFFF;
	text-decoration:	none;
	font-family:	Helvetica, Arial, Sans-Serif;
	font-size:	11pt;
        font-weight: bold;
}
.news {
      	color: #FFFFFF;
	text-decoration:	none;
	font-family:	Helvetica, Arial, Sans-Serif;
	font-size:	9pt;
        font-weight: normal;
}
#pscroller1{
width: 170px;
height: 107px;
padding: 6px;
background-color: #b29f5a;
color: #FFFFFF;
text-decoration:	none;
font-family:	Helvetica, Arial, Sans-Serif;
font-size:	9pt;
font-weight: normal;
}
/* dropmenudiv and the a sub-definition is the information for the left-hand pop-up menus */
/* the hover property is for when you mouseover a pop-up menu item */
#dropmenudiv{
position:absolute;
border: 1px solid #6b76b0;
background-color: #1B2C86;
font-family:	Helvetica, Arial, Verdana, sans-serif;
font-weight: normal;
font-size:	9pt;
line-height:18px;
z-index:100;
color: #FFFFFF;
}

#dropmenudiv a{
border: 1px solid #6b76b0;
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #6b76b0;
}
/* sddm1, 2, and 3 are the definitions for the 3 top menu sections, both when they are */
/* popped open and when you mouse-over a menu item */
#sddm1 div 
{	position: absolute;
	left: 406;
	top: 190;
	width: 140;
	z-index: 100;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #e8f5dc;
	border: 1px solid #6fb828;
	}

	#sddm1 div a
	{	position: relative;
		z-index: 100;
		display: block;
		margin: 0;
		padding: 5px 5px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #e8f5dc;
		border: 1px solid #6fb828;
		color: #000000;
		font: 11px arial;
	}
	#sddm1 div a:hover
	{	background: #6fb828;
		color: #000000;
	}
#sddm2 div
{	position: absolute;
	left: 554;
	top: 190;
	width: 140;
	z-index: 30;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #e6dfc7;
	border: 1px solid #ac9e5f;
	}

	#sddm2 div a
	{	position: relative;
		z-index: 30;
		clear: both;
		display: block;
		margin: 0;
		padding: 5px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #e6dfc7;
		border: 1px solid #ac9e5f;
		color: #000000;
		font: 11px arial;
	}
	#sddm2 div a:hover
	{	background: #ac9e5f;
		color: #000000;
	}
#sddm3 div
{	position: absolute;
	left: 707;
	top: 190;
	width: 140;
	z-index: 30;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fbe5bc;
	border: 1px solid #efad10;
	}

	#sddm3 div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fbe5bc;
		border: 1px solid #efad10;
		color: #000000;
		font: 11px arial;
	}
	#sddm3 div a:hover
	{	background: #efad10;
		color: #000000;
	}

/* end of stylesheet */