/* HTML Defaults */
body {
	font: 82%/1.45em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
body.page {
	font: 82%/1.45em Arial, Helvetica, sans-serif;
	color: #000;
	background: #004687 url(../images/body_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #f36f21;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #ff9a5f;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #003b73;
}
h1 {
	font-size: 200%;
	line-height: 1.2em;
	margin: 0;
}
h2 {
	font-size: 138%;
	line-height: 1.2em;
}
h3 {
	font-size: 123%;
}
h4 {
	font-size: 100%;
}
h4 {
	font-size: 92%;
}
img {
	border: none;
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	padding: 0;
	border: none;
}
iframe {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* Main Container */

#container {
	width: 980px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Header */

#header {
	color: #fff;
	width: 980px;
	float: left;
	padding-bottom: 15px;
}
#header p, #header dl, #header dt, #header dd, #header ul {
	margin: 0;
}
#header dl, #header ul, #header dt, #header dd, #header li {
	padding: 0;
	list-style: none;
}
#logo {
	width: 330px;
	float: left;
	padding: 0 10px;
}
#contact {
	font-size: 92%;
	line-height: 1.5em;
	padding: 10px 0;
	border-top: solid 1px #6494c0;
}
#contact p {
	margin: 0;
}
#headermain {
	width: 630px;
	float: right;
}
#topnav {
	background: url(../images/topnav_bg.png) no-repeat left bottom;
	width: 610px;
	float: left;
	padding: 8px 10px;
}
#petportal, #petportal a {
	line-height: 17px;
	height: 17px;
	width: 306px;
	float: left;
}
#petportal a {
	background-image: url(../images/petportal_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#petportal a:hover {
	background-position: left -17px;
}
#social {
	font-size: 92%;
	line-height: 17px;
	white-space: nowrap;
}
#social, #social li, #social li a {
	float: right;
}
#social li a, #social li a:visited {
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 10px 0 18px;
}
.facebook a {
	background-image: url(../images/icon_facebook.png);
}
.twitter a {
	background-image: url(../images/icon_twitter.png);
}
#social li.topnewsletter a, #social li.topnewsletter a:visited {
	padding-left: 0;
}
#nav {
	background: url(../images/nav_bg.png) no-repeat left 10px;
	width: 630px;
	float: left;
	clear: both;
	padding-top: 10px;
}
#nav dl {
	font-size: 108%;
	line-height: 1.2em;
	width: 156px;
	float: left;
	padding-left: 1px;
	position: relative;
}
#navcare {
	z-index: 8000;
}
#navedu {
	z-index: 7000;
}
#navfun {
	z-index: 6000;
}
#navhospital {
	z-index: 9000;
}
#nav dt {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	height: 30px;
}
#navcare dt {
	background-image: url(../images/nav_care.png);
}
#navedu dt {
	background-image: url(../images/nav_edu.png);
}
#navfun dt {
	background-image: url(../images/nav_fun.png);
}
#navhospital dt {
	background-image: url(../images/nav_hospital.png);
}
#nav dd, #nav li {
	width: 156px;
	float: left;
	position: relative;
}
#nav a, #nav a:hover, #nav a:visited {
	text-decoration: none;
	color: #fff;
}
#nav a {
	width: 136px;
	float: left;
	padding: 2px 10px;
}
#nav a:hover {
	color: #f36f21;
}
#nav a.on, #nav a.on:visited, #side dl a.on, #side dl a.on:visited {
	color: #6494c0;
}
#nav li a {
	padding: 4px 10px;
}
#nav dd:hover {
	background: #003b73;
}
ul.subnav {
	font-size: 90%;
	line-height: 1.15em;
	background: #003b73;
	display: none;
	width: 156px;
	float: left;
	position: absolute;
	left: 156px;
	top: 0;
	box-shadow: 3px 3px 3px #002d58;
	-moz-box-shadow: 3px 3px 3px #002d58;
	-webkit-box-shadow: 3px 3px 3px #002d58;
	border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
}
#navhospital ul.subnav {
	right: 156px;
	left: auto;
	box-shadow: -3px 3px 3px #002d58;
	-moz-box-shadow: -3px 3px 3px #002d58;
	-webkit-box-shadow: -3px 3px 3px #002d58;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
}

/* Footer */

#footer {
	line-height: 1.3em;
	color: #fff;
	background: #003b73 url(../images/footer_top.png) no-repeat center top;
	width: 980px;
	float: left;
	clear: both;
	padding-top: 10px;
}
#footerinner {
	background: url(../images/footer_bottom.png) no-repeat center bottom;
	width: 980px;
	float: left;
	padding-bottom: 10px;
}
#footerinner div {
	width: 215px;
	float: left;
	padding: 0 10px 0 20px;
}
#footer h2 {
	color: #6494c0;
}
#footer h2, #footer p {
	margin-top: 0;
	margin-bottom: .5em;
}
.aaha p, .hours p {
	font-size: 92%;
}
.dia img, .aaha img {
	float: left;
}
.dia a {
	font-weight: bold;
}
.dia p {
	margin-left: 120px;
}
.aaha h2, .aaha p {
	margin-left: 75px;
}
#copyright {
	font-size: 70%;
	line-height: 1.2em;
	color: #6494c0;
	text-align: right;
	clear: both;
	padding: 15px 0;
}
#copyright p {
	margin: 0;
}

/* Content */

#main {
	width: 980px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}
#main ul {
	margin-left: 0;
	padding-left: 15px;
}
#main ul li {
	list-style: url(../images/bullet.png);
}
#title {
	padding: 10px;
}
#title h1 {
	color: #fff;
}
#content {
	background: #fff url(../images/content_bottom.png) no-repeat center bottom;
	width: 980px;
	float: left;
	padding-bottom: 9px;
}
#contentinner {
	background: url(../images/content_top.png) no-repeat center top;
	float: left;
	width: 940px;
	padding: 9px 20px 0 20px;
}
#side + #content {
	background: #fff url(../images/content_bottom_short.png) no-repeat center bottom;
	width: 735px;
}
#side + #content #contentinner {
	background: url(../images/content_top_short.png) no-repeat center top;
	width: 695px;
}
#content li {
	margin-bottom: .5em;
}
.photo {
	font-size: 77%;
	line-height: 1.2em;
	text-align: right;
	float: right;
	clear: right;
	margin: 1em 0 20px 20px;
}
.photo p {
	margin: .5em 0;
}
.photo img {
	border: solid 1px #6494c0;
}
#side {
	color: #fff;
	width: 225px;
	float: right;
	padding: 10px;
}
#side dl, #side dt, #side dd {
	float: left;
	clear: left;
}
#side, #side dl, #side dt, #side dd {
	width: 225px;
}
#side dl, #side dt, #side dd  {
	margin: 0;
	padding: 0;
}
#side dt, #side dd {
	list-style: none;
}
#side dt {
	font-size: 138%;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #6494c0;
}
#side dd {
	font-size: 108%;
	line-height: 1.2em;
}
#side dt a, #side dt a:visited {
	color: #f36f21;
}
#side dd a, #side dd a:visited {
	color: #fff;
}
#side dl a {
	width: 205px;
	float: left;
	padding: 6px 10px;
}
#side dl a:hover {
	text-decoration: none;
	background: #003b73;
}

/* Front */

#tour {
	height: 368px;
	width: 490px;
	float: left;
	padding: 12px 20px 0 0;
}
#tourinner {
	height: 366px;
	width: 488px;
	position: relative;
	overflow: hidden;
	border: solid 1px #6494c0;
}
#tourimage {
	height: 366px;
	width: 488px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#tourlink, #tourlink a {
	display: block;
	height: 45px;
	width: 245px;
}
#tourlink {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 200;
}
#tourlink a {
	background-image: url(../images/button_tour.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#tourlink a:hover {
	background-position: left -45px;
}
#intro, #introtext {
	width: 470px;
	float: right;
}
#intro h1 {
	color: #fff;
	background: url(../images/front_animals.png) no-repeat left top;
	padding: 70px 0 10px 0;
}
#intro p {
	line-height: 1.2em;
	margin: 0 0 1em 0;
}
#introtext *:last-child {
	margin-bottom: 0;
}
#introtext {
	background: url(../images/intro_top.png) no-repeat center top;
	padding-top: 9px;
}
#introtextinner {
	background: #fff url(../images/intro_bottom.png) no-repeat center bottom;
	width: 430px;
	float: left;
	padding: 0 20px 9px 20px;
}
#frontmain {
	width: 980px;
	float: left;
	clear: both;
	padding-top: 10px;
}
#shop, #special, #shop h3, #special h3 {
	color: #fff;
}
#shop h2, #special h2, #shop h3, #special h3 {
	margin: 0 0 .5em 0;
}
#shop p, #special p, #shop ul, #special ul {
	font-size: 92%;
	line-height: 1.4em;
	margin: 0;
}
#shop a, #special a, #shop a:visited, #special a:visited, #shop strong, #special strong {
	color: #003b73;
}
#shop h2 a, #shop h2 a:visited {
	color: #fff;
}
#shop a {
	font-weight: bold;
}
#shop, #shopinner {
	float: left;
}
#shop {
	background: #0e79ae url(../images/shop_bottom.png) no-repeat center bottom;
	width: 980px;
	padding-bottom: 9px;
}
#shopinner {
	background: url(../images/shop_top.png) no-repeat center top;
	width: 950px;
	padding: 9px 15px 0 15px;
}
#special + #shop {
	background: #0e79ae url(../images/shop_bottom_short.png) no-repeat center bottom;
	width: 490px;
}
#special + #shop #shopinner {
	background: url(../images/shop_top_short.png) no-repeat center top;
	width: 460px;
}
#shop h2, #shop p, #shop ul {
	margin-left: 100px;
}
#shop img {
	float: left;
}
#special {
	background: #f36f21 url(../images/special_bottom.png) no-repeat center bottom;
	width: 470px;
	float: right;
	padding-bottom: 9px;
}
#specialinner {
	background: url(../images/special_top.png) no-repeat center top;
	width: 440px;
	padding: 9px 15px 0 15px;
}















#carecredit2 {

	width: 100%;
	float: left;
	padding-bottom: 0px;
	
	border: 0px solid #000000;
}










#carecredit {

	width: 100%;
	float: left;
	padding: 5px 0px 10px 0px;
}

.photos5 {

	width: 560px;

	float: right;

	margin: 0em 0em 10em 0em;
}

.photos2 {

	width: 460px;

	float: right;

	margin: 0 0 2em 2em;
	
	padding: 0 0px;
}




















.photo100 {
	height: 147px;
	width: 850px;
	float: left;
	margin-right: 160px;
	padding-top: 0px;
	border: solid 0px #6494c0;
	
}
.photo100 p {
	margin: 1em 0;
}
.photo100 img {
	border: solid 0px #6494c0;
}


.photo101 {
	height: 147px;
	width: 225px;
	float: left;
	margin-right: 150px;
	padding-top: 0px;
}
.photo101 p {
	margin: 2em 0;
}
.photo101 img {
	border: solid 0px #6494c0;
}



.zoophoto1 {
	height: 147px;
	width: 225px;
	float: left;
	margin-right: 8px;
	padding-top: 0px;
	
}

.zoophoto1 img {
	border: solid 1px #6494c0;
}


.zoophoto2 {
	height: 148px;
	width: 225px;
	float: left;
	margin-right: 8px;
	padding-top: 0px;
	
}

.zoophoto2 img {
	border: solid 1px #6494c0;
}


.zoophoto3 {
	height: 147px;
	width: 225px;
	float: left;
	margin-right: 8px;
	padding-top: 0px;
	
}

.zoophoto3 img {
	border: solid 1px #6494c0;
}


/* added styles for new client coupon on home page - 11/12/11 KRW */

#newclients {
	float: left;
}

#newclients {
	background: url(../images/shop_top.png) no-repeat center top;
	width: 950px;
	padding: 9px 15px 0 15px;
}

#newclients {
	background: url(../images/shop_top_short.png) no-repeat center top;
	width: 460px;
}

/* added styles two column services layout on home page - 11/12/11 KRW */

#column_1 {
	text-align: left;
}

#column_2 {
	text-align: left;
	
}

.col1 {
	width:47%;
	float:left;
	margin-left:2%;
}
.col2 {
	width:47%;
	float:right;
	margin-right:2%;
}

.clear {
	clear: both;
}
