/* Global Styles */
html {text-rendering: optimizelegibility;}
.clearfix{
    display:block;
    zoom:1; 
}    
.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
}

.text-offpage{text-indent:-9999px;}
/*.vmenu-links{list-style-type: none; padding:0px; margin:0px; text-align: left; }
.vmenu-links li{float:left;}        */
.clear{clear:both; height:1px;}

 

.image-stretch{
    background-position:center center;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-attachment:scroll;
 }

a.arrow {
    background: url("/images/blueArrowSm.png") no-repeat right center rgba(0, 0, 0, 0);
    padding-right: 10px;
}
 
/* typically, this is used for links in a list or navigation, where it is clear it is a nav item */
.link-style1{color: #003366; text-decoration: none;}
.link-style1:visited{color: #003366;}
.link-style1:hover{text-decoration: none; color:#0088cc;}

/* typically, this is used for things like text accompanied by an icon in the body of a document*/
.link-style2{ color:#0088cc; text-decoration: none;}                                  
.link-style2:hover{text-decoration: none;}
.link-style2:visited{ color:#0088cc; text-decoration: none;}

.link-style3{color:#000000; text-decoration:none;}
.link-style3:hover{text-decoration:underline;}
.link-style3:visited{color:#000000;}

.link-external{background:url(/images2/external.png) center right no-repeat; padding-right:14px;}
.link-external2{background:url(/images2/external2.png) center right no-repeat; padding-right:14px;}
.link-disclaimer{} /* no style but it is reserved because it is used programatically*/

.blue-btn{
    display: block;
    margin: 0px;
    padding: 4px 15px;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    khtml-border-radius: 4px;
    border-radius: 4px;
    background: #0090D2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf));
    background: -moz-linear-gradient(center top, #52a8e8 20%, #2e76cf 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29);
    cursor: pointer;
}
.blue-btn:hover{background: #0073d2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #3e9ee5), color-stop(1, #1666ca));
    background: -moz-linear-gradient(center top, #3e9ee5 20%, #1666ca 100%);
}
.blue-btn:active{
    border-color: #20559a;
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 0 7px rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,1);
} 

.orange-btn{
    display: block;
    margin: 0px;
    padding: 4px 15px;
    border: 1px solid #d68f37;
    border-bottom-color: #a66628;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    text-decoration: none;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    khtml-border-radius: 4px;
    border-radius: 4px;
    background: #0090D2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #ffba2c), color-stop(1, #fb9700));
    background: -moz-linear-gradient(center top, #ffc300 20%, #fb9700 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29);
    cursor: pointer;
    font-weight:bold;
}
 

.button{
    -webkit-appearance: none;
    border:none;
    border-radius:6px;
    background-color:#5189b8;
    background-image: -webkit-linear-gradient(top,#5e9ccf,#5189b8);
    background-image: -moz-linear-gradient(top,#5e9ccf,#5189b8);
    background-image: -ms-linear-gradient(top,#5e9ccf,#5189b8);
    background-image: -o-linear-gradient(top,#5e9ccf,#5189b8);
    background-image: linear-gradient(top,#5e9ccf,#5189b8);
    padding:15px 30px;
    color:#ffffff;
    text-decoration: none;
    font-weight: bold;
    display:inline-block;
}


#loading{text-align: center; padding-top:30px; font-weight:bold; display:none;}
#loading img{display:inline-block; margin-left:auto; margin-right:auto;}


body{padding:0px; margin:0px; font-family: Arial, Gadget, sans-serif; background-color:#E7E7E7;   /*  13324f  #e7e7e7*/; font-size:14px; position: relative;  overflow-x: hidden; }
  
     
     
    /* Main container - holds everything in the center of the page*/    
    
	header{display:none;}
	
	
	#main_nav_cont {display: none;}
	
	#menu_home {display: none;}
	#nav_bar{
	    background-color:#13324f;  /* Old browsers */
	    height:40px;
	    line-height:40px;
	    padding: 0px 50px;
	}
	
	
	#main_nav_cont{display:none; background-color:#071d32;  }
	#main_nav_cont ul{margin:0px; padding:10px; list-style-type: none;}
	#main_nav_cont ul{padding-right:0px; padding-left:0px;}
	#main_nav_cont li{position:relative;}
	#main_nav_cont li a{padding:12px 12px 12px 20px; font-size:0.9em; font-weight:bold; display: block; color:#ffffff; text-transform: uppercase; text-decoration: none; opacity:0.9;}
	#main_nav_cont li a.first-level{ padding-right:50px; }
	#main_nav_cont li a:active{opacity: 1;}
	
	/*#main_nav_cont li:first-child{display: none;} */
	
	 
	 
	#main_nav .inner-menu{display:none;}
	.menu-opener{
	    position: absolute;
	    right:0px;
	    top:0px;
	    width:20px;
	    height:20px; 
	    text-align: center;
	    line-height: 0.8em;;
	    font-weight: normal;
	    opacity:0.6;
	    color:#ffffff;
	    font-size:1.5em;
	    padding: 10px 0px 10px 20px;
	}
	#main_nav_cont li.first-level-open a.first-level{
	    background-color:#0b0d20;
	    opacity:0.75;
	}
	#main_nav_cont li.first-level-open {background-color:#0a2239;}
	#main_nav_cont li.first-level-open .menu-opener{
	    font-size: 2.2em;
	    line-height: 0.5em;
	}
	
	#resources_documents ul{padding-bottom:0px;}
	#resources_for ul{padding-top:0px;}
	.inner-menu-heading{opacity:0.8; padding:25px 10px 10px; font-style: italic; color:#ffffff; font-size:0.85em; text-transform: uppercase;}
	
	#nav_home_logo{
	    text-align: center;
	    display: block;
	    position:absolute;
	    top:0px;
	    left:10px;
	    color:#ffffff;
	    text-decoration:none; 
	    line-height:40px;
	    font-weight: bold;
	    font-size:1.6em;
	}

	#logo{
	    background-image:url(/images2/sprite_mobile.png);
	    background-repeat:no-repeat;
	    background-position:0px 0px;
	    background-size:900%;
	    height:30px;
	    width:30px;
	    display: inline-block;  
	    margin-top: 6px;
	    float:left;
	}
	#nav_menu{
	    position:absolute;
	    top:0px;
	    right:10px; 
	    width:70px;   
	    text-decoration: none;  
	    color:#ffffff;
	    display:block; 
	    vertical-align: middle;
	    font-weight:bold;
	    height:40px;
	}
	
	#menu_icon{
	    width: 20px;
	    display:block;
	    position:absolute;
	    top:8px;
	    right:2px;
	    height:18px;
	}
	#menu_icon .icon-bar{
	    border-bottom-left-radius: 1px;
	    border-bottom-right-radius: 1px;
	    border-top-left-radius: 1px;
	    border-top-right-radius: 1px;
	    display: block;
	    height: 2px;
	    width: 20px;
	    margin-top: 4px;
	    background-color: #ffffff;
	}
	 
	
	#search_box_cont{
	    background-color:#13324f;
	    border-radius: 25px;
	    padding:3px;
	    height:3em;
	    margin:8px;
	}
	#search_box{
	    outline: 0;
	    border:none;
	    color: #ffffff;
	    float: left;
	    height: 3em; 
	    width: 78%;
	    background-color:inherit;
	    -webkit-appearance: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    padding-left:12px;
	    font-weight:bold;
	    font-size: 0.90em;
	    opacity:0.90;
	}
	#search_box:focus{outline:0;}
	
	#search_submit_cont{float:right; width:35px; height:35px;  padding:0px; background-color:#071d32; border:none; border-radius: 50%; margin-top:3px; margin-right:3px;}
	
	#search_submit{overflow-x:hidden; overflow-y:hidden; color:#ffffff;}
	
	 
	 
	  
	
	
	
	#main_cont{background-color:#ffffff; width:100%; margin-left:auto; margin-right:auto;}
	#content_cont{}
	#content_cont img{max-width: 100%;}
	
	.section-content{font-size:1.2em; padding:1px 10px 20px; margin-top:1px;}
	/*.section-title{text-align: center; padding-top:20px; margin-top: 0px; }*/
	.section-title{font-size:1.6em; font-weight:normal; margin:0px; padding-top:20px; text-align: left; }   
	.section-blurb{text-align: left; padding:10px 0px !important; margin:0px !important; color:#444444; font-size:0.90em;}
	.section-blurb br{display: none;}
	
	
	/* STYLES FOR MOST PAGES */
	#section_info{border-bottom:1px solid #e5e5e5;}
	#section_title{margin:0px; padding:12px 10px 12px; font-size:1.5em; letter-spacing:0.0em; font-weight:normal; }
        #section_title a{text-decoration: none; color:#13324f; position:relative; display:block; }
            #section_topics {position:absolute; right:0px; top:2px; font-size:0.80em; font-weight:normal;}
            #section_topics i{padding-left:1px;}
        #section_nav{display:none; margin:0px; padding:0px; background-color:#e5e5e5; }
        #section_nav li{list-style-type:none;}
        #section_nav li a{display: block; padding:10px; font-weight:bold;}
	#section_nav .nav-more {display: none;}
	#section_nav .nav-topic {padding-left:10px; font-style: italic;}
	#section_nav .nav-list-cont {padding:10px 0px;}
	#section_nav .nav-list { padding-left:0px; margin-left:16px;}
	
	.section-content .section-sub-title{padding-top:30px; margin-top:0px; padding-bottom:2px; margin-bottom: 0px; }
	.section-content .first{padding-top:2px; margin-top:0px;}
	.section-content ul, .section-content ol{padding:0px; margin:0px;}
	.section-content ul li, .section-content ol li{padding-left:0px; margin-left:16px; padding-top:10px;} 
	
	.topics-section .topics{display:none;}
	.topics-section .topic-data{padding:10px 0px;}
	.topics-section .topic-data h4{padding-top:30px; margin-top:0px; padding-bottom:2px; margin-bottom: 0px;}
	
	.section-seperator{padding-top:40px; margin-top:10px; border-top:1px solid #dbdbdb; padding-bottom:40px;} 
	
	
	#main_cont img{max-width:100%; display:inline-block; height:auto !important;}
	#anim_cont{width:100% !important; min-height: 150px;}
	#anim_cont + div{
	    clear: both; 
	}
	
	#footer_cont{padding:10px 0px; color:#666666; background-color:#000000;}
	.footer-list{ display:inline; margin:0px; padding:0px;}
	.footer-list li:first-child{list-style-type:none;}
	.footer-list li{display: inline-block;}
	.footer-list a, .footer-list a:visited{
	    color:#666666;
	    text-decoration:none;
	    padding:8px;
	    display:inline-block;
	    font-size:0.95em;
	}
	 
	 
	.large-blue-button{background-color:#6699cc; color:#ffffff; padding:20px; text-align: center; border-radius:3px; font-weight: bold; display:block; border:none; -webkit-appearance:none; text-decoration: none;}
	input.large-blue-button{width:100%;}