/* HTML Defaults */

body {
	font: 82%/1.4em Arial, Helvetica, sans-serif;
	color: #000;
}
body.page {
	font: 82%/1.4em Arial, Helvetica, sans-serif;
	color: #000;
	background: #975d40 url(../images/body_bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #5d9732;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	color: #5b1300;
}
h1 {
	font-size: 230%;
	line-height: 1.12em;
	font-weight: normal;
	margin: 0;
}
h2, h3, h4 {
	font-weight: bold;
}
h2 {
	font-size: 140%;
	line-height: 1.2em;
}
h3 {
	font-size: 120%;
	line-height: 1.2em;
	color: #5b1300;
	
}
h4 {
	font-size: 115%;
	color: #5d9732;
	line-height: 1.0em;
}
img {
	border: none;
}
hr {
	color: #e6d2c8;
	background: #e6d2c8;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
}

/* Main Containers */

#container {
	width: 950px;
	margin: 0 auto;
}
#containerinner {
	background: #fff url(../images/header_bg.jpg) no-repeat center top;
	width: 950px;
	float: left;
}
.clear {
	clear: both;
}

/* Header */

#header {
	height: 92px;
	width: 950px;
	float: left;
}
#header p, #header ul {
	margin: 0;
}
#logo, #logo p, #logo a {
	height: 92px;
	width: 295px;
	float: left;
}
#logo {
	background: url(../images/header_logo.jpg) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}
#petportal, #petportal p, #petportal a {
	height: 45px;
	width: 173px;
}
#petportal {
	float: right;
	padding: 38px 5px 0 0;
}
#petportal a {
	background: url(../images/petportal_bg.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#petportal a:hover {
	background-position: center -45px;
}

/* Nav */

#topnav {
	width: 475px;
	float: left;
	padding-top: 48px;
	position: relative;
	z-index: 6000;
}
#nav {
	width: 940px;
	float: left;
	clear: both;
	padding-left: 10px;
	position: relative;
	z-index: 5000;
}
.nav {
	line-height: 33px;
	height: 33px;
}
.nav ul {
	float: left;
	margin: 0;
	padding: 0;
}
.nav ul li {
	float: left;
	list-style: none;
	position: relative;
}
.nav ul li a {
	color: #5b1300;
	background: transparent;
	float: left;
	padding: 0 10px;
}
.nav ul li a:hover, .nav ul li a.emergencies:hover, .nav ul li:hover a {
	color: #fff;
	text-decoration: none;
	background: #5d9732;
}
.nav ul li a.emergencies {
	color: #5d9732;
}
.nav ul li ul {
	background: #5d9732;
	display: none;
	height: auto;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	position: absolute;
	top: 33px;
	left: -1px;
	z-index: 7000;
}
.nav ul li ul.last {
	right: -1px;
	left: auto;
}
.nav ul li:hover ul, .nav ul li.sfhover ul {
	display: block;
}
.nav ul li ul, .nav ul li ul li {
	width: 160px;
}
.nav ul li ul li {
	line-height: 2em;
	border-bottom: solid 1px #fff;
}
.nav ul li ul li a, .nav ul li:hover ul li a {
	color: #fff;
	width: 140px;
}
.nav ul li ul li a:hover, .nav ul li:hover ul li a:hover, .nav ul li.sfhover ul li a:hover {
	background: #975d40;
}

/* Footer */

#footer {
	font-size: 75%;
	line-height: 1.4em;
	color: #fff;
	background: #5b1300;
	width: 950px;
	float: left;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#contact {
	width: 730px;
	float: left;
	padding: 10px;
}
#contact a {
	color: #c4957e;
}
#contact p {
	float: left;
	margin: 0;
	padding-right: 5px;
}
#contact table {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}
#contact th, #contact td {
	font-size: 100%;
	vertical-align: top;
	padding: 0 6px;
	margin: 0;
}
#contact th {
	font-weight: bold;
	text-align: right;
}
#contact th.hourstitle {
	text-align: left;
}
#aaha {
	background: #fff url(../images/contact_border.png) no-repeat left top;
	text-align: right;
	height: 85px;
	width: 200px;
	float: right;
}
#aaha img {
	height: 85px;
	width: 195px;
}
#copyright {
	font-size: 70%;
	line-height: 1.2em;
	color: #c4957e;
	clear: both;
	padding: 10px 0;
}
#copyright p {
	margin: 0;
}
#copyright a {
	color: #c4957e;
}

/* Content */

#content {
	background: #3a560f url(../images/content_bg.jpg) no-repeat center top;
	width: 950px;
	float: left;
	clear: both;
}
#title {
	height: 73px;
	padding: 0 20px;
}
#title h1 {
	line-height: 73px;
	color: #fff;
}
#bodytext {
	background: #fff;
	width: 910px;
	float: left;
	padding: 20px;
}
#side {
	width: 200px;
	float: right;
}
#side + #bodytext {
	width: 710px;
}
#sidenav, #sidenav dl, #sidenav dt, #sidenav dd {
	width: 200px;
	float: left;
	clear: left;
}
#sidenav {
	background: url(../images/sidenav_bg.jpg) no-repeat right top;
	padding: 0;
	border-bottom: solid 1px #fff;
}
#sidenav dl {
	color: #975d40;
	margin: 0;
	padding: 0;
}
#sidenav dt, #sidenav dd {
	font-size: 115%;
	line-height: 1.15em;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidenav dt {
	font-weight: bold;
}
#sidenav dl a {
	color: #fff;
	width: 180px;
	float: left;
	padding: 8px 10px;
}
#sidenav dl a:hover, #sidenav dl a.on:hover {
	text-decoration: none;
	color: #fff;
	background: #5d9732;
}
#sidenav dl a.on {
	color: #975d40;
}
#sidetext {
	width: 180px;
	float: left;
	clear: both;
	padding: 10px;
	
}
#quote {
	font-size: 85%;
	line-height: 1.25em;
	font-weight: bold;
	color: #000;
	background: #e4e8e1 url(../images/quote_bg.jpg) no-repeat right bottom;
	width: 168px;
	float: right;
	padding: 10px;
	border: solid 1px #fff;
}
#side #quote {
	width: 158px;
	clear: both;
}
#quote p {
	margin: .3em 0;
}
#quote cite {
	font-weight: normal;
	font-style: normal;
}
.photo {
	font-size: 85%;
	line-height: 1.2em;
	float: right;
	margin: 0 0 20px 20px;
}
.photo p {
	margin: 0 0 .5em 0;
}
.cap {
	font-size: 4em;
	line-height: 1em;
	color: #5b1300;
	float: left;
	padding-right: 5px;
}
ul.check {
	margin-left: 0;
	padding-left: 0;
}
ul.check li {
	background: url(../images/bullet_check.png) no-repeat left 2px;
	margin-bottom: .3em;
	padding-left: 12px;
	list-style: none;
}

/* Front */

#front {
	color: #fff;
	background: #35540b url(../images/front_bg.jpg) no-repeat center top;
	width: 950px;
	float: left;
}
#fronttitle {
	height: 288px;
	width: 950px;
	position: relative;
}
#fronttitle h1 {
	font-size: 215%;
	line-height: 1.3em;
	color: #fff;
	width: 360px;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
#fronttext {
	width: 930px;
	float: left;
	padding: 15px 10px;
}
#intro {
	line-height: 1.2em;
	width: 730px;
	float: left;
	clear: both;
}
#intro a {
	color: #c19179;
}
.introtext {
	width: 345px;
	float: left;
	padding: 0 10px 15px 10px;
}
.introtext p {
	margin: 0;
}
#special {
	clear: both;
	padding: 10px 0;
	border-top: solid 1px #fff;
}
#special a {
	font-weight: bold;
}
#special img {
	float: left;
	margin-right: 15px;
}
#special p {
	margin: .2em 0;
}
#special h2 {
	font-size: 125%;
	color: #fff;
	margin: 15px 0 .2em 0;
}














#sidenav p {
	color: #fff;





.figure {
font-size: .8em;
line-height: 1.2em;
text-align: center;
}



.figurefloat {
font-size: .8em;
line-height: 1.2em;
text-align: center;
background: #fff;
width: 250px;
float: right;
clear: right;
padding: 1.2em 0 1.2em 1.2em;
}



.clear {
clear: both;
}


.biophoto {
font-size: 85%;
line-height: 1.0em;
text-align: center;
float: left;
margin: 0 1.0em 1.0em 0;
}


.photo2 {
	font-size: 85%;
	line-height: 1.2em;
	float: right;
	margin: 20px 107px 30px 20px;
}
.photo2 p {
	margin: 0 .5em .5em 20px;
}















#request {
	clear: both;
	float: right;
	padding: 5px 0;
	border-top: solid 1px #fff;
}
#request a {
	font-weight: bold;
}
#request img {
	float: left;
	margin-right: 15px;
}
#request p {
	margin: .2em 0;
}
#request h2 {
	font-size: 125%;
	color: #fff;
	margin: 15px 0 .2em 0;
}


.request2 {
	width: 345px;
	float: left;
	padding: 0 10px 15px 10px;
	border: 1px solid #000000;
}
.request2 p {
	margin-left: 100;
}


.request2 h2 {
	margin-left: 100;
}



















#special10 {
	clear: both;
	padding: 5px 0;
	border-top: solid 1px #fff;
}
#special10 a {
	font-weight: bold;
}
#special10 img {
	float: left;
	margin-right: 15px;
}
#special10 p {
	margin: .2em 0;
}
#special10 h2 {
	font-size: 125%;
	color: #fff;
	margin: 15px 0 .2em 0;
}
