@charset "UTF-8";
/* CSS Document */
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
background-color:#eae9d7;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
width:970px;
margin:0 auto;
padding:0;
}

#header{
width:942px;
height:136px;
background-image:url(images/header.jpg);
background-position:top left;
background-repeat:no-repeat;
float:left;
margin-left:14px;
padding:0;
}

#sidebar{
width:217px;
height:499px;
float:left;
}

#menu{
width:203px;
height:385px;
font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#eae9d7;
margin-left:14px;
padding-top:10px;
z-index:10;

}

#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float : left;
width : 203px;
z-index:10;
}
	
#nav li { /* all list items */
position : relative;	
float : left;
line-height : 18px;
margin-bottom : -1px;
width: 203px;
z-index:10;
}
	
#nav li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 203px;
margin-top : -38px;
z-index:10;
background-color:#eae9d7;
}
	
#nav li ul a{
display:block;
height:25px;
text-transform:capitalize;
z-index:10;
}
	
#nav li ul a:hover{
background-image:none;
padding-left:-3px;
z-index:10;
}

#nav li ul ul { /* third-and-above-level lists */
left: -999em;
}
	
#nav li a {
display : block;
color : #637b9f;
text-transform:uppercase;
text-decoration : none;
background-color : transparent;
padding-bottom:10px;
padding-left:14px;
padding-top:10px;
z-index:10;
}
	
#nav li:hover>a{
color : white;
background-image:url(images/menu_highlight.png);
margin-left:-13px;
background-color:transparent;
background-position: 0px;
background-repeat:no-repeat;
padding-left:25px;
z-index:10;
}
	
	
#nav li a:hover {
color : white;
background-image:url(images/menu_highlight.png);
background-color:transparent;
background-position: 0px;
background-repeat:no-repeat;
padding-left:25px;
z-index:10;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

.current{
color : white;
background-image:url(images/menu_highlight.png);
margin-left:-13px;
background-color:transparent;
background-position: 0px;
background-repeat:no-repeat;
padding-left:14px;
z-index:10;
}

#contact_box{
width:203px;
height:102px;
background-color: #d3d2b7;
color:#616161;
margin-left:14px;
}

#contact_box p{
padding:8px;
line-height:15px;
font-size:10px
}

#content{
position:relative;
float:left;
width:739px;
}

#main_content{
width:739px;
background-color:#fff;
position:absolute;
top:0px;
left:0px;
min-height:497px;
height:auto !important;
height:497px;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
z-index:0;
}

#copy_content{
background-color:#fff;
width:649px;
margin-left:35px;
min-height:423px;
height:auto !important;
height:423px;
float:left;
position:relative;
z-index:1;
padding: 10px;
}

#copy_content h1{
color:#637b9f;
font-size:20px;
text-transform:uppercase;
font-weight:normal;
padding-left:10px;
}

#copy_content h2{
color:#637b9f;
font-size:18px;
text-transform:capitalize;
font-weight:normal;
padding-left:10px;
padding-top:10px;
border-bottom:solid 2px #b1bdcf;
}

#copy_content p{
padding:10px;
color:#4c4c4c;
font-size:14px;
line-height:20px;
}

#copy_content strong{
color:#637b9f;
font-size:14px;
line-height:20px;
}

#copy_content ul{
padding:10px;
color:#4c4c4c;
font-size:14px;
list-style:disc;
margin-left:12px;
}

#copy_content li{
padding-bottom:10px;
padding:10px;
color:#4c4c4c;
font-size:14px;
list-style:disc;
margin-left:12px;
line-height:20px;
}


#page_nav{
background-color:#f8f7f1;
width:649px;
height:15px;
margin:10px 0 10px 35px;
float:left;
position:relative;
z-index:1;
text-transform:uppercase;
color:#637b9f;
font-size:12.5px;
padding:10px;
}

#page_nav_large{
background-color:#f8f7f1;
width:649px;
height:35px;
margin:10px 0 10px 35px;
float:left;
position:relative;
z-index:1;
text-transform:uppercase;
color:#637b9f;
font-size:12.5px;
padding:10px;
}

#page_nav_large a{
line-height:20px;

}

#left_column{
width:308px;
float:left;
height:457px;
margin-top:25px;
margin-left:35px;
}

#right_column{
width:301px;
float:right;
height:474px;
margin-top:25px;
margin-right:35px;
}

#faqs{
width:333px;
height:137px;
float:left;
margin-bottom:21px;
background-image:url(images/faq_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
position:relative;
z-index:1;
}

#faqs h1{
font-size:14px;
text-transform:uppercase;
color:#fff;
position:absolute;
top:3px;
left:5px;
font-weight:normal;
}

#faqs p{
font-size:12px;
color:#6c6c6c;
position:absolute;
left:5px;
top:80px;
padding:5px;
line-height:15px;
}

#pawsup{
width:333px;
height:137px;
float:left;
margin-bottom:21px;
background-image:url(images/pawsup_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
position:relative;
z-index:1;
}

#pawsup h1{
font-size:14px;
text-transform:uppercase;
color:#fff;
position:absolute;
top:3px;
left:5px;
font-weight:normal;
}

#pawsup p{
font-size:12px;
color:#6c6c6c;
position:absolute;
right:5px;
top:3px;
width:120px;
padding:5px;
line-height:15px;
}


#services{
width:333px;
height:137px;
float:left;
margin-bottom:21px;
background-image:url(images/services_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
position:relative;
z-index:1;
}

#services h1{
font-size:14px;
text-transform:uppercase;
color:#fff;
position:absolute;
top:3px;
left:5px;
font-weight:normal;
}

#services p{
font-size:12px;
color:#6c6c6c;
position:absolute;
left:5px;
top:80px;
padding:5px;
line-height:15px;
}

#bereavement{
width:333px;
height:137px;
float:left;
background-image:url(images/bereavement_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
position:relative;
z-index:1;
}

#bereavement h1{
font-size:14px;
text-transform:uppercase;
color:#fff;
position:absolute;
top:3px;
left:5px;
font-weight:normal;
}

#bereavement p{
font-size:12px;
color:#6c6c6c;
position:absolute;
left:5px;
top:80px;
padding:5px;
line-height:15px;
}

#video{
width:301px;
height:280px;
float:right;
margin:5px;
background-color:#CCCCCC;
position:relative;
z-index:1;
border:4px solid #EAE9D7;
float:right;

}

#video h1{
width:291px;
display:block;
color:#fff;
background-color:#637b9f;
text-transform:uppercase;
font-weight:normal;
font-size:14px;
padding:5px;
position:absolute;
}

#story{
width:301px;
height:280px;
float:right;
margin-bottom:19px;
background:url(images/resaleshopbg.jpg) top right no-repeat #ffffff;
position:relative;
z-index:1;
}

#story h1{
width:291px;
display:block;
color:#fff;
background-color:#637b9f;
text-transform:uppercase;
font-weight:normal;
font-size:14px;
padding:5px;
position:absolute;
top:0;
left:0;
}

#story p{
width:228px; 
line-height:16px; 
position:absolute;
top:25px;
left:5px;
color:#6C6C6C;
}

#upcoming_events{
width:301px;
height:154px;
float:right;
background-color:white;
position:relative;
z-index:1;
}

#upcoming_events h1{
width:291px;
display:block;
color:#fff;
background-color:#637b9f;
text-transform:uppercase;
font-weight:normal;
font-size:14px;
padding:5px;
position:absolute;
top:0;
left:0;
}

#upcoming_events ul{
list-style-type:none;
padding:0;
margin:25px 5px 0 10px;
}

#upcoming_events li{
background-image:url(images/upcoming_icon.gif);
background-repeat:no-repeat;
background-position:0 2px;
padding-left:25px;
padding-bottom:5px;
line-height:15px;
}


#special_events{
background-color:#637B9F;
color:#FFFFFF;
display:block;
font-size:12px;
line-height:14px;
font-weight:normal;
left:0;
padding:5px;
position:absolute;
bottom:0;
width:291px;
}

#special_events a{
color:#fff;
text-decoration:underline;
}


#special_events a:hover{
color:#eef5fd;
}


#footer{ 
width: 942px;
height:115px;
margin-left:14px;
background:url(images/footer_bg.gif) repeat-y top left;
color:#898872;
font-size:14px;
clear:both;
float:left;
text-align:center;
}

#footer p{
padding-top:10px;
}

.footer_links{
font-size:11px;
line-height:14px;
}

.blue{
color:#637b9f;
}

.underline{
text-decoration:underline;
}

a{
color:#637b94;
text-decoration:none;
}
a:hover{
color:#637b94;
text-decoration:underline;
}

.testimonial{
background-color:#f6fafa;
padding:10px;
margin:10px 10px 30px 10px;
border: solid 3px #ecf4f5;
width:600px;
}

.news_section{
width:650px;
float:left;
}

.picture_column{
width:305px;
float:right;
margin-left:20px;
}

.picture{
border:solid 4px #eae9d7;
float:right;
margin:5px;
}

.caption{
width:284px;
background-color:#f6fafa;
color:#637b9f;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
padding:5px;
margin:5px 10px 30px 10px;
border: solid 3px #ecf4f5;
float:right;
}

.pawsup_table td{
font-size:12px;
padding:10px;}

.location{
width:500px;
height:200px;
}

.small{
color:#4C4C4C;
font-size:10px;
line-height:20px;
padding:10px;
}

.donor_rights{
width:632px;
border:solid 3px #505050;
text-align:center;
float:left;
font-family:"Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
color:#505050;
line-height:20px;
margin-top:20px;
}


.donor_rights em{
font-family:"Times New Roman", Times, serif;
font-size:15px;
font-style:italic;
}

.donor_rights1{
height:150px;
width:315px;
float:left;
border-right:solid 1px #505050;
padding:10px;
}
.donor_rights2{
height:150px;
width:275px;
float:left;
border-left:solid 1px #505050;
padding:10px;
}

.donor_header{
font-family:"Times New Roman", Times, serif;
font-size:35px;
padding:10px 0 10px 0;
border-bottom: solid 1px #505050;
}

.donor_intro{
font-size:15px;
font-style:normal;
line-height:25px;
padding:10px;
border-bottom: solid 1px #505050;
text-align:left;
}

.uppercase{
text-transform:uppercase;
font-style:italic;
}

.fm{
color:#4C4C4C;
font-size:14px;
line-height:20px;
padding-left:10px;
font-weight:bold;
}

.fn{
color:#4C4C4C;
font-size:14px;
line-height:20px;
padding-left:10px;
padding-bottom:10px;
}

.link{
font-weight:bold;
text-decoration:underline;
}