@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
a {
	color: #006600;
	text-decoration: underline;
}


#leaderboard  {
	width: 1000px;
	height: 90px;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
}
#leaderboardad {
	height: 90px;
	width: 728px;
	margin-left: 130px;
	margin-bottom: 0;
	padding-bottom: 12px;
}



.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 8px;
	position: relative;
} 
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/ind-breed-head-top);
	height: 56px;
	width: 780px;
	background-repeat: no-repeat;
	margin-top: 5px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-image: url(images/search-head-bot.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 197px;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr   #headerind {
	background-color: #DDDDDD;
	background-image: url(../images/ind-breed-head-top.jpg);
	height: 56px;
	width: 780px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-left: 80px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.SRthrColFixHdr  #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 8px;
	position: relative;
} 
.SRthrColFixHdr  #header {
	background-image: none;
	height: 56px;
	width: 780px;
	background-repeat: no-repeat;
	margin-top: 5px;
	background-color: #0099FF;
} 
.SRthrColFixHdr  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.SRthrColFixHdr  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-image: url(../images/search-head-bot.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.SRthrColFixHdr  #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
}
.SRthrColFixHdr  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.SRthrColFixHdr  #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 197px;
} 
.SRthrColFixHdr  #footer {
	padding: 0 10px 0 20px;
} 
.SRthrColFixHdr  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.SRthrColFixHdr   #headerIND {
	background-color: #DDDDDD;
	background-image: url(../images/ind-breed-head-top.jpg);
	height: 56px;
	width: 780px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-left: 80px;
}
.inthrColFixHdr #container   {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 8px;
	position: relative;
} 
.inthrColFixHdr  #header {
	background-color: #FFFFFF;
	background-image: none;
	height: 269px;
	width: 780px;
	background-repeat: no-repeat;
	margin-top: 5px;
} 
.inthrColFixHdr  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.inthrColFixHdr  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* padding keeps the content of the div away from the edges */
	background-color: #F5F5F0;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-style: none;
	height: 600px;
}
.inthrColFixHdr  #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/index-rt-col-bg.gif);
	background-repeat: repeat-y;
	height: 600px;
}
.inthrColFixHdr #header    h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.inthrColFixHdr  #mainContent {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: -1px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 220px;
} 
.inthrColFixHdr  #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #FFFFFF;
} 
.inthrColFixHdr  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.inthrColFixHdr   #headerIND {
	background-color: #DDDDDD;
	background-image: url(images/ind-breed-head-top);
	height: 56px;
	width: 780px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-left: 80px;
}
.k9thrColFixHdr    #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../images/bg-main-article-detail.gif);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 8px;
	position: relative;
} 
.k9thrColFixHdr    #header {
	background-image: url(../images/K9-header.gif);
	height: 104px;
	width: 780px;
	background-repeat: no-repeat;
} 
.k9thrColFixHdr    #header    h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.k9thrColFixHdr    #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 800px;
}
.k9thrColFixHdr    #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
}
.k9thrColFixHdr    #header    h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.k9thrColFixHdr    #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 197px;
	
} 
.k9thrColFixHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
}
.k9thrColFixHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 18px;
	font-weight: lighter;
	line-height: normal;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #003300;
	border-bottom-color: #003300;
	display: block;
}
.k9thrColFixHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}
.k9thrColFixHdr #k9articlephoto {
	border: thin solid #614918;
	margin-bottom: 5px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

.k9thrColFixHdr #k9articlephotonofloat {
	border: thin solid #614918;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 10px;
}

.k9thrColFixHdr    #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.k9thrColFixHdr    #footer    p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.k9thrColFixHdr     #headerIND {
	background-color: #DDDDDD;
	background-image: url(images/ind-breed-head-top);
	height: 56px;
	width: 780px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-left: 80px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.k9thrColFixHdr p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 19px;
}
.k9thrColFixHdr ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.k9thrColFixHdr li {
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #654E1E;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 15px;
}
.k9thrColFixHdr h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 0px;
}
.k9thrColFixHdr h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: left;
	font-weight: lighter;
	line-height: 28px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}
.k9articlephoto {
	border: thin solid #614918;
	margin-bottom: 5px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.k9artcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #614918;
	font-weight: bold;
	text-align: left;
	width: 220px;
	float: right;
	margin-left: 10px;
	margin-bottom: 12px;
}
.doggydishcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #614918;
	font-weight: bold;
	text-align: left;
	width: 100px;
	float: right;
	margin-left: 10px;
	margin-bottom: 12px;
}
.doggydish {
}
.k9artheadertitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	top: 32px;
	left: 110px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	height: 37px;
}
.k9artheadertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #91805F;
	font-size: 12px;
	font-weight: bold;
}
.sidebarphoto {
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #614918;
	font-size: 40px;
	font-weight: lighter;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #645446;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #4A3812;
	margin-top: 11px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	position: relative;
	margin-left: 35px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.searchheadertitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	top: 1px;
	left: 17px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	height: 37px;
	margin-right: 110px;
}
.searchheadertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #91805F;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	left: 20px;
	top: 2px;
	margin-right: 110px;
}
.indexheadertitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #026702;
	top: 1px;
	left: 17px;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	height: 30px;
}
.indexheadertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 20px;
	top: 2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	margin-left: 7px;
	position: relative;
	top: 4px;
}
.servicesdog {
	padding-left: 5px;
	float: left;
	padding-right: 5px;
}
.listinghead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 8px;
	left: 17px;
	position: relative;
	font-size: 17px;
	font-weight: bold;
}
.listingsubhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 17px;
	top: 2px;
	margin-top: 5px;
}
.listingcontenthead {
	background-image: url(images/listingcontentbg.gif);
	background-repeat: no-repeat;
	height: 52px;
}
.listingcontent  {
	background-color: #F5F8EF;
	margin-bottom: 10px;
}
.listingdesc {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	top: 1px;
	position: relative;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 11px;
}
.listingdescchart {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
.listingdesccontainer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	top: 1px;
	left: 20px;
	position: relative;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	margin-right: 40px;
}
.othernamescontainer {
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 12px;
}
.othernameshead {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	top: 8px;
	left: 17px;
	position: relative;
	font-size: 17px;
	font-weight: bold;
}
.othernamessub {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 17px;
	top: 2px;
	margin-top: 5px;
}
.clear {
	clear: both;
}
.hereare {
	font-family: Arial, Helvetica, sans-serif;
	color: #816E4A;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	left: 17px;
	margin-top: 5px;
}
.individdesc {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	top: 1px;
	position: relative;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 11px;
}
.individlistinghead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 15px;
	left: 17px;
	position: relative;
	font-size: 17px;
	font-weight: bold;
}
.indlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.thrColFixHdr ul {
	margin-left: 0px;
	list-style-type: none;
	margin-top: 0px;
}
.thrColFixHdr li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	clear: both;
}
.individicons {
	float: left;
	padding-right: 4px;
}
.inthrColFixHdr h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	left: 4px;
	top: 2px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.inthrColFixHdr h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A471C;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	left: 5px;
	margin-top: 5px;
	text-align: left;
}
.side1title {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A471C;
	top: 8px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.side1 {
	margin-left: 12px;
	margin-right: 12px;
}
.side1 a {
	font-weight: bold;
}
.side1  li {
	font-family: Arial, Helvetica, sans-serif;
	color: #474031;
	font-size: 12px;
	font-weight: normal;
	top: 2px;
	margin-top: 10px;
	list-style-type: none;
	margin-bottom: 4px;
}
.side1 ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.side1  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 12px;
}
.doggydishsmallphotocont {
	height: 75px;
}
.doggrouptitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #8C7F61;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.doggrouptext     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 12px;
	margin-top: 8px;
	line-height: 15px;
	margin-bottom: 10px;
}
.doggroupgraphic {
	float: right;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ddarticlephoto {
	border: thin solid #614918;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	margin-right: 5px;
}
.doggydishtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A471C;
	top: 8px;
	left: 5px;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.doggydish li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 17px;
	top: 2px;
	margin-top: 5px;
}
.doggydish p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 12px;
}
.doggydish h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #614918;
	margin: 12px;
	float: right;
}
.doggydishgraphic {
	float: right;
	border: thin solid #8C7F61;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.userandpass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: -2px;
	font-weight: bold;
}
