/* CSS Document */

/* Global Styles 
---------------------------------------------------------------------------------- */
body	{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #333;
	background-color: #438748;
	background-image: url(blue-sky3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	
a	{
	text-decoration: underline;
	color: #4877a3;
	}
	
a:hover	{
	text-decoration: none;
	color: #b54242;
	}

h1	{
	font-size: 2em;
	}
		
h2	{
	color: #003366;
	font-size: 1.42em;
	line-height: 25px;
	border-bottom: 1px solid #000;
	background: url(paw-print-sm.gif) no-repeat 5px 0px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	}
	
h3	{
	color: #003366;
	font-size: 1.1em;
	}

img {
	border: none;
	}
	
p	{
	font-size: 1.08em;
	margin: 5px;
	padding: 5px;
	}	
	
ul	{
	font-size: 1.08em;
	}
	
/* Classes
---------------------------------------------------------------------------------- */
		
li.spacing	{
	padding-bottom: 10px;
	}
	
p.hours	{
	margin: 0;
	text-align: center;
	}

p.gallery	{
	margin: -10px 0 0 0;
	padding: 0;
	font-style: italic;
	}

p.holidays {
	clear: left;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.6em;
	}
	
p.img	{
	text-align: center;
	}

p.imgFloatleft	{
	float: left;
	margin: 0;
	padding: 5px;
	}

p.imgFloatRight	{
	float: right;
	margin: 0;
	padding: 5px;
	}
	
p.right1	{
	margin: 3px 0 0 0;
	text-align: right;
	font-style: italic;
	}
	
p.welcome	{
	clear: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	}

ul.left	{
	margin: 0;
	padding: 0 0 0 20px;
	}

ul.left li {
	padding: 0 0 10px 0;
	}
	
ul.sos	{
	margin: 0;
	padding: 0;
	margin: -5px 0 5px 0;
	padding: 0 0 0 40px;
	}

/* Page Background Formatting
---------------------------------------------------------------------------------- */

#container-news, #container-wish, #container-adopt, #container-policy, #container-contact, #container-spring,
#container-hours, #container-tails, #container-pet, #container-about, #container-links, #container-programs	{
	position: absolute;
	top: 5px;
	left: 30px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
					
#container-news	{
	background: url(dog-house-news.gif) no-repeat right top;
	}
		
#container-wish	{
	background: url(dog-house-wish.gif) no-repeat right top;
	}

#container-adopt	{
	background: url(dog-house-adopt.gif) no-repeat right top;
	}
			
#container-policy	{
	background: url(dog-house-policy.gif) no-repeat right top;
	}

#container-contact	{
	background: url(dog-house-contact.gif) no-repeat right top;
	}

#container-hours	{
	background: url(dog-house-hours.gif) no-repeat right top;
	}

#container-about, #container-tails, #container-pet	{
	background: url(dog-house-about.gif) no-repeat right top;
	}

#container-links	{
	background: url(dog-house-links.gif) no-repeat right top;
	}		
	
#container-programs	{
	background: url(dog-house-programs.gif) no-repeat right top;
	}
	
#container-spring {
   background: url(dog-house-spring.gif) no-repeat right top;
	}

/* Header Formatting
---------------------------------------------------------------------------------- */
				
#pageheader	{
	float: right;
	width: 540px;
	height: 247px;
	}

#pageheader h1	{
	text-align: center;
	}
	
#pageheader h1 span	{
	position: absolute;
	left: -9000px;
	}

/* Navigation Formatting
---------------------------------------------------------------------------------- */
		
div#nav	{
	float: left;
	margin: 120px 0 0 0;
	width: 197px;
	height: 530px;
	padding: 20px 0 0 0;
	background: url(wood-post-wh.gif) no-repeat 65px top;
	font-size: 1.08em;
	}

div#nav ul	{
	display: block;
	list-style: none;
	width: 197px;
	height: 426px;
	margin: 0 0 0 7px;
	padding: 0;
	}

div#nav li 	{
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
	z-index: 8;
	}

div#nav li a	{
	display: block;
	text-decoration: none;
	border: none;
	width: 197px;
	height: 68px;
	}

div#nav li li a	{
	display: block;
	text-decoration: none;
	border: none;
	width: 197px;
	height: 25px;
	text-indent: 11px;
	line-height: 25px;
	}
	
div#nav li span	{
	position: absolute;
	left: -9000px;
	}
	
div#nav li.who	{
	background:url(pixy-who.gif) no-repeat left top;
	}
	
div#nav li.whoPg	{
	background: url(pixy-whoPg.gif) no-repeat left top;
	}
	
div#nav li.adopt	{
	background:url(pixy-adopt.gif) no-repeat left top;
	}

div#nav li.adoptPg	{
	background:url(pixy-adoptPg.gif) no-repeat left top;
	}
	
div#nav li.pet	{
	background:url(pixy-pet.gif) no-repeat left top;
	}

div#nav li.petPg	{
	background:url(pixy-petPg.gif) no-repeat left top;
	}
	
div#nav li.programs	{
	background:url(pixy-programs.gif) no-repeat left top;
	}

div#nav li.programsPg	{
	background:url(pixy-programsPg.gif) no-repeat left top;
	}	
		
div#nav li.help		{
	background:url(pixy-donate.gif) no-repeat left top;
	}

div#nav li.helpPg		{
	background:url(pixy-donatePg.gif) no-repeat left top;
	}
	
div#nav li.contact	{
	background:url(pixy-contact.gif) no-repeat left top;
	}
	
div#nav li.contactPg	{
	background:url(pixy-contactPg.gif) no-repeat left top;
	}
	
div#nav li.who:hover, div#nav li.whoPg:hover, div#nav li.adopt:hover, div#nav li.adoptPg:hover,
div#nav li.pet:hover, div#nav li.petPg:hover, div#nav li.programs:hover, div#nav li.programsPg:hover,
div#nav li.help:hover, div#nav li.helpPg:hover, div#nav li.contact:hover, div#nav li.contactPg:hover	{
	background-position: 0 -74px;
	z-index: 10;
	}
					
div#nav ul ul {
	display: none;
	position: absolute;
	top: -12px;
	left: 156px;
	}
		
div#nav ul ul li.who2, 
div#nav ul ul li.adopt2, 
div#nav ul ul li.pet2,
div#nav ul ul li.programs2,
div#nav ul ul li.help2,
div#nav ul ul li.contact2 	{
	background: url(pixy-wood.gif) no-repeat left top;
	margin: -1px;
	}
	
div#nav ul ul li.who2:hover,
div#nav ul ul li.adopt2:hover, 
div#nav ul ul li.pet2:hover,
div#nav ul ul li.programs2:hover,
div#nav ul ul li.help2:hover, 
div#nav ul ul li.contact2:hover	{
	background-position: 0 -74px;
	z-index: 1000;
	}
	
div#nav ul.level1 li.who:hover ul.level2, div#nav ul.level1 li.whoPg:hover ul.level2,
div#nav ul.level1 li.adopt:hover ul.level2, div#nav ul.level1 li.adoptPg:hover ul.level2, 
div#nav ul.level1 li.pet:hover ul.level2, div#nav ul.level1 li.petPg:hover ul.level2,
div#nav ul.level1 li.programs:hover ul.level2, div#nav ul.level1 li.programsPg:hover ul.level2,
div#nav ul.level1 li.help:hover ul.level2, div#nav ul.level1 li.helpPg:hover ul.level2,
div#nav ul.level1 li.contact:hover ul.level2, div#nav ul.level1 li.contactPg:hover ul.level2	{
	display: block;
	}

/* Content Formatting
---------------------------------------------------------------------------------- */
		
#main	{
	clear: right;
	width: 410px;
	height: 357px;
	margin: 0 0 0 305px;
	padding: 0;
	}

#content	{
	margin: 0;
	padding: 10px 30px 0 15px;
	height: 292px;
	width: 365px;
	overflow: auto;
	}

#content p.address	{
	text-align: center;
	margin: -3px 0 0 0;
	padding: 0;
	}

#content-bottom	{
	width: 410px;
	height: 43px;
	}

#content-bottom p.right	{
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* Footer Formatting
---------------------------------------------------------------------------------- */
	
#site_info	{
	clear: both;
	width:800px;
	height:300px;
	}

#site_info p.copyright	{
	text-align: right;
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
	padding: 220px 80px 0 0;
	}

#site_info p.design	{
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	margin: 8px 0 0 0;
	padding: 0 195px 0 0;
	}

#site_info p.credit	{
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0 126px 0 0;
	}
			
#site_info a	{
	color: #333;
	}
	
#site_info a:hover	{
	color: #630;
	}

/* Photo Gallery Formatting, i.e. Pet Galleries
---------------------------------------------------------------------------------- */

div.gallery	{
	float: left;
	width: 90px;
	margin: 0;
	padding: 10px 0 0 0;
	}

div.gallery p {
	text-align: center;
	margin: 0;
	}
	
div.photo, div.tailsPhoto	{
	width: 90px;
	height: 84px;
	background: url(drop-shadow.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	}
	
div.photo img, div.tailsPhoto img	{
	width: 81px;
	height: 72px;
	border: 1px solid #000;
	}

div.photo a:hover img, div.tailsPhoto a:hover img	{
	text-decoration: none;
	border: 3px solid yellow;
	}

/* Individual Pet Page Formatting
---------------------------------------------------------------------------------- */

/* Start of Image Zoom Method, thanks to Stu Nicholls, http://www.cssplay.co.uk/menu/magnify */		

#photo	{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 90px;
	height: 80px;
	background: url(drop-shadow.gif) no-repeat right top;
	}
	
#photo a img	{
	border: 1px solid #000;
	}
		
#photo a.thumb	{
	display: block;
	width: 81px;
	height: 72px;
	text-decoration: none;
	}

#photo a.thumb:hover	{
	text-decoration: none;
	background: #8c87a3;
	}	
	
#photo a .large	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 0;
	height: 0;
	}
	
#photo a.thumb:hover .large	{
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 200px;
	height: 181px;
	border: 1px solid #000;
	}
/* End of Image Zoom Method */

div.listing	 {
	margin-left: 98px;
	}	

div.listing p.zoom	{
	margin: 0;
	font-weight: bold;
	}

div.sideNote {
	float: right;
	width: 110px;
	margin: 0;
	padding: 0;
	}
	
div.sideNote p {
	padding: 5px 5px 5px 10px;
	font-size: 0.8em;
	font-style: italic;
	}
		
div.tailsGallery	{
	float: left;
	width: 360px;
	margin: 0;
	padding: 0;
	}
	
div.tailsPhoto	{
	float: left;
	}
	
div.tailsGallery p, div.tailsGallery h3	{
	margin: 0 0 0 100px;
	}

/* Miscellaneous Classes
---------------------------------------------------------------------------------- */
	
.center	{
	text-align: center;
	}
	
.clear {
	clear:both;
	}
	
.hide	{
	position: absolute;
	left: -9000px;
	}
	
.note {
	font-style: italic;
	color: #036;
	}
	
.search a {
	color:#FF3;
	}
	
.search a:hover {
	color: #0C0;
	text-decoration: none;
	}
	
/* IE 5 and previous versions fixes 
---------------------------------------------------------------------------------- */
	
* html div#content	{
	height: 302px;
	he\ight: 292px;
	width: 405px;
	w\idth: 365px;
	}
	
/* IE 5 placement bug */
* html #gallery img	{
	width: 100%;
	}

