@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
}
.borders {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.back-low {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.grad {
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
	font-size: 9pt;
}

h1 {
	font-size: 16pt;
	color: #006;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12pt;
	color: #006;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	font-size: 13pt;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.Pet-Hospital-Vaughan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
}
.pets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #666;
}
.form-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 5px;
	padding: 3px;
	color: #000066;
}


.Pet-Hospital {
	font-size: 10pt;
	color: #900;
	font-weight: bold;
}


a:link {
	color: #006;
	text-decoration: none;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #006;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #006;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #006;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




a.menu   {
	color: #FFF;
	text-decoration: none;
}

a.menu:hover   {
	color: #FFF;
	text-decoration: underline;
}

a.menu:active  {
	color: #FFF;
	text-decoration: none;
}



.menuBack {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#mobileback{
	display:none;
}
.shadow {
	-webkit-box-shadow: 0px 0px 20px 0px #cccccc;
	-moz-box-shadow: 0px 0px 20px 0px #cccccc;
	box-shadow: 0px 0px 15px 0px #cccccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066cc;
	line-height: 14pt;
	border: 5px solid #CCCCCC;
}

