
/* Reset styles -------------------------------------------------------------- */

body,div,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea, p {margin:0; padding:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}

/* --------------------------------------------------------------------------- */

body {
	font-size: 12px;
	color: #300;
	font: 12px verdana, tahoma, arial;
	background: url(../../images/body-bg.gif) repeat-y center #e5dab8;
}
a {
	color: #063;
}
h2, p{
	margin-bottom: 1em;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
img {
	text-decoration: none;
}
h2 {
	color: #026;
}
#container {
	width: 770px;
	margin: 0 auto;
}
blockquote {
	margin: 0 0 10px 15px;
	padding: 0;
}
ul {
	margin: 0 0 10px 15px;
	padding: 0;
}
li {
	margin: 0 0 10px 0;
}
#header {
	display: block;
	width: 770px;
	height: 230px;
	background: url(../../images/header-bg.jpg) no-repeat;
}
#img-fade-front {
	min-height: 126px;
	background-repeat: no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#img-fade-back {
	min-height: 126px;
	background-repeat: no-repeat;
}
#main {
	float: left;
	width: 770px;
	background-color: #e5dab8;
}
#nav {
	float: left;
	display: block;
	width: 180px;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
}
#nav ul li a {
	display: block;
	padding-left: 10px;
	color: #063;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	background: url(../../images/nav-bg.gif) bottom repeat-x;
}
#nav ul li a:hover {
	color: #041;
	background: url(../../images/nav-bg-hover.gif) bottom repeat-x;
}

.content {
	float: left;
	display: block;
	padding: 15px;
	width: 550px;
	background-color: #f2e9ce;
}
.content p, .content h1, h2 {
	margin-bottom: 1em;
}
#phone-numbers td {
	font-size: 10px;
}
.staff-photo-single {
	float: left;
	margin: 5px;
	width: 125px;
}
.staff-photo img {
	width: 120px;
}
.pet-photo {
	float: left;
	margin: 5px;
}
.pet-photo img {
	width: 250px;
}
.gallery_box {
	float: left;
	margin: 5px 10px;
	padding: 3px;
	width: 100px;
	height: 100px;
	border: 1px solid #E5DAB8;
}
.footer-links {
	clear: left;
	margin-top: 20px;
	border-top: 1px solid #ccc2a3;
	padding-top: 10px;
}