@charset "utf-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #88CCEE;
	background-image: url(images/paws.gif);
}

h1, h2, h3 {
	color: white;
	background-color:#007CC3;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

li {
	list-style-image: url(images/bluebullet.gif);
}

a:hover
{
	background-color:#FFD700;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
}
.oneColFixCtrHdr #header {
	background: white; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header img {
	margin: 10px 0 15px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: white;
	clear: both;
}
.oneColFixCtrHdr #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 */
}

#page_content_nav_left {
	position:relative;
	width: 550px;
	overflow: visible;
	min-height:200px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

ul.menubar,
ul.menubar li,
ul.menubar ul {
	background-color:#007CC3;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.menubar {
	text-align:center;
	overflow: auto;
}

ul.menubar li {
	float: left;
	zoom: 1;
	list-style-image: none;
}

ul.menubar a {
	float: left;
	color:white;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	line-height:20px;
	padding:0 10px 0 10px;
	zoom: 1;
}

ul.menubar a:hover {
	color:white;
	background-color:#FFD700;
}

.sidebar {
	width: 140px;
	min-height:50px;
	text-align: left;
	font-size: 11px;
	line-height: 22px;
	left: 0px;
	top: 125px;
	padding: 5px;
	margin-top: 15px;
	margin-right: 5px;
	border: 5px solid #88CCEE;
}

.sidebar ul {
	font-weight: bold;
	color: white;
	background-color: #007CC3;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding-left: 5px;
}

.sidebar li {
	list-style-image:none;
}

.sidebar a {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: black;
	background-color: white;
	width: 130px;
	text-align: left;
	display: block;
	text-decoration: none;
	margin-left: -5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: white;
	border-bottom-color: #EEEEEE;
	border-left-color: white;
}

.sidebar a:hover {
	background-color: #FFD700;
	color: white;
}

.show p {
	text-align: center;
	font-family: Papyrus, cursive;
	font-size: 16px;
	margin: 5px;
}

.show td {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
}

.show td + td {
	text-align: left;
	font-weight: normal;
}

.show img {
	margin-bottom: 20px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.normaltext p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
}

.image_right {
	margin: 10px;
	float: right;
}

.table_breedgroup {
	font-size: 10px;
}

.doublespace li {
	margin-bottom: 10px;
}