@charset "utf-8";

body  {

	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	background-color: #9B7BBE;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11pt;

}

.twoColFixLtHdr #container {

	width: 780px; /* the auto margins (in conjunction with a width) center the page */

	border: 0px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

	background-image: url(Pawprints3.jpg);

	background-color: #FFFFFF;

	background-repeat: repeat-y;

	background-position: 0px 120px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

} 

.twoColFixLtHdr #header {

	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	background-color: #FFFF66;

	height: 120px;

	background-image: url(SandBkittens3.jpg);

	background-repeat: no-repeat;

	background-position: right bottom;

} 

.twoColFixLtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 150px;

	padding-top: 10px;

	padding-right: 10px;

	padding-bottom: 15px;

	padding-left: 10px;

}

.twoColFixLtHdr #mainContent {

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 190px;

	padding-top: 20px;

	padding-right: 20px;

	padding-bottom: 0;

	padding-left: 30px;

} 

.twoColFixLtHdr #footer { 

	padding: 0px 0px 0px 0px;

	background-color: #9B7BBE;

} 

.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin: 0px;

	padding: 5px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin: 0px;

	padding: 5px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.clearfloatlft { 

	clear:left;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.clearfloatrt { 

	clear:right;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.tagline {

	font-size: 12px;

	font-weight: bold;

	text-align:center;

}



.headline {color: #9B7BBE; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 20px;

	font-weight: bold;

	text-align: center;

}



.news {text-indent: 40px;

	font-family: Arial, Helvetica, sans-serif;

}



.newslink {text-align: center;

	font-family: Arial, Helvetica, sans-serif;

}



.footertxt {font-size: .70em;

font-style:italic;

text-align:center;

}





.footertxt a:link {color:#000000; text-decoration:none;}

.footertxt a:active {color:#000000; text-decoration:none;}

.footertxt a:visited {color:#000000; text-decoration:none;}

.footertxt a:hover {color:#FFFFFF; text-decoration:none;}



.quote  {

  	font: 13px/21px normal helvetica, sans-serif;

	font-style: italic;

  	margin-top: 10px;

  	margin-bottom: 10px;

  	margin-left: 50px;

  	padding-left: 15px;

  	border-left: 3px solid #ccc;

} 

.signature { 

	font: 14px/22px normal helvetica, sans-serif;

	text-align: right;

}



.button {

	display: block;

	margin-right: auto;

	margin-left: auto;

	border: 0px;

	padding: 0px;

}



hr {

	border: 0;

	width: 70%;

	color: #9B7BBE;

	background-color: #9B7BBE;

	height: 3px;

	background-position: center;

	text-align:center;

}



.cornerbottom { position:relative;

bottom: 0px;

right: 0px;

border: 0px;

}

.cornerbottom2 {

	display: block;

	position:relative;

	margin: 0px;

	border: 0px;

	right: 0px;

	left: 580px;

	top: 0px;

}



.logobutton {border: 0px;

}



table#calendar { font-family:Arial, Helvetica, sans-serif;

	font-size: 10pt;

	border-color: #9666C3;

	border-collapse:collapse;

	border-spacing: 1px;

	border-width: 1px;

	border-style: solid;

	padding: 5px;

	margin: 0px;

}



table#calendar td{

	border-color: #9666C3;

	border-width: 1px;

	border-style: solid;

}



.calendarhdr { font-family:Geneva, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	background-color: #9B7BBE;

	font-weight: bold;

	font-size: 16px;

	height: 24px;

}

.calendardate { background-color: #FBF7F0;

	vertical-align: top;

	height: 55px;

	width: 140px;

}



.calendarloc {

	vertical-align: top;

	height: 55px;

	width: 100px;

}



.calendarevent {

	vertical-align: top;

	height: 55px;

}



.calendartxt {

margin-top: 1px;

margin-bottom: 7px;

}



.calendartxt1 {

margin-top: 5px;

margin-bottom: 1px;

font-weight:bold;

}



.question {

	background-color: #ccc;

	width: 500px;

	margin-right: auto;

	margin-left: auto;

	margin-top: 2px;

	margin-bottom; 2px;

	padding: 3px 3px 3px 3px;

}



.ctrinfo {

	width: 75%;

	margin-left: auto;

	margin-right: auto;

	text-align: center;

}

.form {

	text-align:left;

	background-color:#FFFFFF;

	border: solid 2px;

	border-color: #9B7BBE;

	padding: 20px;

	width: 626px;

	margin-right: auto;

	margin-left: auto;

}



.adopthr { width: 100%;

	height: 10px;

	border: solid #000000 2px;

	clear:right;

	}

.adoptflt { 

	margin: 0px;

	padding: 0px;

	border: solid #000000 2px;

}

.adoptpic { width: 180px;

	float:left;

	text-align:center;

	margin-left: 0px;

}

.adoptinfo { 

	text-align:left;

	margin-right: 0px;
	margin-top: 0px;

	padding-left: 190px;

	padding-top:5px;

	padding-right: 5px;

	padding-bottom: 5px;

}

.adopttitle { color: #9B7BBE;

	font-family: Arial, Helvetica, sans-serif;

	font-weight:bold;

	}
	
.petinfo { 
margin-right: 0px;
	margin-top: 0px;
	padding-top:0px;
	padding-bottom:0px;

}



div.bubble {

	width: 75%;

	margin-right:auto;

	margin-left:auto;

	font-size: 1em;

	margin-bottom: 0px;

}



div.bubble blockquote {

	margin: 0px;

	padding: 0px;

	border: 1px solid #000000;

	background-color: #ffc0ff;

	padding-bottom:0px;

}



div.bubble blockquote p {

	margin: 10px;

	padding: 0px;

	text-align:center;

}



div.bubble cite {

	position: relative;

	text-align: right;

	top: 6px;

	background: transparent url(tip2.gif) no-repeat;

	font-style: normal;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 100px;

	padding-top: 7px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 15px;

}

