﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */


/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}



body {
    font-size: 16px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #fff;
}


/* @group pageContainer
----------------------------------------------- */
#pageContainer {
	clear: both;
	width: 940px;
	margin: 0 auto;
}

.languagecontainer
{
    margin-top:0;
}

.menu-language
{
    display:inline-block;
    padding-left: 0;
    padding-top: 10px;
	clear: both;
}

/* @end */


/* @group pageHeader
----------------------------------------------- */
#pageHeader {
	clear: both;
	width: 940px; height: 100px; display: block;
	margin: 10px auto;
}

#pageTitle {
    color:#0077C0;
    font-size:36px;
    font-weight:bold;
    padding-top: 10px;
    padding-left: 100px;
}
#pageLogo a {
	float: left;
	display: block;
	border: none;
}
#pageLogo1 a {
	float: right;
	text-align: right;
	display: block;
	border: none;
}

#pageNavi {
	clear: both;
	margin: 10px 0;
	width: 940px; height: 40px;
	background: #BFD630;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#pageNavi ul li {
	display: inline;
}
#pageNavi ul li a {
	float: left;
	height: 28px; display: block;
	padding: 12px 15px 0 15px;
	color: #fff;
	border: none;
    text-decoration:none;
}
#pageNavi ul li a:hover {
	color: #232323;;
}
#pageNavi ul li a.naviActive {
	color: #fff;
	background: #0077C0;
}

/* @end */


/* @group pageContentWrapper
----------------------------------------------- */
#pageContentWrapper {
	clear: both;
	width: 880px;
	margin: 20px 0 20px 0; 
    padding: 0;
}

.row {
	clear: both;
	width: 880px;
	margin: 0; padding: 30px;
    background-color:#0077C0;
}

.row a {
    color: #FFFFFF;
    text-decoration:none;
}

.row a:hover {
    text-decoration:underline;
}

.alternate {
    background-color:#BFD630;
}

.bg-light {
    background-color:rgba(255, 255, 255, 0.3)
}

.bg-lighter {
    background-color:rgba(255, 255, 255, 0.5)
}

.dark {
    color: #7d7d7d;
}

.dark h2 {
    color: #232323;
    font-size:22px;
    margin-bottom: 30px;
}

.highlited {
    font-size:20px;
    font-weight:bold;
}

.col-left {
    width:48%;
    float:left;
}

.col-right {
    width:48%;
    float:right;
}

.col-1-3 {
    width:30%;
    float:left;
    margin-right: 40px;
}

.col-2-3 {
    width:30%;
    display:inline-block;
}

.col-3-3 {
    width:30%;
    float:right;
}

.list-pdf {
    list-style-image: url('data:image/gif;base64,R0lGODlhEAAQALMAAPv3+//u8P3i5P/d4fvV2dbW1vrExvWfouRxc3t7ef9RUfJEOt9GSP///wAAAAAAACH5BAUUAA0ALAAAAAAQABAAAARbcMlJJWh4ga05T1ijjQApJWjSlWy3JJtaWt4ZV/gbN2nv77ANQMAQGkHBDYEhMAKNjKgTgBQGigcGYfvcRA1ZxoKBoPI2BgVhsAkYEMVq1jAFFMwJIrsO9PlTEQA7') /*/Content/images/pdf_icon_16_16.gif*/;
    margin-left:30px;
}
.list-pdf li {
    margin-bottom:5px;
}

h1 {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

h2 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

h3 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

h4 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

p {
	line-height: 140%;
	margin-bottom: 15px;
}

/* @end */


/* @group pageFooterWrapper
----------------------------------------------- */
#pageFooterWrapper {
	clear: both;
	width: 880px;
	margin: 0 auto; padding: 30px 30px; margin-bottom: 20px;
	background: #BFD630;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#fooLogo {
    height:130px;
	margin: 0 auto;
	background: #FFFFFF;
}
#fooLogo a {
	margin: 0 10px;
	border: none;
}

#fooCopy {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	color: #7d7d7d;
	font-size: 90%;
}

/* @end */

#homeImg {
    float:right;
}

#futureContainer {
    background: url(/Content/images/future.jpg) bottom left no-repeat;
    height: 400px;
}
#futureContainerEn {
    background: url(/Content/images/future-en.jpg) bottom left no-repeat;
    height: 380px;
}
#futureContent {
    background-color:rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin-left: -30px;
    margin-right: -30px;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
