@charset "utf-8";
html, body, h1, h2, h3, h4, h5, p, ul, li, form, table, tr, td, a, img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #fff;	/*background-image: url(../_images/yvetstran.gif);
	background-attachment: fixed; */
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #2B6E97;
	padding-bottom: 10px;
}
h2 {
	color: #006094;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8E3EA;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h2 a {
	text-decoration: none;
	color: #248476;
}
h2 a:hover {
	color: #C32E30;
	text-decoration: underline;
}
h3 {
	color: #006094;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8E3EA;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h4 {
	color: #006094;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8E3EA;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

h5 {
	color: #006094;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #A5404E;
	text-transform: uppercase;
	background-color: #BAE0DB;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#container  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 820px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	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;
	background-image: url(../_images/bgmain.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #FFFFFF;
	background-position: left top;
} 
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header  {
	padding: 0px;
	height: 254px;
	margin: 0px;
	background-image: url(../_images/Banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 


#header #banner {
	background-color: #FFF;
}

/* #header h1  {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4;
	padding-left: 0;
} */



#header1 {
	clear: left;
}
/*
#header1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	color: #FFF;
}
#header1 p a {
	text-decoration: none;
	color: #FFF;
}
#header1 p a:hover {
	text-decoration: none;
	color: #CE3730;
	font-weight: normal;
}
*/


#smallimg  {
	height: 30px;
	width: 133px;
	float:left;
}


#button {
	padding-right: 3px;

}

.fb-like  {
	padding-top: 5px;
	height: 25px;
	padding-top: 2px;
	float: left;
}
#clear {
	margin-top: 8px;
	width: 100%;
}
#googleProfile {
border-radius: 4px;
} 



#linkedin  {
	float: left;
}

#tweet_button  {
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#addthis  {
	float: left;
	margin: 0px;
	padding-left: 0px;
}

#plusone  {
	float: left;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
}
#clock {
	position: absolute;
	top: 0px;
	right: 80px;
}

#rcvs {
	position: absolute;
	right: 0px;
	top: 0px;
}

#qr_mob_img {
	border: 1px solid #000;
	margin-top: 10px;
}


#mobile a img  {
	align: right;
}

/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:normal;
	/* Clear floats */
	float:left;
	background-image: url(../_images/header1_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-right: 15px;	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	width: 805px;
	padding-left: 15px;
	padding-bottom: 2px;
	background-position: left top;
}
#nav li{
	float:left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFF;
	text-align: center;
	}

#nav a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 1px;
}
#nav a:hover{
	color:#fff;
	background-color: #E8E8E8;
	text-decoration: none;
}

#nav a.active{

	font-weight: bold;

}


/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px;
	z-index: 990;
}
#nav ul li{
	float:none;

}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
	background-color: #E8E8E8;
	margin-top: 0px;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0;
	width: 130px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-decoration: none;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
	color: #333;
	background-color: #E8E8E8;
	background-repeat: repeat-x;
	background-position: left center;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #FFF;
	padding-left: 8px;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color: #333;
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #FFF;
	padding-top: 4px;
	padding-bottom: 5px;
}




#sidebar1  {
	position: absolute;
	top: 298px;
	left: 5px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 30px;
	color: #666;
	line-height: 1.4em;
	text-decoration: none;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 233px;
	width: 131px;
	z-index: 20;
}

#sidebar1 ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}






#side1_nav p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	font-weight: normal;
	padding-right: 4px;
	position: relative;
	z-index: 30;
}
#side1_nav p a{
	text-decoration: none;
	color: #1D6B9F;
	position: relative;
	z-index: 40;
}
#side1_nav p a:hover {
	text-decoration: underline;
	color: #D52937;
}



#sidebar2  {
	position: absolute;
	top: 290px;
	right: 0;
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-top: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}

#sidebar2 #emergency{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 126px;
	width: 125px;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sidebar2  #rcvs{
	margin-top: 0px;
	margin-left: 24px;
	padding: 0px;
}
#sidebar2 #openinghours {
	margin-left: 8px;
	padding-bottom: 4px;
}

#mainContent  {
	margin-right: 200px;
	margin-left: 180px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: 280px;
	background-repeat: repeat;
}
#mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #333;
	text-align: justify;
	font-weight: normal;
}
#mainContent #staff {
	color: #00689C;
	font-weight: bold;
	font-size: 11px;
	border: 1px double #999;
	padding: 2px;
	background-color: #E4EBF3;
}


.bullet {
}
#mainContent #block {
	background-color: #C5DBF0;
	font-variant: normal;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	text-align: center;
	color: #C03;
}

#mainContent p a {
	color: #00689C;
}
#mainContent p a:hover {
	color: #CA303A;
	text-decoration: underline;
}
#mainContent li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 25px;
	color: #000;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #15605A;
	font-weight: bold;
}

#mainContent ul ul {
	text-indent: 20px;
}

#mainContent ul li {
	padding-left: 15px;
	list-style-type: none;

}


#mainContent ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006194;
	padding-left: 15px;
}
#mainContent ul li a:hover {
	color: #CA303A;
	font-weight: normal;
	text-decoration: underline;
}
#mainContent form {
	border: 1px solid #000;
}


#mainContent form  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-left: 10px;
	margin-right: 0%;
	margin-left: 0%;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-decoration: none;
	background-color: #00689C;
}
#mainContent form p select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	width: 175px;
	margin-right: 10px;
	margin-left: 10px;
	position: absolute;
	right: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent form p input{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	width: 175px;
	margin-right: 10px;
	margin-left: 10px;
	position: absolute;
	right: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#mainContent form p #hour {
	position: absolute;
	width: 40px;
	left: 415px;
	float: left;
}



#mainContent form p #minute {
	width: 40px;
	right: 305px;
	clear: left;
}

#mainContent form a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#mainContent form table {
	background-color: #92B6E0;
	color: #FFF;
	font-size: 12px;
	width: 100%;
	border: 1px solid #00689C;
}
#mainContent table tr td {
	width: 120px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px dotted #92B6E0;
	margin: 0px;
}
form table tr td label {
	font-size: 11px;
	text-decoration: none;
}
form table tr td #tswname {
	border: 1px solid #00689C;
	font-size: 12px;
}

form table tr td #tswemail {
	border: 1px solid #00689C;
	font-size: 12px;
}

form table tr td #tswcomments {
	border: 1px solid #00689C;
	width: 380px;
	font-size: 12px;
}
#mainContent #lstname {
	background-color: #92B6E0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#mainContent  #lstname input{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
}
#mainContent img  {
	border: 2px solid #000;
	padding: 0px;
	margin-top: 00px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#mainContent #referral_form {
	padding: 0px;
	background-image: url(../_images/bg.gif);
	color: #FFF;
	white-space: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	margin: 0px;
}
#mainContent #referral_form #input {
	margin: 0px;
	padding: 0px;
}




form #nLetter  {
	background-color: #99BEDD;
	border: 1px dotted #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}







#footer  {
	background-color: #00689C;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 


#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30;
	color: #FFF;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFF;
}
#footer p .left {
}
#footer p .center {
	padding-left: 120px;
}
#footer p .right {
	padding-left: 120px;
}


#sabinaVan {
	position: relative;
	border: 1px solid #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#fb-root {
	border-top-style: none;
	border-top-color: #FFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fb-root a img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
p a #dogHeart{
	border: 6px inset #999;
	margin: 10px;
}
table tr #surgery {
	font-weight: bold;
}
table tr #tel {
	font-weight: bold;
	color: #F00;
}

.testimonial {
	color: #00689C;
	font-size: 11px;
	text-align: justify;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #DDE8EE;
}
.vsmall {
	font-size: 6.5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.ltBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29857B;
	font-weight: bold;
}
.click {
	font-family: Verdana, Geneva, sans-serif;
	color: #00F;
	text-decoration: underline;
}

.dkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00689C;
}
.bold {
	font-size: 13px;
	font-weight: bold;
	color: #00689C;
	text-align: center;
	margin: 0px;
}
.qrcode {
}
#mobile_qr {
	margin-right: 16px;
}

