/* AMH HTML Defaults */

body {
	font: 88%/1.4em Arial, Helvetica, sans-serif;
	color: #000;
}
body.page {
	font: 88%/1.4em Arial, Helvetica, sans-serif;
	color: #000;
	background: #e2dbcf;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #962d1b;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #962d1b;
}
h1 {
	font-size: 214%;
	line-height: 1.12em;
	margin: 0;
}
h2 {
	font-size: 130%;
	line-height: 1.2em;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #ccc4b6;
	background: #ccc4b6;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #765732;
	border: solid 1px #962d1b;
}

/* Main Containers */

#container {
	width: 100%;
	min-width: 990px;
	float: left;
	position: relative;
}
.clear {
	clear: both;
}

/* Header */

#header, #headerinner {
	height: 233px;
	width: 100%;
	float: left;
}
#header {
	color: #fff;
	background: #006a74 url(../images/header_bg.png) repeat-x left top;
}
#headerinner {
	background: url(../images/headerinner_bg.png) no-repeat right top;
	position: relative;
	z-index: 9999;
}
#header p, #header ul {
	margin: 0;
}
#header ul li {
	float: left;
	list-style: none;
	position: relative;
}
#header ul li a {
	color: #fff;
	float: left;
}
#header ul li a:hover, #header ul li:hover a {
	text-decoration: none;
	color: #fff;
	background-color: #28bbc1;
}
#topnav {
	font: 86%/24px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	float: left;
	height: 24px;
	width: 700px;
	padding: 3px;
}
#topnav li a {
	padding: 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.facebook {   /* move facebook out of list for more room  7/1/10 AAM */
	font: 92%/24px Arial, Helvetica, sans-serif;
	padding-left: 15px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
}
.facebook a {  /* move facebook out of list for more room  7/1/10 AAM */
	background-image: url(../images/icon_facebook.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 0 10px 0 25px;
}
#topnav .on {
	background-color: #ab574f;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0;
}
#petportal, #petportal a {
	height: 70px;
	width: 180px;
	float: right;
}
#petportal a {
	background: url(../images/petportal_bg.png) no-repeat center top;
	text-indent: -9999px;
}
#petportal a:hover {
	background-position: center -70px;
}
#contact {
	font-size: 80%;
	line-height: 1.7em;
	float: left;
	clear: left;
	padding: 15px 0 0 160px;
}
#contact div {
	float: left;
	padding: 0 15px 8px 15px;
}
#contact strong {
	font-size: 164%;
	font-weight: normal;
}
#contact a {
	white-space: nowrap;
	color: #870f03;
}
#phone {
	background: url(../images/contact_line.png) no-repeat left top;
}
#emergencies {
	font: 100%/30px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	clear: both;
	height: 30px;
	width: 217px;
}
#emergencies a {
	color: #fff;
	white-space: nowrap;
	background-image: url(../images/emergencies_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 194px;
	float: left;
	padding-left: 23px;
}
#emergencies a:hover {
	text-decoration: none;
	color: #fff;
	background-position: left -30px;
}
#mainnav {
	font: 92%/1.15em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	height: 38px;
	min-width: 984px;  
	padding: 5px 3px;
	float: left;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
}
#mainnav li {
	background: url(../images/mainnav_button_bg.png) repeat-x left top;
	height: 38px;
	width: 119px; 
	margin: 0 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mainnav li a {
	text-align: center;
	height: 32px;
	width: 113px;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mainnav li #navservices, #mainnav li #navhealth, #mainnav li #navstore, #mainnav li #navfun, #mainnav li #navloss {
	height: 24px;
	padding: 11px 3px 3px 3px;
}
#mainnav .on {
	background-color: #007f8b;
}
#header ul li ul {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	background: #007e8b url(../images/subnav_bg.png) repeat-x left top;
	display: none;
	height: auto;
	width: 119px;
	padding: 5px 0;
	position: absolute;
	z-index: 7000;
}
#header #topnav li ul {
	font-size: 100%;
	line-height: 1.15em;
	width: 150px;
	top: 21px;
	left: 0;
}
#header #topnav li ul li {
	width: 150px;
}
#header #topnav li ul li a {
	width: 130px;
}
#mainnav li ul {
	font-size: 93%;
	line-height: 1.15em;
	top: 35px;
	left: 0;
}
#mainnav li ul li, #mainnav li ul li a {
	height: auto;
}
#header ul li:hover ul, #header ul li.sfhover ul {
	display: block;
}
#header ul li ul li {
	background: none;
	width: 119px;
	margin: 0;
	padding: 0;
}
#header ul li ul li a, #header ul li:hover ul li a {
	color: #fff;
	text-align: left;
	background: transparent;
	width: 99px;
	padding: 3px 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#header ul li:hover ul li a:hover, #header ul li.sfhover ul li a:hover {
	background: #53d0d5;
}
#header ul li ul.servicessub, #header ul li ul.servicessub li {
	width: 480px;
}
#header ul li ul.servicessub li ul, #header ul li ul.servicessub li ul li {
	width: 159px;
}
#header ul li ul.servicessub li ul {
	font-size: 100%;
	display: block;
	float: left;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
	border-right: solid 1px #76c1c8;
}
#header ul li ul.servicessub li ul:last-child {
	border-right: none;
}
#header ul li ul.servicessub li ul li a {
	display: block;
	width: 140px;
}

/* Footer */

#footer {
	font-size: 64%;
	line-height: 1.2em;
	color: #938f86;
	background: url(../images/footer_bg.png) repeat-x left top;
	min-height: 50px;
	width: 100%;
	float: left;
	clear: both;
	padding: 15px 0;
}
#footer p {
	white-space: nowrap;
	margin: 0;
}
#aaha {
	width: 126px;
	float: left;
	padding: 0 20px;
}
#copyright {
	text-align: right;
	width: 740px;
	float: right;
	padding: 20px;
}

/* Content */

#main {
	background: url(../images/content_shade_l.png) no-repeat left top;
	min-height: 320px;
	padding-left: 10px;
}
#maininner {
	background: url(../images/content_shade_r.png) no-repeat right top;
	min-height: 320px;
	padding-right: 10px;
}
#content {
	background: url(../images/side_bg.png) repeat-y left top;
	min-height: 320px;
	width: 100%;
	float: left;
	clear: both;
}
#title {
	margin: 0 0 1em 0;
	padding-bottom: 1em;
	border-bottom: solid 1px #ccc4b6;
}
#title p {
	margin: 0;
}
.sectiontitle {
	color: #007f8b;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#side {
	width: 320px;
	float: left;
	padding-bottom: 5px;
}
#side + #maincontent {
	margin-left: 320px;
}
.sidephoto, #sidenav, #sidenav ul, #sidenav li {
	float: left;
	clear: left;
}
.sidephoto {
	margin: 1px 0;
}
#sidenav, #sidenav ul, #sidenav li {
	width: 320px;
}
#sidenav {
	background: #007f8b url(../images/sidenav_bg.png) repeat-x left top;
	padding: 5px 0;
}
#sidenav ul {
	margin: 0;
	padding: 0;
}
#sidenav li {
	font-size: 86%;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidenav ul a {
	color: #fff;
	width: 300px;
	float: left;
	padding: 4px 10px;
}
#sidenav ul a:hover {
	text-decoration: none;
	background-color: #53d0d5;
}
#sidenav ul a.on {
	color: #962d1b;
}
#sidenav ul.servicesnav, #sidenav ul.servicesnav li {
	width: 159px;
	clear: none;
}
#sidenav ul.servicesnav {
	border-right: solid 1px #7fc5cc;
}
#sidenav ul.servicesnav + ul.servicesnav {
	border-right: none;
}
#sidenav ul.servicesnav li a {
	width: 139px;
}
#bodytext, #front {
	background: #e3dcd0 url(../images/content_bg.png) repeat-x left top;
	width: 100%;
	float: left;
}
#bodytextinner {
	padding: 15px 20px 20px 20px;
}
#quoteouter {
	clear: both;
	padding: 5px 0;
}
#side #quoteouter {
	clear: both;
	padding: 5px 10px;
}
#quote {
	color: #6d665b;
	background: #d6d1c6 url(../images/quote_bg.png) repeat-x left top;
	clear: both;
	padding: 10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#quote p {
	margin: 0 0 .5em 0;
}
#quote cite {
	font-size: 72%;
	font-style: normal;
}
.quotetext {
	font: italic 100%/1.3em Georgia, "Times New Roman", Times, serif;
}
.pullquote {
	font: italic 115%/1.5em Georgia, "Times New Roman", Times, serif;
	background: #f7f5f1;
	width: 245px;
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
	padding: 15px 20px;
	border: solid 1px #ccc4b6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pullquote p {
	margin: 0;
}
.pullquote p:first-letter {
	font-size: 200%;
	font-style: normal;
	color: #962d1b;
}
.introtext, #intro p.introtext {
	font-size: 107%;
	line-height: 1.4em;
	color: #007f8b;
}
ul.bullets li {
	list-style: url(../images/bullet_paw.png);
	margin-bottom: 1em;
}

/* two column text 6/25/10 AAM */
.col1 {
	width:40%;
	float:left;
	margin-right:5%;
}
.col2 {
	width:35%;
	float:left;
	margin-left:5%;
}

/* Front */

#frontphoto, #slides {
	height: 370px;
	width: 486px;
}
#frontphoto {
	float: right;
	margin: 1px 0;
}
#front {
	position: relative;
}
#intro {
	font-size: 93%;
	line-height: 1.2em;
	min-height: 220px;
	margin-right: 486px;
	padding: 10px 65px 10px 20px;
}
#intro h1 {
	font-size: 192%;
	line-height: 1.15em;
	margin: 0 0 .4em 0;
	padding-bottom: .4em;
	border-bottom: solid 1px #ccc4b6;
}
#intro p {
	line-height: 1.2em;
	margin: 0 0 1em 0;
}
#frontinfo {
	background: #b5aea3;
	width: 100%;
	float: left;
	clear: both;
	padding: 5px 0;
	position: relative;
}
#special {
	color: #fff;
	background: #870f03 url(../images/front_special_bg.png) repeat-x left top;
	width: 32%;
	float: left;
	margin-left: 1%;
	padding: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#special h2, #special p {
	margin: 0 0 1em 0;
	padding: 0 10px;
}
#special h2 {
	font-size: 140%;
	width: 120px;
	float: left;
}
#special p {
	font-weight: bold;
}
#special a {
	color: #a5d1d5;
}
#special a.button {
	color: #fff;
}
#special strong {
	font: normal 150% Georgia, "Times New Roman", Times, serif;
}
#hours {
	background: #a5d1d5 url(../images/front_hours_bg.png) repeat-x left top;
	width: 65%;
	float: left;
	margin-left: 1%;
	padding: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#hours h2, #hours p {
	margin: 0 0 .3em 0;
}
#hours h2 {
	font-size: 130%;
	line-height: 1.2em;
	color: #007f8b;
}
#hours p {
	font-size: 86%;
	line-height: 1.2em;
}
#hours strong {
	font-size: 83%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.hours {
	white-space: nowrap;
	float: left;
	padding: 0 20px;
}
#emhours {
	border-left: solid 1px #fff;
}
#frontbottomphoto {
	position: absolute;
	right: 0;
	bottom: -5px;
}
.ribbon {
	position: absolute;
	top: 0;
	right: 415px;
	z-index: 1000;
}
.button {
	font-size: 93%;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #007f8b;
	float: left;
	padding: 3px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button:hover {
	text-decoration: none;
	background: #27939d;
}

.center {
	text-align: center;
}

.small {
	font-size:85%;
}
.bios {
	clear: both;
}
.bios img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.tour { 
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}

/* for errors */
.error {color:#f00;}

/* added for wp sidebar July 14, 2010 mad */
#sidebar li {
font-size: 90%;
}