/* HTML Defaults */

body {
	font: 75%/1.15em Arial, Helvetica, sans-serif;
	color: #535250;
	background: #e0dad4;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #7c0041;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: normal 200%/1.15em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #005288;
	letter-spacing: .1em;
	margin-top: 0;
	padding: .5em 0;
	border-bottom: solid 1px #fff;
}
h2 {
	font-size: 150%;
	line-height: 1.15em;
	font-weight: normal;
	color: #7c0041;
}
h3 {
	font-size: 120%;
	line-height: 1.15em;
	font-weight: bold;
	color: #7c0041;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #fff;
	background: #fff;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #535250;
}

/* Main Containers */

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

/* Header & Nav */

#header {
	background: url(../images/header_bg.png) no-repeat right top;
	width: 100%;
	float: left;
}
#logo, #logo a {
	height: 126px;
	width: 340px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat center top;
}
#logo a {
	text-indent: -9999px;
}
#headerinfo {
	white-space: nowrap;
	width: 350px;
	float: left;
}
#contact {
	padding: 30px 0 0 10px;
	float: left;
}
#contact p {
	font-size: 92%;
	margin: 0;
	padding: .5em 0;
}
#contact p.phone {
	background: url(../images/header_phone.png) no-repeat left top;
	text-indent: -9999px;
	height: 22px;
	width: 340px;
	padding: 0;
	border-bottom: solid 1px #d7cfc7;
}
#topnav {
	padding-top: .5em;
	position: relative;
	z-index: 1000;
}
#nav {
	background: #7c0041;
	width: 100%;
	border-top: solid 3px #005288;
	border-bottom: solid 7px #005288;
	position: relative;
	z-index: 500;
}
#topnav, #nav {
	font-size: 107%;
	line-height: 2.18em;
	float: left;
	clear: both;
}
#topnav ul, #nav ul {
	margin: 0;
	padding: 0;
}
#topnav ul {
	width: 350px;
}
#topnav li, #nav li {
	float: left;
	list-style: none;
	position: relative;
}
#nav li {
	border-right: solid 1px #005288;
}
#topnav a, #nav a {
	display: block;
	padding: 0 10px;
}
#nav a {
	color: #fff;
	background: #7c0041;
}
#topnav a:hover, #nav a:hover, #topnav li:hover a, #nav li:hover a, #topnav ul li:hover ul li a:hover, #nav ul li:hover ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #005288;
}
#topnav ul li ul, #nav ul li ul {
	line-height: 1.15em;
	background: #7c0041;
	display: none;
	width: 150px;
	border-top: solid 1px #005288;
	border-right: solid 1px #005288;
	border-left: solid 1px #005288;
	position: absolute;
	top: 2.18em;
	left: 0;
}
#topnav ul li:hover ul, #nav ul li:hover ul {
	display: block;
}
#topnav ul li ul li, #nav ul li ul li {
	width: 150px;
	border-bottom: solid 1px #005288;
}
#topnav ul li ul li a, #nav ul li ul li a, #topnav ul li:hover ul li a, #nav ul li:hover ul li a {
	color: #fff;
	background: #7c0041;
	padding: 5px 10px;
}
.navarrow {
	background: url(../images/nav_arrow.png) no-repeat center top;
	height: 4px;
	width: 7px;
	position: absolute;
	top: 2.18em;
	left: 2.5em;
}
#navpethealth .navarrow {
	left: 2.9em;
}

/* Footer */

#footer {
	font-size: 75%;
	line-height: 1.15em;
	background: #005288;
	text-align: center;
	clear: both;
	padding: 10px 0;
}
#footer, #footer a {
	color: #fff;
}
#footer p {
	margin: 0;
}

/* Content */

#content {
	background: #005957;
	width: 100%;
	float: left;
	clear: both;
}
#side + #main {
	margin-right: 245px;
}
#maininner {
	background: #eeeae5 url(../images/main_bg.png) no-repeat right bottom;
	width: 100%;
	min-height: 440px;
	float: left;
}
#bodytext {
	font-size: 110%;
	line-height: 1.3em;
	padding: 0 20px 20px 20px;
}
#bodytext ul li {
	list-style: url(../images/bullet.png);
}
.photo {
	font-size: 77%;
	line-height: 1.2em;
	text-align: center;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.biophoto {
	font-size: 77%;
	line-height: 1.2em;
	text-align: center;
	max-width: 200px;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
ul.splashnav {
	margin-left: 0;
	padding-left: 0;
	border-top: solid 1px #fff;
}
#bodytext ul.splashnav li {
	font-size: 130%;
	line-height: 1.3em;
	padding: 10px 0;
	list-style: none;
	list-style-image: none;
	border-bottom: solid 1px #fff;
}
.column {
	width: 45%;
	float: left;
	margin-right: 3%;
}

/* Side */

#side {
	background: url(../images/side_bg.png) repeat-x left top;
	width: 245px;
	float: right;
	padding: 10px 0;
}
#sideinner {
	padding: 0 10px;
}
#side, #side h2, #side h3 {
	color: #fff;
}
#side a {
	color: #eeeae5;
}
#petportal, #petportal h2, #petportal a {
	height: 51px;
	width: 215px;
}
#petportal {
	margin-bottom: 1em;
}
#petportal h2 {
	font-size: 100%;
	margin: 0;
}
#petportal a {
	background: url(../images/petportal.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#petportal a:hover {
	background-position: center -51px;
}
#newsletter h2, #special h2 {
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	height: 32px;
	margin: 0;
}
#newsletter {
	font-size: 92%;
	margin-bottom: 1em;
	border-top: solid 1px #76b9b8;
}
#newsletter h2 {
	background-image: url(../images/title_newsletter.png);
}
#newsletter form {
	margin: 0;
}
#newsletter input {
	font-size: 90%;
}
.newsletterinput, .BItextbox {
	background: #fff url(../images/input_bg.png) repeat-x left top;
	padding: 4px;
	border: solid 1px #fff;
}
.newsletterinput {
	width: 207px;
	margin: .5em 0;
}
.newsletterbutton {
	font-weight: bold;
	color: #eeeae5;
	background: url(../images/button_newsletter.png) no-repeat center center;
	text-align: center;
	height: 22px;
	width: 57px;
	border: none;
}
#special {
	font-size: 92%;
	line-height: 1.6em;
	font-weight: bold;
	background: #7c0041;
	padding: 0 8px 8px 8px;
	border: solid 1px #76b9b8;
}
#special h2 {
	background-image: url(../images/title_special.png);
}
#special h3, #special p {
	margin: .2em 0;
}
#special h3 {
	font-size: 100%;
}
#special p strong {
	font: normal 163% Georgia, "Times New Roman", Times, serif;
	color: #eeeae5;
}
a.specialbutton {
	font-size: 90%;
	line-height: 22px;
	font-weight: bold;
	color: #eeeae5;
	background: url(../images/special_button.png) no-repeat center top;
	display: block;
	text-align: center;
	height: 22px;
	width: 76px;
}
a.specialbutton:hover {
	text-decoration: none;
	background-position: center -22px;
}
#subnav {
	margin-bottom: 1em;
}
#subnav dl {
	color: #eeeae5;
	margin: 0;
	padding: 0;
}
#subnav dt, #subnav dd {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #76b9b8;
}
#subnav dt {
	font-size: 150%;
	line-height: 1.6em;
}
#subnav dd {
	font-size: 116%;
	line-height: 1.6em;
}
#subnav dl a {
	color: #fff;
	display: block;
	width: 100%;
}
#subnav dl a:hover {
	text-decoration: none;
	background: #57b6b4;
}

/* Front */

#intro {
	background: url(../images/photo_front.jpg) no-repeat left top;
	min-height: 280px;
	padding-left: 426px;
}
#intro h1 {
	font-size: 100%;
	background: url(../images/title_front.png) no-repeat left 18px;
	text-indent: -9999px;
	height: 70px;
	margin: 0;
	padding: 0;
	border: none;
}
#intro p {
	padding: 0 15px;
}
.tool {
	padding-left: 10px;
}
#hours, #tour, #gallery, #mypet {
	float: left;
	padding: 10px 0;
}
#hours h2, #tour h2, #gallery h2, #mypet h2 {
	margin: 0 0 .2em 0;
}
#hours p, #hours table, #tour p, #gallery p, #mypet p {
	margin: 0;
}
#hours {
	width: 30%;
}
#hours table {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
#hours th, #hours td {
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	padding: 4px 10px 4px 0;
}
#hours th {
	white-space: nowrap;
}
#tour, #gallery {
	width: 160px;
}
#mypet {
	background: url(../images/mypet_bg.png) no-repeat right bottom;
	width: 24%;
	min-height: 115px;
}
#mypet .tool {
	padding-right: 25px;
}



.dental-captions
{
font-size: 100%;
line-height: 1.3em;
font-weight: bold;
color: #7c0041;
text-align: center;
}