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


/* @group RESETS */

* {
	margin: 0;
	padding: 0;
}

:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

dl {
	margin: 0 0 0 .8em;
}

dl dt {
	margin: 0 0 .5em 0;
}

dl dd+dt {
	margin-top: 1.5em;
}

dl dd {
	margin: 0 0 1em 2em;
}

ol {
	list-style: decimal;
}

ol li {
	margin: 0 0 1em 2.5em;
}

ol li ol {
	margin: 1em 0 1em 1em;
}

ol li ul {
	margin: 1em 0 1em 1em;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: disc;
}

ul li {
	margin: 0 0 1em 2em;
}

ul li ul {
	margin: 1em 0 1em 1em;
	list-style: circle;
}

ul li ol {
	margin: 1em 0 1em 1em;
}

/* @end */

/* @group GLOBAL */

html {
	font: 12px Arial, sans-serif;
	background: #08223D url(../images/template_2010.jpg) no-repeat center top;
}

hr {
	border-bottom: 2px dotted #b9b8ac;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#global {
	width: 900px;
	margin-top: 50px;
	color: #444444;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 12px #333;
	-webkit-box-shadow: 1px 1px 12px  #333;
	box-shadow: 1px 1px 12px  #333;
}

.hidden_div{
	display: none;
}

/* @end */

#introduce {
	width: 920px;
	height: 16px;
	background-color: #495D76;
	padding: 2px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -460px;
	color: #e4e4e4;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-box-shadow: 1px 1px 12px #333;
	-webkit-box-shadow: 1px 1px 12px  #333;
	box-shadow: 1px 1px 12px  #333;
	z-index: 300;
	opacity: 0.5;
}

/* @group HEADER */

header{
	height: 160px;
	clear: both;
	background: url(../images/header.png) no-repeat center top;
	margin: 0 0 20px;
}

header .cms_logos a {
	background: url(../images/logos.png) no-repeat center top;
	display: block;
	width: 380px;
	height: 75px;
	float: right;
	margin-top: 32px;
	margin-right: 30px;
}

#slideshow {
	width: 900px;
	clear: both;
	height: auto;
	margin: 0;
	
}

.slidetext a {
	font-weight: bold;
	color: #08223D;
}

nav {
	margin-left: 32px;
	padding-top: 134px;
}

nav ul li {
	list-style-type: none;
	float: left;
	margin: 0 4px 0 0;
	padding-left: 10px;
}

nav ul li a {
	color: #fff;
	font-size: 11px;
	margin-left: 0;
	display: block;
	height: 16px;
	width: 80px;
	background-color: #08223D;
	text-align: center;
	padding-top: 4px;
	margin-right: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

nav ul li a:hover {
	background-color: #00ace0;
	color: #fff;
}

.big_title {
	padding: 10px 0 0;
	margin: 0 0 0 -10000px;
	font-weight: bold;
	font-size: 36px;
	color: #dee1f6;
}

.big_title a {
	color: #fff;
}

.big_title a:hover {
	color: #dee1f6;
}

/* @end */

/* @group SEARCH */

.livesearch {
	z-index: 800;
}

.livesearch #mysearch {
	position: absolute;
	top: 132px;
	left: 646px;
	width: 150px;
	height: 15px;
	background-color: #fff;
	border: none;
	font-size: 12px;
	color: #686868;
	padding-left: 6px;
	padding-top: 2px;
}

#ajaxresult {
	width: 200px;
	z-index: 800;
	position: absolute;
	top: 151px;
	margin-left: 650px;
}

#ajaxresult ul {
	
}

#ajaxresult li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #ff9000;
	width: 196px;
	height: 20px;
}

#ajaxresult li a {
	display: block;
	width: 192px;
	height: 16px;
	margin: 0;
	color: #000;
	padding: 2px;
}

#ajaxresult li a:hover {
	color: #fff;
	background-color: #ff9000;
}

/* @end */

/* @group RIGHT */

cite {
	background-color: #dfdfdf;
	padding: 6px;
}

.clear {
	clear: both;
}

.advanced_search_title {
	color: #2f517d;
	font-size: 16px;
	font-weight: bold;
}

.spinner {
	background: url(../images/spinner.gif) no-repeat;
	height: 10px;
	width: 50px;
}

#right {
	width: 820px;
	font: 12px/20px "Helvetica Neue", sans-serif;
	color: #444444;
	clear: both;
	height: auto;
	margin: 0 0 10px 40px;
}

#right #succes {
	padding: 10px;
	background-color: #008DB8;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#right a {
	font-weight: bold;
	color: #868889;
}

#right #fpss-outer-container {
	margin: 0;
}

#right a:hover {
	color: #868889;
}

#right h1 {
	color: #868889;
	margin-bottom: 12px;
	letter-spacing: 0.2em;
	font: 22px "Helvetica Neue", sans-serif;
}

#right h2 {
	color: #008DB8;
	font-size: 13px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	font: 20px "Helvetica Neue", sans-serif;
}

#right  h3 {
	color: #008DB8;
	font-size: 12px;
	letter-spacing: 0.2em;
	font: 20px "Helvetica Neue", sans-serif;
}

#right h4 {
	color: #008DB8008DB8;
	font-size: 13px;
}

#right  .rounded_right ul {
	margin: 0;
	padding: 0;
}

#right  .rounded_right ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#right th {
	background-color: #d2d6ea;
	text-align: center;
}

#right table {
	border: 2px solid #CCCCCC;
	width: 645px;
}

#right td {
	padding: 16px;
	background-color: #F2F2F2;
}

#right li {
	list-style-type: none;
}

#right span {
	clear: both;
}

#right span label {
	display: block;
	float: left;
	width: 100px;
	margin-left: 4px;
	font-weight: bold;
	color: #868889;
}

#right li a.my_link {
	display: block;
	text-align: left;
	width: 300px;
	height: 18px;
	background-color: #D2D6EA;
	padding: 6px 4px 4px 10px;
	border: 2px solid #949494;
}

#right .rounded_text {
	background-color: #2f517d;
}

#right .rounded_text .space {
	margin: 10px;
}

/* @end */

/* @group PAGINATION */

#right .pagination {
	font: 11px Arial, sans-serif;
	margin: 0;
	color: #2F517D;
}

#right .pagination a {
	color: #2F517D;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
}

#right .pagination .active a {
	color: #2F517D;
}

#right .pagination a:hover {
	color: #868889;
}

#right .pagination .inactive {
	color: #dfdfdf;
	margin: 2px;
	padding: 2px;
}

#right .pagination .active {
	background: #2F517D;
	color: #868889;
	font-weight: 700;
	margin: 2px;
	padding: 2px;
}

/* @end */


/* @group FOOTER */

footer {
	clear: both;
	width: 900px;
	height: 61px;
	text-align: center;
	font-size: 10px;
}

footer .menu_bottom {
	margin-left: 20px;
	text-align: center;
}

footer .menu_bottom ul {
	color: #828282;
}

footer .menu_bottom ul li {
	list-style-type: none;
	float: left;
}

footer .menu_bottom ul li a {
	color: #828282;
	font-size: 10px;
}

#foot{
	height: 30px;
	width: 30px;
	z-index: 10000;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#foot a{
background:  url('../images/top.png') no-repeat left top;
	height: 30px;
	width: 30px;
	display: block;
}

#foot a:hover{
background:  url('../images/top_hover.png') no-repeat left top;
}

/* @end */

/* @group SLIDESHOW */

#frame {
	position:relative;
	z-index:0;
	width:900px;
	height:341px;
}

/*
	Slideshow
*/

#slides {
	position:relative;
	z-index:100;
	width: 900px;
	height: 300px;
}

#slides h1{
	font: 24px "Helvetica Neue", sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 1px #333;
}

#slides h1 a{
	color: #fff;
}

#slides h2{
	color: #fff;
	font-size: 11px;
	background-color: #08223D;
	padding: 10px 10px 10px 40px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 8px 8px 0px;
border-radius: 0px 8px 8px 0px;
	font-weight: bold;
	margin-left: -40px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:900px;
	overflow:hidden;
	position:relative;
	display:none;
	height: 300px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width: 900px;
	height: 300px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:270px;
	left:850px;
	width:16px;
	height:16px;
	display:block;
	z-index:101;
}

#slides .next {
	margin-left: 22px;
}

/*
	Pagination
*/

.pagination {
	display: none;
	margin: 6px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-300px;
	left:0;
	height:300px;
	padding: 10px 20px 0 40px;
	background: rgba(3,27,48,0.5);
	width:320px;
	color:#fff;
}

/* @end */
