/*
|| NOTES ||
- Style Sheet for MSIE v6.0 SP1 and NN7.01 Browsers.
- Layout global styles for the left navigation column across all organizations.
- This file contains the standard CSS code used across the Board of County Commissioners
  Web sites. This file is part of the "Look and Feel" Standard.
- Edit this file ONLY in text mode. DO NOT edit this file using Dreamweaver's style editor.
  It may introduce non-compliant and buggy CSS.
- Style sheets are case-sensitive.

|| NOTES ||
Revised: Earl Chassee, 04/03/2008. Changed p.leftnavtext Was margin : 0.1em 0em;   To  margin : 0.1em 0.2em;
												This eliminated button right border chop off in IE newer version.
												Always worked fine in Firefox.

Revised: Earl Chassee, 06/27/2006.  Changed #leftnavlayer width from 20% to 160px to employ fixed width page.
										 Changed .leftnavcolumn text size from 0.75em to 9pt.
										 Changed .leftnavcolumn h1, h2, h3, h4, h5, h6 from 0.8em to 8pt.
										 Changed .leftnavcolumn p from 1em to 9pt.
										 Changed p.leftnavtext from 0.9em to 8pt.
										 Changed p.navsubs from 0.9em to 8 pt.
										 Changed p.navsubs2 from 0.9 to 8pt.
										 Changed p.navsubs3 from 0.9em to 8pt.
										 Changed p.activelink from 11px to 8pt.
Author: Earl Chassee, 02/17/2006. Validated W3C CSS2 compliant.
*/

/* -------------------------- Left Navigation Column Rules -------------------------- */
#leftnavlayer {
	background-image :  url(/looknfeel/images/chameleonbkgnd.gif);  /* 30 x 30 */
	background-repeat : repeat;
	width : 160px;  /* Same as right column */
	z-index : 1;
}

/* Applies only to all link/non-link text in left navigation layer, unless compounded below.  */
.leftnavcolumn {
 	/* For text outside of any links/tags, same size as .content */
	font : 9pt Verdana, Arial, Helvetica, sans-serif;
	color : #757684;  /* gray */
	text-align : left;
	padding : 0;
	margin : 0;
}

/* Non-link header text in left navigation column. Compounds .leftnavcolumn rule. */
.leftnavcolumn h1, h2, h3, h4, h5, h6 {
	font : bold 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	color : #8A897B;
	letter-spacing : 0.15em;
	padding : 0.75em 0 0.25em;  /* Affects only non-link text */
	margin : 0;  /* Affects only non-link text */
}

/* Effects non-link paragraph text only. Compounds .leftnavcolumn rule.
	Buttons are affected by this rule, however, the button text is not. */
.leftnavcolumn p {
	font : 9pt Verdana, Arial, Helvetica, sans-serif;
	padding : 0;
	margin : 0 0 1em 0.75em;
}

/* The buttons are affected by this. Compounds .leftnavcolumn rule. */
p.leftnavtext {
	color : #757684;  /* For non-link paragraph text inside the button area */
	font : 8pt Arial, Helvetica, sans-serif;  /* Use Arial since it is narrower than Verdana */
	font-weight : bold;
   /* Tweak this for MSIE/NN text/button border buffer compromise */
	padding : 0.1em 0.1em; /* Affects button border in MSIE & NN. */
	margin : 0.1em 0.2em; /* Affects button border in MSIE & NN */
}

/* Left navigation link buttons. This turns the link text into a button.
Width, display, background-color & padding make entire button area clickable, margins do not.
Displays differently between MSIE & NN. In MSIE6.0SP1, width includes
box core content, horizontal padding & border.  In NN7.01, width includes box core content only.
The display : block must be here to have button stretch horizontally beyond end of label. */
.leftnavtext a {
	background-color : #FAFAF3;
	border : 1px solid #6A6F87;
	color : #333;
	display : block;
	/* Tweak this for MSIE/NN text/button border buffer compromise */
	padding: 0.2em 0.1em 0.2em 0.3em;  /* Affects button border in NN7.01. */
	margin : 0;  /* Affects button border in MSIE & NN */
	text-decoration : none;
	width : 98%;  /* Tweak this for MSIE/NN text/button border buffer compromise */
}

/* Left navigation link buttons hover CDC9D8 */
.leftnavtext a:hover {
	background-color : #BDBCAE;
	border : 1px solid #6A6F87;
	color :  #FFF;
	text-decoration : none;
}

/* Style Applied to the Sub-Section Paragraph Links for the Left Navigation */
p.navsubs {
	color : #757684;  /* gray */
	font : 8pt Arial, Helvetica, sans-serif;  /* Compounds .leftnavcolumn rule */
	font-weight : bold;
	margin : 0 0 0.1em;
}

.navsubs a {
	background-color : #D5DFE5;  /* Was #E0E9F0 */
	color : #333;  /* Medium gray */
	display : block;
	/* Tweak this for MSIE/NN text/button border buffer compromise */
	padding : 0.2em 0.1em 0.2em 1.3em;  /* Affects button border in NN7.01.
												Provides consistent indent for multiple lines of text. */
	margin : 0;  /* Affects button border in MSIE & NN */
	text-decoration : none;
	width : 88%;  /* Tweak this for MSIE/NN text/button border buffer compromise @ 200% text view */
}

.navsubs a:hover {
	background-color : #B3C6F0;  /* Light blue */
	color : #666;
	text-decoration : none;
}

/* Style applied to the 2nd level sub-section paragraph links for the left navigation.
NOTE: The use of the .navsubs2 requires a modification of the Javascript parameters in the menuing
tags of templates from (1,'sub#','showit','hideit','div') to (1,'sub5','showit','showit','div').
It is also necessary to set the link designation of the parent sub menu to # */
p.navsubs2 {
	color : #757684;  /* gray */
	font : 8pt Arial, Helvetica, sans-serif;  /* Compounds .leftnavcolumn rule */
	font-weight : bold;
	margin : 0 0 0.1em;
}

.navsubs2 a {
	background-color : #F6F8F4;
	color : #333;  /* Medium gray */
	display : block;
	/* Tweak this for MSIE/NN text/button border buffer compromise */
	padding : 0.2em 0.1em 0.2em 2.3em;
	margin : 0;  /* Affects button border in MSIE & NN */
	text-decoration : none;
	width : 74%;  /* Tweak this for MSIE/NN text/button border buffer compromise @ 200% text view */
}

.navsubs2 a:hover {
	background-color : #D8D8D8;  /* light gray, was #EAE8DF (very light gray) */
	color : #666;
	text-decoration : none;
}

/* Style applied to the 3rd level sub-section paragraph links for the left navigation.
NOTE: The use of the .navsubs3 requires a modification of the Javascript parameters in the menuing
tags of templates from (1,'sub#','showit','hideit','div') to (1,'sub5','showit','showit','div').
It is also necessary to set the link designation of the parent sub menu to # */
p.navsubs3 {
	color : #757684;  /* gray */
	font : 8pt Arial, Helvetica, sans-serif;  /* Compounds .leftnavcolumn rule */
	font-weight : bold;
	margin : 0em 0em 0.1em;
}

.navsubs3 a {
	background-color : #FEFEFE;
	color : #333;
	display : block;
	/* Tweak this for MSIE/NN text/button border buffer compromise */
	padding : 0.2em 0.1em 0.2em 3.3em;
	margin : 0;  /* Affects button border in MSIE & NN */
	text-decoration : none;
	width : 70%;  /* Tweak this for MSIE/NN text/button border buffer compromise @ 200% text view */
}

.navsubs3 a:hover {
	background-color : #E1EBFF;
	text-decoration : none;
}

/* Style active page link to discern it from others.
All pages within a main section use this to show the current section button as down.
To use this in a web page, place <p class="activelink".. around the target link. */
p.activelink {
	color : #333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 0em;
	margin-top : 6px;
}

/* Links shown in the active section */
.activelink a {
	background-color : #CCC;
	border : 1px solid #6A6F87;
	color : #FFF;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%;
}

/* PVII CSS Masters Series One Menu Code (www.projectseven.com) */
.showit { display: block; }
.hideit { display: none; }
