﻿/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 21, 2013 */

@font-face {
    font-family: Museo;
    src: url('../fonts/museosans-webfont.eot');
    src: url('../fonts/museosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-webfont.woff') format('woff'),
         url('../fonts/museosans-webfont.ttf') format('truetype'),
         url('../fonts/museosans-webfont.svg#webfontuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * @license
 * MyFonts Webfont Build ID 3167571, 2016-02-08T05:51:15-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo-500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/500/
 * Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3167571
 * 
 * © 2016 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/305553");
  
@font-face {
	font-family: 'Museo-500';
	src: url('../fonts/305553_0_0.eot');
	src: url('../fonts/305553_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/305553_0_0.woff2') format('woff2'),url('../fonts/305553_0_0.woff') format('woff'),url('../fonts/305553_0_0.ttf') format('truetype');
}

#container{
	position:absolute;
	left: 20%;
	margin-left: -50px;
	width: 1000px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10pt;	
	color: #333;
}

#container a:link {
	color: #294471;
	text-decoration: none;
}

#container a:visited {
	color: #294471;
	text-decoration: none;
}

#container a:hover {
	color: #702082;
	text-decoration: underline;
}

#container a:active {
	color: #385e9d;
	text-decoration: underline;
}

#logo{
	float:left;
}

#top_menu{
	float: right;
	padding-top: 2px;
	
	padding-bottom: 15px;
	font-size: 10pt;
}

#main{
	clear: both;
	padding-top: 1px;
}

#platform{
	float:left;
}

#datasets{
	float:right;
}

#footer{
	clear:both;
}

h1{
	font-size: 20pt;
	font-family: Museo-500;
	font-weight: normal;
	color: #385e9d;
}

h2{
	font-size: 15pt;
	font-family: Museo-500;
	font-weight: normal;
	color: #385e9d;	
}

h3{
	font-size: 10pt;
	font-weight: normal;
}

#list-of-guides{
    list-style-image: url('../images/rdguides.gif');
}

#backtotop{
	float:left;
}

#bottommenu{
	float: right;
	padding-top: 2px;
	padding-bottom: 15px;
	font-size: 10pt;
}

#esrc-logo{
	float: right;
}

#copyright{
	clear: both;
	padding-bottom: 20px;
	color: #385e9d;
}

#copyrightBreak{
	width:46%;
	margin-left:0;
}

/*css for hidden menu*/

.dropbtn {
	cursor: pointer;
}

.dropdown-content {
	background-color: transparent;
	border: none;
    display: none;
}

.show {display:inherit;}
