/* HTML Defaults */

body {
	font: 82%/1.4em Arial, Helvetica, sans-serif;
	color: #5a5750;
	background: #fff;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #f26522;
}
#main a:visited {      /* change visit color only in content area 5/3 AAM */
	color: #aa5831;
}
a:hover {
	text-decoration: underline;
	color: #ff7e40;
}
h1, h2, h3, h4, legend {
	color: #a49d8c;        /* orig. aba391; client wants darker 4/28/10 AAM */
}
h1, h2, h3, caption, legend {
	font-weight: normal;
}
h1 {
	font-size: 230%;
	line-height: 1.2em;
}
h2, legend {
	font-size: 140%;
	line-height: 1.2em;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #c9c2b2;
	background: #c9c2b2;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea, button, .button {
	font: 100% Arial, Helvetica, sans-serif;
}
input, select, textarea {
	color: #5a5750;
	background: #fff;
	border: solid 1px #c9c2b2;
}
.searchinput {
	width: 130px;
}
input[type="text"]:focus, input[type="file"]:focus, select:focus, textarea:focus {
	background: #fff5e0;
}
input[type="text"], input[type="file"] {
	padding: 3px;
}
button, .button {
	color: #fff;
	background: #f26522;
	padding: 2px 10px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
button:hover,.button:hover {
	background: #ff7e40;
	cursor: pointer;
}
table {
	width: 95%;
	padding: 0;
	border: solid 1px #c9c2b2;
	border-collapse: collapse;
}
th, td {
	font-size: 100%;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	border: solid 1px #c9c2b2;
}
th {
	font-weight: bold;
}
thead {
	background: #ddd7c9;
}
tfoot {
	font-size: 85%;
	line-height: 1.2em;
	background: #f1ecdf;
}
thead, tbody {
	padding: 0;
	margin: 0;
}
caption {
	font-size: 125%;
	line-height: 1.2em;
	text-align: left;
	color: #fff;
	background: #f26522;
	margin: 0;
	padding: 5px;
	border: solid 1px #c9c2b2;
}

/* Main Containers */

#container {
	width: 980px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Header */

#header {
	width: 980px;
	height: 250px;
	float: left;
	position: relative;
}
#header p, #header ul {
	margin: 0;
}
#header ul li {
	list-style: none;
}
#headerphotos {
	width: 980px;
	height: 210px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
}
#logo, #logo img {
	height: 62px;
	width: 217px;
}
#logo {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 9000;
}
#nav {
	min-height: 80px;
	width: 980px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9200;
}
#nav ul {
	background: #f26522 url(../images/nav_bg.png) no-repeat center bottom;
	min-height: 35px;
	width: 965px;
	padding: 5px 0 0 15px;
}
#nav ul, #nav li, #nav a {
	float: left;
}
#nav a:hover {
	text-decoration: none;
}
#nav ul li {
	line-height: 35px;
	white-space: nowrap;
	height: 35px;
	position: relative;
	z-index: 9500;
}
#nav ul li ul {
	background: transparent url(../images/subnav_bg.png) repeat left top;
	min-height: 0;
	width: 210px;
	padding: 0;
	border-bottom: solid 1px #c9c2b2;
	border-right: solid 1px #c9c2b2;
	border-left: solid 1px #c9c2b2;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	position: absolute;
}
#nav ul li ul.subnav {
	top: 35px;
	left: -1px;
}
#nav ul li ul.subnav li ul {
	top: -1px;
	left: 210px;
}
#nav ul li ul, #nav ul li:hover ul li ul {
	display: none;
}
#nav ul li:hover ul li:hover ul, #nav ul li.sfhover ul, #nav ul li.sfhover ul li.sfhover ul {
	display: block;
}
#nav ul li:last-child ul {
	left: auto;
	right: -1px;
}
#nav ul li ul li ul, #nav ul li ul li:last-child ul {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
#nav ul li ul li {
	line-height: 1.2em;
	white-space: normal;
	width: 210px;
	height: auto;
	border-top: solid 1px #c9c2b2;
}
#nav ul li a {
	padding: 0 10px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
#nav ul li a, #nav ul li a:visited {
	color: #fff;
}
#nav ul li a:hover, #nav ul li:hover a, #nav ul li a.on:hover, #nav ul li:hover a.on {
	color: #f26522;
	background: #fff;
}
#nav ul li ul li a {
	width: 190px;
	padding: 4px 10px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}
#nav ul li ul li:last-child a, #nav ul li ul li:last-child ul li:last-child a {
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#nav ul li ul li:last-child ul li a {
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}
#nav ul li ul li ul li:first-child a, #nav ul li ul li ul li:first-child {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
#nav ul li ul li a, #nav ul li:hover ul li a, #nav ul li ul li a:visited, #nav ul li ul li:hover ul li a, #nav ul li ul li:hover ul li a:visited {
	color: #f26522;
	background: transparent;
}
#nav ul li ul li a:hover, #nav ul li ul li:hover a, #nav ul li ul li:hover ul li a:hover {
	color: #fff;
	background: #f26522;
}
#nav ul li a.on, #nav ul li a.on:visited {
	color: #d8ceb8;
}

#donate, #donate p, #donate a {
	height: 40px;
	width: 235px;
	float: right;
	clear: both;
}
#donate {
	padding-right: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9300;
}
#donate a, #donate a:visited {
	color: #fff;
}
#donate a {
	background-image: url(../images/nav_donate_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#donate a:hover {
	background-position: left -40px;
}
#donate strong, #donate em {
	float: left;
}
#donate strong {
	font-size: 140%;
	line-height: 1.12em;
	font-weight: normal;
	width: 110px;
	padding: 8px 0 0 45px;
}
#donate em {
	font-size: 75%;
	line-height: 1.2em;
	font-style: normal;
	width: 80px;
	padding: 8px 0;
}
/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.3em;
	color: #a49d8c;        /* orig. aba391; client wants darker 4/28/10 AAM */
	clear: both;
	padding: 15px 0;
	border-top: solid 1px #c9c2b2;
}
#footer p {
	margin: 0 0 1em 0;
}

/* Content */

#content {
	background: url(../images/content_bg.jpg) no-repeat left top;
	width: 980px;
	float: left;
	clear: both;
	padding-bottom: 15px;
}
.cap {
	font-size: 2.5em;
	line-height: 1.1em;
	color: #f26522;
	float: left;
	margin-right: 5px;
}
#title {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: solid 1px #c9c2b2;
}
#title h1 {
	margin: 0;
}
#main ul, #intro ul {
	margin-left: 0;
	padding-left: 18px;
}
#main ul li, #intro ul li {
	margin-bottom: .5em;
	list-style: url(../images/bullet.png);
}
#content #side ul, #side dl {
	margin: 0;
}
#side, #side dl, #side dt, #side dd, #content #side ul, #content #side ul li {
	width: 245px;
	float: right;
}
#side {
	padding-top: 10px;
}
#side dl, #side dt, #side dd, #content #side ul, #content #side ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#side dt {
	font-size: 138%;
}
#side dt, #side dd {
	border-bottom: solid 1px #c9c2b2;
}
#side dl a {
	width: 225px;
	float: left;
	padding: 4px 10px;
}
#side dt a {
	background-image: url(../images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: 225px center;
}
#side dl a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #f26522;
}
#side dl ul a {
	width: 205px;
	padding: 1px 10px 1px 30px;
}
#side a.on, #side a.on:visited {
	color: #a49d8c;        /* orig. aba391; client wants darker 4/28/10 AAM */
}

/* added JP 9-3-2010 to eliminate table styles for google search on sidenav */

#side table {
	
}

#cse-search-box {
	background: #d3ccbd;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#main {
	width: 980px;
	float: left;
}
#side + #main {
	width: 715px;
	padding: 0 20px 0 0;
}
.column {
	width: 470px;
	float: left;
	padding-right: 20px;
}
#side + #main .column {
	width: 337px;
}
.photo {
	font-size: 85%;
	line-height: 1.2em;
	margin: 1em 0;
}
.photo p {
	margin: .2em 0;
}
.left {
	float: left;
	margin: 1em 20px 1em 0;
}
.right {
	float: right;
	margin: 1em 0 1em 20px;
}

/* Front */

#features, #features ul {
	width: 980px;
	float: left;
}
#features {
	border-bottom: solid 1px #c9c2b2;
}
#content #features ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content #features ul li {
	width: 245px;
	float: left;
	padding: 5px 0;
	margin: 0;
	list-style: none;
}
#features li a {
	width: 235px;
	float: left;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#features li a:hover {
	text-decoration: none;
}
#features li a:hover {
	background: #f1ecdf;
}
#features img {
	height: 80px;
	width: 80px;
	float: left;
	border: solid 1px #c9c2b2;
}
#features span {
	display: block;
	margin-left: 90px;
}
.featuretitle {
	font-size: 123%;
	line-height: 1.2em;
	margin-bottom: .2em;
}
.featuretext, .featurelink {
	font-size: 92%;
	line-height: 1.3em;
}
#features li a .featuretext, #features li a .featuretext {
	text-decoration: none;
	color: #5a5750;
}
#intro {
	width: 470px;
	float: left;
	padding: 20px 20px 0 0;
}
#intro *:first-child, #benefits *:first-child {
	margin-top: 0;
}

#search {
	width: 250px;
	float: left;
	padding: 20px 20px 0 0;
}

#benefits {
	width: 490px;
	float: right;
	padding: 20px 0 0 0;
}
#benefits h2 {
	padding-left: 20px;
}
#content #benefits ul {
	font-size: 92%;
	width: 225px;
	float: left;
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
}
#content #benefits ul li {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1.4em;
	padding-left: 45px;
	list-style: none;
}
.neighborhoods {
	background-image: url(../images/icon_neighborhoods.png);
}
.wildlife {
	background-image: url(../images/icon_wildlife.png);
}
.care {
	background-image: url(../images/icon_care.png);
}
.consolidate {
	background-image: url(../images/icon_consolidate.png);
}
#news {
	font-size: 92%;
	width: 470px;
	float: right;
	clear: right;
	padding: 0 0 0 20px;
}
#news h2 {
	margin: 0;
	padding-bottom: .5em;
}
#news ul {
	margin: 0;
	padding: 0;
}
#news ul li {
	padding: .2em 0;
	border-top: solid 1px #c9c2b2;
	list-style: none;
}

.quote {             /* 4/12/10 AAM */
	margin: 5px 15px;
	font-style: italic;
}
.donateLink {             /* 4/16/10 AAM */
	margin: 20px auto;
	font-size: 125%;
}	
.photo2 {             /* 4/16/10 AAM */
	font-size: 85%;
	line-height: 1.2em;
	margin: 20px 0;
	float: right;
}
.photo2 p {
	margin: .2em 0;
}

