/* tabs across the top */

#nav {
	float: left;
	width: 100%;
	background: #DAE0D2 url("images/nav_bg.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
}
#nav ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	width: 52em;
}
#nav li {
	float: left;
	background: url("images/nav_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #765;
}
#nav a {
	float: left;
	display: block;
	width: .1em;
	background: url("images/nav_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
	white-space: nowrap;
}
#nav > ul a { width: auto; }
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a { float: none; }
 /* End IE5-Mac hack */
#nav a:hover { color: #333; }

#agency #nav-agency, #programs #nav-programs, #contact #nav-contact,
#faq #nav-faq,       #links #nav-links,       #help #nav-help {
	background-position: 0 -150px;
	border-width: 0;
}
#agency #nav-agency a, #programs #nav-programs a, #contact #nav-contact a,
#faq #nav-faq a,       #links #nav-links a,       #help #nav-help a {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #333;
}
#nav li:hover, #nav li:hover a {
	background-position: 0% -150px;
	color: #333;
}
#nav li:hover a {
	background-position: 100% -150px;
}





/* subnavigation */

.subnav ul {
	margin: 2em 0 0 0;
	padding-left: 0;
	list-style: none;
}
.subnav li { padding-left: 1em; }
.subnav a { text-decoration: none; }

#events #ai-events, #jobs #ai-jobs, #board #ai-board, #fpa #ai-fpa, #press #ai-press, #happy #ai-happy, #ed #ai-ed, 
#donations #help-donations, #stock #help-stock, #matching #help-matching, #memorial #help-memorial, #wills #help-wills, #privacy #help-privacy, #volunteer #help-volunteer, 
#fcare #prog-fcare, #adoption #prog-adoption, #finit #prog-finit, #preventive #prog-preventive {
	background-image: url("images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
}





/* footer */

#footer {
	width: 100%;
	font-size: .85em;
}
#footer ul {
	list-style: none;
	color: #999999;
	margin: 1em 0 0 1em;
	padding: 0px;
	width: 45em;
}
#footer li {
	float: left;
	margin-left: 1em;
}
#footer .standards a {
	color: #999999;
	text-decoration: none;
}





/* appearance */

body {
	background: #FFF;
	margin: 0;
	color: #000;
	font: x-small/1.5em Georgia, Serif;
	voice-family: "\"}\""; voice-family: inherit;
	font-size: small;
}
html>body { font-size: small; }
a:link, a:active, a:visited {
	color: #453;
	background: #FFF;
}
a:hover {
	color: #000;
	background: #FFF;
}
#header { background: #DAE0D2; }
#mast {
	padding: .4em 1em;
	margin: 0;
}
#mast a:link, #mast a:active, #mast a:visited, #mast a:hover {
	text-decoration: none;
	background: #DAE0D2;
	color: #000;
}
#content h2 {
	text-align: center;
	margin-top: 2.6em;
}
* html #content h2 { margin-top: 1em; }
#content h3 { margin: 0; }
#content p {
  margin-top: 0;
  margin-bottom: 1em;
}
#content .minorIndent { 
	text-align: left;
	margin-left: 1em;
}
.contextualizedList { margin-top: -1em; }
.propperNoun { white-space: nowrap; }
#left { font-size: .9em; }
#address { text-align: center; }

