img{
    border: none;
}
#causeTown #topRow,
#causeTown #middleRow,
#causeTown #bottomRow {
	width:100%;
	float:left;
}
#causeTown #topRow {
	height: 200px;
	text-align:center;
	background: url('/communityplatform/public/images/community/brevard/causetown/beigePattern.png') repeat top left;
}

#causeTown #topRow p {
	padding:10px 11%;
	color:#8d3c1b;
	font-size: 17px;
}

#causeTown #middleRow {
	height: 170px;
	background: url('/communityplatform/public/images/community/brevard/causetown/doubleDottedLine.png') repeat-x top left;
}

#causeTown #middleRow img {
	z-index:10;
	position:absolute;
	box-shadow: 0px 0px 6px 3px #666;
	-webkit-box-shadow: 0px 0px 6px 3px #666; 
	-moz-box-shadow: 0px 0px 6px 3px #666; 
	top: 400px;
	left: 44%;
	background-color:#666;
}
#causeTown #bottomRow {
	height: 380px;
	background: url('/communityplatform/public/images/community/brevard/causetown/beigePattern.png') repeat top left;
	padding: 20px 0;
}

#causeTown #bottomRow .column {
	width: 29%;
	float: left;
	padding: 0 2%;
	text-align:center;
	cursor: pointer;
}

#causeTown #bottomRow .column h2 {
	text-shadow: 1px 1px 0px black;
	font: bold 50px 'Yanone Kaffeesatz', sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
}

#causeTown #bottomRow .column:hover h2 {
	font-size: 53px;
}
#causeTown #bottomRow .column:hover img {
	opacity:.8;
	margin-top:-5px
}
#causeTown #bottomRow .column:hover p {
	margin-top:20px
}

#causeTown #bottomRow .column#nonprofits h2 {
	color:#e84f13;
}
#causeTown #bottomRow .column#localBusinesses h2 {
	color:#aa645c;
}
#causeTown #bottomRow .column#individuals h2 {
	color:#769366;	
}

#causeTown #bottomRow .column p {
	font-size: 20px;
	font-family: Times;
	text-shadow: 1px 1px 0px #FFF;
	color:#77593f;
	margin-top: 20px;
}

#causeTown #bottomRow a{
    text-decoration: none;
}
