@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, a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover{
text-decoration:underline
}

#leaderboard  {
	width: 1000px;
	height: 90px;
	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: 70px;
	margin-bottom: 0;
	padding-bottom: 12px;
}

.thrColFixHdr #container {
	width: 975px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 8px;
	position: relative;
	background-image: url(../images/ind-breeders-head-cont.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	background-image: url(/templates/images/ind-breed-head-top.jpg);
	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: 180px;
	background-image: url(../images/listingcontentbg-ind.gif);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 5px; /* 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: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 0px;
	float: left;
	width: 610px;
} 
.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 {
	height: 56px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.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;
}
.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;
}
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: #614918;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}
#ad300 {
	height: 250px;
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	clear: right;
}
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;
	color: #614918;
	margin-top: 5px;
	margin-bottom: 3px;
}
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;
}
#headerind .searchheadertitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	top: 1px;
	left: 110px;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	height: 34px;
	margin-right: 110px;
	margin-top: 12px;
	letter-spacing: -0.05em;
	padding-top: 12px;
}

.searchheadertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #91805F;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	left: 110px;
	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;
	background-color: #D6D9C3;
}
.indexheadertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 20px;
	top: 2px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
}
.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;
	text-decoration: none;
}
a.listingheadlink {
	color: #FFFFFF;
	text-decoration: none;
}

.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-ind.gif);
	background-repeat: no-repeat;
	height: 52px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.listingcontent  {
	background-color: #F5F8EF;
	margin-bottom: 20px;
	height: 1400px;
}
.listingdesc {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	top: 1px;
	position: relative;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 11px;
	margin-left: 5px;
}
.individdesc p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	top: 1px;
	position: relative;
	font-size: 11px;
	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;
}
.othernames {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
.othernames ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.othernames  li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.clear {
	clear: both;
}
.hereare {
	font-family: Arial, Helvetica, sans-serif;
	color: #816E4A;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	left: 0px;
	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: #816E4A;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	left: 5px;
	margin-top: 5px;
}
.side1title {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A471C;
	top: 8px;
	left: 5px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.side1  li {
	font-family: Arial, Helvetica, sans-serif;
	color: #474031;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 2px;
	margin-top: 10px;
	list-style-type: none;
	margin-bottom: 4px;
}
.side1 ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -15px;
}
.side1  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 12px;
}
.userandpass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: -2px;
	font-weight: bold;
}
.imagefltrt {
	margin: 12px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #614918;
	border-right-color: #614918;
	border-bottom-color: #614918;
	border-left-color: #614918;
}
.topadv {
	margin-top: 20px;
	margin-bottom: 20px;
}
.thrColFixHdr #individ {
	margin-top: 20px;
	width: 580px;
	margin-right: 0px;
}


.thrColFixHdr #individ p {
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
	margin-top: -10px;
	width: 500px;
	margin-left: 10px;
	letter-spacing: normal;
	line-height: 16px;
	margin-bottom: 25px;
}



.thrColFixHdr #individ a, .thrColFixHdr #individ a:link, .thrColFixHdr #individ a:visited  {
	text-decoration: none;
}

.thrColFixHdr #individ a:hover {
	text-decoration: underline;
}
.thrColFixHdr #individ h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #614918;
	letter-spacing: -.04em;
}
.thrColFixHdr .search {
	background-image: url(../images-indivd-breed/search-bg.jpg);
	height: 131px;
	width: 493px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.thrColFixHdr #individ .search  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 10px;
	width: 290px;
	color: #000000;
	display: block;
}
.thrColFixHdr #individ .search h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 10px;
	width: 290px;
	color: #000000;
	display: block;
}
.thrColFixHdr .breedgd {
	background-image: url(../images-indivd-breed/breed-guide.jpg);
	height: 135px;
	width: 493px;
	margin-top: 25px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.thrColFixHdr  #therest {
	margin-left: 10px;
	padding-top: 10px;
	width: 550px;
}
.thrColFixHdr #therest p {
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
	margin-top: -10px;
	margin-left: 0px;
	letter-spacing: normal;
	line-height: 18px;
	margin-bottom: 25px;
}
.thrColFixHdr   #therest   h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #614918;
	letter-spacing: -0.04em;
}
.thrColFixHdr #individ .breedgd h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 10px;
	width: 290px;
	color: #000000;
	display: block;
}
.thrColFixHdr #individ .breedgd h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 10px;
	width: 290px;
	color: #000000;
	display: block;
}
.thrColFixHdr #therest h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #614918;
	letter-spacing: -0.04em;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 0px;
}

