/* Buttons for all pages */

#home {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/home.png") no-repeat 0 0;}
#home:hover {
	background-position: -120px 0;}
#home span {
	display: none;}

#homepage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/homepage.png") no-repeat 0 0;}



#about {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/about.png") no-repeat 0 0;}
#about:hover {
	background-position: -120px 0;}
#about span {
	display: none;}

#aboutpage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/aboutpage.png") no-repeat 0 0;}



#animal {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/animal.png") no-repeat 0 0;}
#animal:hover {
	background-position: -120px 0;}
#animal  span {
	display: none;}

#animalpage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/animalpage.png") no-repeat 0 0;}



#treatments {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/treatments.png") no-repeat 0 0;}
#treatments:hover {
	background-position: -120px 0;}
#treatments span {
	display: none;}

#treatmentspage{
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/treatmentspage.png") no-repeat 0 0;}



#history {
	display: block;
	width: 121px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/history.png") no-repeat 0 0;}
#history:hover {
	background-position: -121px 0;}
#history span {
	display: none;}

#historypage {
	display: block;
	width: 121px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/historypage.png") no-repeat 0 0;}



#testimonials {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/testimonials.png") no-repeat 0 0;}
#testimonials:hover {
	background-position: -120px 0;}
#testimonials span {
	display: none;}

#testimonialspage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/testimonialspage.png") no-repeat 0 0;}


	
#gallery {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/gallery.png") no-repeat 0 0;}
#gallery:hover {
	background-position: -120px 0;}
#gallery span {
	display: none;}	

#gallerypage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/gallerypage.png") no-repeat 0 0;}
	



#ethics {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/ethics.png") no-repeat 0 0;}
#ethics:hover {
	background-position: -120px 0;}
#ethics span {
	display: none;}	

#ethicspage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/ethicspage.png") no-repeat 0 0;}
	


#media {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/media.png") no-repeat 0 0;}
#media:hover {
	background-position: -120px 0;}
#media span {
	display: none;}	

#mediapage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/mediapage.png") no-repeat 0 0;}

	
	
#links {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/links.png") no-repeat 0 0;}
#links:hover {
	background-position: -120px 0;}
#links span {
	display: none;}	

#linkspage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/linkspage.png") no-repeat 0 0;}	



#contact {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/contact.png") no-repeat 0 0;}
#contact:hover {
	background-position: -120px 0;}
#contact span {
	display: none;}

#contactpage {
	display: block;
	width: 120px;
	height: 22px;
	margin-bottom: 3px;
	background: url("buttons/contactpage.png") no-repeat 0 0;}



/* Page stuff */

.title {
  position: absolute;
  margin-left: 220px;
  margin-top: 270px;
  text-align: center;
  font-weight: light;
  font-size: 16pt;
  font-family: sans-serif;
  font-style: italic;
  color: silver;}
	


/* General paragraph text settings - border for testing layout */

p {

	font-family: serif; 
	font-weight: 600; 
	font-size: 12pt;
	color: dimgray;
	margin-top: 5px;}

/*a:link {color: gray;	}*/
/*a:visited {color: gray;	}*/
/*a:hover {color: gray; background-color: #333333;}*/
/*a:active {color: gray;	}*/



h1 {
	font-family: serif;
	color: black;
	font-style: italic;
	font-weight: 700;
	font-size: 13pt;
	text-align: left;
	margin-bottom: 0px;}


/* header */

h2 {
	font-family: serif;
	margin-bottom: 2px;
	color: dimgray;
	font-size: 12pt;
	text-align: center;}

/* subheader */

h3 {
	font-family: serif;
	color: dimgray;
	font-style: italic;
	font-weight: 400;
	font-size: 10pt;
	text-align: left;
	margin-top: 5px;}
	
h4 {
	font-family: serif;
	color: dimgray;
	font-style: italic;
	font-weight: 400;
	font-size: 10pt;
	text-align: center;
	margin-top: 5px;}
	


body {
  background-image: url("images/backgroundfull.gif");
  background-color: white;  
  background-attachment: static;
  background-position: top center;
  background-repeat: repeat;}

/*  scrollbar-base-color: black;*/
/*  scrollbar-arrow-color: silver;*/
/*  scrollbar-DarkShadow-Color: silver;*/
/*  scrollbar-track-color: gray;}*/

.outer {
  width: 820px;
  min-width: 820px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;}

.nav {
  float: left;
  width: 200px;
  position: absolute;
  margin-left: 20px;
  Margin-top: 170px;}

.header { 
  position: absolute; 
  width: 480px; 
  margin-left: 245px;} 


.content {
  float: right;
  position: absolute;
  margin-left: 255px;
  margin-top: 130px;
  height: 400px;
  width: 495px;}
  
  
.gallery {
  float: right;
  position: absolute;
  margin-left: 175px;
  margin-top: 130px;
  width: 535px;}  




#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: 49%; height: 100%; background-image: url(data:gallery/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/gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/gallery/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; }



