body
{
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

#mainDiv
{
	width: 860px;
	margin: auto;
	background: url(/images/mainDivBg.gif) top left repeat-y;
}

#logoDiv
{
	background: #ffffff;
	text-align: center;
	width: 192px;
	height: 210px;
	padding-top: 1px;
	float: left;
}

#logo
{
	background: url(/images/logo.gif) top left no-repeat;
	width: 143px;
	height: 192px;
	margin: auto;
	margin-top: 10px;
}

#menuDiv
{
	float: left;
	clear: left;
	margin-top: 2px;
	font-size: 12px;
}

.moreArrow
{
	background: url(/images/moreArrow.gif) 0px 5px no-repeat;
}

#activeItem
{
	background: #80C0C6
}

#footerDiv
{
	clear: both;
	background: #005A63;
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	padding: 5px;
}

#footerDiv a
{
	color: #ffffff;
	text-decoration: none;
}

#homepageHeader
{
	background: url(/images/homepageHeaderBg.gif) top left repeat-x;
	height: 258px;
	width: 668px;
	float: right;
	position: relative;
}

#innerHeader
{
	background: url(/images/innerHeaderBg.gif) top left repeat-x;
	height: 76px;
	width: 668px;
	float: right;
	position: relative;
	margin-top: 1px;
}

#homepageHeaderImg
{
	background: url(/images/homepageHeaderImg.jpg) top left no-repeat;
	width: 319px;
	height: 213px;
	position: absolute;
	top: 7px;
	left: 9px;
}

#addressInfo
{
	background: #ffffff url(/images/addressBg.gif) top left no-repeat;
	width: 336px;
	height: 18px;
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #00808D;
}

#innerAddressInfo
{
	background: #ffffff url(/images/addressBg.gif) top left no-repeat;
	width: 336px;
	height: 18px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #00808D;
}

#topLinks
{
	position: absolute;
	top: 25px;
	right: 115px;
	font-size: 13px;
	font-weight: bold;
}

#topLinks a
{
	color: #9CD7DD;
	text-decoration: none;
	margin-right: 20px;
}

#topLinks a:hover
{
	color: #ffffff;
}

#phoneFax
{
	position: absolute;
	top: 55px;
	right: 14px;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

#innerPhoneFax
{
	position: absolute;
	top: 10px;
	left: 14px;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

#officeHours
{
	position: absolute;
	top: 90px;
	right: 5px;
	width: 300px;
	height: 100px;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

#photoTour
{
	background: url(/images/photoTourIcon.gif) top left no-repeat;
	width: 260px;
	height: 35px;
	position: absolute;
	top: 180px;
	right: 5px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-left: 45px;
	font-weight: bold;
}

#photoTour a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}

#photoTour a:hover
{
	color: #9CD7DD;
}

#searchBox
{
	background: url(/images/searchBoxBg.gif) top left no-repeat;
	width: 273px;
	height: 23px;
	position: absolute;
	bottom: 1px;
	right: 0px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 3px;
}

.searchBoxInput
{
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 2px;
}

.searchBoxBtn
{
	background: #005A63;
	color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	cursor: pointer;
	width: 44px;
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	margin-right: 6px;
}

#homepageContent
{
	float: right;
	width: 650px;
	min-height: 650px;
	background: #ffffff url(/images/hmepageContentBg.jpg) bottom right no-repeat;
	text-align: left;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#homepageContent h1
{
	color: #EF3E35;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase
}















.emergencyLink
{
	font-size: 15px;
	color: #ED161F;
	font-weight: bold;
	text-decoration: underline;
}

.emergencyLink:hover
{
	color: #005A63;
}

#homepageBottomBox
{
	width: 400px;
	margin-right: 100px;
	border-top: 1px dotted #00808D;
	height: 200px;
}

#newsletterSignup
{
	margin-top: 10px;
}

#newsletterSignup h2
{
	font-size: 12px;
	text-transform: uppercase;
	color: #00808D;
	margin: 0px;
	padding: 0px;
}

.inputBox
{
	font-size: 10px;
	color: #005A63;
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
}

.inputButton
{
	background: #005A63;
	color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	cursor: pointer;
	width: 60px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	margin-right: 6px;
}

#fetchDog
{
	float: left;
	margin-right: 10px;
	border: 0px;
	clear: both;
}

#petPortal
{
	float: left;
	margin-right: 10px;
	border: 0px;
}

#homepageToolsBox
{
	margin-top: 30px;   /* drop to accommodate content text; 6/12/08 aam */
	margin-left: -65px;
	width: 250px;
	height: 160px;		
	float: left;
	font-size: 12px;
	color: #00808D;
	border: 0px solid #000000;
}

#homepageToolsBox a
{
	font-weight: bold;
	text-decoration: none;
	background: url(/images/tealArrow.gif) 0px 4px no-repeat;
	padding-left: 10px;
	color: #00808D;
}

.toolsBox
{
	margin: 4px;
	clear: both;
}

.homepageToolsIcon
{
	float: left;
}

.toolsBoxText
{
	float: right;
	width: 192px;
	text-align: left;
}

#innerContent
{
	float: right;
	width: 650px;
	min-height: 580px;
	text-align: left;
	font-size: 12px;
}

.withBackground
{
	background: url(/images/sideBarBg2.gif) top right repeat-y;
}

#sideBar
{	color: #ffffff;
	float: right;
	width: 245px;
	text-align: left;
}

.sideBarPic
{	
	border: 1px solid #4CA6AF;
	margin-top: 8px;
}

#sideBar ul
{
	margin: 10px;
	padding: 0px;
}

#sideBar li
{
	color: #ffffff;
	list-style: url(/images/sideBarArrow23.gif) inside;
	margin: 2px 0px;
}

#innerContent #sideBar a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#innerContent #sideBar a:hover
{
	color: #ffffff;
	
}
























#innerContent h1
{
	font-size: 24px;
	color: #D6141C;
	border-bottom: 1px dotted #80C0C6;
	font-weight: normal;
}

#innerContent h2
{
	font-size: 16px;
	font-weight: normal;
	color: #EF3E35;
}

#innerContent a
{
	color: #00808D;
	font-weight: bold;
	text-decoration: none;
}

#innerContent a:hover
{
	color: #00646E;
}

#innerContentContainer
{
	width: 370px;
}

.firstaidVital {
	font-weight: bold;
}
.firstaidVital strong {
	color: #0000ff;
}
.firstaidVital em {
	color: #ff0000;
}
.firstaid strong {
	color: #0000ff;
}
.firstaid em {
	font-weight: bold;
	color: #ff0000;
}

.error{
color: #ff0000;
}
input, select, textarea {
color: #00808D;
font-size: 12px;
}

#searchBox form, #searchBox fieldset {
margin: 0;
padding: 0;
border: none;
}


img {
border: 0px;
}




.boarding
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	
}







#petportalbox4
{
	float: right;
	margin-top: 60px;
	margin-right: 50px;
	width: 100px;
	min-height: 100px;
	text-align: left;
	font-size: 12px;
	border: 0px solid #000000;
}








li
{
	margin: 10px;
	padding-bottom: 3px;
}















#petportalbox
{
	margin-bottom: -430px;   /* drop to accommodate content text; 6/12/08 aam */
	margin-right: -400px;
	width: 120px;
	height: 130px;	

	float: right;
	
	
	border: 0px solid #000000;
}



#petportalbox img
{
	
	padding-left: 60px;

}

#petportalbox p
{
	
	padding-left: 60px;
	width: 100px;

}

#petportalbox2
{
	margin-top: -40px;   /* drop to accommodate content text; 6/12/08 aam */
	margin-right:-400px;
	width: 150px;
	height: 140px;	
	padding-left: 0px;
	float: right;
	font-size: 12px;
	color: #00808D;
	border: 1px solid #000000;
}



#petportalbox2 img
{
	
	padding-left: 60px;

}

#petportalbox2 p
{
	
	padding-left: 60px;
	width: 100px;

}

