	@charset "utf-8";
	/* CSS Document */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
	dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}

	body{ background-color:#000000; font-family:Tahoma,Geneva,Kalimati,sans-serif; font-size:12px; margin:0px; }

	h4{ margin:0px; padding:0px; font-size:14px; line-height:16px; }
	h2{ font-size:18px; }
	h1{ font-size:22px; }
	a{ color:#999; }
	a:hover{ color:#fff; }
	
	#containter{ background:url(images/back.gif) repeat-y; margin:auto; width:1000px; }
	#header{ background:url(images/header.gif) no-repeat; height:204px; position:relative; width:1000px; }
	
	#content{ padding:10px 100px 10px 100px; color:#FFFFFF; font-weight:bold; }
	
	/* #content p{ line-height:23px; } */
	#content ul{ margin-left:35px; }
	
	#footer{ background:url(images/footer.gif) no-repeat; height:163px; position:relative; width:1000px; }
	#footer2{ background:url(images/footer2.gif) no-repeat; height:24px; position:relative; width:1000px; }
	
	#bellevue_address{ left:90px; line-height:14px; position:absolute; top:40px; }
	#spokane_address{ line-height:14px; position:absolute; top:40px; right:90px; text-align:right; }
	
	#home{ margin:100px 0px 100px 0px; }
	#home h1{ margin:30px; color:#FFFFFF; font-size:22px; text-align:center; }
	
	#dd_nav{ width:1000px; position:absolute; bottom:0px; height:27px; }
	
	#dd_nav, #dd_nav ul{ padding: 0; margin: auto; list-style: none; }
	
	#dd_nav a{ color:#FFFFFF; display: block; font-size:14px; font-weight:bold; padding:4px; text-decoration:none; width:95px; }
	#dd_nav a:hover{ color:#792F35; }
	
	#dd_nav li{ float: left; display:inline; width: 95px; }
	#dd_nav li ul{ left: -999em; position: absolute; width: 150px; }
	#dd_nav li ul li{ background-color:#000000; width:150px; }
	#dd_nav li ul li a{ background-color:#000000; border:#FFFFFF solid 1px; width:138px; padding:2px; margin:3px; }
	
	
	#dd_nav li:hover ul{ left: auto; }
	#dd_nav li:hover ul, #dd_nav li.sfhover ul{ left: auto; }