/* Universal CSS */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/site/body_background.gif) repeat-x fixed left top;
}

h1, h2, h3, h4, p, pre, label, fieldset, address, img {
	margin: 1em 13px;
}

ul, ol, dl {
	margin: 1em 40px;
}

blockquote {
	margin: 1px 30px 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

table {
	font: 13px Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-transform: lowercase;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
	color: white;
	padding: 1em 13px;
	margin: 0;
}

h3 {
	font-size: 135%;
	margin: 0;
	padding: 1em 13px;
}

body#index h3 {
	font-size: 135%;
	color: white;
	margin: 0;
	padding: 1em 13px;
}

h4 {
	font-size: 118%;
}

input {
	
}

textarea {
	
}

a:link {
	border-bottom: 1px dotted;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

/* All Content CSS */

div#all_content {
	width: 744px;
	margin: 47px auto;
	text-align: left;
	background: url(images/site/all_content_background.gif) repeat-y white right top;
	border-left: 11px solid #0D0D0D;
	border-right: 11px solid #0D0D0D;
}

body#calendar div#all_content {
	background: white none;
}

/* Header CSS */

div#header {
	text-align: left;
	margin: 0;
	padding: 0;
	height: 213px;
	background: rgb(13, 13, 13);
	width: 744px;
}

div#header h1 {
	display: none;
}

div#header p {
	display: none;
}

div#header img.logo {
	border-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

div#header a.logo_link {
	border-bottom-style: none;
}

div#header img.print {
	display: none;
}

div#header div#header_cat {
	margin: 0;
	top: 0;
	position: absolute;
	width: 744px;
	z-index: 3;
}

div#header img.cat {
	margin: 0;
	float: right;
	padding: 0;
}

/* Navigation CSS */

#main_navigation, #main_navigation ul {
	padding: 0;
	list-style: none;
	height: 30px;
	background: rgb(255, 177, 6);
	margin: 0;
	width: 744px;
}

#main_navigation {
	margin-top: 0;
}

#main_navigation a {
	display: block;
	width: 78px;
	padding-top: 8px;
	padding-bottom: 7px;
	border-bottom-style: none;
	color: black;
	text-align: center;
}

#main_navigation a:link {
	background: rgb(255,177,6);
}

#main_navigation a:visited {
	background: rgb(255,177,6);
}

#main_navigation a:hover {
	color: white;
	background: rgb(13, 13, 13);
}

#main_navigation li {
	float: left;
	width: 78px;
	height: 30px;
}

#main_navigation li.home {
	
}

#main_navigation li ul {
	position: absolute;
	left: -999em;
	background: transparent;
}

#main_navigation li.category_1 ul {
	width: 220px;
}

#main_navigation li.category_2 ul {
	width: 220px;
}

#main_navigation li.category_3 ul {
	width: 280px;
}

#main_navigation li.category_4 ul {
	width: 220px;
}

#main_navigation li.category_5 ul {
	width: 220px;
}

#main_navigation li.category_6 ul {
	width: 220px;
}

#main_navigation li.category_7 ul {
	width: 220px;
}

#main_navigation li.category_21 ul {
	width: 220px;
}

#main_navigation li.drop_down ul {
	left: auto;
}

#main_navigation li ul a {
	background: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	opacity: .89;
	filter: alpha(opacity=89);
}

#main_navigation li.category_1 ul a {
	width: 180px;
}

#main_navigation li.category_2 ul a {
	width: 180px;
}

#main_navigation li.category_3 ul a {
	width: 240px;
}

#main_navigation li.category_4 ul a {
	width: 180px;
}

#main_navigation li.category_5 ul a {
	width: 180px;
}

#main_navigation li.category_6 ul a {
	width: 180px;
}

#main_navigation li.drop_down ul.category_6 {
	
}

#main_navigation li.category_7 ul a {
	width: 180px;
}

#main_navigation li.drop_down ul.category_7 {
	
}

#main_navigation li.category_21 ul a {
	width: 180px;
}

#main_navigation li ul li {
	width: auto;
	margin: 0;
	padding: 0;
}

#main_navigation li.category_21, #main_navigation li.category_21 a, #main_navigation li.category_7, #main_navigation li.category_7 a {
	width: 99px;
}

/* Main Content CSS */

div#main_content {
	width: 495px;
	float: left;
}

div#main_content table.cat_table {
	margin: 0;
	padding: 0;
}

div#main_content table.icon_table {
	text-align: center;
	margin-bottom: 13px;
}

div#main_content p.description {
	margin-top: 0;
	margin-bottom: -1em;
}

div#main_content h2.index_h2 {
	background: rgb(95, 81, 113);
	margin: 13px;
}

div#main_content p.catalog_image {
	float: left;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	margin-right: 0;
}

div#main_content p.catalog_image img {
	margin: 0;
	padding: 0;
}

div#main_content p.catalog_image a {
	border-bottom-style: none;
}

div#main_content p.icons a {
	border-bottom-style: none;
}

div#main_content p.icons img {
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
}

body#adopted div#main_content img  {
	margin: 0;
	padding: 0;
}

/* Calendar CSS */

body#calendar table {
	width: 726px;
	font-size: 13px;
	margin: 1em 10px;
	background-color: rgb(95, 81, 113);
}

body#calendar p.time {
	height: 30px;
}

body#calendar div#all_content table tr td {
	width: 14%;
	height: 60px;
}

.calendar_month_links a {
	border-bottom: 1px dotted white;
	color: white;
}

.calendar_month_links a:link {
	border-bottom: 1px dotted white;
	color: white;
}

.calendar_month_links a:visited {
	border-bottom: 1px dotted white;
	color: white;
}

.calendar_month_links a:hover {
	border-bottom: 1px solid white;
	color: white;
}

.calendar {
	
}

.calendar_blank {
	background-color: rgb(95, 81, 113);
}

.calendar_header {
	height: 30px;
	text-align: center;
}

.calendar_header span.month_and_year {
	font-weight: normal;
}

.calendar_day_heading {
	font-weight: bold;
	color: black;
	background-color: rgb(255,177,6);
	text-align: center;
	vertical-align: middle;
}

.calendar_today {
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #FFC643;
}

.calendar_cell {
	background: rgb(159, 146, 168);
}

/* Colored Box CSS */

div.yellow_paws {
	background: repeat url(images/site/yellow_paws.gif);
	margin: 0;
	padding-bottom: 1px;
	padding-top: 3px;
}

div.green_paws {
	background: repeat url(images/site/green_paws.gif);
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.brown_box {
	border-right: 11px solid rgb(126,69,39);
	border-bottom: 11px solid rgb(126,69,39);
	border-left: 11px solid rgb(126,69,39);
	background: rgb(180, 138, 112);
	margin: 13px;
}

div.brown_box h2 {
	background: rgb(126,69,39);
}

body#index div.brown_box h3 {
	background: rgb(126,69,39);
}

.brown_heading {
	background: rgb(126,69,39);
}

div.purple_box {
	border-right: 11px solid rgb(95, 81, 113);
	border-bottom: 11px solid rgb(95, 81, 113);
	border-left: 11px solid rgb(95, 81, 113);
	background: rgb(159, 146, 168);
	margin: 13px;
}

div.purple_box h2 {
	background: rgb(95, 81, 113);
}

.purple_heading {
	background: rgb(95, 81, 113);
}

body#index div.purple_box h3 {
	background: rgb(95, 81, 113);
}

div.orange_box {
	border-right: 11px solid rgb(204, 82, 0);
	border-bottom: 11px solid rgb(204, 82, 0);
	border-left: 11px solid rgb(204, 82, 0);
	background: rgb(230, 153, 98);
	margin-right: 13px;
	margin: 13px;
}

div.orange_box h2 {
	background: rgb(204, 82, 0);
}

body#index div.orange_box h3 {
	background: rgb(204, 82, 0);
}

.orange_heading {
	background: rgb(204, 82, 0);
}

/* Store CSS */

p.payment img {
	margin: 0;
	padding: 0;
}

/* Secondary Content CSS */

div#secondary_content {
	width: 249px;
	float: right;
}

div#secondary_content a {
	border: none;
}

div#secondary_content img {
}

div#secondary_content div#sub_menu ul {
	margin: 0;
	padding: 0;
}

div#secondary_content div#sub_menu ul li {
	list-style: none;
}

div#secondary_content div#sub_menu ul li a {
	display: block;
	width: 229px;
	border-bottom-style: none;
	color: black;
	text-align: left;
	padding: 8px 10px 7px;
}

div#secondary_content div#sub_menu ul li a:visited {
	background: rgb(255,177,6);
}

div#secondary_content div#sub_menu ul li a:link {
	background: rgb(255,177,6);
}

div#secondary_content div#sub_menu ul li a:hover {
	color: white;
	background: rgb(13, 13, 13);
}

div#secondary_content a.donate_link {
	border-bottom-style: none;
}

div#secondary_content div.brown_box img {
	margin: 0 0 0 13px;
}

body#index div#secondary_content div.brown_box h3 {
	background: none;
	color: black;
}

body#index div#secondary_content div.purple_box img {
	margin: 1em 0;
}

body#index div#secondary_content div.purple_box img.paw {
	border-style: none;
	margin: 0;
}

div#secondary_content img.paw {
	border-style: none;
	margin: 0;
}

/* Footer Content CSS */

div#footer {
	clear: both;
	background: url(images/site/footer_background.gif) repeat-x left bottom;
	height: 87px;
	width: 744px;
	position: relative;
	margin: 0;
	padding: 0;
}

/* Contact Info CSS */

div#contact_info {
	text-align: center;
	padding-top: 3px;
	margin-bottom: 7px;
	color: rgb(255,177,6);
}

div#contact_info a:link {
	text-decoration: none;
	color: rgb(255,177,6);
	border-bottom-color: rgb(255,177,6);
}

div#contact_info a:visited {
	text-decoration: none;
	color: rgb(255,177,6);
	border-bottom-color: rgb(255,177,6);
}

div#contact_info a:hover {
	text-decoration: none;
	color: rgb(255,177,6);
	border-bottom-color: rgb(255,177,6);
}

/* Copyright CSS */

div#footer div#copyright {
	float: left;
	clear: both;
}

div#footer div#copyright p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: white;
	margin-left: 27px;
}

/* Links CSS */

div#footer div#links {
	text-align: right;
	float: right;
}

div#footer div#links p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: white;
	margin-right: 27px;
}

div#footer div#links a:link {
	border-bottom: 1px dotted;
	text-decoration: none;
	font-weight: normal;
	color: white;
	border-color: white;
}

div#footer div#links a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
	font-weight: normal;
	color: white;
	border-color: white;
}

div#footer div#links a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
	font-weight: normal;
	color: white;
	border-color: white;
}

/* Card CSS */

table#card_display p img {
	padding: 0;
	margin: 7px 0 0;
}

/* Years Of Purrs CSS */

div#years_of_purrs {
	margin: 0 -383px 0 0;
	top: 0;
	position: absolute;
	width: 766px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
        font-size: 15px;
	z-index: 7;
	right: 50%;
	overflow: hidden;
}

div#years_of_purrs p {
	position: relative;
	width: 27em;
	right: -766px;
}

/* Personality CSS */

p.green {
	background-color: #c1e185;
	padding: 10px;
}

p.orange {
	background-color: #ff9d3e;
	padding: 10px;
}

p.purple {
	background-color: #a352a4;
	padding: 10px;
}