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

/* ******* TAGS ******* */

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	cursor: default;
}
a {
	outline: none;
	cursor: pointer;
	color: #237cbd;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0 none;
}
input {
	outline: 0 none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	display: block;
}
input[type="text"],
input[type="password"],
textarea {
	cursor: text;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
	cursor: pointer;
}
h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #7cc521;
	font-size: 24px;
}
h1 a {
	color: #7cc521;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	color: #005d85;
	font-weight: bold;
}
p {
	margin: 0 0 24px;
	padding: 0;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
}
ol li,
ul li {
	line-height: 24px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	option[selected] { 
		color: #fff;
		background-color:gray;
	}
}

/* ******* ICONS ******* */

.icon.search {
	width: 13px;
	height: 13px;
	background: url(../images/icon-search.png);
}
.icon.twitter {
	width: 30px;
	height: 30px;
	background: url(../images/icons/twitter.png);
}
.icon.facebook {
	width: 30px;
	height: 30px;
	background: url(../images/icons/facebook.png);
}
.icon.youtube {
	width: 30px;
	height: 30px;
	background: url(../images/icons/youtube.png);
}
.icon.linkidin {
	width: 30px;
	height: 30px;
	background: url(../images/icons/linkidin.png);
}
.icon.flickr {
	width: 30px;
	height: 30px;
	background: url(../images/icons/flickr.png);
}
.icon.wikipedia {
	width: 30px;
	height: 30px;
	background: url(../images/icons/wikipedia.png) center center;
}
.icon.rss {
	width: 24px;
	height: 24px;
	background: url(../images/icon-rss.png);
}
.icon.print {
	width: 16px;
	height: 15px;
	background: url(../images/icons/print.png);
	display: block;
}
.icon.datepicker {
	width: 24px;
	height: 24px;
	background: url(../images/icons/calendar.png);
	display: block;
}

/* ******* STATIC CLASSES ******* */

.w250 {
	width: 250px !important;
}
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.hr-dotted {
	height: 0;
	overflow: hidden;
	clear: both;
	margin: 24px 0;
	padding: 0;
	border: none;
	border-top: 1px dotted #999999;
}
.hr-normal {
	height: 1px;
	overflow: hidden;
	clear: both;
	background: #dde0e8;
	margin: 24px 0;
}
.hr-shadow {
	height: 21px;
	overflow: hidden;
	clear: both;
	background: url(../images/hr-shadow.png) 0 0 no-repeat;
}
.text-n1-box {
	line-height: 24px;
}
.text-n1-box dt {
	font-weight: bold;
}
.text-n1-box .more {
	font-weight: bold;
}
.text-n2-box {
}
.text-n2-box dt {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #005D85;
}
.text-n2-box dd {
	line-height: 24px;
}
.text-n2-box .more {
	font-weight: bold;
}
.image-right {
	float: right;
	margin-left: 20px;
}
.image-left {
	float: left;
	margin-right: 20px;
}
.c-button-line {
	height: 36px;
	clear: both;
	margin-bottom: 18px;
}

/* Info Box */

.info-box {
	margin-bottom: 18px;
}
.info-box dt {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.info-box dd {
	color: #666666;
	line-height: 18px;
}
.info-box dd img {
	max-width: 100%;
}
.box-hint-link {
	font-size: 13px;
	color: #237CBD;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 4px;
}
.box-hint-link:hover {
	text-decoration: none;
}
.box-hint-link a {
	color: #237CBD;
	text-decoration: underline;
}
.box-hint-link a:hover {
	text-decoration: none;
}

/* Grid List */

.grid-list,
.projects-list {
	width: 100%;
}
.grid-list th,
.projects-list th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 4px;
}
.grid-list td,
.projects-list td {
	padding: 4px;
	vertical-align: top;
}
.grid-list tr.gray td,
.projects-list tr.gray td {
	background-color: #f4f4f4;
}
.grid-list .red-link,
.grid-list .orange-link,
.projects-list .red-link,
.projects-list .orange-link {
	font-size: 11px;
}



.grid-list .duration,
.grid-list .date {
	font-size: 11px;
}

/* DropDowm menu */

.dropdown-menu {
	position: relative;
	float: left;
}
.dropdown-menu input.button {
	margin: 0;
}
.dropdown-menu:hover input.button {
	background: #fff none;
	color: #464646;
	text-shadow: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3), inset 0 0 1px rgba(0,0,0,0.2);
}
.dropdown-menu ul {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	position: absolute;
	top: 36px;
	left: 1px;
	right: 1px;
	z-index: 100;
}
.dropdown-menu:hover ul {
	display: block;
}
.dropdown-menu ul li {
	height: 24px;
	display: block;
	line-height: 24px;
}
.dropdown-menu ul li.hr {
	height: 1px;
	background-color: #ccc;
	line-height: 1px;
	overflow: hidden;
	margin: 0 4px;
}
.dropdown-menu ul li:last-child {
	border-radius: 0 0 5px 5px;
}
.dropdown-menu ul li a {
	background-color: #fff;
	display: block;
	padding: 0 4px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.dropdown-menu ul li a:hover {
	color: #fff;
	background-color: #666;
}
.dropdown-menu ul li:last-child a {
	border-radius: 0 0 5px 5px;
}
.dropdown-menu ul li a.disabled,
.dropdown-menu ul li a.disabled:hover {
	background-color: #fff;
	color: #999;
	cursor: default;
}

/* Double Filter */

.form .double-filter,
.double-filter {
	height: auto;
	margin-bottom: 18px;
}
.double-filter dt {
	min-height: 0;
	width: auto;
	float: none;
	line-height: 18px;
	margin-bottom: 6px;
	text-align: left;
}
.double-filter dd {
	width: auto;
	float: none;
	height: 29px;
}
.double-filter select, .double-filter .cm-select {
	float: left;
}
.double-filter .or {
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 29px;
	color: #666666;
	margin: 0 18px;
}

/* News & Events Filter */

.filter-from-to {
}
.filter-from-to dl {
	width: 200px;
	float: left;
}
.filter-from-to .input-block {
	margin-right: 10px;
}
.filter-from-to dt {
	margin-bottom: 4px;
	line-height: 16px;
}
.filter-from-to .button-block {
	margin-top: 16px;
}
.filter-from-to .button {
	padding: 0 10px;
}

/* Scroll Box */

.scroll-box {
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #DADADA;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 8px;
}
.scroll-box > .inner {
	max-height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 8px 0 0;
}

/* Inline List */

.inline-list {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
.inline-list dt,
.inline-list dd,
.inline-list li {
	display: inline;
	line-height: 16px;
	vertical-align: middle;
}
.inline-list li.hr {
	font-size: 11px;
	margin: 0 4px;
}
.inline-list li a {
	font-weight: bold;
}
.inline-list li.active {
	font-weight: bold;
}
.inline-list li.active a {
	color: #464646;
	text-decoration: none;
}

/* Pagination */

.pagination {
	clear: both;
	margin-top: 18px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination ul li {
	width: 21px;
	height: 21px;
	display: inline-block;
	border-radius: 3px;
	line-height: 21px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #383838;
	cursor: pointer;
}
.ie7 .pagination ul li {
	display: inline;
	zoom: 1;
}
.pagination ul li a {
	width: 21px;
	height: 21px;
	display: block;
	color: #383838;
	text-decoration: none;
}
.pagination ul li:hover {
	background: #eaeaea;
	background: -moz-linear-gradient(to bottom, #f5f5f5 0%, #eaeaea 100%);
	background: -o-linear-gradient(to bottom, #f5f5f5 0%, #eaeaea 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #eaeaea 100%);
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.pagination ul li.active {
	background: #00d1f6;
	background: -moz-linear-gradient(to bottom, #00d3f6 0%, #00acef 100%);
	background: -o-linear-gradient(to bottom, #00d3f6 0%, #00acef 100%);
	background: -webkit-linear-gradient(top, #00d3f6 0%, #00acef 100%);
	background: linear-gradient(to bottom, #00d3f6 0%, #00acef 100%);

	color: #fff;
	text-shadow: 0 1px 2px rgba(3,113,156,0.7);
}
.pagination ul li.active a {
	color: #fff;
}

/* Subscribe Line */

.subscribe-btn {
	float: right;
	display: block;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #7cc521;
	text-decoration: none;
}
.subscribe-btn span {
	float: left;
}
.subscribe-btn .icon {
	margin-left: 16px;
}
.subscribe-btn:hover .icon {
	opacity: 0.7;
}
.subscribe-line {
	min-height: 30px;
	clear: both;
}
.subscribe-line h1 {
	width: 670px;
	float: left;
}

/* ******* FORM ******* */

/* Input */

input[type="text"],
input[type="password"] {
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	vertical-align: top;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #cedcdf;
	border-radius: 2px;
	line-height: 16px;
	font-size: 13px;
	color: #798e94;
	font-family: Arial, Helvetica, sans-serif;
}
.ie7 input[type="text"],
.ie7 input[type="password"] {
	width: 95%;
	height: 16px;
}
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #c4dbee;
	box-shadow: 0 0 0 5px rgba(241,246,252,0.7), inset 0 2px 4px rgba(0,0,0,0.05);
}

/* Textarea */

textarea {
	width: 100%;
	height: 68px;
    max-height: 200px;
    min-height: 30px;
	padding: 6px;
	vertical-align: top;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #cedcdf;
	border-radius: 2px;
	overflow: auto;
    resize: vertical;
	line-height: 16px;
	font-size: 13px;
	color: #798e94;
	font-family: Arial, Helvetica, sans-serif;
}
.ie7 textarea {
	width: 95%;
}
textarea:focus {
	border-color: #c4dbee;
	box-shadow: 0 0 0 5px rgba(241,246,252,0.7), inset 0 2px 4px rgba(0,0,0,0.05);
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.button-biggest {
	height: 36px;
	padding: 0 22px 1px;
	vertical-align: top;
	background: #68c2e1 url(../images/button.png) 0 100% repeat-x;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.37), 0 2px 3px rgba(0,0,0,0.23);
	border: none;
	border-radius: 36px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0 #49a0c4;
	cursor: pointer;
}
.ie7 input[type="button"],
.ie7 input[type="submit"],
.ie7 input[type="reset"],
.ie7 .button,
.ie7 .button-biggest {
	padding: 0 2px;
}
div.button,
a.button,
div.button-biggest,
a.button-biggest {
	display: inline-block;
	padding: 0 22px;
	line-height: 36px;
	text-decoration: none;
}
.ie7 div.button,
.ie7 a.button,
.ie7 div.button-biggest,
.ie7 a.button-biggest {
	display: inline;
	zoom: 1;
}

/* Select */

select {
	width: 100%;
	height: 22px;
	vertical-align: top;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
	border: 1px solid #cedcdf;
	border-radius: 2px;
}
select:focus {
	border-color: #c4dbee;
	box-shadow: 0 0 0 5px rgba(241,246,252,0.7), inset 0 2px 4px rgba(0,0,0,0.05);
}
select[multiple]{
	height: 70px;
}

/* Check-Line */

.check-line {
	min-height: 22px;
	clear: both;
	overflow: hidden;
	margin-top: 4px;
}
.check-line:first-child {
	margin: 0;
}
.check-line input[type="radio"],
.check-line input[type="checkbox"] {
	margin: 4px 0 0 0;
	vertical-align: top;
	padding: 0;
	cursor: pointer;
}
.ie7 .check-line input[type="radio"],
.ie7 .check-line input[type="checkbox"] {
	margin: -1px -3px 0 -3px;
	vertical-align: middle;
}
.check-line label {
	line-height: 16px;
	padding: 3px 20px 3px 6px;
	cursor: pointer;
	display: inline-block;
}

/* CM Select */


.cm-select {
	position: relative;
	z-index: 1;
}
.cm-select-input {}
.cm-select-input .cm-select-inner {
	height: 27px;
	background: url(../images/select-bg.png);
	border: 1px solid #b6bcc1;
	border-radius: 3px;
	box-shadow: inset 0 1px #fff;
}
.cm-select-arrow {
	width: 20px;
	height: 27px;
	background: url(../images/select-arrow.png) center center no-repeat;
	border-left: 1px solid #b6bcc1;
	float: right;
	cursor: pointer;
	
	-o-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}
.cm-select-arrow:hover {
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
}
.cm-select-text {
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 16px;
	font-size: 13px;
	color: #666666;
	text-shadow: 0 1px 0 #fff;
}
.cm-select-menu {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 10000;
}
.cm-select-menu .cm-select-inner {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	border: 1px solid #b6bcc1;
	border-radius: 3px;
	padding: 3px;
}
.cm-select-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cm-select-menu ul li {
	margin-top: 1px;
	background-color: #fff;
	border-radius: 3px;
	line-height: 16px;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.cm-select-menu ul li:first-child {
	margin-top: 0;
}
.cm-select-menu ul li.active,
.cm-select-menu ul li:hover {
	background-color: #dfdfdf;
}
.cm-select-menu ul li.hr {
	display: none;
}
.cm-select-menu ul li input[type="radio"] {
	display: none;
}
.cm-select-menu ul li label {
	min-height: 16px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	padding: 2px 4px;
}
.cm-select-scroll {
	max-height: 161px;
	overflow-x: hidden;
	overflow-y: auto;
}
.cm-select.disabled .cm-select-input .cm-select-inner {
	background: #f5f5f5;
}
.cm-select.disabled .cm-select-text {
	color: #a6a6a6;
}

/* Datepicker */

.calendar {
}
.calendar input {
	width: 150px !important;
	float: left;
}
.calendar .icon {
	float: left;
	margin: 3px 0 0 8px;
	cursor: pointer;
}
.calendar .icon:hover {
	opacity: 0.6;
}

/* Captcha */

.captcha {
}
.captcha .text {
	font-size: 13px;
	color: #798e94;
	clear: both;
	margin-bottom: 8px;
}
.captcha .image {
	float: left;
	background: #e9e9e9;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #bfbfbf;
}
.captcha .image img {
	display: block;
}
.captcha .refresh {
	line-height: 50px;
	overflow: hidden;
	padding-left: 16px;
}
.captcha .refresh a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.captcha .refresh a:hover {
	text-decoration: underline;
}

/* Fileset List */

.fileset {
}
.fileset-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fileset-list li {
	margin: 6px 0 0 0;
}
.fileset-list li:first-child {
	margin: 0;
}
.fileset-list li .text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fileset-browse {
	margin: 6px 0 0 0;
}
.fileset .button-link {
	float: right;
	margin: 0 6px 0 12px;
	font-weight: bold;
	color: #237CBD;
	cursor: pointer;
}
.fileset .button-link:hover {
	text-decoration: underline;
}

/* UNKNOWN */

.fileset-remove {
	background: url("../images/icons/remove.gif") no-repeat scroll 0 1px transparent;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    width: 50px;
}

/* Zend Form */

.zend_form {
}
.zend_form dt {
	margin: 0 0 6px;
}
.zend_form dd {
    margin-bottom: 10px;
}
.zend_form dd:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.zend_form ul.errors {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zend_form input[type="button"],
.zend_form input[type="submit"],
.zend_form input[type="reset"],
.zend_form .button {
	float: right;
	margin-left: 4px;
}
.zend_form .inline-list input[type="button"] {
	float: none;
}

.form dl.zend_form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.form .zend_form dt {
	width: 180px;
	line-height: 29px;
	clear: left;
}
.form .zend_form dt label {
	line-height: 29px;
}
.form .zend_form dd {
	min-height: 30px;
	float: left;
	overflow: visible;
	width: 300px;
}

/* Custom Form */

.custom-form {
}
.custom-form dl {
	margin-top: 8px;
}
.custom-form dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.custom-form dl:first-child {
	margin-top: 0;
}
.custom-form dt {
	width: 180px;
	line-height: 29px;
	text-align: left;
}
.custom-form dd {
	width: 300px;
	float: left;
	overflow: visible;
}
.custom-form .btn-wrap {
	height: 36px;
	line-height: 36px;
	margin-top: 30px;
}
.ie7 .custom-form input[type="text"],
.ie7 .custom-form input[type="password"] {
	width: 274px;
}

.form .btn-wrap {
	height: 36px;
	line-height: 36px;
	margin: 30px 0 6px;
}
.form-wide {
}
.form-wide dl dt {
	width: auto;
	min-height: 0;
	margin-right: 0;
	float: none;
	text-align: left;
	line-height: 18px;
}
.form-wide dl dd {
	width: auto;
	float: none;
	overflow: visible;
}

.button-line {
	height: 36px;
	clear: both;
}
.button-line .button {
	float: right;
}
.button-line .check-line {
	clear: none;
	float: left;
	margin-top: 7px;
}

/* ******* STRUCTURE ******* */

.header > .inner,
.slider .nav,
.content > .inner,
.footer > .inner {
	width: 940px;
	margin: 0 auto;
}
.slider > .inner {
	max-width: 1260px;
	margin: 0 auto;
}

/* ******* HEADER ******* */

.header {
	background: url(../images/header.png);
}
.header > .inner {
	height: 161px;
	position: relative;
}
.header .logo {
	display: block;
	position: absolute;
	left: 0;
	top: 26px;
	
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.header .logo:hover {
	opacity: 0.6;
}
.header .logo img {
	display: block;
}
.header .search-container {
	width: 250px;
	height: 30px;
	position: absolute;
	top: 71px;
	right: 0;
	background: url(../images/search-bg.png);
}
.header .search-container .icon {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 9px;
	left: 10px;
	box-shadow: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
.header .search-container .icon:hover {
	opacity: 0.6;
}
.header .search-container input[type="text"] {
	width: 200px;
	height: 16px;
	padding: 6px 0;
	position: absolute;
	top: 2px;
	left: 32px;
	box-shadow: none;
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	background: none;
	border: none;
	border-radius: 0;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}
.header .search-container input[type="text"].placeholder {
	color: #999999;
}
.header .services {
	position: absolute;
	top: 18px;
	right: 0;
}
.header .services .icon {
	display: block;
	float: left;
	margin-left: 2px;
}
.header .services .icon:first-child {
	margin-left: 0;
}
.header .services .icon:hover {
	opacity: 0.6;
}
.header .links {
	position: absolute;
	top: 24px;
	right: 204px;
}
.header .links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .links ul li {
	float: left;
	margin-left: 15px;
}
.header .links ul li:first-child {
	margin-left: 0;
}
.header .links ul li span {
	font-weight: bold;
	color: #666666;
	font-size: 11px;
}
.header .links ul li span.name {
	color: #005d85;
}
.header .links ul li a {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.header .links ul li a:hover {
	color: #005d85;
}
.header-bottom {
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
}
.header .gesi-e-tasc {
	float: right;
	margin-left: 12px;
}
.header .menu {
	margin-top: 12px;
}
.header .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .menu ul li {
	float: left;
	margin-left: 22px;
	padding: 0 14px 0 0;
	line-height: inherit;
}
.header .menu ul li:first-child {
	margin-left: 0;
}
.header .menu ul li a {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.header .menu ul li.active a,
.header .menu ul li a:hover {
	color: #005d85;
}
.header .menu ul li.active {
	background:url(../images/arrow-down.png) 100% 7px no-repeat;
}
.header .menu li ul{
    display:none;
}
.header .menu .hr{

    display:none;
}

.header .menu .add-ico {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: -30px;
    top: -3px;
    width: 24px;
}
.header .menu .add-ico:hover {
	opacity: 0.7;
}

.header .logos {
	position: absolute;
	top: 71px;
	right: 280px;
}

.header .logos a {
	display: inline-block;
	margin-right: 21px;
	cursor: pointer;
}

.header .logos a:last-child {
	margin-right: 0;
}

.header .logos a:hover {
	opacity: 0.7;
}

/* ******* SLIDER ******* */

.slider > .inner {
	position: relative;
}

.slider .arrow-l,
.slider .arrow-r {
	width: 72px;
	height: 77px;
	position: absolute;
	top: 151px;
	z-index: 3;
	cursor: pointer;
	
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.slider .arrow-l:hover,
.slider .arrow-r:hover {
	opacity: 0.6;
}
.slider .arrow-l {
	background:url(../images/slider-left.png);
	left: 0;
}
.slider .arrow-r {
	background: url(../images/slider-right.png);
	right: 0;
}

.slider .slides {
	height: 394px;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.slider .slides > li {
	width: 100%;
	height: 394px;
	display: none;
	position: absolute;
	z-index: 1;
	opacity: 0;
	line-height: inherit;
}
.ie8 .slider .slides > li,
.ie7 .slider .slides > li {
	filter: alpha(opacity=0);
}
.slider .slides > li .image {
	width: 100%;
	height: 394px;
	overflow: hidden;
}
.slider .slides > li .text {
	width: 630px;
	height: 360px;
	position: absolute;
	left: 13%;
	top: 17px;
}
.slider .slides > li .text table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.slider .slides > li .text table td {
	vertical-align: middle;
}
.slider .slides > li h1 {
	margin: 0;
	padding: 0;
	font-family: 'nobileregular', Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #ffffff;
	font-weight: normal;
	line-height: 62px;
}
.slider .slides > li .more {
	width: 121px;
	height: 121px;
	position: absolute;
	top: 171px;
	right: 15%;
	font-family: 'nobileregular', Arial, Helvetica, sans-serif;
	line-height: 118px;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.chrome .slider .slides > li .more,
.safari .slider .slides > li .more,
.opera .slider .slides > li .more {
	line-height: 120px;
}
.slider .slides > li .more span {
	display: block;
	padding-left: 20px;
}
.slider .slides > li .more:hover {
	opacity: 0.8;
}
.slider .slides > li .more.green {
	background: url(../images/slider-more-green.png);
}
.slider .slides > li .more.blue {
	background: url(../images/slider-more-blue.png);
}
.slider .slides > li .more.darkblue {
	background: url(../images/slider-more-darkblue.png);
}

.slider .hr {
	height: 6px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #95c11f;
	border: 0 none;
	display: block;
}

.slider .nav {
	height: 47px;
	overflow: hidden;
	position: relative;
}
.slider .nav ul {
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	font-size: 0;
}
.slider .nav li {
	display: inline-block;
	vertical-align: top;
}
.ie7 .slider .nav li {
	display: inline;
	zoom: 1;
}
.slider .nav li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 0 30px;
	background-color: #fff;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	line-height: 47px;
	font-size: 15px;
	font-weight: bold;
	color: #005d85;
	text-align: center;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.slider .nav li:first-child a {
	margin: 0;
}
.slider .nav li:hover a,
.slider .nav li.active a {
	background-color: #95c11f;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	     -o-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

/* ******* CONTENT ******* */

.content {
	padding: 0 0 90px;
}

/* Widgets */

.widgets {
	padding-top: 38px;
}
.widget {
	width: 300px;
	min-height: 20px;
	float: left;
	margin-left: 20px;
}
.widget:first-child {
	margin-left: 0;
}
.widget > .inner {
	border: 1px solid #d9d9d9;
	background: #e5e5e4;
}
.widget .image {
	padding: 2px;
}
.widget .image img {
	max-width: 294px;
	display: block;
}
.widget .descr {
	padding: 14px 8px 6px;
}
.widget h1 {
	padding: 0;
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.widget h1 a {
	color: #333333;
	text-decoration: none;
}
.widget h1 .icon.rss {
	display: inline-block;
	margin: 1px 0 0 10px;
	vertical-align: top;
}
.ie7 .widget h1 .icon.rss {
	display: inline;
	zoom: 1;
}
.widget h1 .icon:hover {
	opacity: 0.7;
}
.widget h2 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height: 24px;
}
.widget p {
	padding: 0;
	margin: 0;

	font-size: 13px;
	color: #666666;
	line-height: 24px;
}
.widget .more {
	font-weight: bold;
}

.members-images {
	background: #ccd6da url(../images/members-bg.jpg) center center no-repeat;
}

/* Widget 2 */

.widget2-box {
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	padding: 22px 32px;
	margin-top: 12px;
}
.widget2-box:first-child {
	margin-top: 0;
}
.widget2-box dt {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #005d85;
	line-height: 24px;
}
.widget2-box dd p {
	margin-bottom: 0;
}

/* Mainpage */

.mini-map {
	width: 263px;
	height: 129px;
	margin-top: 30px;
	background: url(../images/map.png);
}
.green-server-mess {
	padding: 34px 0 0 80px;
	background: url(../images/green-server.png) 14px 40px no-repeat;
}

.news-events-block .icon {
	display: inline-block;
	margin: 1px 0 0 12px;
	vertical-align: top;
}
.ie7 .news-events-block .icon {
	display: inline;
	zoom: 1;
}
.news-events-block .icon:hover {
	opacity: 0.7;
}
.news-events-block dl {
	margin: 8px 0 0 0;
	padding-right: 20px;
	line-height: 24px;
}
.news-events-block dl dt {
	font-weight: bold;
	margin-top: 24px;
}
.news-events-block dl dt:first-child {
	margin-top: 0;
}
.news-events-block dl dd {
	color: #666666;
}

.tabs-n1 {
	height: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs-n1 .icon {
	width: 24px;
	height: 24px;
	float: left;
	margin: 1px 0 0 12px;
	background-position: center center;
}
.ie7 .tabs-n1 .icon {
	display: inline;
	zoom: 1;
}
.tabs-n1 .icon:hover {
	opacity: 0.7;
}
.tabs-n1 li {
	height: 26px;
	padding: 0 20px;
	margin: 0 0 0 20px;
	float: left;
	border-left:  1px dotted #666666;
}
.tabs-n1 li:first-child {
	border: none;
	padding-left: 0;
	margin-left: 0;
}
.tabs-n1 li a.name {
	float: left;
	padding: 8px 0 0 0;
	line-height: 18px;
	font-size: 24px;
	font-weight: bold;
	color: #237cbd;
	text-decoration: underline;
}
.ie7 .tabs-n1 li a.name {
	display: inline;
	zoom: 1;
}
.tabs-n1 li.active {
	background: url(../images/arrow-down.png) 100% 14px no-repeat;
}
.tabs-n1 li:hover a.name,
.tabs-n1 li.active a.name {
	color: #7dc521;
	text-decoration: none;
}
.tab-n1 {
	margin-top: 11px;
}
.tab-n1 .text-n1-box {
	margin-top: 22px;
}
.tab-n1 .text-n1-box:first-child {
	margin-top: 0;
}

/* Sub Menu */

.sub-menu {
	height: 18px;
	margin-bottom: 8px;
}
.sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub-menu ul li {
	float: left;
	margin-left: 24px;
	line-height: inherit;
}
.sub-menu ul li:first-child {
	margin-left: 0;
}
.sub-menu ul li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.sub-menu ul li.active a,
.sub-menu ul li a:hover {
	color: #005d85;
}

/* Top Content Image */

.top-image {
	background-color: #95c11f;
	padding-bottom: 6px;
	margin-bottom: 24px;
}
.top-image img {
	display: block;
}

/* Content Cols */

.content-cols {
}
.content-cols > .l {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.content-cols > .r {
	width: 300px;
	margin-left: 20px;
	float: right;
}
.content-cols > .c {
	overflow: hidden;
}
.content-cols.two > .c {
	width: 620px;
	float: left;
	overflow: visible;
}
.content-cols.three > .c {
	width: 300px;
	float: left;
	overflow: visible;
}

/* Right side box with image */

.side-box {
	padding: 0 0 0 82px;
	background-position: 0 6px;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 24px;
}
.side-box:first-child {
	margin-top: 0;
}
.side-box dt {
	font-size: 24px;
	line-height: 24px;
	color: #005d85;
	font-weight: bold;
}
.side-box dd {
	line-height: 24px;
	color: #666666;
}
.side-box dd.more {
	font-weight: bold;
}
.side-box dd.image {
	position: absolute;
	top: 6px;
	left: 0;
}
.side-box dd.image img {
	display: block;
}
.side-box .add-ico {
	cursor: pointer;
}
.side-box .add-ico:hover {
	opacity: 0.7;
}

/* Text Box */

.text-box {
	margin: 20px 0 0 0;
}
.text-box:first-child {
	margin: 0;
}
.text-box dt {
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 24px;
	color: #005d85;
	font-weight: bold;
}
.text-box dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.text-box dd ul li {
	line-height: inherit;
}

.content-box {
	margin: 20px 0 0 0;
	line-height: 18px;
}
.content-box:first-child {
	margin: 0;
}
.content-box dt {
	color: #333333;
    font-weight: bold;
}
.content-box dd {
}
.content-box dd.more {
	font-weight: bold;
}
.content-box dd.more a {
}

/* ******* FOOTER ****** */

.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}
.footer > .inner {
	height: 64px;
	border-top: 1px dotted #999999;
}
.footer ul {
	margin: 24px 0 0 0;
	padding: 0;
	list-style: none;
}
.footer ul li {
	float: left;
	margin-left: 16px;
	line-height: inherit;
	font-size: 11px;
	color: #666666;
}
.footer ul li:first-child {
	margin-left: 0;
}
.footer ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.footer ul li a:hover {
	text-decoration: underline;
}

/* ******* COMPONENTS ******* */

/* Login Form */

.login-form {
	width: 350px;
}
.ie7 .login-form input[type="text"],
.ie7 .login-form input[type="password"] {
	width: 324px;
}
.login-form .form-errors {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

/* Page Edit Form */

.pade-edit-form {
}
.oo .pade-edit-form .zend_form dt {
	width: 200px;
}
.oo .pade-edit-form .zend_form dd {
	width: 466px;
}

/* Contact Form */

.contact-form {
}
.contact-form .content-cols > .l {
	width: 280px;
	margin: 0;
}
.contact-form .content-cols > .r {
	width: 280px;
	margin: 0;
}
.contact-form input[type="text"] {
	margin-top: 34px;
}
.contact-form input[type="text"]:first-child {
	margin-top: 0;
}
.ie7 .contact-form input[type="text"] {
	width: 254px;
}
.contact-form textarea {
	height: 130px;
	margin-top: 34px;
}
.ie7 .contact-form textarea {
	width: 266px;
}
.contact-form textarea:first-child {
	margin-top: 0;
}
.contact-form .captcha {
	margin-top: 22px;
}
.contact-form .captcha input {
	margin-top: 24px;
}
.contact-form .button-line .check-line label {
	padding-right: 0;
}

/* Add Page Form */

.pade-add-form {
	max-height: 700px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* News and Events */

.news-events-cols {
}
.news-events-cols > .l {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.news-events-cols > .r {
	width: 48%;
	float: left;
}
.date-box {
	margin-bottom: 24px;
	line-height: 24px;
	font-weight: bold;
}
.date-box dt {
	color: #333333;
}
.news-events-listing {
}
.news-events-listing .date-box {
	margin: 24px 0 0 0;
}
.news-events-listing .date-box:first-child {
	margin-top: 0;
}
.events-calendar {
	padding: 12px 0;
}

/* Projects */

.featured-project {
}
.featured-project > .l {
	float: left;
	margin-right: 20px;
}
.featured-project > .l img {
	display: block;
}
.featured-project > .r {
	overflow: hidden;
	line-height: 18px;
}
.featured-project > .r .title {
	font-weight: bold;
	color: #333333;
}
.featured-project > .r .read {
	font-weight: bold;
}

.featured-projects {
	margin: 18px 0 30px;
}
.featured-projects .featured-project {
	width: 48%;
	float: left;
}
.featured-projects .featured-project:first-child {
	margin-right: 4%;
}

.project-widget {
	width: 300px;
	min-height: 20px;
	float: left;
	margin-left: 20px;
}
.project-widget:first-child {
	margin-left: 0;
}
.project-widget > .inner {
	padding: 9px 9px 18px 9px;
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}
.project-widget .select-block {
	width: 250px;
	margin: 14px 0 28px;
}

.project-widgets {
	margin-top: 16px;
}
.project-widget .featured-project {
	margin-top: 11px;
}
.project-widget .featured-project:first-child {
	margin-top: 0;
}

.projects-block {
}
.projects-block .featured-project {
	margin-top: 30px;
}
.projects-block .featured-project:first-child {
	margin-top: 0;
}

.projects-slider {
	margin: 18px 0 30px;
}
.projects-slider > .r,
.projects-slider > .l {
	width: 15px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.projects-slider > .l:hover,
.projects-slider > .r:hover {
	opacity: 0.7;
}
.projects-slider > .r {
	float: right;
	margin-left: 26px;
	background-image: url(../images/arrow-blue-right.png);
}
.projects-slider > .l {
	float: left;
	margin-right: 26px;
	background-image: url(../images/arrow-blue-left.png);
}
.projects-slider > .c {
	overflow: hidden;
}
.projects-slider > .c > .inner {
	white-space: nowrap;
	font-size: 0;
}
.projects-slider .featured-project {
	width: 390px;
	margin-left: 39px;
	display: inline-block;
	vertical-align: top;
}
.projects-slider .featured-project * {
	white-space: normal;
	font-size: 13px;
}
.ie7 .projects-slider .featured-project {
	display: inline;
	zoom: 1;
}
.projects-slider .featured-project:first-child {
	margin-left: 0;
}

.projects-filter {
	margin: 16px 0 30px;
}

.featured-articles-new {
}
.featured-articles-new .featured-project {
	margin-top: 12px;
}
.featured-articles-new .featured-project:first-child {
	margin-top: 0;
}

/* Resources */

.resource-block {
}
.resource-block .featured-project {
	margin-top: 30px;
}
.resource-block .featured-project:first-child {
	margin-top: 0;
}

.documents-widget {
	margin-left: 0;
}
.documents-widget h2 {
	margin-bottom: 14px;
}
.documents-widget .featured-project {
	margin-top: 30px;
}
.documents-widget .featured-project:first-child {
	margin-top: 0;
}

.resource-form {
}
.resource-form dl {
	margin-top: 45px;
}
.resource-form dl input {
	width: 360px;
}
.resource-form dl:first-child {
	margin-top: 0;
}
.resource-form dd {
	overflow: visible;
}
.resource-form dt {
	display: none;
}
.resource-form .cols.two input {
	width: 100%;
}
.ie7 .resource-form .cols.two input {
	width: 268px;
}
.blue-button-line {
	position: relative;
	margin: 45px -18px -18px;
	padding: 18px;
	background: #f1f6f8;
	border-top: 1px solid #dde0e8;
	box-shadow: inset 0 0 0 1px #fff;
}
.blue-button-line .check-line label {
	font-size: 11px;
	color: #444444;
}
.resource-form .button-line {
	margin: 45px 0 0;
}

/* Application Form */

.application-form {
}
.ie7 .application-form dl input {
	width: 594px;
}
.application-form dl {
	margin-top: 45px;
}
.application-form .cols {
	margin-top: 45px
}
.application-form .cols:first-child {
	margin-top: 0;
}
.application-form dd {
	overflow: visible;
}
.application-form dt {
	display: none;
}
.ie7 .application-form .cols.two input {
	width: 278px;
}
.application-form textarea {
	height: 100px;
	max-height: 350px;
}

/* Search Page */

.search-layout {
}
.search-layout h2 {
	margin: 20px 0 0 0;
}
.search-where {
	color: #666666;
    line-height: 18px;
}

/* leftmenu */

.leftmenu ul {
	list-style-type: none;
}
.leftmenu ul li {
	line-height: inherit;
}

