body {
	margin: 0;
	padding: 0;
	background: #b8b98e url(../img/layout/inside/body.png) 0 0 repeat-x;
	font-family: Arial, "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h1 {
	font-size: 2.2em;
	color: #96875f;
	padding: 20px 12px;
	margin: 0;
	background: url(../img/layout/inside/h1_border.png) left bottom no-repeat;
}
h1 span { display: block; font-size: 13px; }

h2 {
	font-size: 1.8em;
	color: #8C7C53;
	margin: 0;
	padding: 5px 6px 20px 6px;
}

h3 {
	font-size: 1.4em;
	color: #704E3E;
	margin: 0;
	padding: 5px 6px 12px 6px;
}

p {
	font-size: 1.3em;
	margin: 0;
	padding: 0 6px 12px 6px;
	line-height: 1.3;
}

a { 
	font-weight:bold;
	color: #997766;
}

a:hover {
	color: #b49b8e;
}

a#pet_portal {
position: absolute;
background: url(../img/layout/pet_portal.png) 0 0 no-repeat;
top: 475px;
left: 17px;
width: 165px;
height: 35px;
z-index:10;
}
	

li { font-size: 1.3em; }
table td {font-size: 12px;}

.hr { border-bottom: 1px solid #704E3E; width: 500px; margin: -3px 10px 20px -3px;  }

div#wrapper {
	position: relative;
	width: 779px;
	background: #fff url(../img/layout/inside/wrapper.png) 0 0 repeat-y;
	margin: 0 auto;
	text-align: left;
}

div#header {
	position: relative;
	width: 779px;
	height: 68px;
	top: 0;
	left: 0;
	background: #ffc url(../img/layout/inside/body.png) 0 0 repeat-x;
}

ul#nav {
	position: absolute;
	top: 45px;
	margin: 0;
	padding: 0;
}

ul#nav, ul#nav ul {list-style: none;}

ul#nav li {
	position: absolute;
	width: 77px;
	height: 35px;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	display: block;
	height: 35px;
}

ul#nav li#nav0 { left: 0px }
ul#nav li#nav0 a#link0 { background: url(../img/layout/inside/nav/0.png) 0 0 no-repeat; width: 77px; }
ul#nav li#nav1 { left: 77px }
ul#nav li#nav1 a#link1 { background: url(../img/layout/inside/nav/1.png) 0 0 no-repeat; width: 76px; }
ul#nav li#nav2 { left: 153px }
ul#nav li#nav2 a#link2 { background: url(../img/layout/inside/nav/2.png) 0 0 no-repeat; width: 77px; }
ul#nav li#nav3 { left: 550px }
ul#nav li#nav3 a#link3 { background: url(../img/layout/inside/nav/3.png) 0 0 no-repeat; width: 75px; }
ul#nav li#nav4 { left: 625px }
ul#nav li#nav4 a#link4 { background: url(../img/layout/inside/nav/4.png) 0 0 no-repeat; width: 76px; }
ul#nav li#nav5 { left: 701px }
ul#nav li#nav5 a#link5 { background: url(../img/layout/inside/nav/5.png) 0 0 no-repeat; width: 78px; }

ul#nav li ul {
	position:relative;
	z-index: 9999;
	margin: 0;
	padding: 0;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { left: auto; position: static; }

ul#nav li ul li {
	position:relative;
	margin-left: 1px;
	width: 10em;
	background: #fff;
	height: 2.4em;
	line-height: 2.4;
	font-size: 12px;
}

ul#nav li ul li a {
	border: 1px solid #000;
	display: block;
	height: 2.4em;
	text-decoration: none;
	background: #7c5a49;
	color: #fff;
	padding: 0 6px;
}

ul#nav li ul li a:hover {
	background: #beb8ae;
	color: #000;
}

ul#nav li.middle ul li a {
	background: #96875f;
	color: #fff;
}

ul#nav li.middle ul li a:hover {
	background: #d6d6bd;
	color: #000;
}


div#logo {
	position: absolute;
	width: 320px;
	height: 78px;
	top: 12px;
	left: 230px;
	background: url(../img/layout/inside/logo.png) 0 0 no-repeat;
}

div#content {
	position: relative;
	width: 775px;
	margin: 50px 2px 1px 2px;
	min-height: 440px;
	height: auto!important;
	height: 440px;
}

div#left_column {
	position: absolute;
	width: 230px;
	left: 0;
	top: -38px;
}

div#right_column {
	margin: 0 20px 0 245px;
	padding: 0 0 20px 0;
}

div#footer {
	width: 779px;
	height: 37px;
	background: url(../img/layout/inside/footer.png) 0 0 no-repeat;
}

div#gmap {
	border: 5px solid #704E3E;
	width: 470px;
	height: 350px;
	margin: 10px 0 10px 10px;
}

p#gaddress { text-align: center; }

.center {text-align:center;}
.fr {float: right;margin: 0 0 5px 25px;}
.f1 {float: left;margin: 0 25px 5px 0;}
.clear { clear: both; }

p#copyright { font-size: 1.2em; padding: 12px; }

p.caption { text-align: center; margin-top: 6px; font-weight: 700; font-size: 11px; }

div#contact_form {
	margin: -15px 0 0 95px;
}

div#contact_form p {
	font-size: 1.3em;
	padding: 2px 0 2px 0;
}

div.links { margin-top: -25px; }

p.indent { margin-left: 25px; }

div#employment_app {
	border: 1px solid #7B5948;
	font-size: 1.2em;
}

table#emplymentapp1 p {
	font-size: 1em;
	margin-left: 30px;
}

p.app_header {
	font-size: 1.5em;
	margin-left: 10px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	background-color: #7B5948;
	margin: 0 0 15px 0;
}

p.app_subheader {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

p.app_agreement {
	text-align:center;
	font-size: .9em;
}

p.app_signature {
	text-align: center;
	font-size: 1em;
}

/*PETCARE ARTICLE STYLES*/

.VPA_category_name {  font-weight: bold; margin: 0; padding: 15px 12px 15px 16px; font-size: 1.4em; }
 
div#pca_list { text-align: left; margin: 0 20px 0 25px;  } 

div#pca_list p, div#pca_list div { padding: 6px 0; }

div#pca_list h3 {  font-size: 1.7em; text-align: center; }

div#pca_list h3 a { color: blue; }

div.VPA_links { margin: 0 0 30px 40px; }

div.VPA_links p { margin: 0; }

div#pca_article img { padding: 15px; }

p.pca_nav { text-align:center;
			padding: 25px 0 10px 16px;}


/*PETCARE ARTICLE SEARCH STYLES*/


div#pca_containment_unit { text-align: center; }
form#pca_search div {
	text-align:right;
	margin-left: -80px;
	height: 2em;
	width:400px;
	padding: 10px;
}

form#pca_search div label span {
	float: left;
	width: 125px;
	margin-top: -4px;
	font-size: 1.3em;
	line-height: 2.2;
}

form#pca_search div input,form#pca_search div select {
	width: 235px;
	margin:1px;
}

form#pca_search div input#pca_submit { width: auto; }

/*NEWSLETTER STYLES*/

.VNL_title { 	
	font-size: 1.8em;
	color: #8C7C53;
	margin: 0;
	padding: 5px 6px 20px 6px;
}

div#VNL_links { font-size: 1.3em; margin: -20px 0 5px 50px; padding: 0 0 20px 0; border-bottom: 1px solid #704E3E; width: 450px}

div#VNL_links div { padding: 4px 0; }

div.VNL_Article { margin: 2px; padding-bottom: 5px; }

div.VNL_Article h1 { bottom: 10px; }

div.VNL_Article div, div.VNL_Article p { padding: 10px 0 10px 0 ; }

div.VNL_Article ul li { padding: 5px 0 5px 0; margin: 5px 0 5px 0; }

div.VNL_Article ol li { padding: 2px 0 2px 0; margin: 5px 0 5px 0; }

div.VNL_top { font-size:1.2em; }

div.VNL_hr { border-bottom: 1px solid #704E3E; width: 500px; margin: -3px 0 20px -3px;  }

div.VNL_copy { margin-top: -60px; }