/* ------------------------------------------------------

Go Pet Friendly
401! Creative & Enhanced Innovations
Dan Wilt, dan@enhancedinnovations.com

-------------------------------------------------------*/

	

/* ------------------------------------------------------
Community
-------------------------------------------------------*/

div#community {
	border: 1px solid #89b12c;
	padding: 5px;
	background-color: #daeef8;
}

div#community a {
	text-decoration:none;
}

div#community div.h2-header {
	border: 1px solid white;
}

div#community h2 { 
	background-image: url(../images/gpf_community_h2.gif);
	width: 166px;
	margin-left: 18px;
}

div#community ul {
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 10px 0;
}

div#community ul li {
	
}

div#community ul li a {
	color: #414040;
	display: block;
	text-indent: 25px;
	height: 25px;
	line-height: 25px;
}

div#community ul li a:hover {
	background-color: #b9d7e5;
}

div#community ul li.active {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #b9d7e5;
}

div#community ul li.active a {
	color: white;
}

