@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	margin:0;
	padding:0;
}
body {
	background-color: #5791a5;
}

a{
outline:none;
}
.container {
	background-color: #E9EAE9;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding: 5px 10px 5px 10px;
	border: 2px solid #323232;	
}
.head{
	height:200px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	margin-top:4px;}
h1 {
	font-size: 16px;
	color: #E9EAE9;
	position:relative;
	top:145px;
	left:45px;
	font-weight:normal;
}
ul{
	margin:0;
	padding:0;
	text-align:center;
	margin-top:5px;
	padding-bottom:4px;
	border-bottom:3px solid #323232;
	}
li{
	display:inline;
	list-style:none;}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #323232;
	padding:3px 7px 3px 7px;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #323232;
}
a:hover {
	text-decoration: none;
	color: #5791a5;
}
a:active {
	text-decoration: none;
	color: #5791a5;
}
.content{
	padding:20px 30px 10px 30px;}
	
/* css for home page */
h2{
	margin-left:50px;
	font-size:24px;
	}
.pic{
	float:right;
	border:4px solid #323232;
	margin:45px 5px 10px 25px;
	}	
p{
	padding:5px 10px 5px 10px;
	margin:0 30px 0 30px;}
.foot{
	text-align:center;
	border-top:3px solid #323232;
	margin-top:15px;
	padding-top:3px;
}
h3{
	margin:5px 5px 5px 20px;
	font-size:12px;}
	
	
/* css for stud page */
.centertitle{
margin-left:350px;
margin-bottom:20px;
}
.stud{
border:4px solid #323232;
margin:0 0 20px 115px;
}



/* css for puppies page*/
.availability{
margin:0; padding:0;
}
.availability h3{
margin-bottom:8px;}
.availability p{
margin:0 0 0 15px;
padding-top:3px;
padding-bottom:3px;}
.parents{
margin:10px 0 10px 270px;
border:4px solid #323232;
}
.centerheading{
text-align:center;
margin-bottom:10px;
}
.available_puppies{
margin:20px 0 20px 0;
}
table{
margin:0 0 0 -50px;
}
.grouplink{
border:4px solid #323232;
margin:10px 15px 10px 45px;
}
.puppy{
border:4px solid #323232;
margin:10px 30px 10px 35px;
}

td h3{
margin:0 25px 25px 5px;
padding:0 10px 0 20px;
text-align:center;
}
.centerlabel{
margin-left:50px;
}

.bigger{
font-size:18px;}

#available_chart{
display:none;
}
/* end css for puppies page*/
/* css for past litters*/
.pastlinkpicture{
margin:30px 0 10px 240px;
border:4px solid #323232;
}
.pastpictures{
border:4px solid #000000;
margin:10px 10px 10px 60px;}
.puppies_available {
margin-left:20px;
}
/* end css for past litters*/

/* css for testimonials page */
.testimonial_pic{
	float:right;
	border:4px solid #323232;
	margin:15px 5px 10px 25px;
	}	
.testimonial {
	min-height:260px
}
/* css for contact page*/
.picleft{
	float:left;
	border:4px solid #323232;
	margin:30px 30px 10px 25px;
	}	
	
.largermap{
	text-align:right;
}

/*Lightbox Styling */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 45%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*End Lightbox Styling*/