@charset "utf-8";
/* CSS Document */

html,body {margin:0;padding:0}

body {
	font: 76% arial,sans-serif;
	text-align:center;
	background-color: #AADFAA;
	background-attachment: scroll;
	}
p {
	margin:0 10px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #00F;
}

#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #FFF;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container{
	text-align:left;
	top: 10px;
	background-color: #FFF;
}
content p{
	line-height:1.4;
	color: #000;
}


#footer{
	color: #000
}
#footer p{margin:0;padding:5px 10px}

#container{width:700px;margin:0 auto}
#content{
	float:right;
	width:500px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 20px;
}

 
	
#navigation {
	float:left;
	width:150px;
	padding:10px;
	margin-top:20px;
	margin-left: 10px;
	}
.listmenu ul {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	width:140px;
	color: #FFF;
}
.listmenu li a {
	color: #333;
	display: block;
	border-left:3px solid #666;
	border-right:3px solid #666;
	height: 16px;
	padding: 4px 0 4px 14px;
	text-decoration: none;
	font-weight:bold;
	background-color:#fff;
}
.listmenu li a:hover {
	background-color: #666;
	color:#fff;
}
div#extra{
	float:left;
	clear:left;
	width:160px;
	margin-left:10px;
}
	
div#footer{clear:both;width:100%}

#kennels{clear:both;}
#container #wrapper #content h2 strong {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
}
#container #wrapper #content p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
#container #wrapper #content p em marquee {
	font-weight: bold;
}
#extra img {
	text-align: center;
}
#container #wrapper #content p strong {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

