/* Home Styles */
h2 {
	text-transform: none;
	margin-top: 1em;
}
#featured {
	background: #E8FFA2;
	margin: 0;
	padding: 10px;
}
#about {
	float: left;
	width: 365px;
}	
#aboutMain {
	font-size: 18px;
	line-height: 1.3em;
}
#aboutSub {
	font-size: 15px;
	line-height: 1.3em;	
	margin-top: 2em;
}
#pets {
	position: relative;
	float: right;
	width: 383px;
	margin-right: -15px;
	margin-top: -10px;
	z-index: 2;
}
#columns {
	padding: 0 10px;
}
#columns h2 {
	font-size: 18px;
	font-weight: bold;
	color: #578900;
}
#columns h2 a {
	color: #578900;
	min-height: 38px;
	line-height: 1.2em;
	text-decoration: none;
	display: block;
}
#first {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#first h2 a {
		padding-left: 81px;
		background: #FFF url(/images/dogcatBG.gif) center left no-repeat;
}
#second {
	float: left;
	margin: 0 5px;
	width: 235px;
}
#second h2 a {
		padding-left: 41px;
		background: #FFF url(/images/houseBG.gif) center left no-repeat;
}
#third {
	float: left;
	width: 230px;
	margin-left: 20px;
}
#third h2 a {
		padding-left: 43px;
		background: #FFF url(/images/pigBG.gif) center left no-repeat;
}

