@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;

}
body {
    background-color: #eeece0;
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:18px;
}
a {
	color: #006cd5;
	text-decoration: none;
	
}
a:hover {
	color: #942f03;
	text-decoration: none;
	
}
table {
    background-color: #eeece0;
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:18px;
}
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;
}
h2 {
	font-size: 20px;
	font-weight: 400;
	font-family: FertigoProRegular,"Segoe UI",Arial,Helvetica,sans-serif;
	text-shadow: #cccccc;	
	line-height:24px;
	color: #a95619;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	color: #555048;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div#container {
	/*width: 760px;*/
	width: 99%;
	margin: 0 auto;
	border:1px solid #dfd9c3;
	background-color: #f5f3e5;
	clear: both;
	float: left;  
}

div#center {
    padding-top: 5px
    padding-bottom: 5px;
}

div#center .row, div#center .row2{
    border-bottom:1px solid #dfd9c3;
    padding-left: 5px;
    padding-right: 5px;
}
div#center .row2 {
	float: left;
}
div#center .row{
	cursor: pointer;

}
div#center .row:hover{
	background-color: #ffffff;
	cursor: pointer;

}
div#center a:hover .row {
background-color: #abcdef;
}


div#center .row2:hover{
	background-color: #ffffff;
}
div#center img{
	border: 3px solid #d0cec5;
	float: left;
	margin-right: 5px;
}

div#center .link{
	color: #942f03;
	color: #376a3f;
	font-weight: bold;
}
div#center.row2.link{
	color: #376a3f;
	font-weight: bold;
}
div#center .desc{
	padding-left: 10px;
	/*color: #c6651d;*/
	color: #555048;
}
div#center table{
	margin-bottom: 5px;
	background-color: #f5f3e5;
}
div#center table td{
	border-bottom:1px solid #dfd9c3;
}
div#center .line{
    border-bottom:1px solid #dfd9c3;
    margin-bottom: 10px;
}
/* ------------ NEW -------------*/

.item {
	display:block;
	overflow:hidden;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	line-height: 20px;
	/*margin-bottom:18px;*/
	
}
.item.sort {
	width: 355px;
	float: left;
	margin-right: 10px;
}
.item.long {
	width: 720px;
	float: left;
}
.item a {
	color: #006cd5;
	text-decoration: none;
	
}
.item a:hover {
	color: #942f03;
	text-decoration: none;
	
}
.pdf {
	background:url(../images/document-pdf.png) 0 3px no-repeat;
}
.document {
	line-height: 20px;
	display:inline-block;
	float:left;
	position:relative;
	padding-left:24px;
	font-size:11px;
	font-weight: bold;
	margin-right:15px;
	font-family: Verdana,Arial,Tahoma;
}
.globe {
	background:url(../images/globe.png) 0 3px no-repeat;
}
/* Advanced CSS hover styles */
.gt ul, .gt li 
{
	margin: 0;
	padding: 0;
}
.gt img { border: none; }
ul, li
{
	margin: 0;
	padding: 0;
}
ul { overflow: hidden; padding: 5px; }
ul > li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 20px 20px 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, ul a:focus			{ 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, ul a:focus img	{ outline: 3px solid #ccc; }

ul a:hover:after,
ul a:focus: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,
ul a.reverse:focus:after { top: 0; right: 0; }

ul a.offset:hover:after,
ul a.offset:focus:after { top: 50%; margin-top: -15px; }

ul a.alternate01:hover:after,
ul a.alternate01:focus:after
{ 
	top: 0;
	width: 50%; 
	height: 100%; 
	line-height: normal; 
	text-align: left; 
	padding: 4px; 
	font-size: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Change colours */
ul.highlight01 a:hover img, ul.highlight01 a:focus img { outline-color: #1E528C; }

ul.highlight01 a:hover:after,
ul.highlight01 a:focus: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;
}
#gt {
	
}