/* HTML Defaults */

body {
	font: 88%/1.7em Georgia, "Times New Roman", Times, serif;
	color: #444;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #00521c;
}
a:hover, a:active {
	text-decoration: underline;
	color: #946d3d;
}
h1 {
	font-size: 175%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #00521c;
	margin-top: 0;
	padding: 20px 0;
	border-bottom: solid 1px #e7d6c1;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	color: #00521c;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #946d3d;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #e7d6c1;
	background: #e7d6c1;
	height: 1px;
	padding: 0;
	border: none;
}

/* Container */

#container {
	width: 100%;
	min-width: 970px;
	float: left;
}

/* Header and Nav */

#header {
	white-space: nowrap;
	height: 120px;
	width: 100%;
	min-width: 980px;
	float: left;
}
#header ul, #header p, #header form {
	float: left;
	margin: 0;
	padding: 0;
}
#logo, #logo a {
	height: 120px;
	width: 290px;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
	float: left;
}
#logo a {
	display: block;
	text-indent: -9999px;
}
#contact, #nav, #newsletter {
	padding-left: 0px;
}
#contact {
	font: 86%/24px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #d6b987 url(../images/contact_bg.png) repeat-x left top;
	height: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#contact p {
	padding: 0 10px;
	border-right: solid 1px #e7d6c1;
}
#emergency {
	float: left;
}
#emergency p {
	font-weight: bold;
	padding: 0;
	border: none;
}
#emergency a {
	text-decoration: none;
}
#emergency a:link, #emergency a:visited {
	color: #fff;
	background: #b28c5c;
	display: block;
	padding: 0 5px;
}
#emergency a:hover {
	color: #fff;
	background: #946d3d;
}
#nav {
	background: #00521c;
	height: 34px;
	padding-left: 0px;
}
#nav ul {
	padding: 5px 0;
}
#nav li {
	line-height: 24px;
	float: left;
	list-style: none;
	border-right: solid 1px #8a8551;
	position: relative;
}
#nav ul li a {
	color: #fff;
	float: left;
	padding: 0 7px;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #fff;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #946d3d;
}
#nav ul li ul {
	background: #00521c;
	display: none;
	width: 150px;
	padding: 0;
	position: absolute;
	top: 24px;
	left: 0;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	width: 150px;
	border: none;
}
#nav ul li ul li a {
	width: 136px;
}







#nav2 {
	background: url(../images/newsletter_bg.png) repeat-x left top;
	height: 34px;
	padding-left: 0px;
	text-decoration: none;
}
#nav2 ul {
	padding: 5px 0;
}
#nav2 li {
	line-height: 24px;
	float: left;
	list-style: none;
	border-right: solid 1px #8a8551;
	position: relative;
	text-decoration: none;
}
#nav2 ul li a {
	color: #fff;
	float: left;
	padding: 0 7px;
	text-decoration: none;
}
#nav2 ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #fff;
}
#nav2 ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #946d3d;
}
#nav2 ul li ul {
	background: url(../images/newsletter_bg.png) repeat-x left top;
	display: none;
	width: 150px;
	padding: 0;
	position: absolute;
	top: 24px;
	left: 0;
	text-decoration: none;
}
#nav2 ul li:hover ul {
	display: block;
	text-decoration: none;
}
#nav2 ul li ul li {
	width: 150px;
	border: none;
	text-decoration: none;
}
#nav2 ul li ul li a {
	width: 136px;
	text-decoration: none;
}

#newsletter {
	color: #fff;
	background: url(../images/newsletter_bg.png) repeat-x left top;
	height: 38px;
	padding-left: 10px;
	padding-right: 5px;
}
#newsletter form {
	padding: 7px 10px;
}
#newsletter fieldset {
	padding: 0;
	border: none;
}
#newsletter p {
	font-size: 110%;
	line-height: 24px;
	color: #d5b887;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #8a8551;
}
#newsletter label {
	font: 80%/24px Arial, Helvetica, sans-serif;
	float: left;
	padding: 0 10px;
}
.newsletterinput {
	font: 80%/1.2em Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	width: 210px;
	float: left;
	margin: 2px 0;
	padding: 4px;
	border: none;
}
.newsletterbutton {
	font: bold 80%/1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/newsletter_button_bg.png) repeat-x left top;
	float: left;
	margin: 2px 10px;
	padding: 2px 4px;
	border: solid 1px #e7d6c1;
}

/* Footer */

#footer {
	font: 65%/1.2em Arial, Helvetica, sans-serif;
	color: #666;
	background: url(../images/footer_bg.png) repeat-x left top;
	width: 100%;
	float: left;
	clear: both;
	padding: 13px 0px 20px;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#copyright {
	float: left;
}
#attribute {
	float: right;
}

/* Content */

#content {
	width: 100%;
	float: left;
	clear: both;
}
#content ul {
	margin-left: 0;
	padding-left: 0;
}
#content ul li {
	background: url(../images/bullet.png) no-repeat left 3px;
	margin-bottom: .2em;
	padding-left: 10px;
	list-style: none;
}
#bodytext {
	padding: 0 30px 30px 30px;
}
#bodytextside {
	padding: 0 230px 30px 30px;
}
#side {
	width: 200px;
	float: right;
}
#sidenav {
	background: url(../images/sidenav_bg.png) repeat-x left top;
	min-height: 150px;
}
#sidenav dl {
	font-size: 115%;
	margin: 0;
	padding: 0;
}
#sidenav dt {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .5em;
	padding: 8px 15px;
	border-bottom: solid 1px #e7d6c1;
}
#sidenav dd {
	background: url(../images/bullet.png) no-repeat 15px 8px;
	margin: .2em 0;
	padding: 0 15px 0 25px;
}
#sidenav a {
	text-decoration: none;
}
.biosLF {
	float: left;
	margin-right: 15px;
	width: 110px;
}
.biosRT {
	float: right;
	margin-left: 15px;
	width: 110px;
}

/* Front */

#front {
	background: url(../images/tools_bg.png) repeat-x left top;
	width: 100%;
	float: left;
}
#intro {
	font-size: 93%;
	line-height: 1.6em;
	background: #fff url(../images/photo_front_2.jpg) no-repeat left top;
	width: 650px;
	float: left;
	padding: 280px 0 30px 0;
}
#intro h1 {
	display: none;
}
#intro p {
	padding: 0 30px;
}
#tools {
	margin-left: 650px;
	padding: 0 10px;
}
#toolsinner {
	width: 100%;
	float: left;
}
#tools h2, #tools h3, #tools p, #tools ul {
	margin: 0;
	padding: 0;
}
#tools h2 {
	font-size: 130%;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#tools h2 a {
	text-decoration: none;
}
#tools h3 {
	font-size: 100%;
	color: #444;
	margin-bottom: .3em;
}
#tools p, #tools ul {
	font-size: 93%;
	float: left;
	padding: 0 10px 0 0;
}
#tools h3, #tools p {
	line-height: 1.3em;
}
#tools li {
	line-height: 1.2em;
}
#services, #mypet, #pethealth, #petportal, #bbb{
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
}
#mypet, #pethealth, #petportal, #bbb{
	border-top: solid 1px #e7d6c1;
}
#mypet {
	background: url(../images/mypet_bg.png) no-repeat left 46px;
	min-height: 160px;
}
#mypet p {
	width: 115px;
	padding: 0 8px 10px 85px;
}



#bbb1 {
	float: left;
	padding-left: 0px;
	padding-top: 8px;
}




