﻿/* CSS Document */


html {
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	text-align: center;
	background-color: #204c24;
	padding: 25px 0px 25px 0px;
}

p {
	margin: 0px; 
	padding: 5px 0px 5px 0px;
} 

a:visited {
	color: #2c948d;
	text-decoration: none;
}

a:link {
	color: #2c948d;
	text-decoration: none;
}

a:hover {
	color: #cc6600;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000; 
	margin-bottom: 8px; 
	margin-top: 5px;
	background-color: #c4f2ef;
	padding: 4px;
	border: 1px solid #a7e2de;
}

h2 {
	font-size: 1.2em; 
	font-weight: bold; 
	color: #8b5c28; 
	margin-bottom: 5px; 
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}	

h3 {
	font-size: 14px; 
	font-weight: bold; 
	color: #045d04; 
	display: block; 
	background-color: #dde9c5; 
	padding: 5px; 
	margin-bottom: 0px;
	margin-right: 1px;
	margin-top: 0px;
	border-top: 1px solid #bed987;
	border-left: 1px solid #bed987;
	border-bottom: 1px solid #bed987;
}

h4 {
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
	display: block; 
	background-color: #999999; 
	padding: 5px; 
	margin-bottom: 0px;
	margin-right: 1px;
	margin-top: 0px;
}

h5 {
	font-size: 1em; 
	font-weight: bold; 
	color: #FFFFFF; 
	display: block; 
	background-color: #606E7F; 
	padding: 4px 0px 4px 5px; 
	margin-bottom: 0px; 
	margin-top: 0px;
}

h6 {
	font-size: 1em; 
	font-weight: bold; 
	color: #000066; 
	display: block; 
	background-color: #C3CDD5; 
	padding: 3px 0px 3px 5px; 
	margin-bottom: 15px; 
	margin-top: 0px; 
	border: 1px solid #606E7F;
}

img {
	border: 0;
}

#wrapper {
	width: 979px;
	background-color: #c4f2ef;
	margin: auto;
	border: 2px solid #FFFFFF;
	text-align: left;
}

#header {
	background-color: #000066;
	height: 91px;
}

#topnav {
	float: left;
	background-color: #CCCCCC;
	width: 100%;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#topnav ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	float: left; 
	list-style-image: none;
}

#topnav ul li {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	float: left; 
	list-style-image: none; 
}

#topnav ul li a:focus {
	color: #000066;
	font-size: .85em;
	display: block; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	text-decoration: none; 
	padding: 7px 15px; 
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}

#topnav ul li a {
	color: #000066;
	font-size: .85em;
	display: block; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	text-decoration: none; 
	padding: 7px 15px; 
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}

#topnav ul li a:hover {
	background-color: #EEEEEE; 
	color: #999999;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

#content {
	clear: left;
	min-height: 572px;
	padding: 10px;
	background-image: url('../images/adoptionback.jpg');
	background-repeat: no-repeat;
	background-color: #c4f2ef;
}

#content p {
	padding: 5px 0px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcol {
	width: 210px;
	float: left;
}

#main {
	margin-left: 220px;
}

.box1 {
	background-image: url('../images/boxleft.jpg');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f0f6e3;
	border-bottom: 1px solid #bed987;
	margin-bottom: 15px;
}

.box2 {
	background-image: url('../images/boxright.jpg');
	background-repeat: repeat-y;
	background-position: right;
	border-bottom: 1px solid #bed987;
}

.box2 p {
	margin-left: 5px;
	margin-right: 5px;
}

.box2 h2 {
	margin-left: 10px;
	margin-right: 10px;
}

.divider {
	border-top: 1px dashed #bed987;
	padding-top: 8px;
	margin-top: 5px;
}

.rightcol {
	float: right;
	width: 250px;
	margin-left: 15px;
	margin-top: 5px;
}

#homebottom {
	width: 979px;
	height: 255px;
	clear: left;
	background-image: url('../images/homebottom.gif');
	margin-top: -10px;
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#introbox {
	background-color: #e9fafb; 
	padding: 10px 10px 10px 10px; 
	border: 1px solid #ffffff;
	width: 300px; 
	margin-left: 20px;
	margin-top: 15px;
	float: left;
}

#contentbox {
	background-color: #e9fafb; 
	padding: 10px; 
	border: 1px solid #ffffff;
}

#footer {
	height: 78px;
	color: #FFFFFF;
	font-size: .85em;
	clear: both;
	background-color: #000066;
	border-top: 2px solid #FFFFFF;
}

#search {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 250px;
}

#bottomlinks {
	padding-top: 30px;
	text-align: center;
}

#bottomlinks a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#bottomlinks a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.bottomlinks a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#bottomlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#bottomright {
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	float: right;
	width: 200px;
	margin-left: 30px;
}

#bottomright a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#bottomright a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.bottomright a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#bottomright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

input.find {
	color: #FFFFFF;
	background-color: #606e7f;
	font-size: 9px;
	border: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 4px;
	vertical-align: top;
	width: 43px;
	height: 21px;
	font-family: trebuchet, sans-serif;
	letter-spacing: 1px;
	margin-top: 1px;
}

input.find_hover {
   color: #606e7f;
   background-color: #FFFFFF;
}
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

li {
	list-style-image: url("../images/arrow.gif");
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 0px;
	text-align: left;
}

li ul {
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 15px;
}

li ul li {
	list-style-image: url("../images/circle_list1.gif");
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	text-align: left;
}

ul.sublink {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 33px; 
}

li.sublink {
	list-style-image: url("../images/nav_circle.gif");
	padding: 0px 0px 0px 0px; 
	margin: 0px 5px 7px 0px; 
}

form {
	margin: 0;
}

.formitem p {
	float: left; 
	width: 215px;
	margin: 0;
	font-weight: bold;
	color: #8b5c28;
}

.formitem {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	clear: left;
	border-bottom: 1px dashed #bed987;
	height: 25px;
}
