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

}
/* Miscelleneous */

p {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.4;
}
h1 {
	margin: 0 0 6px;
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
}
h2 {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
}

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

img {
	border: 0;
}

.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}
.panels {
	margin: 0;
	padding: 0 0 202px;
}

.panels li {
	float: left;
	margin: 0 0 0 13px;
	padding: 0;
	list-style: none;
}

.panels li:first-child {
	margin-left: 0;
}

.panels li a {
	position: relative;
	display: block;
	width: 231px;
}

.panels li a img {
	display: block;
	position: relative;
	top: 6px;
	left: 6px;
}

.panels li a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 231px;
	height: 24px;
	padding-top: 138px;
    font-family: 'polosemibold', Arial, sans-serif;
	font-size: 19px;
	color: #527326;
	text-align: center;
	background: url(../images/panel-bg.png) no-repeat;
	cursor: pointer;
	line-height: 1;
}
.fieldRequired {
	color: red;
}