@charset "UTF-8";
body {
	background-color: #666666;
	background-image: url('/nav/bar.gif');
	background-repeat: repeat-x;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 17px;
	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;
}
.camp #container {
	width: 791px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.camp #header {
	background: #FFFFFF;
	padding: 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. */
	height: 190px;
	display: block;
}
.camp #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.camp #header img {
	border-width: 0px;
	display: block;
	height:190px;
}
* html #nav {
	height: 1em;
}
.camp #nav {
	background-image: url('/nav/navback.gif');
	width: 791px;
	height: 32px;
	float: left;
	text-align:center;
}
.camp #nav ul {
	margin:0;
	padding: 0px 10px 0 0px;
	list-style:none;
}
.camp #nav li {
	display:inline;
	margin: 0 0.1em;
	padding:0;
}
.camp #nav current_nav {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	vertical-align: text-bottom;
	display: block;
	margin-top: 4px;
	margin-left: 10px;
	float: left;
	font-weight: bold;
}
.camp #nav li a {
	width: 6em;
	line-height: 1em;
	font-family: arial;
	font-size: 12px;
	color: #550e04;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
	display: block;
	margin-top: 4px;
	margin-left: 10px;
	float: left;
	font-weight: bold;
}
.camp #nav a:hover {
	color: #fbed05;
}
.camp #MenuSel {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 0px 20px;
	background:none;
}
.camp #MenuSel a {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
}
.camp #MenuSel a:link {
	color:#095b20;
}
.camp #MenuSel a:visited {
	color:#095b20;
}
.camp #MenuSel a:hover {
	color:#fbed05;
	background-color:#666666;
}
* html #MenuSel {
	height: 1%;
}
.camp #Content {
	float:left;
	width: 776px;
	padding-right: 15px;
	padding-top: 10px;
	height: auto;
	background-repeat: no-repeat;
	background-color:#f0eeee;
}
.camp #Content a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #550e04;
	text-decoration: none;
}
.camp #Content a:hover {
	color: #fbed05;
}
.camp #Content li {
	text-align: justify;
	font-family: arial;
	font-size: 13px;
	color: #333333;
}
.camp #rightContent {
	float:left;
	width:440px;
	margin:0px;
	padding: 10px 40px 10px 10px;
}
.camp #leftContent {
	float:left;
	padding: 10px 40px 10px 10px;
}
.camp #newsContent {
	width: 260px;
	height: 400px;
	margin: 10px 0 0 10px;
	padding: 5px;
	overflow: auto;
	font-size: 13px;
	font-weight: 500;
}
.camp #DogNavContent {
	width:260px;
	height:390px;
	margin:20px 0 0 20px;
	padding: 0 10px;
	overflow: auto;
	padding:5px;
}
.camp #mainContent {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.camp #mainContent h1 {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 21px;
}
.camp #mainContent h2 {
	font-size:18px;
	color:#333333;
	font-weight:bold;
	text-align: left;
}
.camp #mainContent h3 {
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}
.camp #Pedigree {
	text-align:center;
	font:11px verdana, arial, helvetica, sans-serif;
}
.camp #Pedigree table {
	margin-left:auto;
	margin-right:auto;
}
td#darkgrey {
	font-weight:bold;
	background-color:#999999;
}
td#lightgrey {
	font-weight:bold;
	background-color:#CCCCCC;
}
.camp #award {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.camp #award li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.camp #DogNav {
	width: 110px;
	padding: 0px;
	margin: 0px;
}
.camp #DogNav ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background: #d2e7f7;
}
.camp #DogNav li {
	margin: 12px;
}
.camp #DogNav li a {
	padding: 5px 0px 0px;
	color: #550e04;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
.camp #DogNav li a:link {
	color: #550e04;
}
.camp #DogNav li a:visited {
	color: #550e04;
}
.camp #DogNav li a:hover {
	color: #fbed05;
}
.camp #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.camp #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	display: block;
	background-position: bottom;
	background-image: url('/nav/paw.gif');
	/*	background-repeat: no-repeat;
	background-color: #9baca0;*/
	text-align:center;
	width: 791px;
}
.camp img {
		border:none;
		}

.camp #gallery {
		width:700px;
		text-align:center;
		padding-bottom:20px;
		margin:auto;
		padding:0;
		margin-bottom:25px;
		}
		
.camp #gallery ul {
		list-style-type:none;
		}
		
.camp #gallery li {
		display:inline;
		}

.preview
		{
		display: none;
		}

a:hover .preview
		{
		display: block;
		position: absolute;
		z-index: 10;
		text-align: center;
                top: 400px;
                left: 400px;
		}
		
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
.footercontent {
	background-image: url('/nav/footer.gif');
	width: 791px;
	height: 45px;
	display: block;
	background-color: #666666;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #550e04;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-align:center;
}
