﻿@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 100px;
	background: background:url(../images/backgroundBar.png) repeat-x;
}

img {
  width: inherit;  /* This makes the next two lines work in IE8. */
  max-width: 100%; /* Add !important if needed. */
  height: auto;    /* Add !important if needed. */
}

img.ruleBottom 
  {
      display:none;
  }  
    

nav {  top: 120px; }

nav a { margin: 6px 15px 0 15px; }

.promo_container { padding: 0px 20px 15px 20px; }
.promo_container .promo { background-position: 0px 0px; }
.promo_container .promo .content { padding: 20px; }

body { background-image: none; }

article { padding: 20px 20px 10px 20px;  }

#col1, #col2
{
	float: left; 
	width: 48%;	
	padding: 0 1%;	
}
#col3
{
	float: left;
	width: 48%;
	padding: 5% 1% 0;
	clear: both;
}
#col4
{
	float: left;
	width: 48%;
	padding: 5% 1% 0;
}

span.home-link
{
	color: #fff;
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 94px;
	padding: 12px;
	background-color: #0a3454;
}

.mobileSearchBtn
{            
    background: #0a3454;
    border: 0;
    color: #333;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    margin:0;
    padding: 8px 10px 4px;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 46px;
}

.searchContainer 
{
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin: -84px auto 54px; /* changed from margin: 0 auto */
    background-color: #0a3454;
    position: relative;
    top: 0;
    float: left; /*added float */
}
.searchContainer a
{
    display: none;
}
.keywordsTxt
{
    border: 5px solid white; 
    -webkit-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    background-color: #eee;
    margin: 1px 0;
    width: 360px;
    font-size: 1.05em;
}
.searchBtn
{
    border: 5px solid white; 
    -webkit-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 7px;
    background-color: #646464;
    margin: 1px 0;
    cursor: pointer;
    color: #fff;
    font-size: 0.95em;
    font-weight: bold;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}



.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}







/*** Main Navigation ***/

/* Navigation Button
	-------------------------------------------------------- */

	.nav-button 
	{		
		display: block;
		position: absolute;
		top: 0;		
		right: 0;
		width: 46px;
		height: 46px;
		padding: 0;				
		cursor: pointer;
		border: none;
		text-indent: -9999px;
		background: url('../Images/icon_menu_off.png');
		background-position: center center;
		background-repeat: no-repeat;	
	}
	.nav-button:hover {}
	.nav-button.open
	{
	    background: url('../Images/icon_menu_on.png');
	    background-position: center center;
		background-repeat: no-repeat;			
	}

	/* Navigation Bar
	-------------------------------------------------------- */
    #menu-wrapper
    {
        text-align: left;
        border: none;
        background: none;
    }
	.nav {
        width: 100%;
        float: left; /* changed from float: none; */
		/*height: 50px;*/
        display: block;
		margin-top: -54px; /* changed from margin: 0 auto; */
		padding: 0;
		overflow: hidden;
		position: relative;
		top: 0; 
		left: 0px;
		z-index: 998;
		clear: both;
	}
	
    .nav > li {
        display: none;
		width: 100%;
		font-family: Arial;
        background-color: #0A3454;
    }
    .nav > li > a {
        display: block;
		width: 100%;
        padding: 10px 10px 10px 30px;
		font-size: 0.95em;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1);
    }
    .nav > li:hover > a  
    {
        background-color: #9A0101;
        color: #FFF;
        border-right: none;
        border-left: none;
    }    
    .nav > li:first-child > a {
        border-left: none;
    }
    .nav > li:last-child > a
    {
        border-right: none;
        box-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
    .nav > li:last-child > a:hover
    {
        background-color: #9A0101;
        color: #fff;
        border: none;
    }
    .nav-column, .nav > li > div
    {
        display: none;
        border: none;
    }

    /* Toggle the navigation bar open  */
    .nav.open { 
		height: auto;
        padding-top: 0px;
	}
	.nav.open li { 
		display: block;
	}

/***********************/

	
.half_container .half2 {
	width: 100%;
	float: left;
	padding: 10px 0 0;
	background:#fff;	}
	
.half_container .half3 {
	width: 100%;
	float: left;
	padding: 20px 0px;
	background:#fff;	}

#chartMLOContent {
    width: 100%;
}

/*.specialInsert { height: 900px; clear: both; }*/

#chartContainer {
    width: 100% !important;
    margin-bottom: 40px !important;
}
#MLOContainer {
    width: 100% !important;
}
#MLOchartFooter {
    margin-bottom: 5px;
}

#chartContainer1a, #chartContainer1b, #chartContainer2a, #chartContainer2b {
    width: 100% !important;
}