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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: verdana, sans serif;
	font-size: 0.775em;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 25px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 25px; }
li {
	padding-bottom: 5px; }
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

th, td {
	padding: 3px; }
	
#head {
	height: 61px;
	width: 100%;
	background-color: #799C75;
	background-image: url('topbg.jpg');
	background-repeat: repeat-x; }
	
#logo {
	padding-left: 5px; }
	
#abut {
	position: absolute;
	top: 0px;
	right: 263px; 
	width: 86px;
	height: 36px; }
	
#adoptbutton {
	display: block;
	width: 86px;
	height: 36px;
	overflow: hidden;
	background: url('adoptbuttons.jpg') no-repeat 0 0; 
	text-indent: 200px; }

#adoptbutton:hover {
	background-position: 0 -36px; }
	
#dbut {
	position: absolute;
	top: 0px;
	right: 161px;
	width: 97px;
	height: 36px; }
	
#donatebutton {
	display: block;
	width: 97px;
	height: 36px;
	overflow: hidden;
	background: url('donatebuttons.jpg') no-repeat 0 0; 
	text-indent: 200px; }

#donatebutton:hover {
	background-position: 0 -36px; }

#vbut {
	position: absolute;
	top: 0px;
	right: 25px;
	width: 131px;
	height: 36px; }
	
#volunteerbutton {
	display: block;
	width: 131px;
	height: 36px;
	overflow: hidden;
	background: url('volunteerbuttons.jpg') no-repeat 0 0; 
	text-indent: 200px; }

#volunteerbutton:hover {
	background-position: 0 -36px; }
	
#container {
	display: inline-block; /*sets hasLayout - required for IE*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/ 
	width: 100%; }
	
#container {
		display: block; /*resets to proper property value without resetting layout*/ }

#contentwrapper {
	display: inline-block; /*sets hasLayout - required for IE*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/ }
	
#contentwrapper {
	display: block; /*resets to proper property value without resetting layout*/ }
		
#sidenav {
	float: left;
	width: 200px;
	background-color: #59457B;
	font-family: Verdana, Sans-serif;
	color: #FFFFFF; }
	
#sidetext {
	width: 200px; }
	
#sidetext p{
	padding-left: 10px; 
	padding-top: 10px; 
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 0.925em;}
	
#sidetext a{
	color: #FFFFFF; }
	
.subnav{
	line-height: 1.5em;
	background-color: #ACA2BD;
	color: #FFFFFF; 
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;}

.subnav a{
	color: #FFFFFF; }

.tlmenu {
	border-bottom: 1px solid #FFFFFF;
	font-size: 1.8em;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	text-indent: 10px;
	line-height: 1.5em;
	display: block;
	width: 200px;
	height: 34px;
	overflow: hidden;
	background: url('menubg.jpg') no-repeat 0 0; }

.tlmenu:hover {
	text-decoration: none;
	font-weight: normal;
	background-position: 0 -34px; }
	
#content {
	padding: 10px;
	margin-left: 200px; }

#news {
border-collapse: separate;
border-spacing: 5px; }


#news td {
border: 1px solid #799C75;
width: 50%; }

.ttitle {
height: 50px;
vertical-align: bottom;
border: none;
text-align: center;
font-size: 2em;
color: #59457B; }
	
h1, h2, h3{
	font-family: Verdana, sans-serif;
	color: #59457B;
	margin-top: 5px;
	margin-bottom: 5px; }
	
h1 {
	font-size: 2em; 
	width: 95%;
	text-transform: uppercase; 
	font-weight: bold; 
	border-bottom: 1px solid #799C75; }
	
h2 {
	font-size: 1.8em;
	font-style: italic; 
	font-weight: bold; }

h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center; }

h4 {
	font-family: Verdana, sans-serif;
	color: #799C75;
	font-weight: bold;
	font-size: 1.1em; 
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: left; }
	
a {
	font-weight: bold;
	font-size: inherit;
	font-family: inherit;
	color: #59457B; 
	text-decoration: none; }

a:hover {
	text-decoration: underline; }

strong {
	font-weight: bold; }

em {
	font-style: italic; }

#content p{
	padding: 5px;
	line-height: 1.2em; }

.imgleft {
float: left;
margin-right: 10px;
border: 1px solid #799C75; }

.imgright {
float: right;
margin-left: 10px;
border: 1px solid #799C75; }

