@charset "UTF-8";
/* CSS Document */


body {
	background:url('../images/bg-grad.png');
	background-repeat:repeat;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
}

#mainBG {
	background:url('../images/main-bg.png');
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px 10px;
	width:1000px;
/*	border:1px solid white; */
	}

a {
	color:#fac4bc;
	text-decoration:none;
}

a:hover {
	color:#fac4bc;
	text-decoration:underline;
}

#container {
	margin:0px auto;
/*		padding-left:20px; */
	width:980px;
}

#header {
	height:147px;
	width:980px;
	background:url(../images/header-bg.png);
	background-repeat:no-repeat;
/*	border-bottom:1px solid #77b79f; */
	
}

#headContentLH {
	margin:0;
	float:left;
}

.logo {
	margin-left:16px;
	margin-bottom:4px;
}

.headimg {
	margin-left:18px;
	margin-top:6px;
}

.headContentRH {
	width:505px;
	float: right;
	padding-top:6px;
}

#petportal, #petportal p, #petportal a {
	height:46px;
	width:147px;
	float: left;
	
}

#petportal {
	margin-right: 20px;	
	margin-top: -10px;
}

#petportal p, #fetchdog p {
	margin:0;
}

#petportal a, #fetchdog a {
	text-indent: -9999px;	
}

#petportal a {
	background:url(../images/vetscene-2.jpg) no-repeat center top;
}

#petportal a:hover {
	background-position: center -34px;
	background:url(../images/vetscene-2.jpg) no-repeat center top;
}

#fetchdog, #fetchdog p, #fetchdog a {
	height:34px;
	width:159px;
	float: left;
}

#fetchdog a {
	background:url(../images/header_fetchdog.png) no-repeat center top;
}



#vetsource, #vetsource p, #vetsource a {
	height:50px;
	width:109px;
	float: left;

}


#vetsource {
	margin-right: -10px;	
	margin-top: -24px;
	margin-left: 20px;
}


#vetsource a {
	background:url(../images/vetstore_login3.gif) no-repeat center top;
}

#vetsource a:hover {
	background-position: center -34px;
	
	background:url(../images/vetstore_login3.gif) no-repeat center top;
}



.phone {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	margin:0;
	float:left;
	width:154px;
}

.address {
	float:left;
}

p.address {
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	margin-left:159px;
	margin-top:0;
	line-height:1.6em;
}

a.address {
	float:none;
	color:#fac4bc;
	text-decoration:none;
}

a:hover.address {
	text-decoration:underline;
}

img.addressImg {
	float:right;
	margin-top:-6px;
}

#topNav {
	z-index:6000;
	position:relative;
}

#topNav ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:10px;
	margin-top:6px;
	
}

#topNav li {
	display:block;
	float:left;
	color:#fff;
	margin-right:0px;
	font-size:14px;
	padding:8px 15px;
	position:relative;
}

#topNav li:hover, #topNav li.sfhover {
	background-color:#4c9c7f;
	background-image:none;

}	

#topNav li a {
	text-decoration:none;
	color:#fff;
}

#topNav li a:hover {
	text-decoration:none;

}

#topNav ul li ul {
	clear:left;
	width:150px;	
	padding: 0;
	position: absolute;
	left:14px;
	top: 25px;
	z-index: 10000;
}

#topNav ul li ul li {
	clear:left;
	font-size:12px;
	margin-bottom:-1px;
	margin-left:-15px;
	padding:5px 3px;
	background:url(../images/header-bg.png);
	background-repeat:no-repeat;
	border:1px solid #77b79f;
}

#topNav ul li ul {
	display: none;
}

#topNav ul li:hover ul, #topNav ul li.sfhover ul {
	display: block;
}
#topNav ul li ul li, #topNav ul li ul li a {
	width: 100px;
}


/* Nav */

#nav {
	background-image:url(../images/nav-bg.png);
	background-repeat:repeat-x;


	height:30px;
	padding:6px 0 6px 0;
	text-align:center;
}
#nav ul, #nav li, #nav a {
	float: left;
	margin: 0;
	color:#fff;
	text-decoration:none;

	
}
#nav ul {

	margin: 0px auto;
}

#nav li {
	list-style: none;
	position: relative;
	z-index: 5000;
	color:#fff;
	font-size:14px;
	margin-right:4px;
}

#nav li a {
	background-image:url(../images/navitem-bg.png);
	background-repeat:repeat-x;
	border:1px solid #77b79f;
	padding:6px 10px;	
	}

#nav li a:hover {
	background-image:none;
	background-color:#4c9c7f;
}

#nav ul li ul {
	width: 180px;
	padding: 0;
	height:auto;
	position: absolute;
	top: 29px;
	left:0px;
	z-index: 2000;
}
#nav ul li ul li ul {
	top: 0px;
	left: 121px;
}
#nav ul li ul li {
	font-size:12px;
	margin-bottom:-1px;

}
#nav ul li ul, #nav ul li:hover ul li ul, #nav ul li:hover ul li:hover ul li ul {
	display: none;
}
#nav ul li:hover ul, #nav ul li.sfhover ul, #nav ul li:hover ul li:hover ul, #nav ul li.sfhover ul li.sfhover ul, #nav ul li:hover ul li:hover ul li:hover ul, #nav ul li.sfhover ul li.sfhover ul li.sfhover ul {
	display: block;
}
#nav ul li ul li, #nav ul li ul li a {
	width: 180px;
	text-align:left;
}



#main {
	background-image:url(../images/maincopy-bg.png);
	background-repeat:no-repeat;
	height:397px;
	border-top:1px solid #adcabb;
	padding-right:20px;
}

#mainCopy {
	margin-left:504px;
	margin-top:12px;
}	

#mainCopy a {
	color:#00502f;
}

#frontphoto {
	float:left;
	height: 308px;
	width: 412px;
	margin-top:37px;
	margin-left:37px;
}

#mainInside {
	background-image:url(../images/inside-bg3.png);
	background-repeat:no-repeat;
	background-position:bottom; 
	background-color: #fff;
	min-height:477px;
	border-top:1px solid #adcabb;	
	padding-bottom:12px;
}

#mainCopyInside {
	margin-left:358px;
	margin-top:0px;	
}

#mainCopyInside ul {
	list-style-type:disc;
	font-size:14px;
	line-height:1.3em;
	padding:0 10px 0 20px;
}

#mainCopyInside li {
	padding-bottom:5px;
}

#mainCopyInside p {
	margin-top:32px;
	padding-right:20px;
}

/* MAD added Wide for no side pages */
#mainCopyInsideWide {
	margin-left:30px;
	margin-top:0px;
	
}

#mainCopyInsideWide p {
	margin-top:32px;
	padding-right:20px;
}

#mainInside h1 {
	background-image:url(../images/insideTitleBG.jpg);
	background-repeat:no-repeat;
	background-position:right; 
	color:#00502f;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:0px;
	padding-top:12px;
	height:48px;
	margin-bottom:24px;	
}

#mainInside p {
	font-size:15px;
	line-height:1.4em;	

}

#mainInside a {
	font-size:15px;
	line-height:1.3em;	
	color:#00502f;
	}

#mainInside a.arrow {
	background:url(../images/arrow.png) no-repeat 0px 5px;
	padding-left:10px;
	margin-left:6px;
}


#insideLH {
	float:left;
	height: 211px;		/* AAM 1/18/10 */
	width: 320px;
	margin-top:15px;		/* AAM 1/18/10 */
	margin-left:0;
}


#sidenav {
	clear:left;
	width:330;
	padding:0;	
}

#sidenav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sidenav a, #sidenav h2 a {
	padding-left:11px;
}

#sidenav a:hover {
	text-decoration:none;
	
}


#sidenav li {
	border-bottom:1px solid  #fac4bc;
	width:330px;
	padding:5px 0;
}



#sidenav li, #sidenav a {
	display:block;
	font-size:14px;
	color:#00502f;
}

#sidenav li:hover, #sidenav a:hover {
	background-color:#e5d2ca;
}

#sidenav h1 {
	background:url(../images/sidenav-head-bg.png) no-repeat;
	color:#9f9391;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	margin:0;
	border-bottom:1px solid #fac4bc;
	border-top:1px solid #fac4bc;
	width:319px;
	height:25px;	
	padding-left:11px;
	padding-right:0;
	padding-top:3px;
}

#sidenav h1 a {
color:#9f9391;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:18px;
width:319px;
height:23px;
padding-left:0;
padding-right:0;
}

#sidenav h2 {
	background:url(../images/sidenav-head-bg.png) no-repeat;
	color:#00502f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	margin:0;
	border-bottom:1px solid #fac4bc;
	border-top:1px solid #fac4bc;
	width:330px;
	height:28px;
}

#sidenav h2 a {
	font-weight:bold;
	font-size:18px;
	height:28px;
	padding-top:3px;		
}

#sidenav li a.on {
	color:#745954;
}

#sidenav h1 a.on, #sidenav h2 a.on, #sidenav h2.on {
	color:#9f9391;
}

#sidenav h2.on {
	padding-left:11px; 
	width:319px;
	padding-top:3px;
	height:25px; 
}

#main h1 {
	color:#00502f;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	margin-top:6px;
	margin-bottom:24px;	
}

h2, #box h2 a {
	color:#00502f;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}


#mainCopy p {
	font-size:14px;
	line-height:1.3em;	
}

#lower {
	background-image:url(../images/lower-bg-boxes.png);
	background-repeat:no-repeat;
	height:125px;
	padding:10px 0;
}

.box {
	width:312px;
	height:123px;
	float:left;
	margin:0 3px 0 7px;

}

.boxCopy {
	margin-left:12px;
	width:180px;
	margin-top:8px;
}

.box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.box h2 a {
	font-size:18px;
	color:#00502f;
	white-space: nowrap;
}


#fig1 {
	background-image:url(../images/box1-fig.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#fig2 {
	background-image:url(../images/box2-fig.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#fig3 {
	background-image:url(../images/box3-fig.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}


.imgbox {
	float:right;
	margin-top:7px;
}

#footer {
	font-size:9px;
	padding-top:12px;
	background-image:url(../images/aaha.png);
	background-repeat:no-repeat;
	background-position:850px 12px;
	height:63px;
	padding-bottom:25px;
}

#footer p {
	color:#fff;
	margin:0;
}

#footer1 {
	width:256px;
	float:left;
}	

#footer2 {
	margin-left:256px;
	width:492px;
}

#footer3, #footer3 p, #footer3 a {

	width:130px;
	height:63px;
	float:right;

	}

#footer3 {
		margin-right:5px;
		margin-top:-50px;
}
	
#footer3 a {
	text-indent:-9999px;
}
