
body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	background: #ecebe2 url(../gfx/bkgrnd.png) top center repeat-y;
	margin: 0;
	padding: 0;
	color: #666;	
}

a {
	color: #a29b6c;
	text-decoration: none;
	outline-style: none;
}

a:hover {
	color: #a09d99;
	text-decoration: underline;
}


#outer {
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding-top: 40px;
	
}

#title {
	width: 853px;
	margin: 0 auto;
	position: relative;
	
}

#title h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#title h1 a {
	display: block;
	height: 87px;
	width: 275px;
	text-indent: -2000em;
	background: url(../gfx/logo.png) 0 2px no-repeat;
	outline: none;
	position: relative;
}

#title h1 a:hover {
	background: url(../gfx/logo.png) 0 0 no-repeat;
}

#title h2 {
	margin: 0;
	padding: 0;
	height: 191px;
	width: 217px;
	text-indent: -2000em;
	position: absolute;
	right: 142px;
	top: -20px;
	z-index: 1;
}

#title h3 {
	margin: 0;
	padding: 0 0 0 10px;
	float: right;	
}

#title h3 a {
	display: block;
	height: 55px;
	width: 131px;
	text-indent: -2000em;
	background: url(../gfx/address.png) 0 0 no-repeat;
	outline: none;
}

#title h3 a:hover {
	background: url(../gfx/address.png) 0 -55px no-repeat;
}

h5 {
	font-size: 120%;
	line-height: 16px;
	margin-bottom: -4px;
	margin-top: 4px;
}

.pad {
	padding: 6px 20px;
}

.petpad {
	padding: 20px 20px;
}


.clear {
	clear: both;
}



/*=============================== Main Content ========================================*/

#homepage {
	position: relative;
	background: #efefef;
	padding: 10px 0;
	z-index: 4;
	width: 853px;
	height: 260px;
	margin: 0 auto;
	border-left: 1px solid #dcdcdc;	
	border-right: 1px solid #dcdcdc;	
	border-bottom: 1px solid #dcdcdc;	
}

#container {
	position: relative;
	z-index: 4;
	width: 849px;
	margin: 0 auto;
	background: url(../gfx/main_bkgrnd.png) 0 0 repeat-y;
}

#content {
	width: 100%;
	float: right;
	margin-left: -275px;
}

#content li {
	margin-bottom: 5px;
	margin-left: -10px;
}

#sidebar {
	width: 255px;
	padding: 20px 10px;
	float: left;
	min-height: 400px;
}

#main {
	padding: 10px;
	margin-left: 285px;
}

#main p {
	line-height: 18px;
}

#maininfo {
	background: white;
	border: 1px solid #e0e0e0;
	position: relative;
	width: 538px; /* 	E-tard needs this or it gets confused */
	min-height: 340px;
	padding-bottom: 20px;
	float: right;
}


#maininfo h4 {
	margin: 0;
	padding: 0 0 0 10px;
	background: #e9e8dd;
	color: #a29b6c;
	font-size: 120%;
	line-height: 16px;
	border-bottom: 1px solid #c1c1c1;
}

#maininfo li {
	line-height: 16px;
}

#mainbtm {
	clear: both;
	width: 100%;
	padding-top: 10px;
	height: 2px;
	background: url(../gfx/main_bttm.png) 0 bottom no-repeat;

}


/*============================= Adoption Page =================================*/


#adoption {
	background: white;
	border: 1px solid #e0e0e0;
	position: relative;
	width: 538px; /* E-tard needs this or it gets confused  was 538px */
	min-height: 340px;
}

#adoption h4 {
	margin: 0;
	padding: 0 0 0 10px;
	background: #e9e8dd;
	color: #a29b6c;
	font-size: 120%;
	line-height: 16px;
	border-bottom: 1px solid #c1c1c1;
}

#adopt {
	padding: 5px 5px 5px 15px;
}


#adopt ul {
	padding: 0;
	margin: 0;
}


#adopt li {
	float: left;
	list-style: none;
	margin: 0 8px 8px 0;
	position: relative;
}

#adopt li a img {
	border: 2px solid #cdcdcd;
}

#adopt li a:hover img {
	border: 2px solid #a29b6c;
}

#adopt .sm_stamp {
	position: absolute;
	top: 2px;
	right: 2px;
	background: none;
	border: none;
	width: 77px;
	height: 57px;
	
}

#adopt a:hover img.sm_stamp {
	border: none;
	background: none;
}


ul.trail {
	padding: 11px;
	margin: 0;
	font-size: 13px;
	line-height: 12px;
}

ul.trail a {
	color: #8b8783;
}

.trail li {
	float: left;
	margin-right: 20px;
	padding: 10px;
	background: #e9e8dd;
	list-style: none;
	border: 1px solid #c9c7be;
}

/*============================= Pet Page =================================*/

#pet {
	background: white;
	border: 1px solid #e0e0e0;
	position: relative;	
}

#pet h4 {
	margin: 0;
	padding: 0 0 0 10px;
	background: #e9e8dd;
	color: #a29b6c;
	font-size: 120%;
	line-height: 16px;
	border-bottom: 1px solid #c1c1c1;
}


#petpic {
	background: #f9f8f5;
	padding: 10px;
	height: 184px;
	position: relative;
	border: 1px solid #c1c1c1;
}

#petpic img {
	float: right;
	width: 240px;
	height: 180px;
	margin: 0 0 0 20px;
}

#petpic a img {
	border: 3px solid white;
}

.nopic {
	border: 3px solid white;
}

#petpic a:hover img {
	border: 3px solid #dddbd9;
	opacity:0.8;
	filter:alpha(opacity=80);	
	
}

#petpic .stamp {
	position: absolute;
	top: 13px;
	right: 13px;
	background: none;
	border: none;
	width: 140px;
	height: 103px;
	
}

#petpic a:hover img.stamp {
	border: none;
	background: none;
}


#petpic ul {
	float: left;
	margin: 0;
	padding: 0;
}


#petpic li {
	white-space: normal;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#petpic li strong {
	display: block;
	float: left;
	width: 85px;

}


#nextprev ul {
	margin: 0;
	padding: 0;
}

#nextprev li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nextprev li.next {
	float: right;
}

#nextprev li.prev {
	float: left;
}

/*============================= Side Pet =================================*/

#sidepet {
	background: white;
	padding: 5px 5px 5px 7px;
	position: relative;
	border: 1px solid #e0e0e0;
	top: 17px;
	width: 240px;
}


#sidepet a {
	margin: 0;
	padding: 0;
	outline: none;
}

#sidepet a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #a09d99;	
}

#sidepet a:hover strong {
	background: url(../gfx/overlay_petname.png) 0 -31px no-repeat;

}

#sidepet strong {
	display: block;
	height: 31px;
	line-height: 30px;
	text-align: center;
	color: white;
	background: url(../gfx/overlay_petname.png) 0 0 no-repeat;
	position: relative;
	top: -30px;
	font-size: 120%;
}

#sidepet span {
	display: block;
	position: relative;
	top: -18px;
	font-size: 90%;
	padding: 0 8px;
}

#sidepet a img {
	border: none;
	height: 180px;
	width: 240px;
}

#sidepet a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);	

}

#sidepet .stamp {
	position: absolute;
	top: 5px;
	right: 5px;
	background: none;
	border: none;
	width: 140px;
	height: 103px;
	
}

#sidepet a:hover img.stamp {
	border: none;
	background: none;
}

#subcontent {
	position: relative; 
	margin-top: 30px;	
}

#subcontent h4 {
	margin: 0;
	padding: 0 0 0 10px;
	background: #e9e8dd;
	color: #a29b6c;
	font-size: 120%;
	line-height: 16px;
	border-bottom: 1px solid #c1c1c1;
}

#subcontent ul {
	margin: 0;
	padding: 0;
}

#subcontent li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 4px;
}

#subcontent li a {
	color: white;
	background: #a09d99;	
	display: block;
	line-height: 22px;
	padding: 0 10px;
}

#subcontent li a:hover, #subcontent li a.selected {
	background: #d4d5d0;
	color: #a09d99;
	text-decoration: none;
	
}


/*================================ Blog ====================================*/

dl#blog dt span {
	display: block;
	color: #ccc;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}

dl#blog dd {
	margin: 0;
	padding: 0 0 20px 0;
}

#blogarchives {
	background: white;
	border: 1px solid #e0e0e0;
	padding-bottom: 20px;
	text-align: right;
}

#blogarchives ul.archives {
	padding-right: 10px;
	padding-top: 5px;
}

#blogarchives ul.archives li {
	list-style: none;
}

#blogarchives ul.archives li a {
	font-weight: bold;
	display: inline;
	background: none;
	color: #666;
	line-height: 10px;
}

#blogarchives ul.archives li ul {
	margin-left: 10px;
}

#blogarchives ul.archives li ul li a {
	font-weight: normal;
}

#blogarchives ul.archives li ul {
	margin-bottom: 10px;
}

.pageno {
	text-align: right;
}


ul.pageit {
	margin: 0;
	padding: 0;
	float: right;
}

ul.pageit li {
	float: left;
	list-style: none;
	padding: 0 5px;
}





/*============================= Navigation =================================*/

#nav_horiz {
	position: relative;
	z-index: 3;
	width: 835px;
	margin: 0 auto;
	background: url(../gfx/navbar.png) 0 0 no-repeat;
	padding: 0 0 0 35px;
}

#nav_horiz ul {
	padding: 0;
	margin: 0;
}


#nav_horiz li {
	float: left;
	list-style: none;
	white-space: nowrap;
}

.pets {
	width: 151px;
}
.support {
	width: 162px;
}
.services {
	width: 110px;
}
.education {
	width: 132px;
}
.events {
	width: 113px;
}
.about {
	width: 134px;
}


#nav_horiz li a {
	color: white;
	display: block;
	text-decoration: none;
	line-height: 31px;	
	outline: none;
}

#nav_horiz .selected, #nav_horiz a:hover
{
	color: #fdf1a6;
	text-decoration: none;
}


/*============================= Sub Nav =================================*/


#subnav {
	width: 835px;
	height: 120px;
	padding: 10px 0 5px 35px;	
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#subnav div {
	float: left;
	height: 100%;	
}


#subnav ul {
	padding: 0 0 10px 0;
	margin: 0;
	position: absolute;
	bottom: 0;
}

#subnav li {
	list-style: none;
	line-height: 20px;
}

#subnav li a {
	text-decoration: none;
	color: #a09d99;
}

#subnav li a:hover {
	text-decoration: underline;
	color: #666;
}


/*============================= Tables =================================*/

td {
	padding: 2px;
}

td.r {
	text-align: right;
}

td.c {
	text-align: center;
}


/*============================= Donations =================================*/


.options li {
	float: left;
	list-style: none;
	white-space: nowrap;
	margin-right: 1.3em;
	margin-bottom: 0.5em;
	
}

.options li a {
	color: black;
	border: 1px solid #c9c7be;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 60px;
	width: 140px;
	padding-top: 20px;
	vertical-align: middle;
}

.options .selected, .options a:hover
{
	background: #ecebe2;
	color: #a1a099;
	text-decoration: none;
}


.msg {
	margin-top: 10px;
	border: 2px solid #666;
	background: #ecebe2;
	padding: 10px 30px;
}


#clientform label {
	display: block;
	margin: 5px 0 5px 0;
}

#clientform label .label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
}


#clientform label .highlight, .highlight {
	color: #FF0000;
	font-weight: bold;
}

#donateinfo td {
	width: 50%;
	background: #ecebe2;
	border: 2px solid #666;
	padding: 5px 10px;
	margin: 2px 1px 2px 1px;
	vertical-align: top;
}

#donateinfo td p {
	padding: 5px 10px;

}

#donateinfo td span {
	display: block;
	font-weight: bold;
	width: 35%;
	padding-right: 10px;
	float: left;
	clear: left;
	text-align: right;	
}


#bank {
	background: #ecebe2;
	border: 2px solid #666;
	text-align: center;
	padding: 5px 10px 20px 10px;
	margin: 0 2px 2px 2px;
}

.ccards {
	background: white;
	border: 2px solid #666;
	padding: 10px;
	width: 300px;
	margin: 0 auto;
}

/*====================== Fund Raising Graph ========================*/


#graphpaper {
	background: url(../gfx/graph.png) 0 0 repeat;		
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	margin: 40px auto;
	padding-top: 60px;
	width: 420px;
} 

#graph {
	position: relative;
	height: 300px;
	width: 100%;
}

#current {
	position: absolute;
	bottom: 0;
	left: 60px;
	width: 120px;
	background: green;	
}

#target {
	position: absolute;
	bottom: 0;
	left: 220px;	
	width: 120px;
	background: orange;
}

#graph span {
	position: absolute;
	top: -40px;
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}



#bone_holder {
	width: 104px;
	height: 271px;
	margin: 0 auto;
	position: relative;
}

#bone_level {
	position: absolute;
	bottom: 53px;
	height: 164px;
	width: 104px;
}

#base_level {
	position: absolute;
	bottom: 0;
	height: 53px;
	width: 104px;
	background: #7FC5E0;	

}

#current_level {
	position: absolute;
	bottom: 0;
	width: 104px;
	background: #7FC5E0;	
}

#bone_over {
	position: absolute;
	width: 104px;
	height: 271px;	
	background: url(../gfx/donate_bone.png) 0 0 no-repeat;		
}


/*============================= Contact Info =================================*/

ul#contacts {
	margin: 0 0 0 10px;
	padding: 0;
}

ul#contacts li {
	list-style: none;
	margin-bottom: 15px;
}

ul#contacts li > ul > li {
	list-style: disc;
	margin-bottom: 0px;
}

#map {
	height: 420px;
	width: 255px;
	border: 1px solid #dcdcdc;
}

.addy {
	background: #f9f8f5;
	padding: 10px;
	border: 1px solid #c1c1c1;
}


/*=============================== FAQ ========================================*/


span.answer {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}



/*============================= Footer =================================*/


#footer {
	position: relative;
	width: 853px;
	margin: 10px auto 0 auto;	
}



#slidebox {
	float: left;
	width: 258px;
	height: 164px;
	padding: 8px 9px 8px 8px;
	border: 1px solid #c1c1c1;
	background: #e9e8dd;
	margin-bottom: 2px;
	margin-right: 9px;
}

#slidebox ul {
	margin: 0;
	padding: 0;
}

#slidebox ul li {
	list-style: none;
}

#slidebox img {
	border: 1px solid #c1c1c1;
}




#news {
	float: left;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	height: 190px;
	width: 564px;
	font-size: 11px;
	line-height: 11pt;
}

#news p {
	font-size: 11px;
	line-height: 11pt;
}

#news #latest {
	float: left;
	width: 50%;
}

#news #newhouse {
	float: left;
	width: 50%;
}

#news #newhouse img {
	padding: 10px 10px 0 10px;
	margin: 0;
}

#news #newhouse p {
	padding: 10px;
	margin: 0;
}


#news h4 {
	margin: 0;
	padding: 0 0 0 10px;
	background: #e9e8dd;
	color: #a29b6c;
	font-size: 120%;
	line-height: 16px;
	border-bottom: 1px solid #c1c1c1;
}



#news ul {
	margin: 10px 0;
	padding: 0;
	border-right: 1px solid #e9e8dd;
}


#news li {
	white-space: normal;
	list-style: none;
	padding: 8px 10px;
}

#news a {
	color: #a29b6c;
	text-decoration: none;
}

#news a:hover {
	color: #a09d99;
	text-decoration: underline;
}

ul.footer {
	clear: left;
	padding: 0;
	margin: 0;
}


.footer li {
	float: left;
	list-style: none;
	white-space: nowrap;
}

.footer li a {
	color: white;
	display: block;
	text-decoration: none;
	line-height: 23px;
	padding: 0 15px;
}

.footer li.donate {
	width: 277px;
	background: #1877b3;
	margin-right: 9px;
}

.footer li.donate a:hover {
	background: #47a9d8 url(../gfx/footer.hover_blue.jpg) right 0 no-repeat;
}

.footer li.critter {
	width: 140px;
	margin-right: 2px;
	background: #a09d99;	
}

.footer li.news {
	width: 140px;
	margin-right: 2px;
	background: #a09d99;		
}

.footer li.house {
	width: 282px;
	background: #a09d99;		
	
}

.footer li.critter a:hover, .footer li.news a:hover, .footer li.house a:hover {
	background: #d4d5d0 url(../gfx/footer.hover_brown.jpg) right 0 no-repeat;
}


#rights {
	clear: both;
	text-align: right;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #a7a7a7;
}



.christmas {
	text-align: center;
	padding: 0 15px;
}

.christmascat {
	margin-top: 30px;
	margin-bottom: 10px;
}

.christmascat a img {
	border: none;
}




#renewalform {
	padding-top: 10px;
}

#renewalform label {
	display: block;
	margin: 5px 0 5px 0;
}

#renewalform label .label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
}


#renewalform label .highlight, .highlight {
	color: #FF0000;
	font-weight: bold;
}


#renewaldiv {
	border: 1px solid silver;
	background: #ecebe2;
	padding: 5px 10px;
}


#credit {
	display: none;
}
