/* CSS Document */
/* last updated: 11-20-08 =============================================================================*/



/* BEGIN clearing floats ===============================================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* END clearing floats ==================================================================================================*/


/* BEGIN site-wide navigation ============================================================================================*/

#navigation {
    background: #fff;
    font-size: 17px;
    z-index: 100;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#navigation ul {
	list-style: none;/*	position: relative; */
}
#navigation div {
	position: relative;
}
#navigation div.link {
	z-index:200;
}
#navigation div.topNav {
	float:left; 
}
#navigation div.topNav a {
	display: block;
	padding: 5px 10px;
/*	padding: 6px 10px;*/
	text-decoration: none;
	color: #666;
	background: #fff;
	border: 1px solid #fff;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: bold;
	/*line-height: 1.2em;*/
	line-height: 30px;
	height: 30px;
}
/*#navigation div.topNav a:hover {
	color: #fe7c0b;
	border: 1px solid #fe7c0b;
	border-bottom: none;
}*/
#navigation div.subNav {
	display: none;
	position: absolute;
	width: 276px;
	top: 30px;
	left: 0;
	padding: 9px;
	border: 1px solid #666;
	background: #f7f7f7;
	z-index:100;
}
#navigation div.subNav li a {
	float: none;
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: #666;
	background: transparent;
	border: none;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: bold;
	height: 1%; /* kluge: removes large gaps in IE/Win *//*	border-right: 1px solid #0377cc;  */
	line-height: 1.2em;
}
#navigation div.subNav li a:hover {
	color: #a51681;
}
#navigation .topNav:hover div.link a, #navigation div.over div.link a {
	color: #00b5e5;
	background: #f7f7f7;
	border: 1px solid #666;
	border-bottom: none !important;
}
#navigation .topNav:hover div.subNav, #navigation div.over div.subNav {
	display: block;
}
/* you are here effect */
#navigation .topNav:hover div.link a.noDrop, #navigation div.over div.link a.noDrop {
	border-bottom: 1px solid #666 !important;
}
#businessPage #business .link a, #geographiesPage #geographies .link a, #aboutPage #about .link a, #newsPage #news .link a, #investingPage #investing .link a, #careersPage #hr .link a {
	color: #00b5e5;
	background: #f7f7f7;
	border: 1px solid #666;
}
.youarehere {
	color: #00b5e5 !important;
	background: #f7f7f7 !important;
	border: 1px solid #666 !important;
}
/* BEGIN sidebar navigation ===========================================================================================*/

#mysidepanel ul{
    list-style-type: none;
}
#mysidepanel div.subNav li a {
    float: none;
    display: table;
    padding: 1px 4px;
    text-decoration: none;
    color: FFF;
    background: transparent;
    border: none;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: bold;
    height: 2%; /* kluge: removes large gaps in IE/Win */ /*	border-right: 1px solid #0377cc;  */
    line-height: 1.6em;
    position: fixed;
}
/* The sidepanel menu */
.sidepanel {
    height: 100%; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

    /* The sidepanel links */
    .sidepanel a {
        padding: 6px 8px 6px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #FFFFFF;
        display: block;
        transition: 0.3s;
    }

    .sidepanel .subnav a {
        padding: 6px 8px 6px 52px;
        text-decoration: none;
        font-size: 18px;
        color: #FFFFFF;
        display: block;
        transition: 0.3s;
    }
/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
    color: #f1f1f1;
}

    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style the button that is used to open the sidepanel */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }
