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

#homepageBg
{
	width: 100%;
	background: url(../images/homepageBg.gif) top left repeat-x;
}

#innerpageBg
{
	width: 100%;
	background: url(../images/innerpageBg.gif) top left repeat-x;
}

#mainDiv
{
	width: 840px;
	margin: auto;
}

#homepageHeader
{
	background: url(../images/homepageHeaderBg.jpg) top left no-repeat;
	height: 183px;
	border-bottom: 15px solid #A4421E;
	position: relative;
}

#innerpageHeader
{
	background: url(../images/innerpageHeaderBg.jpg) top left no-repeat;
	height: 113px;
	border-bottom: 15px solid #A4421E;
	position: relative;
}

#homepageTitle
{
	position: absolute;
	top: 20px;
	left: 300px;
	font-size: 11px;
	text-align: center;
}

#innerpageTitle
{
	position: absolute;
	top: 40px;
	left: 300px;
	font-size: 11px;
	text-align: center;
}

#homepageTitle h1, #innerpageTitle h1
{
	font-size: 19px;
	font-weight: bold;
	margin: 4px 0px;
	padding: 0px;
}

#officeHours
{
	position: absolute;
	bottom: 20px;
	left: 380px;
	text-align: left;
	font-size: 11px;
}

#emergencies
{
	background: url(../images/emergencies.gif) 0px 0px no-repeat;
	padding-left: 15px;
	color: #FF4501;
	font-weight: bold;
	text-decoration: none;
}

#innerpageTopInfo
{
	position: absolute;
	top: 10px;
	left: 200px;
	font-size: 12px;
}

#directions
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: left;
	font-size: 12px;
}

#directions a
{
	background: url(../images/blueArrow.gif) 0px 2px no-repeat;
	padding-left: 8px;
	color: #21657E;
	text-decoration: none;
	font-weight: bold;
}

#logo
{
	background: url(../images/logo.gif) top left no-repeat;
	width: 149px;
	height: 83px;
	position: absolute;
	top: 10px;
	right: 10px;
}

#logo2
{
	background: url(../images/logo2.gif) top left no-repeat;
	width: 146px;
	height: 88px;
	position: absolute;
	top: 10px;
	right: 10px;
}

#menuDiv
{
	background: #BED0D4 url(../images/menuBottom.gif) bottom left no-repeat;
	width: 187px;
	float: left;
	margin-left: 5px;
	padding: 90px 0px;
}

.menuArrow
{
	float: right;
	border: 0px;
	margin-top: 4px;
}

#activeItem
{
	color: #ffffff;
}

#contentDiv
{
	background: url(../images/contentBg.gif) top left repeat-x;
	width: 610px;
	float: right;
	margin-right: 5px;
	min-height: 300px;
	text-align: left;
	font-size: 11px;
}

#contentDiv a
{
	color: #A83D03;
	font-weight: bold;
	text-decoration: underline;
}

#contentDiv h1
{
	color: #A4421E;
	font-size: 170%;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

#contentDiv h2
{
	font-size: 150%;
	font-weight: bold;
	margin: 8px 0px;
	padding: 0px;
}

#contentDiv h3
{
	font-size: 130%;
	font-weight: bold;
	margin: 8px 0px;
	padding: 0px;
}

#innerContentDiv
{
	margin: 10px;
	float: left;
	width: 350px;
}

#innerContentDiv a
{
	color: #A83D03;
	font-weight: bold;
	text-decoration: underline;
}

#innerContentDiv h1
{
	color: #A4421E;
	font-size: 170%;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

#innerContentDiv h2
{
	font-size: 150%;
	font-weight: bold;
	margin: 8px 0px;
	padding: 0px;
}

#innerContentDiv h3
{
	font-size: 130%;
	font-weight: bold;
	margin: 8px 0px;
	padding: 0px;
}

#leftContent
{
	margin: 10px;
	float: left;
	width: 330px;
}

#leftContent h1
{
	font-size: 13px;
}

#rightContent
{
	float: right;
	width: 230px;
	margin: 10px;
}


.leftList
{
	float: left;
}

.rightList
{
	float: right;
}

.spacer
{
	clear: both;
}

#petPortal
{
	background: url(../images/petPortalBg1.gif) top left no-repeat;
	text-align: center;
	width: 228px;
	height: 89px;
	padding-top: 1px;
}

#petPortalContainer
{
	background: url(../images/petPortalBg2.gif) top left no-repeat;
	margin: auto;
	margin-top: 10px;
	width: 190px;
	height: 63px;
	position: relative;
}

#petPortalLoginBtn
{
	position: absolute;
	bottom: 8px;
	left: 10px;
	border: 0px;
}

#petPortalLoginText
{
	position: absolute;
	bottom: 9px;
	right: 6px;
	font-size: 9px;
	text-align: left;
}

#petPortalLoginText a
{
	color: #000000;
}

#newsletterSignUp
{
	background: url(../images/newsletterBg.gif) top left no-repeat; 
	width: 228px;
	height: 160px;
	margin-top: 10px;	
	padding-top: 1px;
}

#newsletterContainer
{	
	margin: 50px 0px 0px 15px;
	font-size: 11px;
	/*font-weight: bold; */
	text-align: left;
}

.inputBox
{
	background: #ffffff; 
	border: 1px solid #000000;
	font-size: 11px;
	margin: 5px 0px;
}

.inputButton
{
	background: url(../images/newsletterSignUpBtn.gif) top left no-repeat;
	width: 56px;
	height: 21px;
	cursor: pointer;
	border: 0px;
}

#footerDiv
{
	clear: both;
	font-size: 10px;
	color: #A7A7A7;
	font-weight: bold;
	text-align: left;
	margin: 10px;
	padding-top: 10px;
}

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

#homepageBoxes
{
	clear: both;
}

#leftHomepageBox
{
	background: url(../images/leftHomepageBoxBg.gif) top left no-repeat;
	width: 182px;
	height: 143px;
	float: left;	
}

#middleHomepageBox
{
	background: url(../images/middleHomepageBoxBg.gif) top left no-repeat;
	width: 222px;
	height: 142px;
	float: left;
	margin-left: 2px;
}

#rightHomepageBox
{
	background: url(../images/rightHomepageBoxBg.gif) top left no-repeat;
	width: 198px;
	height: 143px;
	float: left;
	margin-left: 2px;
}

.boxTitle
{
	margin: 20px 0px 0px 70px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.boxText
{
	margin: 25px;
}

.boxText a
{
	background: url(../images/blueBoxArrow.gif) 0px 3px no-repeat;
	padding-left: 8px;
	color: #21657E;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#subMenu
{
	float: right;
	width: 218px;
	background: #DBC09E;
	position: relative;
	margin-top: 20px;
}

#subMenuTop
{
	background: url(../images/subMenuTop.gif) top left no-repeat;
	width: 218px;
	height: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#subMenuBottom
{
	background: url(../images/subMenuBottom.gif) bottom left no-repeat;
	width: 218px;
	height: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;	
}

#subMenu ul
{
	list-style: url(../images/subMenuArrow.gif);
}

#subMenu a
{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#activeSubMenuItem
{
	list-style: url(../images/activeSubMenuArrow.gif);
	font-weight: bold;
}