/* HTML Defaults */

body {
	font: 82%/1.3em Arial, Helvetica, sans-serif;
	color: #4a3813;
	background: #f7f4ef url(../images/body_bg.png) repeat left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #4d7335;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	color: #8f6e2a;
}
h1 {               /* reduce title size for long SEO tags 4/07/09 AAM */
/*	font: normal 230%/1.15em Georgia, "Times New Roman", Times, serif; */
	font: normal 210%/1.15em Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
h2 {
	font: normal 160%/1.15em Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: normal 140%/1.15em Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #cdbd9f;
	background: #cdbd9f;
	height: 1px;
	padding: 0;
	border: none;
}

/* Main Containers */

#container, #containerinner, #page {
	width: 100%;
	min-width: 980px;
	float: left;
	clear: both;
}
#container {
	background: url(../images/container_bg.png) repeat-x left top;
}
#containerinner {
	background: url(../images/tree_bg.png) no-repeat left top;
}
#page {
	background: url(../images/sidebar_bg.png) repeat-y left top;
}
.clear {
	clear: both;
}

/* Header */

#header {
	height: 135px;
	width: 100%;
	float: right;
}
#logo, #logo a {
	height: 135px;
	width: 255px;
	float: right;
}
#logo {
	background: url(../images/header_logo.png) no-repeat center top;
}
#logo a {
	text-indent: -9999px;
}
#contact {
	float: left;
	padding: 20px 0 0 380px;
}
#contact div {
	width: 170px;
	float: left;
}
#contact p {
	margin: 0 0 .3em 0;
}
#contact a {
	font-weight: bold;
}
.emergencies {
	background: url(../images/bullet_emergencies.png) no-repeat left center;
	padding-left: 18px;
}

/* Nav */

#nav {
	font: 115%/1.15em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: url(../images/nav_bg.png) no-repeat left top;
	width: 196px;
	float: left;
	padding-top: 74px;
}
#nav ul, #nav ul li {
	width: 196px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style: none;
	border-bottom: solid 1px #91712d;
	position: relative;
}
#nav ul li ul {
	background: url(../images/sidebar_bg.png) repeat left top;
	display: none;
	border-top: solid 1px #91712d;
	position: absolute;
	top: -1px;
	left: 196px;
}
#nav ul li:hover ul, #nav ul li.sfhover ul {
	display: block;
}
#nav ul li a {
	color: #f4f0e9;
	background-image: url(../images/nav_bullet.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	width: 161px;
	float: left;
	padding: 3px 10px 3px 25px;
}
#nav ul li ul li a {
	background-image: none;
	width: 176px;
	padding: 3px 10px;
}
#nav ul li a:hover, #nav ul li:hover a, #nav ul li:hover ul li a:hover {
	text-decoration: none;
	background-color: #91712d;
}
#nav ul li:hover ul li a {
	background-color: transparent;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	color: #f4f0e9;
	background: #93722f url(../images/footer_bg.png) repeat left top;
	width: 100%;
	float: left;
	clear: both;
}
#footer a {
	color: #f4f0e9;
}
#footer p {
	margin: 0;
	padding: 10px;
}

/* Content */

#main {
	padding-left: 196px;
}
#maininner {
	width: 100%;
	float: left;
}
#title {
	text-align: right;
	padding: 30px 5px 10px 204px;
}
#title h1 {
	padding: 5px 10px;
	border-top: solid 1px #cdbd9f;
}
#side {
	width: 200px;
	float: right;
	padding: 0 5px;
}
#side dl {
	font: 108%/1.15em Georgia, "Times New Roman", Times, serif;
	color: #8f6e2a;
	margin: 0;
	padding: 10px 0 0 0;
}
#side dt, #side dd {
	margin: 0;
	padding: 5px;
	list-style: none;
	border-bottom: solid 1px #cdbd9f;
}
#side dt {
	font-size: 129%;
	line-height: 1.15em;
}
#side dd {
	line-height: 1.15em;
}
#side dl a {
	text-decoration: none;
}
#side dl a:hover {
	color: #8f6e2a;
}
#content {
	margin-left: 115px;
}
#side + #content {
	margin-right: 210px;
}
#contentinner {
	width: 100%;
	float: left;
}
#bodytext {
	padding: 0 20px 20px 0;
	min-height: 425px;    /* 3/27/09 AAM */
}

/* Front */

#front {
	width: 100%;
	float: left;
}
#frontphoto {
	background: url(../images/front_photo.jpg) no-repeat left top;
	height: 257px;
	width: 588px;
	float: left;
}
#frontphoto h1 {
	text-indent: -9999px;
}
#hours {
	padding: 20px 5px 0 592px;
}
#hours h2, #hours p {
	margin: 0;
	padding: 0 0 .3em 0;
}
#front h2, #front h3 {
	font-size: 138%;
	line-height: 1.15em;
}
#hours p {
	line-height: 1.2em;
}
#hours em {
	font-size: 85%;
	line-height: 1.2em;
	font-style: normal;
}
#intro {
	color: #f4f0e9;
	background: #54793c url(../images/intro_bg.png) repeat left top;
	width: 100%;
	float: left;
	clear: both;
}
#intro a {
	color: #f4f0e9;
}
#intro p, #intro h2, #intro h3 {
	margin: 0;
}
#intro h2, #intro h3 {
	color: #d0b994;
}
#introtext {
	background: url(../images/introtext_bg.png) no-repeat left top;
	width: 49%;
	float: left;
	padding: 20px 0;
}
#introtext p {
	padding: 0 15px;
}
#introtext p:first-letter {
	font: 230%/1.15em Georgia, "Times New Roman", Times, serif;
	color: #514018;
}
#tools {
	width: 50%;
	float: right;
	padding: 20px 0 10px 0;
}
#tools h2 {
	padding-bottom: .5em;
}
#tools p {
	font-size: 92%;
	line-height: 1.3em;
}
.tool {
	width: 50%;
	float: left;
}
.tool div {
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 68px;
	padding: 0 10px 1em 66px;
}
.mypet {
	background-image: url(../images/tool_bg_mypet.png);
}
.adoptions {
	background-image: url(../images/tool_bg_adoptions.png);
}
.store {
	background-image: url(../images/tool_bg_store.png);
}
.rx {
	background-image: url(../images/tool_bg_rx.png);
}
.promo {
	clear: both;
	padding: 10px;
	border-top: solid 1px #80a06d;
}
.promo h3, .promo p {
	padding-bottom: .5em;
}

.charity {
	clear: both;
	padding: 10px;
	border-top: solid 1px #80a06d;
}
.charity h3, .promo p {
	padding-bottom: .5em;
}






a.button {
	background: #514018;
	text-align: center;
	float: left;
	padding: 2px 10px;
	border: solid 1px #91712d;
}
a.button:hover {
	text-decoration: none;
	background: #91712d;
}

/* for h1 SEO tag on front page 3/25/09 AAM */
.seo {
	font: normal 130%/1.15em Georgia, "Times New Roman", Times, serif;
	padding: 0 15px;
	color: #f4f0e9;
}

/* adapted from Riverside css */
ul.splashnav {
	margin-left: 0;
	padding-left: 0;
/*	border-top: solid 1px #cdbd9f; */
}

#bodytext ul.splashnav li {
	font: 140%/1.15em Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
	padding: 10px 0;
	list-style: none;
	list-style-image: none;
/*	border-bottom: solid 1px #cdbd9f; */
}

.column {
	width: 45%;
	float: left;
	margin-right: 3%;
}




























#fetch {
	color: #f4f0e9;
	background: #54793c url(../images/intro_bg.png) repeat left top;
	width: 100%;
	float: left;
	clear: both;
}
#fetch a {
	color: #f4f0e9;
}
#fetch p, #intro h2, #intro h3 {
	margin: 0;
}








