/* Header Styles -- Todd Prouty toddprouty@gmail.com */
#header {
	position: relative;
	width: 900px;
	padding: 33px 0 18px;
	background: #545420 url(graphics/nav.png) no-repeat 758px -139px;
	text-align: left;
}
#header h1 {
	margin: 0 0 0 38px;
}
#header h1 a {
	text-indent: -9999em;
	display: block;
	width: 300px;
	height: 60px;
	background: transparent url(graphics/nav.png) no-repeat -600px -100px;
}
#header a.donate,
#header a.donate:link {
	position: absolute;
	top: 0;
	right: 178px;
	text-indent: -9999em;
	display: block;
	width: 83px;
	height: 64px;
	background: transparent url(graphics/nav.png) no-repeat -200px -100px;
	overflow: hidden;
}
#header a.donate:hover,
#header a.donate:active {
	background-position: -315px -100px;
}

/* Main Navigation */
#nav {
	width: 900px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	height: 32px;
	background: transparent url(graphics/nav.png) no-repeat;
	overflow: hidden;
	text-indent: -9999em;
}
#nav li.home a:link,
#nav li.home a:visited {
	width: 64px;
	background-position: 0 0;
}
#nav li.home a:hover,
body.home #nav li.home a {
	width: 64px;
	background-position: 0 -32px;
}
#nav li.home a:active {
	width: 64px;
	background-position: 0 -64px;
}
#nav li.furburbia a:link,
#nav li.furburbia a:visited {
	width: 184px;
	background-position: -64px 0;
}
#nav li.furburbia a:hover,
body.furburbia #nav li.furburbia a {
	width: 184px;
	background-position: -64px -32px;
}
#nav li.furburbia a:active {
	width: 184px;
	background-position: -64px -64px;
}
#nav li.about_us a:link,
#nav li.about_us a:visited {
	width: 78px;
	background-position: -248px 0;
}
#nav li.about_us a:hover,
body.about_us #nav li.about_us a {
	width: 78px;
	background-position: -248px -32px;
}
#nav li.about_us a:active {
	width: 78px;
	background-position: -248px -64px;
}
#nav li.news_events a:link,
#nav li.news_events a:visited {
	width: 110px;
	background-position: -326px 0;
}
#nav li.news_events a:hover,
body.news_events #nav li.news_events a {
	width: 110px;
	background-position: -326px -32px;
}
#nav li.news_events a:active {
	width: 110px;
	background-position: -326px -64px;
}
#nav li.programs a:link,
#nav li.programs a:visited {
	width: 78px;
	background-position: -436px 0;
}
#nav li.programs a:hover,
body.programs #nav li.programs a {
	width: 78px;
	background-position: -436px -32px;
}
#nav li.programs a:active {
	width: 78px;
	background-position: -436px -64px;
}
#nav li.browns_canyon a:link,
#nav li.browns_canyon a:visited {
	width: 114px;
	background-position: -514px 0;
}
#nav li.browns_canyon a:hover,
body.browns_canyon #nav li.browns_canyon a {
	width: 114px;
	background-position: -514px -32px;
}
#nav li.browns_canyon a:active {
	width: 114px;
	background-position: -514px -64px;
}
#nav li.happy_tails a:link,
#nav li.happy_tails a:visited {
	width: 87px;
	background-position: -628px 0;
}
#nav li.happy_tails a:hover,
body.happy_tails #nav li.happy_tails a {
	width: 87px;
	background-position: -628px -32px;
}
#nav li.happy_tails a:active {
	width: 87px;
	background-position: -628px -64px;
}
#nav li.give a:link,
#nav li.give a:visited {
	width: 103px;
	background-position: -715px 0;
}
#nav li.give a:hover,
body.give #nav li.give a {
	width: 103px;
	background-position: -715px -32px;
}
#nav li.give a:active {
	width: 103px;
	background-position: -715px -64px;
}
#nav li.volunteer a:link,
#nav li.volunteer a:visited {
	width: 82px;
	background-position: -818px 0;
}
#nav li.volunteer a:hover,
body.volunteer #nav li.volunteer a {
	width: 82px;
	background-position: -818px -32px;
}
#nav li.volunteer a:active {
	width: 82px;
	background-position: -818px -64px;
}

/* Footer Navigation */
#footer_nav {
	width: 900px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #5C4A56;
	padding-top: 0px;
}
#footer_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#footer_nav li {
	float: left;
	margin-right: 18px;
}
#footer_nav a {
	display: block;
	overflow: hidden;
	padding: 6px 10px;
	color: #DFBB6F;
	text-decoration: none;
}
#footer_nav a:link,
#footer_nav a:visited {
	color: #DFBB6F;
}
#footer_nav a:hover,
#footer_nav a:active {
	color: #FFF;
}
