/* Fixes for IE6 implementation (pre IE7) */

* html body {
	text-align: left;   /* To center entire layout in IE */
}

* html h1 { height: 1%; }

* html .clearfix { height: 1%; } 

* html #wrapper { 
	text-align: left; 
}

/* to ensure sidebars/columnar banners don't overlap the footer...
* html #content {
	height: expression(document.documentElement.clientHeight < 648 ? "648px" : "auto");
}
 */
 
* html body #content, * html #footer {
	margin: 0 0 0 4px;
	width: 763px;
}

* html #mainpad {
	padding: 0 0 30px 40px;
}

* html #footer {
	/* Force a height (acts as min-height for IE) */
	height: 80px;
}

* html #sidebar2 ul {
	font-size: .9em;
	background: #d1f19b;
	border: 1px solid #73B239;
	margin: 0;
	width: 225px;
	font-weight: 900;
	list-style-image: url(../images/bg-bullet.gif);
}

* html #sidebar2 li {
	margin: 8px 0 8px 30px;
}

* html .split {	width: 500px;}

/** html body#home h1 { background: transparent url('../images/hdr-Since1996.gif') left 40px no-repeat; height: 90px;width:472px;}*/
* html #xxFeaturedSuccessStory { padding: 5px 10px 5px 15px; width: 240px;}
* html #WeWantToKnow {width: 220px; margin-top: 5px;}
* html #Promo_WhatBreed { background: transparent url('../images/bg-Promo_WhatBreed.gif') no-repeat 10px 20px;padding: 8px 0 10px 3px; }
* html img#NASCQualitySeal { margin: 0 10px 0 0;}
* html a.button#SubmitStory, * html a.button#QualityGuarantee { height: 25px; }
* html a.button#TakeQuiz { height: 25px; margin: 10px 0 10px 105px; }

