/* HTML Styles */

body {
	font: 82%/1.4em Arial, Helvetica, sans-serif;
	color: #5c6c73;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #1594d0;
}
a:visited {
	text-decoration: none;
	color: #4cb2e0;
}
a:hover, a:active {
	text-decoration: underline;
	color: #1594d0;
}
h1 {
	font-size: 185%;
	line-height: 50px;
	font-weight: normal;
	color: #1594d0;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 0;
	padding: 0 15px;
}
h2 {
	font-size: 140%;
	font-weight: normal;
	color: #1594d0;
}
h3 {
	font-size: 115%;
	color: #1594d0;
}
h4 {
	font-size: 100%;
}
hr {
	color: #e1e1e1;
	background: #e1e1e1;
	height: 1px;
	padding: 0;
	border: none;
}
img {
	border: none;
}
table {
	width: 95%;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
caption {
	font-weight: bold;
	background: #eee;
	text-align: left;
	padding: 5px 10px;
}
th {
	font-weight: bold;
	text-align: left;
}
th, td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/* Main Containers */

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

/* Header and Nav */

#header {
	width: 100%;
	float: left;
	position: relative;
}
#logo, #logo a {
	height: 150px;
	width: 160px;
}
#logo {
	background: url(../images/header_logo.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 2000;
}
#logo a {
	display: block;
	text-indent: -9999px;
}
#header p, #header ul {
	float: left;
	margin: 0;
}
#header ul {
	padding: 0;
}
#header li {
	font-size: 92%;
	line-height: 28px;
	float: left;
	list-style: none;
	position: relative;
}
#header li a {
	background: #fff;
	float: left;
	padding: 0 8px;
}
#header li a:visited {
	color: #1594d0;
}
#header li a:hover {
	text-decoration: none;
	color: #fff;
	background: #1594d0;
}
#header ul li ul {
	background: #fff;
	display: none;
	width: 160px;
	float: left;
	border-top: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	position: absolute;
	top: 28px;
	left: 0;
}
#header ul li:hover ul {
	display: block;
}
#header ul li ul li {
	line-height: 1.2em;
	width: 160px;
	border-right: none;
	border-bottom: solid 1px #e1e1e1;
}
#header ul li ul li a {
	width: 144px;
	padding: 4px 8px;
}
#header ul li ul.petlosssub, #header ul li ul.petlosssub li {
	width: 100px;
}
#header ul li ul.petlosssub li a {
	width: 84px;
}
#topnav {
	float: left;
	padding: 25px 0 0 170px;
	position: relative;
	z-index: 1000;
}
#contact {
	font-size: 85%;
	line-height: 22px;
	background: url(../images/header_contact_bg.png) no-repeat right top;
	height: 55px;
	width: 402px;
	float: right;
	padding-left: 8px;
}
#contact p {
	margin-top: 22px;
	padding: 0 8px;
	border-right: solid 1px #ccc;
}
#nav {
	width: 810px;
	float: left;
	clear: both;
	padding: 8px 0 8px 170px;
	position: relative;
	z-index: 500;
}
#nav ul li {
	border-right: solid 1px #e1e1e1;
}

/* Footer */

#footer {
	font-size: 70%;
	color: #999;
	background: url(../images/footer_bg.png) repeat-x left top;
	height: 30px;
	clear: both;
	margin: 0 10px;
}
#copyright {
	background: url(../images/footer_right.png) no-repeat right top;
}
#footer p {
	background: url(../images/footer_left.png) no-repeat left top;
	margin: 0;
	padding: 10px;
}


/* Content */

#content {
	width: 100%;
	float: left;
	clear: both;
}
#title {
	background: url(../images/title_bg.png) repeat-x left top;
	height: 50px;
	margin-left: 178px;
}
#side {
	width: 245px;
	float: left;
	padding: 20px 0 0 0;
}
#subnav {
	width: 245px;
	float: left;
	padding-bottom: 10px;
}
#subnav dl, #subnav dt, #subnav dd {
	width: 245px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav dl {
	border-top: solid 1px #e1e1e1;
}
#subnav dt, #subnav dd {
	line-height: 1.5em;
	border-bottom: solid 1px #e1e1e1;
}
#subnav dt {
	font-weight: bold;
}
#subnav dl a {
	width: 205px;
	float: left;
	padding: 0 20px;
}
#subnav dl a:hover {
	text-decoration: none;
	color: #fff;
	background: #1594d0;
}
#subnav dl a.on {
	color: #6bbde5;
}
#subnav dl a.on:hover {
	color: #fff;
}
.photo {
	font-size: 83%;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 10px;
}
#side + #contentinner {
	padding-left: 245px;
}
#bodytext {
	padding: 20px;
}
.map {
	width: 425px;
	float: right;
	margin: 0 0 20px 20px;
}
.bodyphoto {
	float: left;
	margin: 0 10px 10px 0;
}
.phototable td {
	font-size: 83%;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 5px;
}
.datatable, .datatable caption, .datatable th, .datatable td {
	border: solid 1px #ccc;
}
.datatable th, .datatable td {
	padding: 5px 10px;
}

/* Front */

#front {
	float: left;
	padding: 0 10px;
}
#front h2 {
	font-weight: bold;
	margin: 0;
}
#splash {
	background: url(../images/splash_bg.jpg) no-repeat left top;
	height: 385px;
	width: 960px;
	float: left;
}
#splash h1 {
	display: none;
}
#tools {
	height: 85px;
	width: 960px;
	margin-top: 300px;
}
#tools div {
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 240px;
	float: left;
}
#mypet {
	background-image: url(../images/front_mypet.png);
}
#videos {
	background-image: url(../images/front_videos.png);
}
#adoption {
	background-image: url(../images/front_adoptions.png);
}
#tour {
	background-image: url(../images/front_tour.png);
}
#tools h2, #tools p {
	margin: 0;
}
#tools h2 {
	font-size: 92%;
	line-height: 1.4em;
	padding: 10px 8px 0 80px;
}
#tools p {
	font-size: 85%;
	line-height: 1.4em;
	padding: 0 8px 0 80px;
}
#frontbottom {
	width: 490px;
	float: left;
	padding: 10px 0;
}
#frontbottom h2, #frontbottom h3, #frontbottom p, #intro p {
	margin-top: 0;
}
#frontbottom h2, #frontbottom p, #frontbottom label, #frontbottom input {
	font-size: 92%;
}
#frontbottom h2 {
	color: #6bbde5;
}
#special {
	color: #fff;
	background: url(../images/special_bg.png) no-repeat left top;
	height: 96px;
	width: 470px;
	float: left;
	margin-bottom: 10px;
}
#special a, #special a:visited {
	color: #fff;
}
#special h2, #special h3, #special p {
	margin: 0;
}
#special h2 {
	color: #d9edf7;
	padding: 2px 10px;
}
#special h3 {
	font-size: 165%;
	line-height: 1.1em;
	font-weight: normal;
	color: #fff;
}
#offer {
	text-align: right;
	width: 310px;
	padding: 0 10px;
	float: left;
	border-right: solid 1px #fff;
}
.specialbutton {
	float: left;
	padding: 5px 10px;
}
.specialbutton a {
	font-weight: bold;
	line-height: 24px;
	background-image: url(../images/button_special.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 24px;
	width: 96px;
	float: left;
}
.specialbutton a:link, .specialbutton a:visited {
	background-position: center top;
}
.specialbutton a:hover {
	text-decoration: none;
	background-position: center -24px;
}
#newsletter, {
	width: 194px;
	float: left;
	padding: 10px;
}
#newsletter p, #hours p, #newsletter label, #newsletter input {
	margin-bottom: .2em;
}
#hours {
	border-left: solid 1px #e1e1e1;
}
#newsletter h2 {
	background: url(../images/icon_newsletter.png) no-repeat left center;
	padding-left: 20px;
}
#newsletter form {
	margin: 0;
}
#newsletter fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.newsletterinput {
	font: 92% Arial, Helvetica, sans-serif;
	color: #5c6c73;
	background: url(../images/input_bg.png) repeat-x left top;
	width: 186px;
	padding: 2px;
	border: solid 1px #a1d0e7;
}
.newsletterbutton {
	font: bold 92% Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/button_signup.png) no-repeat center center;
	text-align: center;
	height: 20px;
	width: 57px;
	border: none;
}
#hours h2 {
	background: url(../images/icon_hours.png) no-repeat left center;
	padding-left: 15px;
}
#intro {
	font-size: 92%;
	line-height: 1.4em;
	width: 470px;
	float: left;
	padding: 10px 0;
}
.cap {
	float: left;
	padding: 2px 5px 0 0;
}
.download {
	font-weight: bold;
	background: url(../images/icon_download.png) no-repeat left top;
	padding-left: 15px;
}





#facebook {
	width: 194px;
	float: left;
	padding: 7px;
	border: solid 0px #e1e1e1;
}
#facebook {
	margin-bottom: .2em;
}


#facebook h2 {

	color: #4cb2e0;
	background: transparent;
	padding-left: 20px;
	padding-top: 7px;
	
	font-size: 14px;
}

#hours {
	width: 194px;
	float: right;
	padding: 10px;
}