/* PATCH YUI-Gx NESTING */
.yui-g .yui-g {
	width: 48.5%;
}
/* STRUCTURE / POSITIONAL */
#hd {
	text-align: center;
}

#bd {
	margin-top: 23px;
	padding: 0 25px;
}

#ft {
display:none;
}

.imagecontrol {
float:none;margin: 0 auto; width:700px;
}

/* FONTS / TYPOGRAPHY */
body {
	font-family: "Times New Roman";
}

h1 {
	font-family: Arial; 
	font-size: 153.9%;
	font-weight: bold;
	line-height: 130%;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

p {
	font-size: 108%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0;
	line-height: 130%;
	text-align: justify;
	text-indent: 2em;
}

#ft p {
	font-size: 93%;
	margin-bottom: 0;
	line-height: 120%;
	text-align: center;
	text-indent: 0;

}

p.center, #ft p {
	text-align: center;
	text-indent: 0;
}

p.animalCare {
	clear: both;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
	text-indent: 0;
}

p.address {
	text-align: center;
	line-height: 130%;
	font-size: 153.9%;
	font-weight: bold;
	margin: 0;
	text-indent: 0;
}

p.byappt {
	font-size: 116%;
	text-align: center;
	line-height: 130%;
	margin: 0;
	text-indent: 0;
}

p.telno {
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	font-size: 161.6%;
	margin: 0;
	text-indent: 0;
}

p.hours {
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	font-size: 131%;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	text-indent: 0;
}

table {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

td, th {
	border: 0;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding: 0;
}

th {
	text-align: left;
}

td.prices {
	text-align: right;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

ul li {
	font-size: 85%;
	line-height: 160%;
	list-style: square;
	list-style-image: none;
	list-style-position: outside;
	margin-bottom: 0.5em;
}

a, a:link, a:visited {
	text-decoration: none;
}

a.compucare, a.compucare:link, a.compucare:visited  {
	font-family: Verdana; 
	font-size: 77%;
	color: #4868C8;
	font-weight: bold;
}

a.compucare:hover {
	border-bottom: 1px dotted #4868C8;
}

/* COLORS */

body {
	color: #000;
}

h1, h2, h3 {
	color: #355E3B;
}

p.telno {
	color: #355E3B;
}

p.animalCare {
	color: #355E3B;
}

/* standard links */
a, a:link, a:visited {
	color: #355E3B;
}

a:hover {
	color: #006600;
}

#doc {
	background-color: #FFF;
}

/* NAVIGATION */

#navcontainer
{
display:none;
}

/*  SHADOWS */

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }