/* CSS Document */

/*_____ HTML STYLES _____*/
body	{
	margin: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, form	{
	margin: 0;
}
h1	{
	width: 313px;
	height: 93px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	margin: 0;
	z-index: 10;
	background: transparent url(../images/bkgd_h1.gif) no-repeat;
}
	h1 span	{
		display: block;
		text-indent: -9999px;
	}
	h1 a	{
		display: block;
		width: 313px;
		height: 93px;
	}
h2	{
	background: #06AA57;
	line-height: 1.2em;
	color: #FFF;
	font-size: 2em;
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	left: -5px;
	text-align: center;
	font-weight: normal;
	letter-spacing: .1em;
	width: 580px;
}
h3	{
	margin: .2em 0;
	font-weight: normal;
	border: none;
	color: #000;
	font-size: 1.4em;
	line-height: 1em;
	text-transform: uppercase;
}
	h3 a	{
		color: #000 !important;
		text-decoration: none !important;
	}
	h3 a:hover	{
		color: #69F !important;
	}
h4	{
	margin: 2em 0 1em 0;
	font-weight: normal;
	text-transform: uppercase;
}
#content h4	{
	font-weight: bold;
	font-size: 1em;
}
h6	{
	margin: 0;
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
}
em	{
	color: #333;
}
a	{
	color: #06F;
	text-decoration: none;
}
	a:hover	{
		color: #04A;
		text-decoration: underline;
	}
dt	{
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}
dd	{
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: .9em;
}
address	{
	font-style: normal;
}

/*_____ GENERAL STYLES _____*/
.clear, .clear_left	{
	height: 0;
	line-height: 0px;
	font-size: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clear_left	{
	clear: left;
}
.hide	{
	position: absolute;
	top: 0;
	left: -9999px;
}
.hr	{
	height: 0px;
	line-height: 0px;
	margin: 1.5em 0;
	border-top: 1px solid #999;
}
	td .hr	{
		border-top: 1px solid #E6E6E6;
	}
	.hr hr	{
		position: absolute;
		top: 0;
		left: -9999px;
	}
#breadcrumb	{
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: normal;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
	#breadcrumb a	{
		color: #999;
	}
	#breadcrumb a:hover	{
		color: #666;
		text-decoration: underline;
	}

/*_____ LAYOUT STYLES _____*/
#wrapper	{
	width: 760px;
	position: relative;
	z-index: 1;
	left: 50%;
	margin-left: -380px;
	font-size: .9em;
}
	
#masthead_wrapper	{
	float: left;
	width: 760px;
	position: relative;
	z-index: 9999;
	left: 50%;
	margin-left: -380px;
	background: #FDBB30;
}
#masthead	{
	width: 760px;
	padding: 0;
	float: left;
	position: relative;
	font-size: .8em;
}
	#masthead ul	{
		margin: 0;
		padding: 0;
		width: 100%;
		border-top: 1px solid #FFF;
		list-style: none;
		float: left;
		z-index: 5;
	}
	#masthead li	{
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
	}
	#masthead ul a	{
		color: #000;
		padding: .5em 1em;
		float: left;
		text-transform: uppercase;
		text-decoration: none;
	}
	#masthead ul a:hover	{
		color: #C00;
		background: #FFF;
	}
	
		/*_____ SUCKERFISH DROPDOWNS _____*/
		#masthead li ul {
			margin: 0;
			padding: 0;
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			border-top: none;
		}
		#masthead li ul li {
			float: none;
			width: 15em;
		}
		#masthead li ul a	{
			display: block;
			width: 15em;
			background: #A6B9D0;
			border-top: 1px solid #FFF;
			float: none;
		}
		#masthead li ul a:hover	{
			color: #FFF;
			background: #C00;
		}
		#masthead li > ul {
			top: 100%;
			left: auto;
		}
		#masthead li:hover ul, #masthead li.over ul	{ display: block; }
		
ul#tinyMenu	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	border-top: none;
	top: 0;
	right: 0;
	background: none;
}
	#tinyMenu li	{
		float: right;
		padding: 0 .3em !important;
		margin: 0;
		line-height: 2em;
		background: transparent url(../images/pipe.gif) no-repeat center right;
	}
	#tinyMenu a	{
		line-height: 2em;
		text-transform: uppercase;
		color: #000;
		font-size: .9em;
	}
	#tinyMenu a:hover	{
		color: #FFF !important;
		background: none !important;
		text-decoration: underline;
	}
	#tinyMenu .last	{
		padding-right: 0;
		background: none;
	}

/*_____ FOOTER _____*/
#footer	{
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	margin-top: 20px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 1.7em;
	border-top: 1px solid #000;
}
	#footer img	{
		border: none;
	}
	#footer a	{
		text-decoration: none;
	}
	#footer a:hover	{
		text-decoration: underline;
	}
	#footer .linklist a	{
		padding: 0 1em;
	}
	
/*_____ SECONDARY CSS _____*/
#wrapper	{
	background: transparent url(../images/bkgd_wrapper.gif) repeat-y;
}
#secondary	{
	width: 178px;
	float: left;
	background: #F0F0F0;
	padding: 1px;
	font-size: .9em;
	padding: 20px 0;
}
	#secondary h3	{
		margin: 0;
		font-size: 1em;
		text-indent: 1em;
	}
	#secondary h3 a	{
		display: block;
		padding: 10px 0;
	}
	#secondary h3 a:hover	{
		/*color: #000 !important;*/
		text-decoration: underline !important;
	}
	#vetnote_cats, #vetnote_dogs, #petcare	{
		border-bottom: 1px solid #999;
		margin: 1em 0;
		position: relative;
		color: #C00;
	}
	#vetnote_cats h3, #vetnote_dogs h3, #petcare h3	{
		text-transform: none;
		font-size: 1.8em;
		color: #333;
		line-height: 1.4em;
		margin: 0;
		position: relative;
		bottom: 0;
	}
	#vetnote_cats	{
		padding-left: 90px;
		min-height: 100px;
		background: transparent url(../images/bkgd_h3_vetnotes_cat.jpg) no-repeat bottom left;
	}
	#vetnote_dogs	{
		padding-left: 125px;
		min-height: 87px;
		background: transparent url(../images/bkgd_h3_vetnotes_dog.jpg) no-repeat bottom left;
	}
	#secondary ul	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li	{
		margin: 0;
		/*text-indent: 1em;
		padding-left: 1em;*/
		text-indent: 10px;
		line-height: 3em;
		border-top: 1px solid #999;
		text-transform: uppercase;
	}
	#secondary ul a	{
		display: block;
		width: 178px;
		text-transform: uppercase;
		/*text-decoration: none;*/
		color: #000;
	}
	#secondary ul a:hover	{
		/*text-decoration: underline;*/
		color: #06F;
	}
		#secondary li ul	{
			margin: -.6em 0 .8em 0;
		}
		#secondary li ul li	{
			border-bottom: none;
			border: none;
		}
		#secondary li ul a	{
			line-height: normal;
			text-transform: none;
			text-indent: 0;
			width: 148px;
			padding: 5px 10px 5px 20px;
		}
		#secondary li ul a:hover	{
			/*font-weight: normal;
			color: #06F;*/
		}
		#secondary .selected a, #secondary li ul .selected a:hover	{
			/*color: #06F;*/
			font-weight: bold;
		}
		
#content	{
	width: 530px;
	padding: 50px 10px 0 35px;
	float: right;
	position: relative;
	background: #FFF;
	line-height: 1.5em;
	font-size: 1.1em;
}
#content ol, #content ul	{
	margin: 0;
	padding: 0;
}
#content li	{
	margin: 1em 0 1em 3em;
	padding: 0;
}

.listTable	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
	.listTable th	{
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		font-weight: normal;
		text-align: left;
		padding: 10px 3px;
	}
	.listTable td	{
		padding: 3px;
		vertical-align: top;
	}
	.dark_row	{
		background: #E9E0EF;
	}
	.light_row	{
		background: #FFF;
	}
#articleList	{
	padding: 10px;
	color: #06F;
}
	#articleList small	{
		display: block;
		white-space: nowrap;
		margin: 1.5em 0 0 0;
		text-transform: uppercase;
		font-size: .9em;
		text-align: center;
	}
	#articleList a	{ text-decoration: none; }
	#articleList a:hover	{ text-decoration: underline; }

#siteMap	{
	line-height: 1.7em;
}
#siteMap li	{
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	list-style: none;
	margin: 0 0 1em 0;
}
	#siteMap li li	{
		font-size: .9em;
		text-transform: none;
		list-style-type: disc;
	}
	#siteMap li li li	{
		font-weight: normal;
		font-size: 1em;
		margin: 0;
	}
table.which_formula	{
	width: 99%;
	background: #F0F0F0;
	margin: 1.5em 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
	table.which_formula td	{
		width: 50%;
		padding: 1em 2em;
		vertical-align: top;
		line-height: 1.7em;
		font-size: 1.1em;
	}

/*_____ EMAIL FORM _____*/
.form-container h3	{
	margin: 1em 0 .2em 0;
	font-size: 1.2em;
	text-transform: none;
	}
.form-container fieldset	{
	border: 1px solid #e3e3e3;
	border-bottom: none;
	margin: 0 0 2em 0;
	padding: 0;
	background: #f9f9f9;
	}
.form-container fieldset p	{
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	margin: 0;
	}
.form-container table	{
	margin-top: 15px;
	}
.form-container .form_instructions	{
	font-size: .8em;
	line-height: 17px;
	border: 1px dashed #BADDFF;
	padding: 5px 10px;
	background: #FFF;
	margin: 15px 15px 0 15px;
	}
.form-container .form_instructions em	{
	}
.form-container label	{
	font-weight: bold;
	font-size: .9em;;
	}
	
.errors, .box_green { margin: 1.5em 0; padding: 0 1.5em; border: 1px solid #FC6; background: #FFC; }
.box_green { background: #D8FFCC; border-color: #291; color: #291; }
.errors p { background: transparent url(../images/exclamation.gif) no-repeat 0 2px; padding-left: 25px; }
.box_green p { background: transparent url(../images/accept.gif) no-repeat 0 2px; padding-left: 25px; }
.errors p em { color: #C00; font-style: normal; font-weight: bold; }

.form-container label.error, .form-container h3.error { color: #C00; font-weight: bold; }
.form-container label em, .form-container h3 em { font-size: 120%; font-style: normal; color: #C00; }
.form-container input.error, .form-container textarea.error { border-color: #C00; background-color: #FEF; }
.form-container input:focus,
.form-container input.error:focus, 
.form-container textarea:focus { background-color: #FFC; border-color: #FC6; }