/* HTML Defaults */

body {
	font: 75%/1.66em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #8c1500;
}
a:hover {
	text-decoration: underline;
}
img, input[type=image] {
	border: none;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, .tel {
	font-family: "Yanone Kaffeesatz", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #007e8b;
}
h1, h2, h3, .tel {
	font-weight: 200;
}
h4, h5, h6 {
	font-weight: 700;
}
h1 {
	font-size: 333.33%;
	line-height: 1.12em;
	margin-top: 0;
}
h2 {
	font-size: 250%;
	line-height: 1.16em;
}
h3 {
	font-size: 166.67%;
	line-height: 1.2em;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 91.67%;
}
hr {
	color: #dcecef;
	background: #dcecef;
	height: 1px;
	padding: 0;
	border: none;
}
th, td {
	font-size: 100%;
	vertical-align: top;
}
input, select, textarea, button {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	vertical-align: middle;
}
input[type=text], input[type=password], select, textarea {
	background: #fff;
	border: solid 1px #dcecef;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: inset 2px 2px 5px #666;
	-webkit-box-shadow: inset 2px 2px 5px #666;
	box-shadow: inset 2px 2px 5px #666;
}
input[type=text], input[type=password], textarea {
	padding: 5px 10px;
}
input[type=button], input[type=submit], input[type=reset], button, .button {
	font: 700 166.67%/1.5em "Yanone Kaffeesatz", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #fff;
	background: #007e8b;
	background: -moz-linear-gradient(top, #649da3 0%, #06626c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#649da3), color-stop(100%,#06626c));
	background: -webkit-linear-gradient(top, #649da3 0%,#06626c 100%);
	background: -o-linear-gradient(top, #649da3 0%,#06626c 100%);
	background: -ms-linear-gradient(top, #649da3 0%,#06626c 100%);
	background: linear-gradient(top, #649da3 0%,#06626c 100%);
	display: inline-block;
	min-width: 185px;
	padding: 0px 10px;
	border: solid 1px #007e8b;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-text-shadow: 0 -1px 1px #000;
	-webkit-text-shadow: 0 -1px 1px #000;
	text-shadow: 0 -1px 1px #000;
	cursor: pointer;
}
.contactbutton .button, .special .button {
	background: #8c1500;
	background: -moz-linear-gradient(top, #b97164 0%, #8c1500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b97164), color-stop(100%,#8c1500));
	background: -webkit-linear-gradient(top, #b97164 0%,#8c1500 100%);
	background: -o-linear-gradient(top, #b97164 0%,#8c1500 100%);
	background: -ms-linear-gradient(top, #b97164 0%,#8c1500 100%);
	background: linear-gradient(top, #b97164 0%,#8c1500 100%);
	border: solid 1px #8c1500;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover, .button:hover {
	text-decoration: none;
	background: #088492;
	background: -moz-linear-gradient(top, #74a7ac 0%, #088492 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74a7ac), color-stop(100%,#088492));
	background: -webkit-linear-gradient(top, #74a7ac 0%,#088492 100%);
	background: -o-linear-gradient(top, #74a7ac 0%,#088492 100%);
	background: -ms-linear-gradient(top, #74a7ac 0%,#088492 100%);
	background: linear-gradient(top, #74a7ac 0%,#088492 100%);
}
.contactbutton .button:hover, .special .button:hover {
	background: #b21b00;
	background: -moz-linear-gradient(top, #c07f74 0%, #b21b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c07f74), color-stop(100%,#b21b00));
	background: -webkit-linear-gradient(top, #c07f74 0%,#b21b00 100%);
	background: -o-linear-gradient(top, #c07f74 0%,#b21b00 100%);
	background: -ms-linear-gradient(top, #c07f74 0%,#b21b00 100%);
	background: linear-gradient(top, #c07f74 0%,#b21b00 100%);
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* Main Containers */

#container {
	width: 1004px;
	margin: 0 auto;
}
#wrapper {
	background: url(../images/content-shadow.png) no-repeat center bottom;
	width: 980px;
	float: left;
	padding: 0 12px;
	position: relative;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Header */

#header {
	width: 980px;
	float: left;
	position: relative;
	z-index: 9000;
}
#logo {
	position: absolute;
	top: 10px;
	left: 0;
}
#hours {
	width: 510px;
	position: absolute;
	top: 10px;
	left: 200px;
}
#hours h2, .tel {
	font-size: 266.67%;
	line-height: 1.16em;
	margin: 0 0 .3em 0;
}
#hours h2 {
	color: #8c1500;
}
#hours p, #contact p {
	line-height: 1.5em;
	margin: 0;
}
#hours strong {
	color: #007e8b;
}
.urgenthours {
	font-weight: bold;
}
#contact {
	width: 265px;
	position: absolute;
	top: 10px;
	right: 0;
}
.address a:hover {
	text-decoration: none;
	color: #007e8b;
}
.reghours span {
	color: #7fc6cd;
}
.contactbutton {
	position: absolute;
	top: 10px;
	right: 0;
}
.contactbutton .button {
	min-width: 80px;
	width: 80px;
}

/* Nav */

#nav {
	font: 400 183.33%/40px "Yanone Kaffeesatz", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 40px;
	width: 780px;
	border-top: solid 2px #8c1500;
	position: absolute;
	top: 105px;
	right: 12px;
	z-index: 9000;
}
#nav ul {
	width: 780px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	list-style: none;
	position: relative;
}
#nav ul li:hover a {
	color: #fff;
	background: #007e8b;
}
#nav ul li a {
	color: #007e8b;
	float: left;
	padding: 0 9px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#nav ul li:first-child a {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#nav ul li a:hover, #sidenav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #7fc6cd;
}
#nav ul li a.on, #sidenav ul li a.on {
	color: #7fc6cd;
}
#nav ul li a.on:hover, #sidenav ul li a.on:hover {
	color: #fff;
}
#nav ul li ul {
	background: #007e8b;
	display: none;
	height: auto;
	width: 200px;
	position: absolute;
	left: 0;
	top: 40px;
}
@media (max-width: 1260px) {
	#nav ul li:last-child ul {
		right: 0;
		left: auto;
	}
}
#nav ul li ul.columnsub {
	width: 400px;
}
#nav ul li ul li {
	font-size: 81.82%;
	line-height: 1.2em;
	width: 200px;
	padding: 0;
}
#nav ul li ul li a {
	color: #fff;
	width: 180px;
	padding: 5px 10px;
}
#nav ul li ul li a, #nav ul li ul li:first-child a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#nav ul li ul, #nav ul li ul li:last-child a {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#nav ul li ul.columnsub li:last-child a {
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}
#nav ul li ul.columnsub li:nth-last-child(2) a {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

/* Bottom and Footer */

#bottom {
	width: 980px;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
}
#bottom p {
	margin: 0;
	padding-bottom: 1em;
}
#bottom h2 {
	font-size: 208.33%;
	line-height: 1.2em;
}
#bottom h2 a {
	color: #007e8b;
}
.petportal ul {
	font-size: 108.33%;
	color: #005e68;
	margin: 20px 0;
	padding-left: 20px;
}
.petportal li {
	list-style: url(../images/bullet-check.png);
}
.aaha {
	text-align: center;
	padding-top: 30px;
}
.news {
	line-height: 1.25em;
}
.news h2 {
	margin: 0 0 .2em 0;
}
.news h2 img {
	margin-left: 5px;
}
.news ul {
	margin: 0 0 1.2em 0;
	padding: 0;
}
.news li {
	margin: 0 0 .5em 0;
	list-style: none;
}
.newsletter img {
	vertical-align: baseline;
	margin-right: 5px;
}
.twtr-join-conv {
	display: none !important;
}
#testimonial {
	color: #fff;
	background-color: #005e68;
	background: url(../images/quote-top.png) no-repeat center top, url(../images/quote-bottom.png) no-repeat center bottom, url(../images/quote-center.png) repeat-y center top;
	clear: both;
}
#quote {
	line-height: 1.2em;
	width: 960px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
}
#quote p, #footer p {
	margin: 0;
}
#quote cite {
	font-size: 83.33%;
	font-style: italic;
	display: block;
	text-align: right;
}
#footer {
	font-size: 66.76%;
	line-height: 1.2em;
	color: #999;
	text-align: right;
	width: 960px;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
}

/* Social Bar */

#social {
	background: #e3f2f3;
	text-align: center;
	width: 70px;
	padding: 10px 0;
	border-top: solid 1px #bddfe2;
	border-right: solid 1px #bddfe2;
	border-bottom: solid 1px #bddfe2;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: fixed;
	top: 20px;
	left: 0;
	z-index: 9100;
}
#social ul {
	margin: 0;
	padding: 0;
}
#social li {
	margin: 0 0 10px 0;
	list-style: none;
}
#social li:last-child {
	margin-bottom: 0;
}
@media (max-width: 1190px) {
	#social {
		width: 100%;
		border-right: none;
		border-bottom: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		top: auto;
		bottom: 0;
	}
	#social li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	#social li:last-child {
		margin: 0;
	}
	#footer {
		padding-bottom: 80px;
	}
}

/* Content */

#content {
	width: 980px;
	float: left;
	margin-top: 160px;
	position: relative;
	z-index: 8000;
}
#content * {
	margin-top: 0;
}
#main {
	width: 980px;
	float: left;
	border-bottom: solid 1px #dcecef;
}
.col1, .col2, .col3, .col4 {
	float: left;
	padding: 0 20px;
}
.col1 {
	width: 205px;
}
.col2 {
	width: 450px;
}
.col3 {
	width: 695px;
}
.col4 {
	width: 940px;
}
#side {
	padding-bottom: 20px;
}
#sidenav {
	font: 400 138.46%/1.2em "Yanone Kaffeesatz", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 10px 0;
	border: solid 1px #dcecef;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sidenav ul {
	margin: 0;
	padding: 0;
}
#sidenav li {
	list-style: none;
}
#sidenav a {
	color: #007e8b;
	display: block;
	padding: 2px 10px;
}
#bodytext {
	font-size: 108.33%;
	padding: 40px 20px 10px 20px;
}
#bodytext h1 {
	font-size: 307.69%;
}
#bodytext ul {
	margin-left: 0;
	padding-left: 20px;
}
#bodytext ul li {
	list-style: url(../images/bullet-paw.png);
}
.photo {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.photoleft {
	width: 315px;
	float: left;
	margin: 20px 20px 20px 0;
}
.photoright {
	width: 315px;
	float: right;
	margin: 20px 0 20px 20px;
}
.photoleft p, .photoright p {
	margin: .5em 0;
}
.pullquote {
	font: 200 230.77%/1.12em "Yanone Kaffeesatz", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#slider {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#ribbon {
	position: absolute;
	top: -20px;
	right: -20px;
}
.doclineup {
	text-align: center;
}

/* Easy Slider */

#slides {
	width:980px;
	height:400px;
	position: relative;
	margin-bottom: 10px;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}
/* // image replacement */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider ul, #slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
		height:400px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:50px;
		position:absolute;
		left:-30px;
		top:175px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		right:-30px;
		left: auto;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:50px;
		background:url(../images/slides-arrow-l.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/slides-arrow-r.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
	#slideshow {
	position: relative;
	height: 370px;
	width: 500px;
}
#slideshow #slides {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000; 
	height: 370px;
	width: 500px;
	margin: 0 auto;
}
.caption {
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index: 9100;
	width: 450px;
	text-align: center;
	padding: 5px 10px;
	background: #007E8B;
	color: #fff;
	display: none; 
}

