@charset "UTF-8";
/* CSS Document */

/********************************[ Eric Meyer's Reset (Modified) ]********************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;	}
body {	line-height: 1;	}
ol, ul {	list-style: none;	}
blockquote, q {	quotes: none;	}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;	}
:focus {	outline: 0;	}	/* remember to define focus styles! */
ins {	text-decoration: none;	}	/* remember to highlight inserts somehow! */
del {	text-decoration: line-through;	}
table {	border-collapse: collapse;	border-spacing: 0;	}	/* tables still need 'cellspacing="0"' in the markup */
address	{	font-style: normal;	}



/**************************************** Plain HTML elements ****************************************/

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;	
}

address	{	
		display: block;
		margin-top: .5em;
		margin-bottom: .5em;
		font-weight: bold;
}
address.compact	{
	margin-top: -10px;
}
strong strong	{
	color: #c00;
	font-size: 110%;
}


/**************************************** Modified HTML elements ****************************************/

img.center	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.phone	{
	white-space: nowrap;
}
div.clear	{
	clear: both;
	font-size: 1%;
	line-height: .1em;
}
#content #main a	{
	font-weight: bold;
}


/******************************** Page Layout Only ******************************/

#wrapper	{
	width: 958px;
	margin: 0px auto;
}



/********************************[ HEADER ]********************************/

/**************************************************************************/

#header	{
	float: left;
	
}
#header div	{
	float: left;
	border-left: solid 2px #fff;
}
#header div#logo	{
	border-left: 0px;
}

#header h1	{
	display: block;
	width: 190px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #003093;
	
}
div#wrapper div#header a h1	{
	line-height: 3.1ex;
	color: #f5e80e;
	text-decoration: none;
	font-size: 1.55em;
}
#header a:hover h1	{
	color: #fff3af;
}

div#wrapper div#header a:visited	{
	text-decoration: none;
}

/*-------------------------- Navigation ------------------------*/
/*-------------------------------------------------------------*/


#header ul.nav	{
	display: block;
	width: 185px;
	height: 65px;
	margin: 0px;
	padding: 2px 0px 0px 5px;
	background-color: #f5e80e;
}

#header ul.nav li	{
	margin: 4px 5px 2px 2px;
	padding: 0px;
	list-style-type: none;
}

#header ul.nav li a	{
	display: block;
	padding: 2px;
	color: #003093;
	text-decoration: none;
	font-weight: bold;
}

#header ul.nav li a:hover	{
	color: #0045d2;
}



/********************************[ TAGLINE ]********************************/

/**************************************************************************/

#tagline	{
	display: block;
	width: 100%;
	background-color: #4c7ee7;
	color: #dbe2f1;
	border-top: solid 2px #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px 0px;
}


/********************************[ FOOTER ]********************************/

/**************************************************************************/

#footer	{
	clear: both;
	background-color: #003093;
	color: #c3d4e9;
	padding: 5px;
	font-size: .9em;
	width: 948px;
}
#footer a	{
	color: #efebab;
	text-decoration: none;
	font-weight: bold;
}
#footer #footerLinks	{
	float: right;
}



/********************************[ CONTENT ]*******************************/

/**************************************************************************/


#content	{
	clear: left;
	width: 958px;
	line-height: 2.75ex;
	
}



/*------------------------ Main Content ------------------------*/
/*-------------------------------------------------------------*/

#main	{
	float: left;
	width: 554px;
	padding-right: 20px;
}



/*------------------------- Typography -------------------------*/
/*-------------------------------------------------------------*/
#content p	{
	margin: 1em 0px;
}
#content a	{
	text-decoration: none;
}

#content #main h1 	{
	color: #334;
	font-size: 160%;
	border-bottom: solid 1px #c4cee2;
	padding: 30px 0px 3px 0px;
}

#content #main h2 	{
	color: #334;
	font-size: 140%;
	padding: 20px 0px 10px 0px;
}

#content #main h3 	{
	color: #334;
	font-size: 130%;
	padding: 20px 0px 10px 0px;
}
#content #main h4 	{
	color: #334;
	font-size: 115%;
	padding: 0px 0px 6px 0px;
}

#secondary h2	{	
	font-size: 150%;
	color: #334;
	margin: 20px 0px 15px 0px;
}

#secondary h2:first-child	{	
	margin-top: 0px;
}

#secondary .highlight h2	{	
	font-size: 170%;
	color: #f5e80e;
	margin-bottom: 10px;
}

#secondary h3 	{
	color: #334;
	font-size: 125%;
	padding: 0px;
}
#secondary h4 	{
	color: #334;
	font-size: 110%;
	padding: 10px 0px 4px 0px;
}


/*--------------------- Secondary Content ----------------------*/
/*-------------------------------------------------------------*/

#secondary	{
	float: right;
	width: 362px;
	padding-left: 20px;
	margin-top: 31px;
}

#secondary div.regular, #secondary div.highlight	{
	padding: 15px 25px;
	margin-bottom: 20px;
}

#secondary div.regular	{
	border: solid 1px #c4cee2;
	background-color: #ebeff6;
}


#secondary div.highlight	{
	border: solid 1px #0051df;
	background-color: #1c4bac;
	color: #eee;
	font-size: 110%;
}

/*---------------------------- Lists ---------------------------*/
/*-------------------------------------------------------------*/


#content ul	{
	margin: 10px;
	list-style-type: disc;
}
#content ul li	{
	margin-left: 2em;
	margin-bottom: 6px;
}



/*-------------------- Item-specific styles --------------------*/
/*-------------------------------------------------------------*/

/*^^^^^^^^^^^^^^^^^ Featured Pets ^^^^^^^^^^^^^^^^*/

.featuredPet	{
	float: left;
	text-align: justify;
	margin-left: 150px;
	margin-bottom: 30px;
	line-height: 2.85ex;
}

.featuredPet h4	{
	font-size: 120%;
	line-height: 2ex;
	text-transform: uppercase;
	color: #334;
	padding: 0px;
	margin: 0px;
}

.featuredPetPhoto	{
	float: left;
	margin-left: -150px;
	margin-right: 10px;
	width: 140px;
	text-align: center;
}

.featuredPetPhoto img	{
	border: solid 1px #003093;
}

#content #main .featuredPetPhoto a	{
	font-weight: normal;
}

div.PFfeaturedPet  {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
	
div.PFfeaturedPet  span.PFcredit  {
	font-size: 85%;
	line-height: 1em;
	display: block;
	margin-top: 5px;
	color: #666;
}
	


/*^^^^^^^^^^^^^^^^^ See all links ^^^^^^^^^^^^^^^^*/

ul#seeAllLinks	{
	display: block;
	width: 110px;
	position: relative;
	left: 433px;
	top: -31px;
	background-color: #fff;
	border: solid 1px #c4cee2;
	margin-bottom: -20px;
	list-style-image: url(../images/littleBlueArrow.gif);
}

ul#seeAllLinks li	{
	padding: 0px;
	margin: 5px 0px 5px 30px;
	text-indent: -5px;
}



/*^^^^^^^^^^^ homepage adoption fair list ^^^^^^^^^^^*/

#fairs span.date	{
	display: inline-block;
	width: 5em;
	margin-top: 5px;
	border-bottom: dotted 1px #ccc;
	font-weight: bold;
}

#fairs span.location	{
	display: inline-block;
	width: 18em;
	border-bottom: dotted 1px #ccc;
}

#fairs span.map	{
	display: inline-block;
	width: 2.5em;
	border-bottom: dotted 1px #ccc;
}



/*^^^^^^^^^^^ inner page adoption fair list ^^^^^^^^^^^*/

ul#fairs	{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: solid 1px #4c7ee7;
}
ul#fairs li	{
	margin: 0px;
	padding: 5px;
	font-size: 110%;
	border: solid 1px #4c7ee7;
	border-bottom: 0px;
}
ul#fairs li.header	{
	background-color: #4c7ee7;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
ul#fairs li.odd	{
	background-color: #dbe2f1;
}

#main #fairs span	{
	border: 0px;
}
#main #fairs span.date	{
	width: 12em;
	text-align: right;
	margin-right: 1.5em;
}

#main #fairs span.location	{
	width: 14em;
}

#main #fairs span.city	{
	display: inline-block;
	width: 9em;
}

#main #fairs span.map	{
	width: 2.2em;
}

#main #fairs span.map a	{
	font-weight: normal;
}

#secondary address.fairAddress	{
	margin-top: 10px;
	font-weight: normal;
}
#secondary address.fairAddress a	{
font-size: 95%;
}



/*^^^^^^^^^^^^^^^^^ jumbo sized list ^^^^^^^^^^^^^^^^^*/

ul.jumbo	{
	font-size: 150%;
	line-height: 2.5ex;
	padding: 16px 0px;
	color: #333;
}
ul.jumbo li	{
	padding-bottom: 10px;
}

ul.jumbo li ul li	{
	list-style-type: circle;
	padding-bottom: 0px;
}

ul.jumbo a	{
	font-weight: bold;
	font-size: 110%;
}

/*^^^^^^^^^^^^^^^^^ success stories ^^^^^^^^^^^^^^^^^*/

div#successStoryList	{
	position: relative;
}
div#successStoryList span.pageTop	{
	display: block;
	clear: left;
	text-align: center;
	font-size: .9em;
}
div#successStoryList span.pageTop a	{
	color: #339;
}
div.successStory	{
	margin-bottom: 2em;
	clear: both;
	border-top: solid 1px #999;
	padding-top: 20px;
}
#content #main div.successStory h3	{
	margin: 0px;
	font-size: 1.3em;
	padding: 0px;
}
div.successStory img	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.successStory img.secondPic	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}



/*^^^^^^^^^^^^^^^^^ Petfinder iFrames ^^^^^^^^^^^^^^^^^*/

iframe	{
	border: solid #4c7ee7;
	border-width: 10px 1px;
	display: block;
	margin: 0px auto;
	width: 520px;
	height: 520px;
}


/*^^^^^^^^^^^^^^^^^ PayPal Donate Button ^^^^^^^^^^^^^^^^^*/

div#main div.payPalButton	{
	margin: 0px;
	padding: 0px;
}

div#secondary div.payPalButton	{
	margin: 0px;
	padding: 0px;
}
div.payPalButton form	{
	margin: 8px auto;
	padding: 0px;
	width: 125px;
}



/*^^^^^^^^^^^^^^^^^Re-used spans ^^^^^^^^^^^^^^^^^*/

span.pdfLink	{
	font-size: 80%;
	letter-spacing: 1px;
}

