/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    width: 100%;
}

body {
	background-color: #fff;
    min-width: 960px;
    font-family: 'Oxygen', sans-serif;
}

a, a:focus, a:hover, a:active {
	outline:0;
}


#header {
    width: 100%;
    background-color: #41596b;
    height:128px;
	/*padding: 20px 0;*/
    margin-bottom: 60px;
}

#logo {
    position: relative;
    top: 25px;
}

.wrapper {
    width: 1020px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    line-height: 40px;
    color: #41596b;
    text-align: left;
    font-weight: normal; 
    margin: 0 0 18px 0;
}

h3 {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    color: #41596b;
    font-weight: bold;
    margin: 31px 0 15px;
    clear: both;
}

.subtitle {
    text-align: left;
    color: #51626f;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.3px;
    font-style: italic;
    display: block;
    margin-bottom:18px;
}

.text-centered {
    text-align: center;
}

.align-center {
    display: block;
    margin: 0 auto;
}

#primary {
    float: left;
    width: 700px;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 24px;
	
	min-height:800px;
}

#primary p {
    margin: 0 0 16px 0;
}

#primary p.mainDescription{margin-top:28px;}

#content p {
    padding: 0;
}

#content, #primary > div > p {
    padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:15px;
}

iframe {
    margin: 0;
	padding: 0;
}

#loading {
    display: none;
    width: 24px;
    margin: 15px auto;
}

#secondary {
    float: right;
    width: 220px;
}

#menu-container {
    background: #ffffff;
    border: 1px solid #e6e6e6;	
  	-webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
  	border-radius: 7px;	    
    
    color: #2c2c2c;
    font-size: 13px;
    line-height: 23px;
    font-family: 'Oxygen', sans-serif;	
	
	box-shadow: 1px 1px 25px -8px #dddddd;
	-webkit-box-shadow: 1px 1px 25px -8px #dddddd;
	-moz-box-shadow: 1px 1px 25px -8px #dddddd;
	-o-box-shadow: 1px 1px 25px -8px #dddddd;
}

#menu-title{
	color: #41596b;    
    font-family: 'Oxygen', sans-serif;
	margin-bottom:10px;
}

#menu-header {
    /*background: #fbfcfd url("../img/menu-bg.jpg") no-repeat top center;*/
    width: 100%;
    padding: 25px 18px 20px;
	text-align:center;
}

ul#menu, #menu li a + ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #menu li {
        padding: 0;
        margin: 0;
        display: block;
    }
    
    #menu li a {
        text-decoration: none;
        font-size: 14px;
        line-height: 21px;
        color: #41596b;
        font-weight: normal;
        
        display: block;
        padding: 15px 30px 15px 20px;
        
        background: transparent url("../img/menu-arrow.jpg") no-repeat center right;
        background-position: center right;
        
        border: 1px solid #edeff0;
        border-right: none;
        border-left: none;
        
        transition: background-position 0.2s ease;
        -moz-transition: background-position 0.2s ease;
        -webkit-transition: background-position 0.2s ease;
    }
	
	#menu li a.last, #menu li a.active.last {        
        font-size: 13px;        
    }

    
    #menu li a:hover {
        background-position: 198px center;
    }

    #menu li a.active {
        color: #fff;
        background: #374c5b url("../img/menu-arrow-active.jpg") no-repeat center right;        
        /*border-bottom: 1px solid #fff;*/
		font-size: 14px;
        line-height: 21px;
    }
		#menu li a + ul {
			display:none;
		}
    
        #menu li a.active + ul {
            display: block;
            padding: 9px 0;
            background: #dfe6eb;				 		
        }
		
		#menu li a.active.last + ul {
            -webkit-border-bottom-left-radius: 7px;
			-webkit-border-bottom-right-radius: 7px;
			-moz-border-bottom-left-radius: 7px;
			-moz-border-bottom-right-radius: 7px;
			border-bottom-left-radius: 7px;
			border-bottom-right-radius: 7px; 			 		
        }
        
            #menu li a.active + ul li a {
                background: url("../img/menu-arrow-2nd-lev.jpg") no-repeat center left;
                font-size: 12px;
                line-height: 25px;
                color: #41596b;
                padding: 10px 18px 10px 30px;				
            }
			
			#menu .second-level li a {
                border-top:0px !important;		
				border-bottom:0px !important;			
            }
            
            
            #menu li a.active + ul li a.active2ndlev {
                color: #5eb6e4;
				background: url("../img/menu-arrow-2nd-lev-active.jpg") no-repeat center left;
            }
            

#footer {
    width: 100%;
    background: #e6e6e6;
    text-align: center;   
    line-height: 1;
    padding: 35px 10px;
    margin-top: 130px;
	font-size: 13px;
	color: #302b24;    
    font-family: 'Oxygen', sans-serif;
	font-weight:bold;
}
    
#close-btn {
    padding: 15px 30px 15px 41px;
    background: #41596b url("../img/menu-close-btn.jpg") no-repeat center left;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
	
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;	 
    
    display: table;
    margin: 25px auto;
	
	position: relative;
}

#close-btn:active {
	top: 1px;	
}

.player-loading {
	background: url('../img/loading.gif') no-repeat center center;
	width: 640px;
	height: 360px;
	margin: 25px 0px 55px 0px;
	padding: 0;
}

.player-container {
	display:none;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.info {
	font: normal 11px/16px 'oxygen-light', arial, sans-serif;
	color: #000000;
	text-align: justify;
	max-width: 660px;
	margin: 30px auto 50px;
