@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:rgba(86,75,76,1.00);
}
#div1 {
	display:none;
}
#HeaderLandM {
}
#logo {
}
#menu {
}
#middletext {
}
#catsdogs {
}
#bottom_outer {
}
#mobile_top_outer {
}
#mobilelogo {
	width:100%;
	text-align:center;
	padding-bottom:5px;
	
}
#building{
display:block;	
}
#mobile_menu {
	width:100%;
	height:30px;
	background-color:#144006;
	color:#FFFFFF;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}
.mobmenuitem{
	padding-top:5px;
float:left;
width:33%;
text-align:center;	
}
#openingstuff {
	
}
#mob_clock {
	height:62px;
	width:100%;
	background-color:#D5D5D5;
	color:#000000;
	text-align:center;
	padding-top:18px;
	border-bottom:#000000 solid 1px;
}
#care1 {
	text-align:center;
	
}
#care2 {
	text-align:center;
}
#care3 {
	text-align:center;
}
#backgroundimagemaster {
}
#middletext2 {
}
#middletext3 {
}
#bottom_top {
	margin-top:15px;
	width:100%;
	height:30px;
	color:#FFFFFF;
	text-align:center;
	font-family: 'Lato', sans-serif;
	background-color:#144006;
	padding-top:5px;
	font-size:16px;
}
#middletextspacer {
}
#arrows {
}
#mob_caretext1 {
}
#mob_carePic1 {
	width:100%;
	text-align:center;
	float:center;
	clear:both;
	display:block;
}
#mob_care_title {
	font-size:16px;
	padding-bottom:10px;
	padding-top:7px;
	display:none;
}
#mob_care2_title {
	font-size:16px;
	padding-bottom:10px;
	padding-top:7px;
}
#mob_care2_text {
	display:none;
}
#mob_care2_pic {
	text-align:center;
	width:100%;
	
}
#mob_care3_title {
	font-size:16px;
	padding-bottom:10px;
	padding-top:7px;
	
}
#mob_care3_text {
	display:none;
}
#mob_care3_pic {
	width:100%;
	text-align:center;
	float:center;
	clear:both;
	display:block;
}
#bottom_txt_1 {
}
#bottom_left_text {
	text-align:center;
	width:100%;
}
#bottom_right_text {
	text-align:center;
	width:100%;
}
#footer {
	
	width:100%;
	display:block;
	clear:both;
	background-color:#144006;
	color:#FFFFFF;
}
#copyrght {
	margin-top:20px;
	font-size:10px;
	text-align:center;
}
#keylinks {
}
#footer_map {
	float:left;
	width:96%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
	text-align:center;
}
#footer_contact {
	float:left;
	width:96%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
	text-align:center;
}
.keylink {
	float:left;
	width:29%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
	text-align:center;
}
.keylink:hover {
	float:left;
	width:29%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
	text-align:center;
	color:#144006;
	background-color:#FFFFFF;
}
#footer_telnum {
	padding-top:10px;
	font-size:14px;
}
#footer_address {
	padding-top:15px;
}
#footer_email{
padding-top:15px;
padding-bottom:10px;	
}
#footer_address_text{
	padding-top:15px;
    padding-bottom:10px;
}
.hero_outer {
	margin-top:10px;
	border-bottom: 1px solid #174F09;
}
.hero_name {
	font-weight:bold;
}
.hero_pic {
	width:96%;
	padding:2%;
}
.hero_commnet {
	width:96%;
	padding:2%;
}
.hero_problem {
	width:96%;
	padding:2%;
	padding-bottom:10px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.hero_date{
font-size:10px;
color:#D1CECE;	
	
}
.whitelink:link{
	text-decoration:none;
	color:#FFFFFF;
}
.whitelink:visited{
	text-decoration:none;
	color:#FFFFFF;
}
.whitelink:hover{
	text-decoration:none;
	color:#144006;
}
.whitelink:active{
	text-decoration:none;
	color:#FFFFFF;
}
.greenlink:link{
	text-decoration:none;
	color:#144006;
}
.greenlink:visited{
	text-decoration:none;
	color:#144006;
}
.greenlink:hover{
	text-decoration:none;
	color:#FFFFFF;
}
.greenlink:active{
	text-decoration:none;
	color:#144006;
}
#contactus_title{
	padding-top:10px;
	font-size:16px;
	
	text-align:center;
	width:100%;
	display:block;
	height:30px;
}
#contactus_left{
	width:100%;
	float:left;
	display:block;
	clear:none;
	font-size:16px;
	
	text-align:center;
	padding-top:10px;
}
#contactus_right{
	width:100%;
	float:left;
	display:block;
	clear:none;
	font-size:16px;
	
	text-align:center;
	padding-top:10px;
	
}
#openingstuff_con_web{
text-align:center;
display:block;
clear:both;	
}


.dropdownheader{
width:100%;
text-align:center;
height:	23px;
color:#FFFFFF;
background-color:#144006;
	padding-top:13px;
	margin-bottom:3px;
	
	
}
#mob_dental_text{
display:none;	
}
#mob_rad_text{
display:none;	
}
#mob_or_text{
display:none;	
	
}
#mob_skin_text{
display:none;	
}
#mob_groom_text{
display:none;	
}

.plus{
float:right;	
	padding-right:10px;
}
.dropdowntext{
padding-bottom:20px;	
}
.phonenumber{
background-color:#257213;
color:#ffffff;
padding:5px;
border: solid 1px #A9A8A8;
border-radius:3px;	
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	display:block;
	max-width:1000px;
	margin: 0px auto;
	
}
.phonenumber{
background-color:#257213;
color:#ffffff;
padding:5px;
border: solid 1px #A9A8A8;	
}
#HeaderLandM {
	width:100%;
	clear:both;
	display:block;
	float:left;
}
#logo {
	display:block;
	clear:none;
	float:left;
	width:38%;
	/*text-align:left;
	margin:0px;*/
	padding-left:2%;
	padding-top:3%;
}
#menu {
	display:block;
	clear:none;
	float:right;
	width:60%;
	
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#144006;
	text-align:center;
	margin:0px;
}

#social_icons{
	width:60px;
	height:25px;
	background-color:#144006;
	padding-top:5px;
	float:right;
	}
	
.web_menuitem{
	padding-top:5px;
	text-align:center;
	float:right;
	margin-left:5%;
	height:35px;	
	width:20%;
	
	
	
}
.web_menuitem:hover{
	padding-top:5px;
	text-align:center;
	float:right;
	margin-left:5%;
	height:35px;	
	width:20%;
	background-color:#144006;
	color:#FFFFFF;	
	cursor:pointer;
	
	
}
#middletext {
	display:none;
	min-height:400px;
	margin:100px auto -30px auto;
	width: 80%;
	opacity:0.9;
	background-color:#EFE9E9;
	float:center;
	border: 2px #2F620F solid;
	border-radius:20px;
	padding:10px;
	color:#424242;
}
#middletext2 {
	
	display:none;
	min-height:400px;
	margin:100px auto -30px auto;
	width: 80%;
	opacity:0.9;
	background-color:#1A5705;
	float:center;
	border: 2px #000000 solid;
	border-radius:20px;
	padding:10px;
	color:#FFFFFF;
}
#middletext3 {

	display:none;
	min-height:400px;
	margin:100px auto -30px auto;
	width: 80%;
	opacity:0.9;
	background-color:#1A5705;
	float:center;
	border: 2px #000000 solid;
	border-radius:20px;
	padding:10px;
	color:#FFFFFF;
}
#middletextspacer {
	display:block;
	min-height:403px;
	margin:100px auto -30px auto;
	padding:11px;
	
	float:center;
	
}
#arrows {
	height:50px;
	width:100%;
}
#catsdogs {
	max-height:300px;
	max-width:1100px;
	background-image: url(../images/petrow2.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	
}
#clickPart1{
	float:left;
	height:180px;
	width:33%;	
}
#clickPart1:hover{
	float:left;
	height:180px;
	width:33%;	
   
}
#clickPart2{
	float:left;
	height:180px;
	width:33%;	
}
#clickPart2:hover{
	float:left;
	height:180px;
	width:33%;
		

}
#clickPart3{
	float:left;
	height:180px;
	width:33%;	
}
#clickPart3:hover{
	float:left;
	height:180px;
	width:33%;
	
}
#catsdogs2 {
	max-height:300px;
	max-width:1100px;
	background-image: url(../images/petrow2.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	
}
#clickPart12{
	float:left;
	height:3px;
	width:33%;	
}
#clickPart12:hover{
	float:left;
	height:3px;
	width:33%;	
   
}
#clickPart22{
	float:left;
	height:3px;
	width:33%;	
}
#clickPart22:hover{
	float:left;
	height:3px;
	width:33%;
	

}
#clickPart32{
	float:left;
	height:3px;
	width:33%;	
}
#clickPart32:hover{
	float:left;
	height:3px;
	width:33%;
	

}
#bottom_outer {
	max-width:1000px;
}
#mobile_top_outer {
	display:none;
	
}
#mobilelogo {
}
#mobile_menu {
}
#openingstuff {
	position:absolute;
	display:none;
	margin-top:100px;
	z-index:-5;
	float:right;
	background-color:#CFC5C6;
	width:200px;
	clear:both;
}
#mob_clock {
}
#care1 {
}
#care2 {
}
#care3 {
}
#backgroundimagemaster {
	
	display:block;
	clear:both;
	position:absolute;
	z-index:-10;
	float:center;
	padding-left:-10%;
	padding-top:60px;
	max-height:660px;
}

#bottom_top {
}
#mob_caretext1 {
}
#mob_carePic1 {
}
#mob_care_title {
}
#mob_care2_title {
	display:block;
}
#mob_care2_text {
	display:block;
}
#mob_care2_pic {
}
#mob_care3_title {
	display:block;
}
#mob_care3_text {
	display:block;
}
#mob_care3_pic {
}
#bottom_txt_1 {
	width:100%;
	display:block;
	clear:both;
}
#bottom_left_text {
	display:block;
	float:left;
	width:48%;
	text-align:left;
	clear:none;
	padding-right:2%;
}
#bottom_right_text {
	display:block;
	float:left;
	text-align:left;
	width:48%;
	clear:none;
	padding-left:2%;
}
#footer {
	max-width:1000px;
	min-height:100px;
	/*width:100%;*/
	display:block;
	clear:both;
	background-color:#144006;
	color:#FFFFFF;
}
#copyrght {
	margin-top:20px;
	font-size:10px;
	text-align:center;
}
#keylinks {
	float:left;
	width:29%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
}
#footer_map {
	float:left;
	width:29%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
}
#footer_contact {
	float:left;
	width:29%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
}
.keylink {
	clear:both;
	width:98%;
	display:block;
	text-align:left;
	padding:2%;
	font-size:16px;
}
.keylink:hover {
	
	width:98%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
	text-align:left;
	color:#144006;
	background-color:#FFFFFF;
	font-size:16px;
}
#footer_telnum {
}
#footer_address {
	padding-top:15px;
}
.hero_outer {
	padding-bottom:20px;
}
.hero_name {
	
	font-weight:bolder;
}
.hero_pic {
	padding-bottom:5px;
}
.hero_commnet {
}
.hero_problem {
	padding-bottom:20px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.contactus_main_web{
	opacity: 0.9;
	width:80%;
	float:center;
	margin: 100px auto 30px auto;
	height:500px;
	background-color:#144006;
	border: 1px solid #144006;
	border-radius:20px;
}
#contactus_title{
	padding-top:10px;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	display:block;
	height:30px;
}
#contactus_left{
	width:50%;
	float:left;
	display:block;
	clear:none;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
}
#contactus_right{
	width:50%;
	float:left;
	display:block;
	clear:none;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	
}
#openingstuff_con_web{
	padding-top:15px;
width:100%;
background-color:#FFFFFF;
color:	#144006;
height:35px;
text-align:center;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	display:block;
	max-width:1000px;
	margin: 0px auto;
	
}
.phonenumber{
background-color:#257213;
color:#ffffff;
padding:0px;
border: none;	
}
#HeaderLandM {
	width:100%;
	clear:both;
	display:block;
	float:left;
}
#logo {
	display:block;
	clear:none;
	float:left;
	width:40%;
	/*text-align:left;
	margin:0px;*/
	padding-left:0px;
	padding-top:0px;
}
#building{
display:none;	
}
#menu {
	display:block;
	clear:none;
	float:right;
	width:60%;
	
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#144006;
	text-align:center;
	margin:0px;
}
.web_menuitem{
	padding-top:20px;
	text-align:center;
	float:right;
	margin-left:10%;
	height:43px;	
	width:20%;
	
	
	
}
.web_menuitem:hover{
	padding-top:20px;
	text-align:center;
	float:right;
	margin-left:10%;
	height:43px;	
	width:20%;
	background-color:#144006;
	color:#FFFFFF;	
	cursor:pointer;
	
	
}
#middletext {
	display:none;
	min-height:400px;
	margin:100px auto -30px auto;
	width: 50%;
	opacity:0.9;
	background-color:#EFE9E9;
	float:center;
	border: 2px #2F620F solid;
	border-radius:20px;
	padding:10px;
	color:#424242;
}
#middletext2 {
	
	display:none;
	min-height:400px;
	margin:100px auto -30px auto;
	width: 50%;
	opacity:0.9;
	background-color:#1A5705;
	float:center;
	border: 2px #000000 solid;
	border-radius:20px;
	padding:10px;
	color:#FFFFFF;
}
#middletext3 {

	display:none;
	min-height:400px;
	margin:100px auto -30px auto;
	width: 50%;
	opacity:0.9;
	background-color:#1A5705;
	float:center;
	border: 2px #000000 solid;
	border-radius:20px;
	padding:10px;
	color:#FFFFFF;
}
#middletextspacer {
	display:block;
	min-height:403px;
	margin:100px auto -30px auto;
	padding:11px;
	
	float:center;
	
}
#arrows {
	height:50px;
	width:100%;
}
#catsdogs {
	max-height:300px;
	max-width:1100px;
	background-image: url(../images/petrow2.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	
}
#clickPart1{
	float:left;
	height:180px;
	width:33%;	
}
#clickPart1:hover{
	float:left;
	height:180px;
	width:33%;	
   
}
#clickPart2{
	float:left;
	height:180px;
	width:33%;	
}
#clickPart2:hover{
	float:left;
	height:180px;
	width:33%;
		

}
#clickPart3{
	float:left;
	height:180px;
	width:33%;	
}
#clickPart3:hover{
	float:left;
	height:180px;
	width:33%;
	
}
#catsdogs2 {
	max-height:300px;
	max-width:1100px;
	background-image: url(../images/petrow2.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	
}
#clickPart12{
	float:left;
	height:3px;
	width:33%;	
}
#clickPart12:hover{
	float:left;
	height:3px;
	width:33%;	
   
}
#clickPart22{
	float:left;
	height:3px;
	width:33%;	
}
#clickPart22:hover{
	float:left;
	height:3px;
	width:33%;
	

}
#clickPart32{
	float:left;
	height:3px;
	width:33%;	
}
#clickPart32:hover{
	float:left;
	height:3px;
	width:33%;
	

}
#bottom_outer {
	max-width:1000px;
}
#mobile_top_outer {
	display:none;
	
}
#mobilelogo {
}
#mobile_menu {
}
#openingstuff {
	/*position:absolute;*/
	display:block;
	margin:60px auto;
	
	background-color:#1A5705;
	width:100%;
	max-width:1000px;
	float:none;
	clear:both;
	color:#ffffff;
	/*width:60%;*/
	padding:3px;
	text-align:center;
	font-size:10px;
}
#mob_clock {
}
#care1 {
}
#care2 {
}
#care3 {
}
#backgroundimagemaster {
	width:100%;
	display:block;
	clear:both;
	position:absolute;
	z-index:-10;
	float:center;
	padding-left:0%;
	padding-top:60px;
	max-height:780px;
}

#bottom_top {
}
#mob_caretext1 {
}
#mob_carePic1 {
}
#mob_care_title {
}
#mob_care2_title {
}
#mob_care2_text {
}
#mob_care2_pic {
}
#mob_care3_title {
}
#mob_care3_text {
}
#mob_care3_pic {
}
#bottom_txt_1 {
	width:100%;
	display:block;
	clear:both;
}
#bottom_left_text {
	display:block;
	float:left;
	width:48%;
	text-align:left;
	clear:none;
	padding-right:2%;
}
#bottom_right_text {
	display:block;
	float:left;
	text-align:left;
	width:48%;
	clear:none;
	padding-left:2%;
}
#footer {
	max-width:1000px;
	min-height:100px;
	/*width:100%;*/
	display:block;
	clear:both;
	background-color:#144006;
	color:#FFFFFF;
}
#copyrght {
	margin-top:20px;
	font-size:10px;
	text-align:center;
}
#keylinks {
	float:left;
	width:29%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
}
#footer_map {
	float:left;
	width:29%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
}
#footer_contact {
	float:left;
	width:29%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
	text-align:center;
}
.keylink {
	clear:both;
	width:98%;
	display:block;
	text-align:left;
	padding:2%;
	font-size:16px;
}
.keylink:hover {
	
	width:98%;
	clear:none;
	display:block;
	padding:2%;
	font-size:12px;
	text-align:left;
	color:#144006;
	background-color:#FFFFFF;
	font-size:16px;
}
#footer_telnum {
	text-align:center;
}
#footer_address {
	padding-top:15px;
}
.hero_outer {
	padding-bottom:20px;
}
.hero_name {
	
	font-weight:bolder;
}
.hero_pic {
	padding-bottom:5px;
}
.hero_commnet {
}
.hero_problem {
	padding-bottom:20px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.contactus_main_web{
	opacity: 0.9;
	width:80%;
	float:center;
	margin: 100px auto 30px auto;
	height:550px;
	background-color:#144006;
	border: 1px solid #144006;
	border-radius:20px;
}
#contactus_image{
	
	width:50%;
	float:center;
	display:block;
	clear:none;
	text-align:center;
	padding-top:20px;
	padding-left:200px;
	}
#contactus_title{
	padding-top:10px;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	display:block;
	height:30px;
}
#contactus_left{
	width:50%;
	float:left;
	display:block;
	clear:none;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
}
#contactus_right{
	width:100%;
	float:left;
	display:block;
	clear:none;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	
}
#contactus_right_cp{
	
	width:50%;
	float:right;
	display:block;
	clear:none;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	
	
}
#openingstuff_con_web{
	padding-top:15px;
width:100%;
background-color:#FFFFFF;
color:	#144006;
height:35px;
text-align:center;
}
}