/* portfolio */
div.portfolio-item {
	width: 700px; margin: 20px auto;
	min-height: 180px;
}
div.portfolio-item img {
	-webkit-border-radius: 4px;
	border-bottom: 1px solid #fff;
	float: left;
	margin: 0px 20px 10px 0;
	}


/*  home page */
div#homefeatures {
	width: 960px;
	margin:  10px -10px;
	height:  247px;
}
div#homefeatures img {
	float: left;
	}



/* servicescontent */
div#servicescontent, div#processcontent {

margin:  0 100px 40px;
/*	width: 720px;
	margin:  0 auto 20px 100px;
	padding: 10px;
	corner-radius: 5px;
*/
}
div#servicescontent h2, div#processcontent h2 {
	font-size: 180%;
	margin: 0em 0 10px 0;
	border-bottom: 1px solid #eee;
	padding:  0 0 7px 5px;

	color: #fff;
	color: #4d5c85;
	background: transparent url(/assets/images/temp/shadbot.png) bottom repeat-x;
	background: transparent url(/assets/images/temp/shadbot2.png) bottom no-repeat;
}
div#servicescontent h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d5c85;
	}


div#processcontent h2 {
	margin-top:  2em;
}

div.processdetail {
	margin: 10px 10px 20px 60px;
}

div#business-services, div#personal-services, div#community-services {
	margin: 40px 0 80px 0;
	/*
	padding: 30px 140px 20px 160px;

	background: #fff;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #444;
	*/
}

div#servicescontent img.left {
	margin-bottom:  10px;
}