@font-face {
    font-family: 'FertigoProRegular';
    src: url('fonts/Fertigo_PRO-webfont.eot');
    src: url('fonts/Fertigo_PRO-webfont.eot?iefix') format('eot'),
         url('fonts/Fertigo_PRO-webfont.woff') format('woff'),
         url('fonts/Fertigo_PRO-webfont.ttf') format('truetype'),
         url('fonts/Fertigo_PRO-webfont.svg#webfontQeK1PIWB') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Just some base styles not needed for example to function */
*, html { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px }

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}
body { background-color: #eeece0; color: #000; padding: 10px 10px; }
h2 { margin: 0 0 1em; }
img { border: 3px solid #d0cec5; }
h1 {
	padding-bottom: 15px;
	color: #376a3f;
	font-weight: 400;
	font-family: FertigoProRegular,"Segoe UI",Arial,Helvetica,sans-serif;
	text-shadow: #cccccc;
	font-size: 22px;
	line-height:24px;
	text-align: center;
}
h1.pdf{
	background:#eeece0 url("../images/ac.png") no-repeat left center;
}

h1 span{
	color:#2aa92a;
	font-size: 20px;
	font-weight: 400;
	font-family: FertigoProRegular,"Segoe UI",Arial,Helvetica,sans-serif;
	text-shadow: #cccccc;	
}
p
{
	font-size: 1em;
	margin: 0 0 1em 0;
}
.clear
{
	height: 0 !important;
	line-height: 0 !important;
	clear: both !important;
	font-size: 1px !important;
	margin: 0;
	padding: 0;
	float: none !important;
}
	
/* Advanced CSS hover styles */
ul { overflow: hidden; padding: 5px; }
ul > li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 7px 5px 0;
	font-size: 10px;
}
ul a {
	text-decoration: none; 
	display: block; 
}
ul li img {
	display: block; 
	position: relative; 
	z-index: -1; 
} /* IE8 fix, background colour appears behind img for uknown reason set negative z-index */
ul li:not([class=na]) img {
	position: static; 
} /* Reset relative position, as this plays havoc with good browsers */
ul a:hover {
	display: block; 
	outline: none; 
	-moz-box-shadow: 3px 3px 5px #000; 
	-webkit-box-shadow: 3px 3px 5px #000; 
	box-shadow: 3px 3px 5px #000; 
}
ul a:hover img {
	outline: 3px solid #ccc; 
}
ul a:hover:after
{
	content: attr(title);
	color: #000;
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7), rgba(204,204,204,0.7)); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.7)), to(rgba(204,204,204,0.7))); /* Safari */
	display: block;
	text-shadow: 1px 1px 1px #fff;
}
ul a.reverse:hover:after { top: 0; right: 0; }

ul a.offset:hover:after { top: 50%; margin-top: -15px; }

ul a.alternate01:hover:after
{ 
	top: 0;
	width: 50%; 
	height: 100%; 
	line-height: normal; 
	text-align: left; 
	padding: 4px; 
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Change colours */
ul.highlight01 a:hover img { outline-color: #1E528C; }

ul.highlight01 a:hover:after
{
	background: rgb(30,82,140); 
	background: rgba(30, 82, 140, 0.7);
	background: -moz-linear-gradient(top, rgba(30, 82, 140, 0.7), rgba(43, 117, 200, 0.7)); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 82, 140, 0.7)), to(rgba(43, 117, 200, 0.7))); /* Safari */
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
