@font-face {
    font-family: 'folks-light';
    src: url('../fonts/Folks-Light-webfont.eot');
    src: url('../fonts/Folks-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Folks-Light-webfont.woff') format('woff'),
         url('../fonts/Folks-Light-webfont.ttf') format('truetype'),
         url('../fonts/Folks-Light-webfont.svg#folks-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Miscelleneous */

p {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.4;
}

ul,td {
	font-size: 14px;
	line-height: 1.4;
}

h1 {
	margin: 0 0 8px;
	padding-left: 2px;
    font-family: 'folks-light';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1;
	color: #94ae48;
	padding-bottom: 8px;
	border-bottom: 1px solid #e3e4e1;
}
h1.noLine {
	border-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h2 {
	margin: 0 0 8px;
	padding-left: 2px;
    font-family: 'folks-light';
	font-size: 26px;
	font-weight: normal;
	line-height: 1.1;
	color: #94ae48;
	padding-bottom: 8px;
}



h2.withShadow {
	border: 0;
	padding: 0 0 23px;
	background: url(../images/title-shadow.png) no-repeat left bottom;
}

h2 span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

h3 {
	margin: 0 0 8px;
    font-family: 'folks-light';
	font-size: 21px;
	font-weight: normal;
	line-height: 1.1;
	color: #000;
}

.redBullet {
	margin: 0 0 15px;
	padding: 0;
}

.redBullet li {
	margin: 0 0 10px;
	padding: 0 0 0 21px;
	list-style: none;
	line-height: 1.2;
	font-size: 14px;
	background: url(../images/red-bullet.png) no-repeat 5px 5px;
}

a {
	text-decoration: none;
	color: #466107;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

/* What We Do */

#whatWeDo {
	width: 990px;
	margin: 0 auto;
	padding: 14px 0 18px;
}

#whatWeDo .title {
	color: #fff;
    font-family: 'folks-light';
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 27px;
}

#whatWeDo .title span {
	display: block;
    font-family: 'BebasNeueRegular';
	font-size: 48px;
	line-height: 0.9;
}

#whatWeDo .title em {
	display: block;
	font-size: 18px;
	font-style: normal;
}

#whatWeDo ul.weDo {
	margin: 0 0 0 -8px;
	padding: 0;
}

#whatWeDo ul.weDo li {
	position: relative;
	margin: 0 0 20px 9px;
	vertical-align: top;
	padding: 0;
	*zoom: 1;
	display: inline-block;
	*display: inline;
	list-style: none;
	width: 187px;
	height: 246px;
	background: url(../images/we-do.png) no-repeat;
}

#whatWeDo ul.weDo li img {
	display: block;
	margin: 25px auto 0;
	padding-left: 5px;
}

#whatWeDo ul.weDo li p {
	position: absolute;
	left: 0;
	top: 100px;
	text-align: center;
	font-size: 13px;
	padding: 0 10px;
}

#whatWeDo ul.weDo li p span {
	display: block;
    font-family: 'folks-light';
	font-size: 15px;
	color: #333333;
	margin: 0 0 12px;
}

#whatWeDo ul.weDo li .readMore {
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -73px;
	width: 146px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	background: #a9ce54;
    font-family: 'folks-light';
	font-size: 18px;
	color: #fff;
	border-bottom: 2px solid #74912f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#whatWeDo ul.pagi {
	margin: 0;
	padding: 0;
	text-align: center;
}

#whatWeDo ul.pagi li {
	*zoom: 1;
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	*padding: 0 2px;
	list-style: none;
}

#whatWeDo ul.pagi li a {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url(../images/pagi.png) no-repeat 0 -17px;;
}

#whatWeDo ul.pagi li.Current a {
	background-position: 0 0;
}