@charset "UTF-8";
/* CSS Document */
/*CONTAINERS*/

/*this takes off the horizontal scroll bar*/
#text {
	width: 640px;
	overflow: visible;
}
/*this relates to the coding for the scroll bar*/
#mycustomscroll {
	width: 310px;
	height: 335px;
	float: left;
	padding: 0 5px;
}
/*end of the coding for the scroll bar*/

/*this relates to the previous and next buttons in the individual adoption pages*/
#mycustomscroll table {
width: 310px;
text-align:right;
padding: 0 5px 0 0;
}


.photobox {
	width: 260px;
	height: 335px;
}

.photobox table {
	height: 358px;
	width: 255px;
	align: center;
}
/*TYPE*/
h1 {
	font-family: "Courier New" Courier, monospace;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #3f5b2a;
	}
	
h2 {
	font-family: "Courier New" Courier, monospace;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #3f5b2a;
	}
	
h4 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h5 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*PSEUDOCLASSES*/
 a {
	color: #3f5b2a;
	text-decoration: none;
	}
 a:hover {
	color: #afa681;
	text-decoration: underline;
	}

a.inside:link, a.inside:visited {
	/*font-size: 16px;*/
	line-height: 24px;
	font-weight: lighter;
	font-size: 20px;
}

a.inside:hover {
	line-height: 24px;
	font-weight: lighter;
	font-size: 22px;
}
/*this creates the smaller font for the internal navigation for the "ready to adopt" sub-pages*/
a.internal:link, a.internal:visited {
	color: #9c5545;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	line-height: 24px;
	outline: none;
	font-weight: lighter;
}

a.internal:hover {
	color: #727445;
	font-size: 18px;
}

