@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%;
	text-align: center;
}

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

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		24;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	24;
	
	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;
	text-align: center;
}

.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: 99.1935%;
	padding-left: 0.4032%;
	padding-right: 0.4032%;
	clear: none;
	float: none;
}
#div1 {
}
.H1 {
	color: hsla(0,0%,100%,1.00);
	font-family: lilita-one;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: center;
	line-height: 98%;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.pettopbanner {

}
.mainnav {
}
.menu {
}
.menuitem {
	color: hsla(0,0%,100%,1.00);
	font-family: lilita-one;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: center;
	clear: both;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-color: hsla(270,38%,53%,1.00);
	border-right-color: hsla(270,38%,53%,1.00);
	border-left-color: hsla(270,38%,53%,1.00);
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-bottom-color: hsla(270,38%,53%,1.00);
	border-style: groove;
	width: 100%;
}
.content {
	text-align: center;
}
.contentinfo {
	width: 49.5934%;
	color: hsla(0,0%,100%,1.00);
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	line-height: 110%;
	text-align: center;
}
.clientlinks {
	width: 49.5934%;
	margin-left: 0.813%;
	clear: none;
	color: hsla(0,0%,100%,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: small;
	text-align: center;
	line-height: 98%;
	background-color: #62BC1C;
}
.footer {
	background-color: hsla(270,38%,53%,1.00);
	color: hsla(0,0%,100%,1.00);
	font-family: lilita-one;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: center;
	line-height: 110%;
	margin-top: 25px;
	padding-top: 25px;
}
.animallinks {
	clear: both;
	margin-left: 0;
	background-image: url(images/americas%20grass.jpg);
	width: 100%;
}
.moreanimallinks {
width: 100%;
clear: both;
margin-left: 0;
}
.H2 {
	background-image: url(images/americas%20grass.jpg);
	color: hsla(0,0%,100%,1.00);
	font-family: lilita-one;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	text-align: center;
}
.photo {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 92.25%;
	padding-left: 0.375%;
	padding-right: 0.375%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.H1 {
	font-size: large;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.pettopbanner {

}
.mainnav {
}
.menu {
}
.menuitem {
	width: 15.5%;
	clear: none;
	margin-left: 0.813%;
}
.content {
}
.contentinfo {
width: 66.3956%;
}
.clientlinks {
width: 32.7913%;
clear: none;
margin-left: 0.813%;
}
.footer {
}
.animallinks {
	clear: none;
	margin-left: 1.2244%;
}
.moreanimallinks {
width: 100%;
clear: both;
margin-left: 0;
}
.H2 {
}
.photo {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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: 89.2741%;
	max-width: 1232px;
	padding-left: 0.3629%;
	padding-right: 0.3629%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.H1 {
	font-size: x-large;
	width: 49.5934%;
	margin-left: 0.813%;
	clear: none;
}
.pettopbanner {

}
.mainnav {
}
.menu {
}
.menuitem {
	width: 15.5%;
	margin-left: 0.813%;
	clear: none;
}
.content {
}
.contentinfo {
	width: 70.5962%;
}
.clientlinks {
	width: 28.5907%;
	clear: none;
	margin-left: 0.813%;
}
.footer {
}
.animallinks {
	width: 100%;
	margin-left: 1.1516%;
	clear: none;
}
.moreanimallinks {
width: 46.4491%;
margin-left: 1.1516%;
clear: none;
}
.H2 {
}
.photo {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
