/* HTML Defaults */



body {

	font: 82%/1.4em Georgia, "Times New Roman", Times, serif;

	color: #4e4743;

}

body.page {

	font: 82%/1.4em Georgia, "Times New Roman", Times, serif;

	color: #4e4743;

	background: #4e4743 url(../images/body_bg.png) repeat left top;

	margin: 0;

	padding: 0;

}

a {

	text-decoration: none;

	color: #933d0b;  /* make more distinct; was #71320d; 7/28/09 AAM */

}

a:hover {

	text-decoration: underline;

	color: #425905;

}

h1 {

	font-size: 200%;

	line-height: 1.15em;

	font-weight: normal;

	margin: 0;

}

h2 {

	font-size: 138%;

	line-height: 1.15em;

	font-weight: normal;

	color: #425905;

}

h3 {

	font-size: 115%;

	font-weight: bold;

	color: #425905;

}

h4 {

	font-size: 100%;

	font-weight: bold;

	color: #425905;

}

img {

	border: none;

}

hr {

	color: #dec4ad;

	background: #dec4ad;

	height: 1px;

	padding: 0;

	border: none;

}



/* Main Containers */



#container {

	background: url(../images/container_bg.png) repeat-y center top;

	width: 1000px;

	margin: 0 auto;

}

#main {

	background: url(../images/main_bg.png) no-repeat 10px top;

	width: 980px;

	float: left;

	clear: both;

	padding: 0 10px;

}

.clear {

	clear: both;

}



/* Header */



#header {

	background: url(../images/header_bg.png) no-repeat center top;

	height: 84px;

	width: 980px;

	float: left;

	clear: both;

	padding: 10px 10px 0 10px;

}

#pagefront #header {

	background: url(../images/header_bg_front.png) no-repeat center top;

}

#header p {

	margin: 0;

}

#logo, #logo p, #logo a {

	height: 44px;

	width: 572px;

	float: left;

}

#logo {

	background: url(../images/header_logo.png) no-repeat left top;

	border-right: solid 1px #dec4ad;

}

#logo a {

	text-indent: -9999px;

}

#contact {

	font-size: 78%;

	line-height: 1.5em;

	width: 265px;

	float: left;

	padding: 0 0 0 10px;

}

#contact strong {

	font-size: 180%;

	line-height: 1.15em;

	font-weight: normal;

	color: #425905;

}

#emergencies {

	font-size: 105%;

	line-height: 1.3em;

	text-transform: uppercase;

	letter-spacing: .05em;

	text-align: center;

	height: 50px;

	width: 130px;

	float: right;

}

#emergencies a {

	height: 40px;

	width: 130px;

	float: right;

	padding-top: 10px;

}



/* Nav */



#nav {

	color: #f0e2ce;

	background: #71320d;

	width: 180px;

	float: left;

}

#nav ul, #nav ul li {

	width: 180px;

	float: left;

}

#nav ul {

	background: #71320d url(../images/nav_bg.png) no-repeat left top;

	margin: 0;

	padding: 0;

}

#nav ul li {

	text-transform: uppercase;

	text-align: right;

	list-style: none;

	border-bottom: solid 1px #91674f;

	position: relative;

}

#nav ul li a {

	color: #f0e2ce;

	width: 170px;

	float: left;

	padding: 2px 10px 2px 0;

}

#nav ul li a:hover, #nav ul li:hover a, #nav ul li:hover ul li a:hover, #nav ul li.sfhover ul li a:hover {

	text-decoration: none;

	background: #91674f;

}

#nav ul li ul li a {

	width: 160px;

	padding: 2px 10px;

}

#nav ul li:hover ul li a {

	background: transparent;

}

#nav ul li ul {

	display: none;

	width: 180px;

	padding: 0;

	border-top: solid 1px #91674f;

	border-right: solid 1px #91674f;

	border-left: solid 1px #91674f;

	position: absolute;

	top: -1px;

	left: 180px;

}

#nav ul li:hover ul, #nav ul li.sfhover ul {

	display: block;

}

#nav ul li ul li {

	text-transform: none;

	letter-spacing: normal;

	text-align: left;

	width: 180px;

	border-bottom: solid 1px #91674f;

}

#nav ul li#petportal {

	background: #425905;

	height: 68px;

	width: 180px;

}

#nav ul li#petportal a {

	background-color: transparent;

	background-image: url(../images/petportal_bg.png);

	background-repeat: no-repeat;

	background-position: left top;

	text-align: left;

	text-indent: -9999px;

	height: 68px;

	width: 180px;

	padding: 0;

}

#nav ul li#petportal a:hover {

	background-color: transparent;

	background-position: left -68px;

}

#special {

	background: #425905;
	
	width: 160px;

	float: left;

	clear: both;

	padding: 10px;

}

#special h2, #special p {

	font-size: 115%;

	line-height: 1.3em;

	color: #f0e2ce;

	margin: 0 0 .5em 0;

}

#special h2 {

	text-transform: uppercase;

	letter-spacing: .05em;

}

#special strong {

	font-size: 120%;

	line-height: 1.15em;

	color: #fff;

}

a.specialbutton {

	font: bold 80%/20px Arial, Helvetica, sans-serif;

	color: #fff;

	background: url(../images/special_button.png) no-repeat center top;

	display: block;

	text-align: center;

	height: 20px;

	width: 118px;

}

a.specialbutton:hover {

	color: #fff;

	text-decoration: none;

	background-position: center -20px;

}



/* Footer */



#footer {

	font: 70%/1.2em Arial, Helvetica, sans-serif;

	color: #af998c;

	background: url(../images/footer_bg.png) no-repeat center bottom;

	height: 40px;

	width: 980px;

	float: left;

	clear: both;

	padding: 32px 10px 10px 10px;

}

#pagefront #footer {

	background: url(../images/footer_bg_front.png) no-repeat center bottom;

}

#footer p {

	margin: 0;

	padding: 10px 20px;

}



/* Content */



#content {

	margin-left: 180px;

}

#contentinner, #front {

	width: 800px;

	float: left;

}

#title {

	color: #f0e2ce;

	padding: 10px 25px;

}

.biophoto {          /* added for bios AAM 7/23/09 */

	font-size: 85%;

	line-height: 1.2em;

	text-align: center;

	float: left;

	margin: 1em 1.5em .5em 0;

}

#side {

	color: #f0e2ce;

	width: 250px;

	float: right;

	padding: 0 5px;

}

.sidephoto {

	text-align: center;

	width: 250px;

	float: left;

	clear: both;

}

#subnav dl, #subnav dt, #subnav dd {

	width: 250px;

	float: left;

}

#subnav dl {

	font-size: 105%;

	line-height: 1.3em;

	text-transform: uppercase;

	background: #425905 url(../images/sidenav_bg.png) repeat-x left top;

	margin: 0;

	padding: 0;

	border-top: solid 1px #91674f;

}

#subnav dt, #subnav dd {

	color: #e1bf9c;

	margin: 0;

	padding: 0;

	list-style: none;

	border-bottom: solid 1px #91674f;

}

#subnav dt {

	font-size: 130%;

	line-height: 1.2em;

}

#subnav dl a {

	color: #f0e2ce;

	width: 220px;

	float: left;

	padding: 5px 15px;

}

#subnav dl a:hover {

	text-decoration: none;

	background: #91674f;

}

#subnav dl a.on {

	color: #e1bf9c;

}

/* added p for tool sides MAD 7/13/09*/

#subnav p {

	color: #f0e2ce;

	width: 220px;

	float: left;

	padding: 5px 15px;

}

#bodytext {

	background: #f5e8d6;

	min-height: 430px;

	width: 750px;

	float: left;

	margin: 0 0 10px 5px;

	padding: 20px;

}

#side + #bodytext {

	width: 495px;

}

.quote {

	font-size: 115%;

	line-height: 1.3em;

	clear: both;

	padding: 10px 15px;

	border-top: solid 1px #91674f;

}

#front .quote {

	padding: 10px 0;

}

.quote p {

	margin: 0;

}

.quote cite {

	font-size: 75%;

	font-style: italic;

}



/* Front */



#front {

	color: #f0e2ce;

	background: url(../images/front_bg.png) no-repeat left 316px;

}

#fronttitle, #fronttitle h1 {

	height: 316px;

	width: 800px;

}

#fronttitle {

	background: url(../images/photo_front.jpg) no-repeat left top;

}

#fronttitle h1 {

	text-indent: -9999px;

}

#intro {

	width: 485px;

	float: left;

	padding: 10px 25px 0 25px;

}

#intro p {

	margin: 0 0 .5em 0;

}

.cap {

	font-size: 3.8em;

	line-height: 1em;

	color: #617e14;

	float: left;

	margin-right: .15em;

}

#frontservices {

	width: 245px;

	float: right;

	padding: 10px 10px 0 10px;

}

#frontservices ul {

	font-size: 108%;

	color: #fff;

	margin: 0 0 1em 0;

	padding: 0;

}

#frontservices ul li {

	background: url(../images/check_front.png) no-repeat left 4px;

	margin: 0 0 .5em 0;

	padding-left: 18px;

	list-style: none;

}


#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;
}




.facebook a {
	background-image: url(../images/icon_facebook.png);
}






















