body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	background: url(../images2/bg/bodyTall.gif) repeat-x;
}
body.home {
	background: url(../images2/bg/bodyTall.gif);
}

a {
	color: #024D9A;
}

#headerTable {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	background: #FFF;
}
#bodyTable {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#headerWrapper {
	z-index: 9;
}

#contentWrapper {
	padding-top: 1px;
	background: #FFF;
	z-index: 0;
}

.navRow {
	height: 35px;
	background: #496815;
}

td {
	font-size: 76%;
	color: #3C5611;
}

.contentCell,
.contentCellProf,
.contentSidebar {
	padding: 0 15px;
	background: #FFECB2;
	color: #3C5611;
}
.contentCellProf {
	background: #D4E2EF;
}
.contentSidebar {
	padding-top: 15px;
}

form#searchForm {
	text-align: left;
	float: right;
	margin-right: 10px;
}

.g {
	color: #3C5611;
}

h1, h2, h3, h4, h5, h6 {
	font-family: times, times new roman, serif;
	color: #3C5611;
	color: #2B4500;
	margin: 1em 0 6px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}

h1.rule, h2.rule, h3.rule, h4.rule {
	border-bottom: 1px solid #CCCAA2;
}

.center {
	text-align: center;
}

p {
	margin: 7px 0 1em 0;
}

div.appointment {
	width: auto;
	margin: 15px 0;
	background: #FFF7E7 url(../images/bg/attentionDog.jpg) top right no-repeat;
	border: 1px solid #98A975;
	padding: 8px;
}
div.appointment h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 6px 0;
	color: #D00;
}
div.appointment p {
	width: 80%;
}

.backToTop {
	text-align: right;
	border-bottom: 1px solid #9D9;
	padding-bottom: 5px;
}

img.person {
	border: 1px solid #98A975;
}

ul.credentials {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.credentials li {
	font-size: 90%;
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	background: url(../images/li/bullet.gif) no-repeat 5px 3px;
}

form {
	margin: 0 0 8px 0;
}

hr { text-align: right; width: 100%; height: 1px; color: #888; border: none; } /* For Internet Explorer */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #888; border: 0px solid #888; } /* For Opera and Gecko-based browsers */




/* sidebars */

.side1 {
	margin-bottom: 15px;
	width: auto;
	background: #FFF7E7;
	border: 1px solid #E3DBCC;
	border-right: 1px solid #CFC7B9;
	border-bottom: 1px solid #CFC7B9;
	padding: 8px;
}
	.side1 h3 {
		margin-top: 0;
		background: #798A58;
		color: #FFF;
		padding: 4px;
	}
	
	.side1 li a {
		text-decoration: none;
	}
	.side1 li a:hover {
		text-decoration: underline;
	}
	
	li.currentPage {
		font-weight: bold;
	}

img.sideAccent {
	margin-bottom: 15px;
}



/* lists */

ul.arrow {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.arrow li {
	margin: 0 0 6px 0;
	padding: 0 0 0 23px;
	background: url(../images/li/straightArrow.gif) no-repeat 5px 1px;
}




/* home page */

#homeWelcome {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica;
}
#homeBanner {
	padding: 15px 10px 5px 10px;
	background: #FFF4D2;
	border: 1px solid #ECA;
}
#homeByline1 {
	text-align: center;
	margin: 10px 0 0 0;
}
#homeByline2 {
	text-align: center;
	margin: 10px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
}

.newsTable h3 {
	margin: 0 0 4px 0;
}
.newsTable img {
	margin-right: 8px;
}


/* article template */

table.articleHeader {
	border-bottom: 1px solid #9D9;
	margin-bottom: 10px;
}

h2.articleTitle {
	margin: 1em 0 0 0;
	color: #000;
}
h3.articleByline {
	margin-top: 0;
}

p.author {
	margin-bottom: 5px;
	font-weight: bold;
}

a.ppt {
	font-size: 16px;
	font-weight: bold;
}

div.navContainer {
	position: relative;
	height: 35px;
}
div.navContainer a {
	display: block;
	padding-top: 3px;
	height: 32px;
	color: #FFF7E7;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
* html div.navContainer a {
	height: 35px;
}
div.navContainer a.offNav {
	background: #496815;
}
div.navContainer a.overNav {
	background: #FFF7E7;
	color: #496815;
}

div.navContainer ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 36px;
	left: 0;
	width: 195px;
	list-style-type: none;
}
div.navContainer ul li {
	margin: 0;
	padding: 0;
	width: 195px;
}
div.navContainer ul a {
	display: block;
	padding: 5px 5px;
	margin: 0;
	width: 195px;
	w\idth: 185px;
	height: 21px;
	he\ight: 11px;
	background: #FFF7E7;
	color: #496815;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
* html div.navContainer a {
	width: 195px;
}
div.navContainer ul a:hover {
	background: #f6e28d;
}
div.termsofuse a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

a#departments2 {
	width: 106px;
}
a#clients2 {
	width: 79px;
}
a#library2 {
	width: 100px;
}
a#news2 {
	width: 101px;
}
a#careers2 {
	width: 80px;
}
a#contact2 {
	width: 101px;
}
a#links2 {
	width: 70px;
}
a#professionals2 {
	width: 115px;
}

div.navContainer ul#professionalsNav {
	left: -80px;
}




/******** subnav configuration *********/
body.clients-appointments li#nAppointments { font-weight: bold; }
body.clients-whyChoose li#nWhyChoose { font-weight: bold; }
body.clients-commonQuestions li#nCommonQuestions { font-weight: bold; }
body.clients-petHospitalized li#nPetHospitalized { font-weight: bold; }
body.clients-tour li#nTour { font-weight: bold; }
body.clients-costCare li#nCostCare { font-weight: bold; }
body.clients-patientInformation li#nPatientInformation { font-weight: bold; }
body.clients-dealing li#nDealing { font-weight: bold; }
body.clients-locations li#nLocations { font-weight: bold; }
body.clients-hotels li#nHotels { font-weight: bold; }

body.news-about li#nAbout { font-weight: bold; }

body.careers-internships li#nInternships { font-weight: bold; }
body.careers-specialists li#nSpecialists { font-weight: bold; }
body.careers-technicians li#nTechnicians { font-weight: bold; }
body.careers-other li#nOther { font-weight: bold; }

body.professionals-hospitalServices li#nHospitalServices { font-weight: bold; }
body.professionals-continuingEducation li#nContinuingEducation { font-weight: bold; }
body.professionals-recentArticles li#nRecentArticles { font-weight: bold; }

