/* reset formatting */

	body * {position: relative;}
	html, body { width: 100%; height: 100%; }
	html, body, table, img {	border:0;	margin:0;	padding:0;}
	p, h1, h2, h3, h4, h5, h6 {	margin:0;	padding:0;	font-weight:normal; font-size: 100%; line-height: 130%;}
	form {	margin:0;	padding:0;	display:inline;}
	a {text-decoration:none;}
	td { padding: 0; vertical-align: top;}
	ul,ol {margin:0; padding:0; position:relative;}
	li {margin:0; padding:0; position: relative;}


/* common formatting shortcuts */
 
	small {	font-size:0.85em;}
	sup {	position:relative;	bottom:0.3em;	vertical-align:baseline;}
	sub {	position:relative;	bottom:-0.2em;	vertical-align:baseline;}
	acronym, abbr {	cursor:help;	letter-spacing:1px;	border-bottom:1px dashed;} 
	.clear, .clear-hidden         { clear:both; }
	.clear-hidden	{ font-size: 0em; height: 0px; overflow: hidden;}
	.clear-after:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.float-left    { float:left; }
	.float-right   { float:right; }
	.text-left     { text-align:left; }
	.text-right    { text-align:right; }
	.text-center   { text-align:center; }
	.text-justify  { text-align:justify; }
	.bold          { font-weight:bold; }
	.italic        { font-style:italic; }
	.underline     { border-bottom:1px solid; }
	.highlight     { background:#ffc; } 
	.nopadding     { padding:0; }
	.noindent      { margin-left:0;padding-left:0; }
	.nobullet      { list-style:none;list-style-image:none; }
	.hidden		   { display: none;}

	
/*
 *   typography   *****************************************************************
 */
 
 	html,
	body,
	input,
	select,
	textarea
	{
		font-family: tahoma, verdana, arial, helvetica, sans-serif;
		font-size: 90%;	
		line-height: 130%;
	}


/* default styles */

	/* links */
 
	a,
	a:link /* not yet visited */
	{
		text-decoration: underline;
		color: #fff;		
	}
	a:visited
	{
		color: #043965;
	}
	a:focus /* received cursor focus */
	{}
	a:hover
	{
		text-decoration: none;
		color: #f06500;
	}
	a:active /* user activates link */
	{}
	 
	/* unordered list */
	ul
	{
		margin: 1em;
		list-style: disc;
		padding-left: 1em;
	}
	/* order list */
	ol
	{
		margin: 1em;
		padding-left: 1em;
		list-style: decimal;
	}
	/* list items */
	li
	{
		margin: 0 0 .5em 1em;
		padding: 0;
	}
	  
/* 
 *   page blocks    ******************************************************
 */


	body
	{
		background-color: #8d9199;
		margin: 0;
	}
	
/* page wrapper */
	
	.page,
	.site-info
	{
		width: 917px;
		margin-left: auto;
		margin-right: auto;
	}
	.page
	{
		position: relative;
		margin-top: 10px;
		background-color: #000;
		border: solid 1px #464647;
	}	

/* header */

	.header
	{
		position: relative;
		height: 175px;
	}
	
/* branding */

	.branding
	{
		/*
		height: 174px; 
		top: 30px;
		left: 10px;
		position: absolute; 
		*/
		position: relative;
		height: 100%;
		width: 283px;
		float: left;
		background-image: url(images/branding.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}
	.branding h2
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: block;
	}
	.branding a
	{
		width: 100%;
		height: 100%;
		display: block;
		background-image: none;
		background-position: top left;
		background-repeat: no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}
	#branding-nostyle /* hide non-CSS logo image */ 
	{
		display: none;
	}

/* photo rotator */

	.imageRotator
	{
		width: 628px;
		height: 171px;
		overflow: hidden;
		float: right;
		/*
		background-image: url(images/header.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		*/
	}
	
	/* photo sillouette */
	#header-overlay
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 636px;
		height: 179px;
		z-index: 90;
	}
	#header-overlay img
	{
		width: 100%;
		height: 100%;
	}

/* content area wrapper */

	.contentWrapper
	{
		background-image: url(images/bg-content-wrap-interior.jpg);
		background-position: left top;
		background-repeat: repeat-y;
		position: relative;
		height: 100%;
		margin-top: 6px;
	}
	body.home .contentWrapper /* home page only */
	{
		background: #000;		
	}

/* main nav */

	.navWrapper
	{
		width: 629px;
		height: 50px;
		float: right;
		position: relative;
		background: url(images/nav-interior.jpg) -1px 0px no-repeat;
		z-index: 99;
	}
	body.home .navWrapper /* for home page only */
	{
		background: url(images/nav-home.jpg) 0px 0px no-repeat;
	}
	.nav
	{
		padding: 0 20px;
		text-align: center;
		position: relative;
		font-size: 110%;
		z-index: 99;
	}
	
	/* hide heading */
	.nav h3
	{
		position: absolute;
		left: -9999px;
	}
	.nav ul
	{
		margin: 0;
		padding: 0 0 7px 0;
		list-style: none;
		width: auto;
		height: 15px;
		position: relative;
		top:14px;
		border-bottom: solid 2px #003561;
	}
	.nav li
	{
		position: relative;
		display: inline;
		margin: 0;
		padding: 0;
	}
	.nav a,
	.nav a:visited
	{
		text-decoration: none;
		color: #003561;
		padding: 0 10px;
	}
	
	/* link hover */
	.nav a:hover
	{
		color: #fff;
	}

	/* selected link */
	.nav li.active a,
	.nav li.active a:hover
	{
		font-weight: bold;
		color: #fff;
	}

	/* drop downs */
	.nav ul.dropdown
	{
		background-color: #003561;
		opacity: 1;
		width: 150px;
		display: none;
		position: absolute;
		top: 24px;
		font-weight: normal;
		left: 0px;		
		margin: 0;
		padding: 0;
		height: auto;
		border: none;
		list-style: none;
	}
	.nav ul.dropdown li
	{
		display: block;
		text-align: left;
		float: none;
		font-weight: normal;
		position: relative;
		list-style-type: none;
		margin: 0 0 -1px 0; /* fix IE6 bug */
		padding: 0 0 1px 0; /* fix IE6 bug */
	}
	.nav ul.dropdown li a,
	.nav ul.dropdown li a:visited
	{
		position: relative;
		padding: 5px;
		margin: 0;
		display: block;
		font-weight: normal;
		color: #fff;
		border-bottom: solid 1px #006791;
	}
	.nav ul.dropdown li a:hover
	{
		font-weight: normal;
		background: #006791;
		/* background: #fc5819; orange */
	}
	
	
/*
 * sidebar
 */

	.sidebar
	{
		position: relative;
		top: -50px;
		margin-bottom: -50px;
		width: 283px;
		float: left;
	}
	body.home .sidebar /* home page only */
	{
		top: -50px;
		margin-bottom: -50px;
	}
	.sidebar h3 /* hide sidebar headings if CSS enabled */
	{
		display: none;
	}
	.sidebar .block
	{
		margin: 0 0 11px 11px;
		width: 263px;
	}
	.sidebar p
	{
		color: #8d9199;
	}
	body.home .sidebar .block /* home page only */
	{
		display: none;
	}
	
	/* top image block */
	.sidebar .imageBlock
	{
		width: 100%;
		height: 314px;
		background-image: url(images/sidebar-interior.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		margin-bottom: 11px;
	}
	body.home .sidebar .imageBlock /* for home page only */
	{
		width: 100%;
		background-image: url(images/sidebar-home.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		margin-bottom: 0;
		height: 523px;
	}
	/* rotator */
	#sidebar-rotator-top
	{
		width: 166px;
		height: 158px;
		overflow: hidden;
		position: relative;
		top: 3px;
		left: 107px;
	}
	#sidebar-rotator-bottom
	{
		width: 166px;
		height: 134px;
		overflow: hidden;
		position: relative;
		top: 16px;
		left: 107px;
	}
	
	/* search box */
	.search
	{
		height: 37px;
		background-image: url(images/sidebar-search.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}
	.search #search-form
	{
		display: block;
		width: 100%;
		position: relative;
	}
	.search #search-text
	{
		border: medium none;
		color:#808080;
		font-size:140%;
		font-weight:normal;
		left:14px;
		position:relative;
		line-height: 100%;
		top:6px;
		width:205px;
	}
	.search #search-submit
	{
		position:absolute;
		right:12px;
		top:5px;
	}
	
	/* map button */
	.districtMap a
	{
		height: 51px;
		width: 100%;
		display: block;
		background: url(images/sidebar-map.jpg) left top no-repeat;	
		text-indent: -999px;
		font-size: 0px;
	}
	
	/* newsletter signup */
	.newsletterSignup
	{
		height: 76px;
		width: 100%;
		display: block;
		background: url(images/sidebar-newsletter.jpg) left top no-repeat;	
	}
	.newsletterSignup form
	{
		display: block;
		padding: 11px 0 0 11px;
		position: relative;
	}
	.newsletterSignup p
	{
		color: #1a1a1a;
		margin: 0 0 5px 0;
	}
	.newsletterSignup #signup-email
	{
		border: solid 1px #55829f;
		padding: 5px;
		width: 155px;	
	}
	.newsletterSignup #signup-submit
	{
		position: relative;
		margin-bottom: -8px;
	}
	
	/* survey box */
	.survey a
	{
		height: 69px;
		width: 100%;
		display: block;
		background: url(images/sidebar-survey.jpg) left top no-repeat;	
		text-indent: -999px;		
		font-size: 0px;
	}

	/* spokane site selector box */
	.siteSelector a
	{
		height: 188px;
		width: 100%;
		display: block;
		background: url(images/sidebar-siteSelector.jpg) left top no-repeat;	
		text-indent: -999px;		
		font-size: 0px;
	}

/*
** content area
*/

	.content
	{
		position: relative;
		width: 590px;
		float: right;
		background-image: none;
		background-position: top left;
		background-repeat: repeat-x;
		padding: 10px 20px 25px;
		color: #161516;
	}
	body.home .content /* home page only */
	{
		background-image: url(images/content-home.jpg);
		background-position: 0 -50px;
		background-repeat: repeat-x;
		width: 609px;
		height: 473px;
		padding: 0 0 0 20px;
	}
	.content h1
	{
		margin: 0 0 .25em 0;
		font-weight: normal;
		font-style: normal;
		font-size: 250%;
		line-height: 100%;
	}
	.content h2
	{
		margin: .5em 0 .5em 0;
		font-size: 180%;
		line-height: 110%;
		color: #003561;
	}
	.content h3
	{
		margin: .5em 0 .25em 0;
		font-weight: normal;
		font-size: 140%;
		line-height: 120%;
		color: #365c7f;
	}
	.content p
	{
		margin: 0 0 .5em 0;
		line-height: 140%;
	}
	
	.content blockquote
	{
		background: #365C7F;
		padding: 20px 20px 15px;
		color: #fff;
		margin: 20px;
		clear: both;
		font-size: 120%;
	}
	
	/* inline content */
	
	.content .inline-left
	{
		float: left;
		z-index: 5;
		margin: 0 10px 10px 0;
	}
	.content .inline-right
	{
		float: right;
		z-index: 5;
		margin: 0 0 10px 10px;
	}
	
	/* download box */
	.content .newsletter-thumbnail
	{
		margin: 20px;
		float: right;
		width: 100px;
		z-index: 10;
	}
	
	/* home page content */
	
	/* nav content area for home page */
	.content .nav-content
	{
		padding:0 30px 0pt;
		position:relative;
	}
	.content .nav-content h2
	{
		color:#FFF;
		font-size:160%;
		font-weight:bold;
		margin-bottom:5px;
		text-align:center;
	}
	.content .nav-content p
	{
		color: #fff;		
	}

	/* quick links */
	body.home .content h1
	{
		display: none;
	}
	body.home #quick-links
	{
		list-style: none;
		margin: 61px 0 0 111px;
		padding: 0;
	}
	body.home #quick-links li
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 67px;
	}
	body.home #quick-links li a
	{
		display: block;
		height: 100%;
		text-indent: -999px;
		font-size: 0px;
	}
	body.home #quick-links li a:hover
	{
		background: #fff;
		opacity: .2;
		filter: alpha(opacity = 20);
	}	
	/* home page search box */
	#home-search-box
	{
		display: block;
		position: relative;
		height: 20px;
		width: 198px;
		background-image: url(images/sidebar-search-home.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		float:right;
		margin-right:40px;
		margin-top:15px;
	}
	#home-search-box #search-form
	{
		display: block;
		width: 100%;
		position: relative;
	}
	#home-search-box #search-text
	{
		background: none;
		font-size: 100%;
		left: 3px;
		top: 0px;
		width: 141px;
		height: 14px;
		border: none;
		color: #999;
	}
	#home-search-box h3
	{
		display: none;
	}
	#home-search-box #search-submit 
	{
		position:absolute;
		right:3px;
		top:1px;
	}

	/* search results
	 *   uses Sphider search engine
	 */
	
	#search-results-form
	{
		margin: 10px 0;
	}
	#search-results-form #search-results-query
	{
		padding: 3px;
	}
	#search-suggestions
	{
		font-size: 120%;
		font-style: italic;
		margin-bottom: 10px;
	}
	#search-report
	{
		margin: 10px 0;
	}
	#search-common-report
	{
		margin: 10px 0;
	}
	#search-results
	{
		margin: 20px 0 0 10px;
	}
	#search-results h2
	{
		font-size: 150%;
	}
	#search-results .description,
	#search-results .info
	{
		margin-left: 20px;
	}
	#search-results .info
	{
		font-size: 85%;
		color: #5a5d62;
	}
	#search-results .size
	{
		display: none;
	}
	#search-pages
	{
		margin: 20px 0;
	}
	#search-powered_by
	{
		font-size: 85%;
		color: #5a5d62;
		float: right;
	}
	
	/* photo gallery */
	
	.panoramic-gallery
	{
		margin: 0;
		padding: 0;
		list-style:none;
		clear: both;
		height: 80px;
	}
	.panoramic-gallery li
	{
		margin: 0;
		padding: 0;
		background: #000;
		float: left;
	}
	.panoramic-gallery a
	{
		margin: 0;
		padding: 0;
		position:relative;
		display: block;
		width: 100px;
		border-style: solid;
		border-width: 1px;
		border-color: transparent;
	}
	.panoramic-gallery a:hover
	{
		border-color: #fff;
	}
	

/*
** footer
*/

	.site-info
	{
		clear: both;
		display: block;
		position: relative;
		margin-top: 5px;
		height: 75px;
	}
	.site-info p
	{
		color: #e9eaeb;
		font-size: 90%;
		text-align: right;
	}
	.site-info a,
	.site-info a:visited
	{
		text-decoration: underline;
		color: #ccc;
	}
	.site-info a:hover
	{
		text-decoration: none;
		color: #fff;
	}
	.site-info h3
	{
		display: none;
	}
	
	/* Phil Sandifur */	
	.site-info #phil
	{
		float: right;
		width: 160px;
		height: 40px;
	}
	.site-info #phil a
	{
		display: block;
		height: 100%;
		width: 100%;
		background: url(images/PhilSandifur.png) top left no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}
	
/* NOTES */

	/* IE6 double horizontal margins on floated elements
	 * set display: inline;
	 */
	
	/* disappearing background images in IE6 for heading and lists, links don't work
	 *  li, h2 { position: relative; }
	 */

	/* clearing
	 *  element:after { content: " "; clear: both; }
	 */
	
	/* import stylesheets
	 *  @import url(filename.css) screen,print,all;
	 *  imported stylesheets are processed before other stylesheets
	 *  IE6 doesn't like it if you set a media type
	 */
	
	/* horizontal nav menus
	 * 	li { position: relative; float: left; height: 30px;}
	 *  li a { position: relative; height: 100%; padding: 5px 10px; }
	 */
	
	/* link pseudo-classes in proper order:
	 *  :link, :visited, :hover, :active
	 */
	
	/* use % or em for base font-size instead of fixed pt or px
	 *  use relative sizes when need to grow/shrink with font size
	 */
	
	/* don't use quotes around url()s */

	/* clearing parent container of floated items:
	 *    overflow: auto;
	 *  (IE6 still needs clearing <div> sometimes
	 */

	/* hide symantic headings
	*  use display: none;
	
	*  IE6 bug on links that follow element
	*    use position: absolute; left: -9999px; 
	*/

	/* fix centered background images off by 1 pixel: make image an odd width */
	
	/* disabled form elements
	 * html: disabled="disabled"
	 * css: input[disabled='disabled']{}
	 */
