/* HTML Defaults */

body {
	font: 75%/1.3em Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0082d1;
}
a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #0082d1;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #00209f;
	margin: 1.5em 0 0 0;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #00209f;
	margin: 1.7em 0 0 0;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 1.7em 0 0 0;
}
img {
	border: none;
}

/* Main Container */

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

/* Nav */

#nav {
	width: 170px;
	float: left;
}
#logo {
	background: #fff url(../images/logo1sa.gif) no-repeat left top;
	height: 206px;
	width: 170px;
}
#logo a {
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	height: 160px;
	width: 170px;
}
#nav ul {
	width: 170px;
	margin: 0;
	padding: 24px 0 0 0;
}
#nav ul li {
	width: 170px;
	float: left;
	clear: left;
	list-style: none;
	border-bottom: 1px solid #fff;
	position: relative;
}
#nav ul li a {
	font-size: 116%;
	line-height: 1.2em;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 138px;
	padding: 6px 0 6px 32px;
}
#nav ul li a:hover {
	background-color: #0082d1 ;
	background-image: url(../images/nav_paw.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
#nav ul li ul {
	width: 170px;
	padding: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 170px;
	display: none;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	background: #00209f ;
}
#nav ul li ul li a {
	font-size: 95%;
	line-height: 1.2em;
	font-weight: bold;
	width: 160px;
	padding: 4px 5px;
}
#nav ul li ul li a:hover {
	background: #0082d1 ;
}
#navactive {
	font-weight: bold;
	background-image: url(../images/nav_paw.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.navsub {
	background: url(../images/nav_arrow.png) no-repeat right bottom;
}

/* Header */

#header {
	background: url(../images/header_bg.png) repeat-x left bottom;
	height: 204px;
}
#address {
	width: 480px;
	float: left;
}
#address p {
	padding: 0 15px;
	color: #00209f;
}
#address strong {
	font-size: 116%;
}
#address a {
	font-weight: bold;
}
#emergency {
	font-size: 125%;
	line-height: 38px;
	color: #fff;
	background: url(../images/emergency_bg.png) repeat-x left top;
	height: 38px;
	width: 250px;
	float: right;
}
#emergency p {
	margin: 0 10px;
	text-align: top;
}
#emergency a {
	margin: 0 10px;
	text-align: top;
	color: #fff;
}
#loyalty {
	font-weight: bold;
	color: #0082d1;
	background: url(../images/loyalty_bg.png) no-repeat left center;
	height: 72px;
	width: 250px;
	float: right;
	clear: right;
}
#loyalty p {
	margin: 0;
	padding: 15px 15px 15px 50px;
}
#loyalty strong {
	font-size: 133%;
	font-weight: normal;
}
#loyalty a {
	color: #0082d1;
}

/* Footer */

#footer {
	color: #fff;
	background: #0082d1;
	width: 100%;
	float: left;
	clear: both;
	border-top: 4px solid #fff;
}
#newsletter {
	height: 45px;
	width: 65%;
	float: left;
}
#newsletter h2 {
	font-size: 133%;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 15px 12px;
}
#newsletter form {
	float: left;
	margin: 0;
	padding: 11px 0;
}
#newsletter fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#newsletter input {
	font-size: 83%;
	font-weight: bold;
	color: #000;
	background: #fff;
	width: 150px;
	padding: 4px;
	border: 1px solid #000;
}
#newsletter input.newsletterbutton {
	color: #fff;
	background: #0082d1;
	width: auto;
}
#copyright {
	font-size: 83%;
	line-height: 1.2em;
	color: #fff;
	background: #00209f;
	height: 45px;
	width: 30%;
	float: right;
	border-left: 2px solid #fff;
}
#copyright p {
	margin: 0;
	padding: 10px;
}

/* Content */

#content, #header {
	margin-left: 174px;
}
.mainside {
	margin-right: 250px;
}
#side {
	width: 250px;
	float: right;
}
#sidenav {
	background: url(../images/side_bg.png) repeat-x left top;
	min-height: 230px;
	padding: 15px;
}
#sidenav ul, #sidenav p {
	margin: 0;
	padding: 0;
}
#sidenav ul li {
	line-height: 1.7em;
	font-weight: bold;
	list-style: none;
}
#sidenav a {
	color: #0082d1;
}
#sidenav a#sideactive {
	color: #00209f;
}
#title {
	color: #fff;
	background: #00209f;
	padding: 18px;
	margin-top: 2px;
}
#title h1 {
	font-size: 200%;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
}
#bodytext {
	background: url(../images/bodytext_bg.png) repeat-x left top;
	padding: 20px;
}

/* Front */

#intro {
	color: #fff;
	background: #00209f url(../images/intro_bg.jpg) no-repeat right top;
	min-height: 175px;
	padding: 5px 300px 5px 5px;
	margin-top: 2px;
}
#intro h1, #intro p {
	margin: 0;
}
#intro h1 {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 1.5em;
}
#intro h1 strong {
	font-size: 133%;
	font-weight: normal;
}
#intro p {
	text-indent: 2em;
}
#shop, #services {
	padding: 15px 0;
}
#tools h2, #shop h2, #services h2 {
	margin: 0;
	padding-bottom: .2em;
}
#tools {
	color: #9b6f3d;
	background: url(../images/tools_bg.png) repeat-x left top;
	width: 35%;
	float: left;
}
#tools div {
	background-repeat: no-repeat;
	background-position: 15px center;
	padding: 15px 15px 15px 70px;
}
#tools p {
	font-size: 92%;
	margin: 0;
}
#tools a {
	color: #b57300;
}
#tooladoption {
	background-image: url(../images/icon_adoption.png);
}
#toolpaw {
	background-image: url(../images/icon_paw.png);
}
#toolmypet {
	background-image: url(../images/icon_mypet.png);
}

#tooldental {
	background-image: url(../images/icon_dental.png);
}
#toolsenior {
	background-image: url(../images/icon_senior.png);
}





#shop {
	background: url(../images/shop_bg.png) repeat-x left top;
	width: 20%;
	float: left;
	font-size: 80%; 
}
#shop h2, #shop a, #services2 h2, #services a {
	color: #38261a;
}
#shop h2, #shop p, #services2 h2 {
	margin: 0;
	padding-right: 12px;
	padding-left: 12px;
}
#shop p.shopimage {
	text-align: center;
	padding: 12px 0;
}
#services2 {
	background: url(../images/services_bg.png) repeat-x left top;
	width: 45%;
	float: left;
	padding-top: 12px;
}
#services2 ul {
	margin: 0;
	padding: 0 12px 12px 12px;
}

ul.serviceslist {
	font-size: 92%;
}














<!--#facebookA {



	background: transparent;
}


#facebookA p {
	text-align: left;
	padding: 0px 0;
	font-size: 16px;
	color: #9b6f3d;
}-->




#facebook {
	color: #9b6f3d;
	background: transparent;
	width: 100%;
	padding: 5px 0px 30px 5px;
	float: left;
	clear: both;
	border: 0px solid #000000;
}

#facebook p{
	font-size: 123%;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: -20px 0px;
	border: 0px solid #000000;
	color: #9b6f3d;
}



#facebooklogo {
	color: #9b6f3d;
	background: transparent;
	width: 100%;
	float: left;
	clear: both;
	padding-left: 120px;
	border-top: 0px solid #fff;
}









.facebook2 {

	height: 85px;

	width: 270px;

	float: left;
	
	padding-left: 50px;
	
	padding-top: 50px;
	
	border: 0px solid #000000;

}

.facebook2 p{
	font-size: 133%;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: -20px 0px;
	border: 0px solid #000000;
	color: #9b6f3d;
}


.announcement {
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	margin: 1.7em 0 0 0;
}















#senior {
	background: transparent;
	height: 75px;
	width: 240px;
	margin-left: 750px;
	border: 0px solid #000000;
}



#senior img {
	
	padding-top: 15px;
}

#senior p {
	
	padding-top: 25px;
}


#dental {
	background: transparent;
	height: 75px;
	width: 360px;
	margin-left: 750px;
	border: 0px solid #000000;
}

#dental img {
	
	padding-top: 0px;
}

#dental p {
	
	padding-top: 15px;
}






#logo2 {
	background: #fff url(../images/logo10b.png) no-repeat left top;
	height: 225px;
	width: 170px;
}
#logo2 a {
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	height: 160px;
	width: 170px;
}



#nav2 {
	width: 170px;
	float: left;
	margin-top: 0px;
}



#nav2 ul {
	width: 170px;
	margin: 0;
	padding: 24px 0 0 0;
}
#nav2 ul li {
	width: 170px;
	float: left;
	clear: left;
	list-style: none;
	border-bottom: 1px solid #fff;
	position: relative;
}
#nav2 ul li a {
	font-size: 116%;
	line-height: 1.2em;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 138px;
	padding: 6px 0 6px 32px;
}
#nav2 ul li a:hover {
	background-color: #0082d1 ;
	background-image: url(../images/nav_paw.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
#nav2 ul li ul {
	width: 170px;
	padding: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 170px;
	display: none;
}
#nav2 ul li:hover ul {
	display: block;
}
#nav2 ul li ul li {
	background: #00209f ;
}
#nav2 ul li ul li a {
	font-size: 95%;
	line-height: 1.2em;
	font-weight: bold;
	width: 160px;
	padding: 4px 5px;
}
#nav2 ul li ul li a:hover {
	background: #0082d1 ;
}
#navactive2 {
	font-weight: bold;
	background-image: url(../images/nav_paw.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.navsub2 {
	background: url(../images/nav_arrow.png) no-repeat right bottom;
}




#intro2 {
	color: #fff;
	background: #00209f url(../images/intro_bg.jpg) no-repeat right top;
	min-height: 175px;
	
	padding: 5px 290px 5px 5px;
	margin-top: 10px;
}
#intro2 h1, #intro2 p {
	margin: 0;
}
#intro2 h1 {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 1.5em;
}
#intro2 h1 strong {
	font-size: 133%;
	font-weight: normal;
}
#intro2 p {
	text-indent: 2em;
}





#slideshow {
	position: relative;
	height: 391px;
	width: 600px;
	border: solid 0px #aeaeae;
}
#slideshow #slides {
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 9000; 
	height: 391px;
	width: 600px;
	margin: 0 auto;
}
.tourcaption {
	position: absolute;
	bottom: 0px;
	left: 150px;
	z-index: 9100;
	width: 580px;
	text-align: center;
	padding: 5px 10px;
	background: #00209f;
	color: #fff;
	display: none; 
	font-weight: bold;
}


#staff_tour {
	position: relative;
	height: 375px;
	width: 500px;
	border: solid 0px #aeaeae;
}
#staff_tour #staff {
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 9000; 
	height: 375px;
	width: 500px;
	margin: 0 auto;
}
.staff_bio {
	position: absolute;
	bottom: -180px;
	left: 150px;
	z-index: 9100;
	width: 480px;
	text-align: center;
	padding: 5px 10px;
	background: #3b6067;
	color: #fff;
	display: none; 
	font-weight: bold;
}
