/* HTML Defaults */

body {
	font: 82%/1.4em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #206293;
}
a:hover {
	text-decoration: underline;
	color: #ff7c3e;
}
h1, h2, h3 {
	font-weight: bold;
	color: #206293;
}
h1 {
	font-size: 230%;
	line-height: 1.15em;
	margin: 0;
}
h2 {
	font-size: 140%;
	line-height: 1.3em;
}
h3 {
	font-size: 124%;
	line-height: 1.3em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #858585;
	background: #858585;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* Removed border from this style so that a border wouldn't display on the payments page paypal link KRW 4.20.11 I did look to see if any forms on the site were affected, but I saw none. */


input, select, textarea {
	font: 100% "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #000;
	border: solid 0px #858585;
}
th, td {
	font-size: 100%;
}

/* Main Containers */

#container {
	width: 100%;
	min-width: 980px;
	float: left;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Header & Nav */

#header {
	color: #fff;
	background: #3c6786 url(../images/header_bg.png) repeat-x left top;
	width: 100%;
	float: left;
	border-bottom: solid 1px #858585;
}
#header p, #header ul, #nav ul {
	margin: 0;
	padding: 0;
}
#header a, #header a:hover, #nav a, #nav a:hover {
	text-decoration: none;
	color: #fff;
}
#logo, #logo a {
	width: 299px;
	float: left;
}
#logo {
	background: url(../images/logo_bg2.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
	height: 90px;
}
#header p.phone {
	font-size: 130%;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: .2em;
	padding-left: 125px;
}
#headerinner {
	margin-left: 299px;
}
#topnav, #petnav, #nav {
	font-weight: bold;
}
#header ul li, #nav ul li {
	float: left;
	list-style: none;
	position: relative;
}
#header ul li a, #nav ul li a {
	float: left;
}
#header ul li ul, #nav ul li ul {
	background-color: #5a89ab;
	width: 160px;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 7000;
}
#topnav ul li ul {
	top: 2.15em;
}
#header #petnav ul li ul {
	width: 96px;
	top: 85px;
}
#nav ul li ul {
	top: 3em;
}
#petnav ul li:last-child ul, #nav ul li:last-child ul {
	right: 0;
	left: auto;
}
#header ul li ul, #nav ul li ul, #header ul li:hover ul li ul, #nav ul li:hover ul li ul, #header ul li.sfhover ul li ul, #nav ul li.sfhover ul li ul {
	display: none;
}
#header ul li:hover ul, #header ul li.sfhover ul, #nav ul li:hover ul, #nav ul li.sfhover ul, #header ul li:hover ul li:hover ul, #nav ul li:hover ul li:hover ul, #header ul li.sfhover ul li.sfhover ul, #nav ul li.sfhover ul li.sfhover ul {
	display: block;
}
#header ul li ul li ul, #nav ul li ul li ul {
	top: 0;
	left: 160px;
}
#header ul li ul li, #nav ul li ul li {
	line-height: 1.15em;
	width: 160px;
	margin: 0;
	padding: 0;
	border-right: none;
}
#header ul li a:hover, #header ul li:hover a, #nav ul li a:hover, #nav ul li:hover a {
	text-decoration: none;
	background-color: #5a89ab;
}
#header ul li ul li a, #header ul li:hover ul li a, #nav ul li ul li a, #nav ul li:hover ul li a, #header ul li:hover ul li:hover ul li a, #nav ul li:hover ul li:hover ul li a {
	background-color: transparent;
	width: 140px;
	padding: 5px 10px;
}
#header ul li:hover ul li a:hover, #nav ul li:hover ul li a:hover, #nav ul li.sfhover ul li a:hover, #header ul li:hover ul li:hover a, #nav ul li:hover ul li:hover a, #nav ul li.sfhover ul li:hover a, #header ul li:hover ul li:hover ul li a:hover, #nav ul li:hover ul li:hover ul li a:hover, #nav ul li.sfhover ul li:hover ul li a:hover {
	background-color: #6d9ec1;
}
#topnav {
	line-height: 2.15em;
	height: 2.15em;
	border-bottom: solid 1px #858585;
	border-left: solid 1px #858585;
	position: relative;
	z-index: 6000;
}
#topnav ul li ul li {
	font-size: 85%;
}
#topnav ul li a {
	padding: 0 15px;
}
#topnav ul li.emergencies {
}
#topnav ul li.emergencies a {
	color: #ff7c3e;
}
#topnav ul li.emergencies a:hover {
	color: #fff;
	background-color: #ff7c3e;
}

#search {
	width: 210px;
	float: right;
}
.searchinput {
	width: 140px;
	margin: 0;
}
.searchbutton {
	font-weight: bold;
	color: #666;
	width: 55px;
}	
#petnav {
	height: 85px;
	padding: 2px 0;
	position: relative;
	z-index: 5000;
}
#petnav ul, #petnav ul li {
	height: 85px;
}
#petnav ul li, #petnav ul li a {
	width: 96px;
}
#petnav ul li {
	font-size: 92%;
	line-height: 23px;
	text-align: center;
}
#header #petnav ul li ul, #header #petnav ul li ul li {
	height: auto;
	width: 96px;
}
#header #petnav ul li ul li {
	text-align: left;
	height: auto;
	width: 96px;
}
#petnav ul li a {
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	padding-top: 62px;
}
#header #petnav ul li ul li a {
	height: auto;
	width: 76px;
	padding: 5px 10px;
}
.navcats {
	background-image: url(../images/nav_cat.png);
}
.navdogs {
	background-image: url(../images/nav_dog.png);
}
.navbirds {
	background-image: url(../images/nav_bird.png);
}
.navferrets {
	background-image: url(../images/nav_ferrets.png);
}
.navrabbits {
	background-image: url(../images/nav_rabbits.png);
}
.navexotic {
	background-image: url(../images/nav_exotic.png);
}
.navreptiles {
	background-image: url(../images/nav_reptiles.png);
}
#nav {
	font-size: 85%;
	line-height: 3em;
	background: #0d4268;
	width: 100%;
	float: left;
	clear: both;
	border-bottom: solid 1px #858585;
	position: relative;
	z-index: 4000;
}
#nav ul li a {
	padding: 0 5px;
}

/* Bottom Contact */

#contact {
	font-size: 92%;
	line-height: 1.4em;
	width: 100%;
	float: left;
	clear: both;
	padding: 15px 0;
	border-top: solid 1px #858585;
}
#contact p {
	white-space: nowrap;
	float: left;
	margin: 0;
	padding: 0 15px;
}
#petportal, #petportal a {
	height: 38px;
	width: 305px;
}
#petportal a {
	background: url(../images/petportal_bg.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#petportal a:hover {
	background-position: center -38px;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	width: 100%;
	float: left;
	clear: both;
	padding: 15px 0;
	border-top: solid 1px #858585;
}
#footer {
	color: #999;
}
#footer p {
	margin: 0;
	padding: 0 15px;
}

/* Content */

#content {
	width: 100%;
	float: left;
	clear: both;
}
#side {
	width: 325px;
	float: right;
	padding-bottom: 20px;
}
#side + #main {
	margin-right: 325px;
}
.sidephoto, #sidenav, #sidenav dl, #sidenav dt, #sidenav dd, #simple-section-nav {
	width: 325px;
	float: left;
	clear: left;
}
.sidephoto {
	text-align: center;
}
#sidenav dl, #simple-section-nav ul {
	color: #fff;
	margin: 0;
	padding: 0;
	border-top: solid 1px #858585;
}
#sidenav dt, #sidenav dd, #simple-section-nav h2, #simple-section-nav li {
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidenav dt, #simple-section-nav h2 {
	font-size: 124%;
	border-bottom: solid 1px #858585;
}
#sidenav dd, #simple-section-nav li {
	font-size: 108%;
}
#sidenav dl a, #simple-section-nav a {
	color: #fff;
	width: 305px;
	float: left;
	padding: 5px 10px;
}
#simple-section-nav ul li ul li {
	font-size: 92%;
	font-weight: normal;
}
#simple-section-nav ul li ul li a {
	width: 285px;
	padding: 5px 10px 5px 30px;
}
#sidenav dt a, #simple-section-nav h2 a {
	background: #0d4268;
}
#sidenav dd a, #simple-section-nav li a {
	background: #2d5b7c;
}
#sidenav dl a:hover, #sidenav dl a.on:hover, #simple-section-nav a:hover, #simple-section-nav li.current_page_item a:hover {
	text-decoration: none;
	color: #fff;
	background: #5a89ab;
}
#sidenav dl a.on, #simple-section-nav li.current_page_item a {
	color: #999;
}
#simple-section-nav li.current_page_item ul li a {
	color: #fff;
}
#title {
	background: url(../images/title_bg.png) no-repeat left top;
	min-height: 60px;
	padding-left: 75px;
}
#title h1 {
	padding: 10px 0;
}
#bodytext {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}
#bodytextinner {
	padding: 0 20px;
}
.bodyphotoleft {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}
.bodyphotoright {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
ul.paws {
	margin-left: 0;
	padding-left: 0;
}
ul.paws li {
	background: url(../images/bullet_paw.png) no-repeat left 3px;
	margin-bottom: 1em;
	padding-left: 18px;
	list-style: none;
}
#quote {
	font-size: 92%;
	line-height: 1.4em;
	font-style: italic;
	color: #525252;
	clear: both;
	padding: 10px;
	border-top: solid 1px #858585;
}
#quote p {
	margin: 0;
}
#quote cite {
	font-size: 84%;
	font-style: normal;
}
.cap {
	font-size: 3.6em;
	line-height: 1em;
	color: #206293;
	float: left;
	margin-right: .15em;
}
.introtext {
	font-size: 115%;
	line-height: 1.5em;
	color: #666;
	padding-bottom: 1em;
	border-bottom: solid 1px #858585;
}
.column {
	width: 48%;
	padding-right: 2%;
	float: left;
}
.box, .floatbox {
	font-size: 92%;
	background: #eee;
	padding: 15px;
}
.box {
	margin: 1em 0;
}
.floatbox {
	width: 200px;
	float: right;
	clear: right;
	margin: 1em 0 1em 20px;
}
.box h2:first-child, .box h3:first-child, .box h4:first-child, .box p:first-child, .box ul:first-child, .box ol:first-child, .box form:first-child, .floatbox h2:first-child, .floatbox h3:first-child, .floatbox h4:first-child, .floatbox p:first-child, .floatbox ul:first-child, .floatbox ol:first-child, .floatbox form:first-child {
	margin-top: 0;
}
#tour {
	margin: 0 auto;
	padding: 20px 0;
}
ul.biothumbs {
	margin: 0;
	padding: 0;
}
ul.biothumbs li {
	text-align: center;
	width: 200px;
	float: left;
	list-style: none;
}
ul.biothumbs li a {
	width: 170px;
	float: left;
	padding: 15px;
	border: solid 1px transparent;
}
ul.biothumbs li a:hover {
	text-decoration: none;
	background: #eee;
	border: solid 1px #206293;
}
ul.biothumbs li img {
	margin-bottom: .5em;
}

/* Front */

#front {
	width: 100%;
	float: left;
}
#frontsplash {
	background: #2d5b7c url(../images/front_splash2.jpg) no-repeat left top;
	height: 326px;
}
#frontsplash h1 {
	font-size: 200%;
	color: #fff;
	height: 126px;
	width: 285px;
	margin: 0;
	padding: 200px 10px 0 675px;
}
#frontmain {
	margin-left: 326px;
	padding: 10px 20px;
}
#frontmaininner {
	width: 100%;
	float: left;
}
#vid {
	width: 346px;
	float: left;
	padding: 10px 0;
}
#intro {
	margin-right: 200px;
	padding-bottom: 20px;
}
#front p {
	margin: 0 0 1.4em 0;
}
#front h2 {
	margin: 0 0 .8em 0;
}
#news {
	width: 180px;
	float: right;
	padding-bottom: 20px;
}
#news h2 {
	padding-bottom: .5em;
	border-bottom: solid 1px #858585;
}
.more a {
	font-weight: bold;
	color: #fff;
	background: #0d4268;
	float: left;
	padding: 2px 5px;
}
.more a:hover {
	text-decoration: none;
	color: #fff;
	background: #5a89ab;
}











.introtext a {
	text-decoration: none;
	color: #206293;
	
	text-decoration: underline;
}

.introtext a:hover {
	text-decoration: none;
	color: #ff7c3e;
	
	background: #ffffff;
}

#twitter {
	background: transparent;
	height: 45px;
	margin-top: -40px;
	margin-left: 350px;
	width: 45px;
	border: 0px solid #cccccc;
	float: left;
	
}
#twitter a {
	background-image: url(../images/twitter3.jpg);
	background-repeat: no-repeat;
}




