@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	background-color: #F2DB9B;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/background11.png);
}
a {
	color: #883E2E;
	text-decoration: underline;
}
a:hover {
	color: #9B8055;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #883E2E;
	border-right-color: #883E2E;
	border-bottom-color: #883E2E;
	border-left-color: #883E2E;
}


table {
	margin: 5px;

}
td {
	border: 1px solid #000;
	color: #FCF1D5;
	background-color: #883E2E;
}

h2 {
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #883E2E;
	color: #883E2E;
	text-decoration: underline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#container {
	width: 1043px;
	border: 1px none #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container .tribox {
	height: 100%;
	width: 1043px;
}
#container .tribox .nav {
	display: inline;
	height: 200px;
	width: 320px;
}
#container .tribox .nav li {
	height: 200px;
	width: 320px;
	display: inline;
}
#container .tribox .nav li {
	height: 200px;
	width: 320px;
}
#container .tribox .nav li #leftbox {
	background-color: #FFF;
	background-image: url(images/boxleft1.jpg);
}
#container .tribox .nav li #leftbox:hover {
	background-color: #FFF;
	background-image: url(images/boxlefthover.jpg);
}
#container .tribox .nav li #middlebox {
	background-color: #FFF;
	background-image: url(images/boxmiddle.jpg);
}
#container .tribox .nav li #middlebox:hover {
	background-color: #FFF;
	background-image: url(images/boxmiddlehover.jpg);
}
#container .tribox .nav li #rightbox {
	background-color: #FFF;
	background-image: url(images/boxright.jpg);
}
#container .tribox .nav li #rightbox:hover {
	background-color: #FFF;
	background-image: url(images/boxrighthover.jpg);
}





ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 340px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	height: 200px;
	float: right;
	padding: 0px;
	border: thin solid #000;
	background-color: #1C1C1C;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#containergrooming {
	width: 1043px;
	border: 1px none #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1200px;
}
#containergrooming .grooming {
	height: 200px;
	width: 1042px;
	float: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #000;
}
#containergrooming .grooming p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	padding: 10px;
	font-weight: bolder;
}



#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
} 
#header img {
	background-attachment: scroll;
	margin-top: 25px;
	margin-bottom: 15px;
}

#address {
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #652E22;
	border: thin solid #000;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #F2DB9B;
	clear: both;
}
#navBar {
	list-style-type: none;
	color: #FF0;
	border: thin solid #000;
	text-align: center;
	margin-bottom: 20px;
	background-color: #F2DB9B;
}
#navBar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: none;
}
#navBar ul li {
	display: inline;
	color: #3A0000;
}
#navBar a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}
#navBar a:hover {
	color: #9B8055;

}
#navBarBot {
	text-align: center;
	padding-top: 1px;
	margin-right: auto;
	margin-left: auto;
}
#navBarBot ul {
	list-style-type: none;
}
#navBarBot ul li {
	display: inline;
}
#navBarBot a {
	color: #F2DB9B;
	text-decoration: none;
}

#navBarBot a:hover {
	color: #9B8055;
}





#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header div p {
	text-align: center;
	color: #9B8055;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
}

#sidebar1 {
	width: 675px;
	height: 320px;
	border: 1px solid #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	background-image: url(images/cat.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sidebar1grooming {
	width: 675px;
	height: 320px;
	border: 1px solid #000;
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	text-align: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar1grooming p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	font-size: x-large;
	text-align: center;
}

#sidebar1grooming h1 {
	text-align: center;
	vertical-align: top;
	border-bottom-style: solid;
	color: #8F4130;
	border-bottom-width: thin;
	border-bottom-color: #8F4130;
}


#sidebar1 p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #333;
}
#sidebar1 ul {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	width: 430px;
	padding: 0px;
	list-style-position: inside;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidebar1 ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #999;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#sidebar1 h1 {
	color: #652E22;
	font-size: 24px;
	font-variant: normal;
	text-transform: uppercase;
	padding: 0px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-color: #000;
	background-position: top;
	border-top-style: none;
	border-top-color: #000;
	border-top-width: 1px;
	margin: 0px;
	background-color: #F2DB9B;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%;
}

#mainContent {
	height: 368px;
	border: 1px solid #000;
	background-color: #883E2E;
	margin: 0;
	padding: 0;
} 
#map {
	height: 345px;
	width: 495px;
	float: right;
	padding-top: 15px;


}
#mainContent h1 {
	margin-left: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F2DB9B;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #F2DB9B;
}
#mainContent #leftMainContent {
	height: 365px;
	width: 495px;
	float: left;
}
#mainContent #leftMainContent a {
	color: #F2DB9B;
}
#mainContent #leftMainContent a:hover {
	color: #9B8055;
}

#mainContent #leftMainContent .red {
	color: #F2DB9B;
}

#mainContent #leftMainContent p {
	font-size: 15px;
}

#mainContent #rightMainContent {
	height: 365px;
	width: 490px;
	float: right;
}
#mainContent #rightMainContent a {
	color: #F2DB9B;
}
#mainContent #rightMainContent a:hover {
	color: #9B8055;
}

#mainContent #rightMainContent .red {
	color: #F2DB9B;
	font-weight: bold;
}

#mainContent #rightMainContent p {
	font-size: 15px;
	color: #F7E8BF;
}


#mainContent img {
	padding: 15px;
	margin: 0px;
}
#box {
	height: 350px;
	width: 300px;
	text-align: center;
	float: right;
	border: 1px solid #000;
	background-image: url(images/gray-cat.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-color: #FCF1D5;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#box h2 {
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
}
#boxgrooming {
	height: 350px;
	width: 300px;
	text-align: center;
	float: left;
	border: 1px solid #000;
	background-image: url(/Vet/images/pet-2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-color: #FCF1D5;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#mainBoxPet {
	height: 1170px;
	width: 1042px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #F2DB9B;
	
}
#mainBoxServices {
	height: 1325px;
	width: 1042px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #F2DB9B;
	
}
#mainBoxPreventive {
	height: 670px;
	width: 1032px;
	border: 1px solid #000;
	background-color: #FCF1D5;
	color: #000;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
#mainBoxHospital {
	width: 1042px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #F2DB9B;	
}
#mainBoxAdmission {
	height: 730px;
	width: 1042px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #F2DB9B;
	
}
#mainBoxLinks {
	height: 525px;
	width: 1042px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #F2DB9B;	
}
#mainBoxContact {
	height: 630px;
	width: 1042px;
	border: 1px none #000;
	background-color: #883E2E;
	color: #F2DB9B;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
#mainBoxContact h1 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F2DB9B;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#mainBoxCats {
	height: 1350px;
	width: 1022px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
#mainBoxCats h1 {
	color: #883E2E;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#mainBoxCats h3 {
	color: #883E2E;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #883E2E;
	text-decoration: underline;
}

#mainBoxDogs {
	width: 1022px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	
}
#mainBoxDogs h1 {
	color: #883E2E;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


#mainBoxVaccinations {
	height: 990px;
	width: 1022px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
#mainBoxVaccinations h1 {
	color: #883E2E;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#mainBoxDogs img {
	float: left;
	margin-right: 10px;
}
#mainBoxDental {
	height: 670px;
	width: 1022px;
	border: 1px solid #000;
	background-color: #F7ECD1;
	color: #252525;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
#mainBoxDental img {
	float: left;
	margin-right: 30px;
}

#leftMain {
	width: 500px;
	float: left;
	padding-right: 8px;
	padding-left: 10px;
	background-color: #F7ECD1;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border: 1px none #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftMain .admission {
	color: #883E2E;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#mainBoxAdmission #leftMain h3 {
	color: #883E2E;
	border-bottom-width: thin;
	border-bottom-style: none;
	text-decoration: underline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#rightMain {
	width: 506px;
	float: right;
	padding-right: 10px;
	background-color: #F7ECD1;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	border: 1px none #000;
	padding-left: 8px;
}
#rightMain #servicesImg {
	height: 500px;
	width: 500px;
}
.agingtable {
	background-color: #630;
}
.aginghdr {
	background-color: #883E2E;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
}
.noShow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#leftSide {
	width: 500px;
	float: left;
}



#footer {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	background-color: #8F4130;
	width: 100%;
	min-width: 1043px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-weight: bolder;
} 

#footer p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainBoxDental h3 {
	color: #883E2E;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #883E2E;
	text-decoration: underline;
}
#mainBoxHospital #leftMain img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #000;
}
#mainBoxHospital #rightMain img {
	margin: 10px;
	border: 1px solid #000;
}
.links {
	width: 1045px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #883E2E;
	height: 120px;
	padding: 0px;
}
.links a img {
	padding: 0px;
	float: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #header #petportal {
	float: none;
	margin-bottom: 50px;
	margin-left: 250px;
}

