/*-----------------------------------------------------------------------------------------
 												FOOTER STYLING
-----------------------------------------------------------------------------------------*/
td.footerBreak {
	width: 961px;
	height: 17px;
	font-size: 5px;
	background-image: url(images/footer-break-vet.png);
	background-repeat: no-repeat;
}

#foot{
	padding: 0;
	border: 0;
	display: block;
	float: none;
	clear: both;
	width: 951px;
	height: 215px;
	margin:0 0 0 5px;
	background-color: #123e89;
	color: #FFF;
}

span.PetsAtHome { color: #6eb22d; }

font.Angelina, font.vetfooterAngelina {
	visibility: hidden;
	font-size: 24px;
}

/*-----------------------------------------------------------------------------------------
 												LINKS
-----------------------------------------------------------------------------------------*/
a { color: #81BC3C; text-decoration: none; }

a:hover, a:hover.clean { color: #81BC3C; text-decoration: underline; }

/*-----------------------------------------------------------------------------------------
 												COMMON - HEAD
-----------------------------------------------------------------------------------------*/
td.menuBG {
	width: 758px;
	height: 80px;
	background-image: url(images/vet-menu.png);
	background-repeat: no-repeat;
}

.searchBtn {
	background-image: url(images/go-arrow.png);
	background-repeat: no-repeat;
}

a.petLink, a:hover.petLink {
	display: block;
	width: 220px;
	height: 54px;
	text-decoration: none;
	border: 0;
}

/*-----------------------------------------------------------------------------------------
 												COMMON - MENU
-----------------------------------------------------------------------------------------*/
#menu { clear: both; padding: 0; margin: 0; }

#menu br { margin-top: 3px; }

#menu a{ text-decoration: none; }

#menu a:hover{ color: #a98752; }

#menu table{
	border-collapse: collapse;
	border: 0;
	font-size: 24px;
	margin-bottom: 14px;
	width: 100%;
	background: url(images/menu-bg.jpg) repeat-x;
}

#menu td{
	text-align: center;
	height: 80px;
	padding: 0;
}

#menu td a{
	font-family: helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 189px;
	color: #FFF;
	font-size: 16px;
}

#menu td a.menu-end{
	font-family: helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 191px;
	color: #FFF;
	font-size: 16px;
}

#menu td a:hover{
	font-family: helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 189px;
	color: #123e89;
	font-size: 16px;
	text-decoration: none;
	background: url(images/vet-menu-active.png) no-repeat;
}

#menu td a:hover.menu-end{
	font-family: helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 191px;
	color: #123e89;
	font-size: 16px;
	text-decoration: none;
	background: url(images/vet-menu-active-end.png) no-repeat;
}

#menu td a.active-menu, #menu td a.active-menu:hover{
	font-family: helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	height: 80px;
	width: 189px;
	color: #123e89;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	background: url(images/vet-menu-active.png) no-repeat;
}

#menu td a.active-menu-end, #menu td a.active-menu-end:hover{
	font-family: helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	height: 80px;
	width: 191px;
	color: #123e89;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	background: url(images/vet-menu-active-end.png) no-repeat;
}

/*-----------------------------------------------------------------------------------------
 												LEFT MENU
-----------------------------------------------------------------------------------------*/
ul.level1, ul.level2 {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

a.Submenu1,a:hover.Submenu1,a.Submenu2,a:hover.Submenu2 { color: #123e89; }

a.activeSubmenu1 { color: #000; font-weight: bold; text-decoration: none; }
a.activeSubmenu2 { color: #000; text-decoration: none; }

a:hover.activeSubmenu1 { color: #000; font-weight: bold; text-decoration: none; }
a:hover.activeSubmenu2 { color: #000; text-decoration: none; }

/*-----------------------------------------------------------------------------------------
 												FORMAT
-----------------------------------------------------------------------------------------*/
h1{ font-size: 21px; color: #123e89; font-family: helvetica; letter-spacing: 2px; }
h2{ font-size: 18px; color: #123e89; font-family: helvetica; letter-spacing: 1px; }
h3{ font-size: 16px; color: #123e89; font-family: helvetica; letter-spacing: 1px; }
h4{ font-size: 14px; color: #123e89; font-family: helvetica; letter-spacing: 1px; }
h5{ font-size: 13px; color: #123e89; font-family: helvetica; letter-spacing: 1px; }

h2.heading { font-size: 18px; color: #333; }
h3.heading { font-size: 16px; color: #333; }
h4.heading { font-size: 14px; color: #333; }
h5.heading { font-size: 13px; color: #333; }

td.rightDash {
	border-right: 1px dashed #123e89;
	padding-right: 15px;
}

td.leftDash { padding-left: 15px; }

td.topDash {
	border-top: 1px dashed #123e89;
	padding-top: 15px;
	margin-top: 15px;
}

hr {
	border-top: 1px dashed #123e89;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #FFF;
	margin: 10px 0 10px 0;
}
