@charset "UTF-8";

/*  ==============================================
	NLC Starting Package 
	Author: Fabien Doiron http://www.nonlinear.ca/
*/

/*  ================================================================================================  */
/*  ================================================================================================  */

	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
		{ display: block; }

	audio, canvas, video 		{ display: inline-block; *display: inline; *zoom: 1; }
	audio:not([controls]) 	{ display: none; }
	[hidden] 				{ display: none; }

/*  ================================================================================================  */
/*  ================================================================================================  */

	html, body, div, span, form, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, small, strike, samp, strong, sub, sup, label, caption
		{ margin: 0; padding: 0; border: 0; vertical-align: baseline; }

	table 								{ border-collapse: collapse; border-spacing: 0; }
	caption, th, td						{ font-weight: normal; }
	table, tbody, tfoot, thead, tr, th, td 	{ vertical-align: top; }
	
	/* Selection Styles - Change colors to match design */
	::-moz-selection 	{ background: #008199; color: #FFF; text-shadow: none; }
	::selection 		{ background: #008199; color: #FFF; text-shadow: none; }

/*  ================================================================================================  */
/*  ================================================================================================  */

	.logo{ position:relative;margin-left:0px; }
	
	
	
	@font-face {
        font-family: 'LeagueGothicRegular';
        src: url('../fonts/League_Gothic-webfont.eot');
        src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
             url('../fonts/League_Gothic-webfont.woff') format('woff'),
             url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
             url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
	
	/*  Text Styles  */
		abbr[title] 	{ border-bottom: 1px dotted; }
		b, strong 	{ font-weight: bold; }
		dfn 			{ font-style: italic; }
		hr 			{ display: block; height: 1px; border: 0; border-top: 1px solid #ccc; padding: 0; }
		ins 			{ background: #FF9; color: #000; text-decoration: none; }
		mark 		{ background: #FF0; color: #000; font-style: italic; font-weight: bold; }
		
		pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
		pre                  { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
		
		q 					{ quotes: none; }
		q:before, q:after 	{ content: ""; content: none; }
		
		small 		{ font-size: 85%; }
		sub, sup 	{ font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
		sup 			{ top: -0.5em; }
		sub 			{ bottom: -0.25em; }
	
/*  ================================================================================================  */
/*  ================================================================================================  */

	html 	{ font-size: 62.5%; overflow-y: scroll; }
	body 	{ font-size: 1.4em; line-height: 1.3em; background-color: #FFF; text-align: left; }
	
	body, button, input, select, textarea 	{ font-family: Arial, Helvetica, sans-serif; color: #333; }
	
/*  ========== CONTENT TAGS ==========  */

	/* Headings */
		h1, .h1, 
		h2,
		h3, 
		h4, 
		h5, 
		h6	    { font-family: LeagueGothicRegular; line-height: 1.0em; font-weight: normal; margin-bottom: .2em; text-transform: uppercase; }
		
		h1, .h1	{ font-size: 4.5714em; color: #009ADA; }
		h2	    { font-size: 2.7142em; margin: 0; }
		h3	    { font-size: 2.5714em; }
		h4	    { font-size: 1.714em; margin-bottom: .7em; }
		h5	    { font-size: 1em; font-weight: bold; font-family: Arial; text-transform: none; }
		h6	    { font-size: 1em; }
		
        .h1 + p { font-size: 1.1428em; margin-bottom: 2.5em; }
        
        .pageTitleSmall h1 { font-size: 2.5714em; color: #009ADA; }
	
	/* Links */
		a,
		a:link,
		a:visited	{ color: #009ADA; text-decoration: none; }
		a:focus 	{ outline: thin dotted; }
		a:focus,
		a:hover		{ text-decoration: underline; }
		a:hover,
		a:active	{ outline: none; }
		
	/* Lists */
		li		{ }
		
		ul		{ list-style: none; margin: 0; padding: 0; }
		ul li	{ background: url(../img/layout/bullet.gif) 0 .5em no-repeat; padding-left: .8em; }
		
		ol		{ }
		ol li	{ }
		
		ul ul,
		ul ol,
		ol ul,
		ol ol	{ margin-bottom: 0; }
		
		dl		{ margin-bottom: 1em; }
		dt		{ }
		dd		{ }
		
	/* Images */
		img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
	
	/* Forms */
		form 	{ margin: 0; }
		fieldset 	{ border: 0; margin: 0; padding: 0; }
		label 	{ cursor: pointer; }
		legend 	{ border: 0; *margin-left: -7px; padding: 0; }

		button, input, select, textarea 	{ font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
		button, input 					    { line-height: normal; *overflow: visible; }
		table button, table input 			{ *overflow: auto; }
		button, 
		input[type="button"], 
		input[type="reset"], 
		input[type="submit"] 			    { cursor: pointer; -webkit-appearance: button; }
		input[type="checkbox"],
		input[type="radio"] 	    		{ box-sizing: border-box; }
		input[type="search"] 		    	{ -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
		
		input[type="search"]::-webkit-search-decoration 	{ -webkit-appearance: none; }
		button::-moz-focus-inner, input::-moz-focus-inner 	{ border: 0; padding: 0; }
		
		textarea 			{ overflow: auto; vertical-align: top; resize: vertical; }
		input:valid, 
		textarea:valid 	    { }
		input:invalid, 
		textarea:invalid 	{ background-color: #F0DDDD; }

    /* Common Bottom Margins */
		p, ul, ol, dl		{ margin-bottom: 1.5em; }
		
/*  ================================================================================================  */
/*  ================================================================================================  */
	
	/*  ========== ACCESSIBILITY STYLES ==========  */
		.accessTarget,
		.accessLink			{ position: absolute; top: -999em; }
		.accessLink:focus	{ top: 0; }

	/*  ========== CONTAINER STYLES ==========  */
		#wrapper        { max-width: 1500px; margin: 0 auto; }
        .ie6 #wrapper   { width: expression(document.body.clientWidth > 1502 ? "1500px" : "100%"); }
        
        .colContainer   { width: 990px; position: relative; margin: 0 auto; padding-top: 75px; clear: both; }
        .container		{ width: 940px; margin: 0 auto; }
        .wrap           { background: #fff; padding: 0 20px 20px 27px; min-height: 600px; overflow: hidden; }
         		
	/*  ========== HEADER STYLES ==========  */
		.header 	    {  font-size: .8571em; padding: 3px 0; color: #666; position: relative; z-index: 11; }
            
            .header h1  { float: left; margin: 0; }
            .header a   { color: #666; }
            
           
           
           
           
          
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
            .hdr-logo   { display: block; float: left;margin-left:-105px; }

            .hdr-toolnav                { float: right; text-align: right; min-width: 40em; }
                .hdr-labelText          { float: right; line-height: 25px; }
                .hdr-labelText a        { color: #009ADA; }

                .searchWrapper                      { float: right; margin-right: -78px; margin-top: 20px;}
                    .searchBox                      { border: 1px solid #CCC; padding: .2em .4em; width: 220px; background: url(../img/layout/shadow-search.gif) no-repeat top center; }
                    .searchBox .input-text          { border: none; background: none; width: 198px; }
                    .searchBox input[type="text"]   { -webkit-appearance: none; -webkit-box-sizing: none; box-sizing: border-box; }
		            .input-submit                   { background: url(../../images/btn-search.png) no-repeat left center; width: 16px; height: 20px; border: none; display: inline-block; text-indent: -9999em; text-transform: capitalize; }
		
                .hdr-links              { clear: both; }
                .hdr-links .fl_right    { padding: .4em 0; border-top: 1px solid #FFF; }

	/*  ========== MAIN NAVIGATION STYLES ==========  */
		.mainnav		        { border-bottom: 1px solid #999; border-top: 1px solid #D2D2D2; background: url(../../images/bg-mainnav.png) repeat-x left center; box-shadow: 0 1px 2px rgba(0,0,0,.3); position: relative; z-index: 10; }
            .mainnav .container {width: 1130px; padding-left: 0px; margin: 0 auto;}
            .mnlist             { margin: 0; padding: 0; border-left: 1px solid #C7C7C7; text-align: center; font-size: 1em; overflow: hidden; zoom: 1; }
            .mnlist li          { background: none; padding: 0; border-right: 1px solid #C7C7C7; border-left: 1px solid #E1E1E1; float: left;}
            .mnlist a,
            .mnlist a:link,
            .mnlist a:visited   { width: 135px; display: block; color: #666; line-height: 1.1em; text-shadow: 0 1px 0 #FFF; height: 100%; padding: 0 1px 0 1px;}
            .mnlist a:hover{ color: red; background: #FFF; }
            .mnlist a:focus     { background: #FFF; text-decoration: none; }
            
            .mnlist .active a   { color: #009ADA; background: #FFF; }
            .mnlist .navItem    { display: block; padding: .25em 0; }
	         .mnlist .navItem1    { display: block; padding: .22em 0;font-size:11px; }
	/*  ========== CONTENT STYLES ==========  */
		.main { /*overflow: hidden;*/ }
		
            .breadcrumb { clear: both; background: #efefef; padding: 1.5em 0; font-size: .8571em; color: #CCC; line-height: 1.2em; }
            
        /*  ========== SIDE NAVIGATION STYLES ==========  */
			.sidenav { background: url(../img/layout/sidenav-bg.gif) 0 0 repeat-y; float: left; width: 221px; font-size: 1.0em; position: relative; margin-top: 50px; padding-top: 1px; }
			.sidenav .sidenavInner { background: url(../img/layout/sidenav-btm.gif) 0 100% no-repeat; padding: 0 0 1.5em 0; }
			.sidenav ul { margin-bottom: 0; } 
			.sidenav ul li { line-height: 1.2em; background: none; padding: 7px 15px 5px 17px; }
			.sidenav ul li li { padding: 4px 0 3px 17px; }
			
			.sidenav ul li a,
			.sidenav ul li a:link,
			.sidenav ul li a:visited { color: #333; }
		   	.sidenav ul li a:hover, .sidenav ul li a.active:hover { color: #666; text-decoration: none; }
		    .sidenav ul li a.active, .sidenav ul li a:focus { color: #ccc; text-decoration: none; }
		
		    .sidenav ul li.currentSection { background: blue;text-align:center; display: block; width: 160px; margin: 0 auto;margin-left:-5px; padding: 10px 15px 10px 15px; }
		    .sidenav ul li.currentSection a { display: block; color: #fff; font-weight: bold;  padding-bottom: 7px; } 
				
        /*  ========== MAIN CONTENT STYLES ==========  */
			.content	{ padding: 20px 0; }
			.mainContent { float: left; }
			.twoCol .mainContent { width: 698px;  padding: 45px 0 10px 22px; }
			.twoColRtl .mainContent { width: 698px;  padding: 45px 22px 10px 0; }
			.threeCol .mainContent { width: 457px; padding: 45px 18px 10px 22px; }
			
		/*  ========== SIDEBAR STYLES ==========  */
			.aside		{ float: left; width: 221px;     }
		
	/*  ========== FOOTER STYLES ==========  */
		.footer,
        .footer .containerp	{ background: #333; color: #FFF; }

        .footer .containerp  { padding: 1.8em 0; }
        .footer p   { margin: 0; }
        .footer p,
        .footer ul  { font-size: .8571em; }

        .footer ul  { margin: 0 0 3em; padding: 0; }
        .footer li  { padding: 0; background: none; }
        .footer a,
        .footer a:link,
        .footer a:visited   { color: #FFF; }
		
/*  ================================================================================================  */
/*  ================================================================================================  */
	
	/*  COMMON STYLES  */
	    .media,
		.mediaBody	{ overflow: hidden; zoom: 1; padding-top: .1em; }
		.mediaAside	{ float: left; margin-right: 1em; }
		.media img	{ display: block; }
        
        .media { margin-bottom: 1.5em; }
        
        /* Common styles for main content column */
            .mainContent a,
	        .mainContent a:link,
	        .mainContent a:visited	{ color: #267cad; text-decoration: none; }
	        .mainContent a:focus 	{ outline: thin dotted; }
	        .mainContent a:focus,
	        .mainContent a:hover	{ text-decoration: underline; }
	        .mainContent a:hover,
	        .mainContent a:active	{ outline: none; }
            .mainContent h2         { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.2857em; color: #8f8f8f; line-height: 1.2em; text-transform: none; margin-bottom: 1.2em; padding: .8em 0 .8em 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; } 
            .mainContent h2.LeagueGothicRegular { font-family: LeagueGothicRegular; color: #333; text-transform: uppercase; font-size: 1.714em; border: 0; margin-bottom: .8em; padding: 0;  }
            .mainContent ul li { background: url(../img/layout/main-content-list-bullet.gif) 0 .6em no-repeat; padding-bottom: 5px; }
            .mainContent .tags { color: #666; font-size: .9285em; padding-bottom: 10px; }
            .mainContent .tags a { color: #666; text-decoration: none; }
            
            .threeCol .mainContent table { width: 450px; border-collapse: collapse; border: 1px solid #8f8f8f; margin: 5px 5px 5px 5px; }
            .threeCol .mainContent th, td { padding-top: 7px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border: 1px solid #8f8f8f; text-align: left; vertical-align: top; }
        
        /*  Promo  */
            .mediaPromo     { background: #EBEBEB; border: 1px solid #DCDCDC; padding: 1em; }
            .mediaPromo ul  { margin: 0; }
        
        /* Intro / Description */
            .colContainer .mediaDescription { margin-bottom: 0; padding-right: 2px; }
            .colContainer .mediaDescription .mediaAside { float: right; margin-left: 1em; margin-right: 0; }
            .colContainer .mediaDescription .mediaBody { border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; margin-bottom: 1em; padding: 1em 0 .4em 0; }
            .colContainer .mediaDescription .mediaBody h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.2857em; color: #8f8f8f; line-height: 1.2em; text-transform: none; margin-bottom: .8em; padding: 0; border: 0; } 
                         
        /* Video Widgets */ 
            .videoWidgets .mediaBody { width: 220px; display: inline; float: left; margin: 0 8px 1.2em 0; }
	        .videoWidgets .mediaBody img { display: block; height: 158px; width: 210px; margin-bottom: .5em; }
	        
	        .youtubeControls .mainVideo { margin-bottom: 1em; }
	                       
        /* Common listing */
            .commonListing { margin-bottom: 3em; }
            .commonListing .mediaBody { padding-top: .3em; }
            .commonListing h3 { font-family: arial; font-size: 1.1428em; font-weight: bold; text-transform: none; }
            .commonListing h3 a { color: #267cad; }
            .commonListing .tags { color: #666; font-size: .9285em; padding-bottom: 10px; }
          
        /* News listing */
            .newsListing .media { margin-bottom: 40px; }
            .newsListing h2.newsYear { font-family: LeagueGothicRegular; font-size: 1.4285em; border: 0; margin-bottom: .8em; padding: 0;  }
            .newsListing h3 { font-size: 1.7142em; margin-bottom: 0.8em; }
            .newsListing h4 { font-family: arial; font-size: 1.1428em; font-weight: bold; text-transform: none; line-height: 1.2em; margin-bottom: .3em; }
            .newsDate { color: #666; font-size: .9285em; }            
            
        /* Event listing */
            .event { margin-bottom: 20px; padding-top: 20px; border-top: 1px solid #e3e3e3; }
            .event .mediaBody h2 { font-family: arial; font-size: 1.1428em; font-weight: bold; text-transform: none; line-height: 1.2em; margin-bottom: .3em; padding: 0; border: 0; }
            .event .mediaBody h3 { font-size: .9285em; margin-bottom: .2em; }
            .event .mediaBody h4 { font-family: arial; font-size: 1.1428em; font-weight: bold; text-transform: none; line-height: 1.2em; margin-bottom: .3em; }
            .event .mediaBody p { margin-bottom: .5em; }
            .event .eventDate { font-size: 1em; font-weight: bold; margin: 0 0 .5em 0; }
            
        /* Resource Page */
            .resoursePage { }
            .resoursePage h2.documentType { font-family: LeagueGothicRegular; color: #333; text-transform: uppercase; font-size: 1.4285em; border: 0; margin-bottom: .8em; padding: 0;  }
            .resoursePage h3 { font-size: 2.5714em; margin-bottom: 0.3em; }
            .resoursePage h4 { font-family: arial; font-size: 1.1428em; font-weight: bold; text-transform: none; line-height: 1.2em; margin-bottom: .3em; }
            .resoursePage .documentDetails { color: #666; font-size: .8571em; padding: 0 0 45px 0; }
            .resoursePage .documentDetails p { margin-bottom: 0; }     
            
        /*  Image Link */
            .imageLink a, .imageLink img { display: block; } 
                 
        /*  Grid  */
            .gridWrapper    { margin-bottom: 3em; }
            .grid           { display: inline; float: left; margin: 0 1px; }
            .grid img       { max-width: 100%; height: auto; margin-bottom: 1.5em; }
            .ie8 .grid img  { width: auto; }
            
            .gridVisual     { padding: 1em 0 .5em 0; border-top: 4px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; }
            
            .gridGroup img  { margin: 0; }
            .gridGroup p    { margin-bottom: .8em; }
            
            .grid_1     { width: 60px; }
            .grid_2     { width: 140px; }
            .grid_2_5   { width: 184px; margin: 0 2px 0 3px; }
            .grid_2_5 img { margin-bottom: .3em; }
            .grid_3     { width: 200px; padding:10px;}
            .grid_3 :hover{ color:red;}
            .grid_4     { width: 800px;padding:2px; }
            .grid_5     { width: 380px; }
            .grid_6     { width: 460px; }
            .grid_7     { width: 540px; }
            .grid_8     { width: 620px; }
            .grid_9     { width: 700px; }
            .grid_10    { width: 780px; }
            .grid_11    { width: 860px; }
            .grid_12    { width: 940px; }

            .alpha  { margin-left: 0; }
            .omega  { margin-right: 0; }
            
            /* Added */
            .grid_4 .sidebarBlock { margin-bottom: .9em; }
        
        /* textBlock */
        .textBlock { background: #efefef; margin-bottom: 25px; padding: 1em 1.6em; border: 1px solid #e6e6e6; border-radius: 2px; }
        
        /* Forms Components and form Blocks */
            select { background: #fff; border: 0; width: 360px; padding: .3em; border: 1px solid #ccc; }
            div.submitBtn { margin: 1.5em 0 1em 0; }
            input.submit { background: #009ada; font-family: LeagueGothicRegular; font-size: 1.714em; color: #fff; text-transform: uppercase; height: 32px; padding: .1em .3em; border: 0;  border-radius: 3px; }
            
            .formBlock { background: #efefef; margin-bottom: 25px; padding: 2.2em 1.6em 0 1.6em; border: 1px solid #e6e6e6; border-radius: 2px; }
            
            .formBlock .formItem { padding-bottom: .5em; }
            .formBlock .formItem label { display: block; }
            
            .formBlock .textField,
            .formBlock .textArea { background: #fff url(../img/layout/shadow-search.gif) 50% 0 no-repeat; width: 350px; padding: .3em; border: 1px solid #ccc; }
            .formBlock .textField .input-text { background: #fff; border: 0; width: 100%; }
            
            .formBlock .selectOptions { padding: 1em 0 1.8em 0; }
            .formBlock .selectOptions label { float: left; width: 95%; margin-left: 5px; }
            .formBlock .selectOptions span.input-text { display: block; width: 18px; float: left; padding: 0; position: relative; top: 2px; *top: -1px; }
            
            .formBlock .textArea { width: 97%; }
            .formBlock .textArea textarea { background: #fff; width: 100%; min-height: 100px; border: 0; }
                        
            .errorMessage { color: #f00; margin: 0; }
            .formBlock label.error { color: #f00; }
            /*
            .formBlock .textField.error { border: 1px solid #f00; }
            .formBlock select.error { border: 1px solid #f00; }
            */              
                      
    .nav    { list-style: none; margin: 0; padding: 0; zoom: 1; overflow: hidden; }
    .nav li { background: none; padding: 0; float: left; }
         
    .linkMore { font-size: .9285em; margin: 0; background: url(../img/layout/bullet.gif) 0 .5em no-repeat; padding-left: .9em; }
    .mainContent .linkMore a { color: #009ada; }
    .linkMoreRight { text-align: right; }
    
     /* Aside elements */
     .aside { padding-top: 50px; }
        .aside .sidebarBlock { border: 1px solid #e3e3e3; margin-bottom: 25px; padding: 1px 1px 0 1px; }
        .aside .sidebarBlock h3 { background: #f8f8f8 url(../img/layout/sidebar-hdr-bg.gif) 0 100% repeat-x; font-family: arial; font-size: 1em; font-weight: bold; text-transform: none; min-height: 16px; padding: 10px 10px 10px 12px; text-shadow: 1px 1px 1px #fff; }
        .aside .sidebarBlock h3 strong { display: block; font-size: .7142em; font-weight: normal; text-transform: uppercase; }
        .aside .sidebarBlock h4 { background: none; font-family: arial; font-size: 1em; font-weight: bold; text-transform: none; min-height: 0; padding: 0 }
        .aside .sidebarBlock .deets { font-size: 1em; line-height: 1.2em; padding: 1.2em 1em .8em 1em; }
        .aside .sidebarBlock .deets p { margin-bottom: 1em; }
        .aside .sidebarBlock .linkView { width: 190px; margin: 0 auto; padding: .8em 0 .8em 0; font-size: .8571em; border-top: 1px solid #dbdbdb; }
        .aside .sidebarBlock ul { margin-bottom: 0.6em; }
        .aside .sidebarBlock ul li { background: url(../img/layout/sb-block-list-bullet.gif) 0 .5em no-repeat; padding-bottom: .5em; }
        
        .aside .sidebarBlock ul.news { margin: 0; }
        .aside .sidebarBlock ul.news li { background: none; padding: 0 0 .5em 0; }
        .aside .sidebarBlock ul.news li p.newsTitle { font-family: arial; font-size: .9285em; text-transform: none; font-weight: bold; line-height: 1.2em; margin-bottom: .3em; }
        .aside .sidebarBlock ul.news li p { font-size: .8571em; margin-bottom: .6em; }
        .aside .sidebarBlock ul.news li p.date { font-size: .7857em; }       
                
        .aside .filterBlock { border: 1px solid #e3e3e3; padding: 14px 14px 10px 14px; }
        .aside .filterBlock h3, .aside .filterBlock h4 { font-family: arial; font-weight: bold; text-transform: none; }
        .aside .filterBlock h3 { font-size: 1.1428em; margin-bottom: 1em; padding-bottom: .7em; border-bottom: 1px solid #dbdbdb; }
        .aside .filterBlock h4 { font-size: .7857em; margin: 0 0 1em 0; }
        .aside .filterBlock p { font-size: .7857em; }
        .aside .filterBlock ul { margin: 0 0 15px 0; }
        .aside .filterBlock ul.filters li { background: none; font-size: .7857em; padding: 0 0 4px 10px; }
        .aside .filterBlock ul.filters li.active { background: url(../img/layout/active-bullet.gif) 0 .5em no-repeat; padding-left: 10px; }
        .aside .filterBlock ul.filters li.active a,
        .aside .filterBlock ul.filters li.active a:hover { color: #666; text-decoration: none; }
        .aside .filterBlock .filterContols { padding-top: .7em; border-top: 1px solid #dbdbdb; }
        .aside .filterBlock .filterContols ul li.linkMore { font-size: .7857em; background-position: 0 .6em; }
        
        .aside .featuredContent { background: #009ada; color: #fff; margin-bottom: 25px; padding: 10px 10px 15px 10px; }
        .aside .featuredContent img { display: block; margin-bottom: 1em; }  
        .aside .featuredContent .deets { background: url(../img/layout/featured-content-bg.gif) 0 0 repeat-y; padding: 6px 10px 5px 5px } 
        .aside .featuredContent .deets ul { margin: 0; }
        .aside .featuredContent .deets ul li { background: url(../img/layout/square-white-bullet.gif) 0 .5em no-repeat; font-size: 1em; line-height: 1.4em; padding: 0 0 0 13px; } 
        .aside .featuredContent .deets p.linkMoreRight { font-size: .7857em; margin: .8em 0 0 0; }
        .aside .featuredContent .deets a { color: #fff; }
        .aside .featuredContent h3 { font-size: 1.7142em; color: #fff; line-height: 1; margin-bottom: .6em; }
        .aside .featuredContent h3 .type { display: block; font-family: arial; font-size: .4em; }
        
        .aside .contacts .deets p { font-size: .9285em; margin: 0; }
        
        .aside .imageMedia { border: 0; }
        .aside .imageMedia .mediaContent { background: #e6e6e6; margin-bottom: .3em; padding: .5em 0; }
        .aside .imageMedia .mediaContent img { display: block; margin: 0 auto; }
        .aside .imageMedia .linkMore { margin-left: 1em; }
        .aside .imageMedia .deets { padding-bottom: .2em; }
        .aside .imageMedia .deets .linkMore { margin-left: 0; }
        
        .aside .videoWidget { font-size: 0.9285em; padding: 14px 14px 10px; border: 1px solid #E3E3E3; } 
        .aside .videoWidget img { display: block; width: 190px; }
        .aside .tags { color: #666; padding-bottom: 10px; }
                
        .stockWidget { border: 0 !important; }
        .stockWidget h4 { margin-bottom: 1em; padding-bottom: .5em !important; border-bottom: 1px solid #e3e3e3; }
        
        .stockWidget .YahooStockData dl { padding-bottom: .8em; overflow: hidden; }
        .stockWidget .YahooStockData dl dt { color: #666; font-size: 2.2857em; font-weight: bold; line-height: 1; }
        .stockWidget .YahooStockData dl dd { color: #669900; font-size: 1.0714em; padding-top: .6em; }
        .stockWidget .YahooStockData dl dd strong { margin-left: 1em; }
        .stockWidget .YahooStockData dl dd strong.red { color: #f00; }
               
        .stockWidget .YahooStockChart img { display: block; margin: 0 auto 1em auto; }
        
        .stockWidget dl { font-size: .8571em; overflow: hidden; margin: 0; padding: .4em 0 .4em 0; border-bottom: 1px solid #e3e3e3; }
		.stockWidget dt { float: left; margin: 0; padding-right: 3px; }
		.stockWidget dd { float: right; color: #666; margin: 0; }
				        
        .aside .rss { padding: .5em 0 .5em 1em; }
        .aside .rss a { background: url(../img/layout/icon-rss.gif) 0 0 no-repeat; display: block; font-size: .7857em; min-height: 20px; height: auto !important; height: 20px; line-height: 1.7em; padding-left: 2.8em; }
                        
     .customDD,
		.customDDParent,
		.customDDChildren,
		.customDDChildren li						{ margin: 0; padding: 0; background-image: none; position: relative; }
		.customDDParent						        { position: relative; padding: 0; }
		.customDD a,
        .customDD a:link,
        .customDD a:visited 				        { display: block; text-decoration: none; }
		.customDDChildren							{ display: none; position: absolute; top: 1.5em; z-index: 100; }
		.customDDParent a,
		.customDDParent:hover .customDDChildren,
		.dd-hover .customDDChildren					{ display: block; }
        .customDDChildren a                         { zoom: 1; background: #FFF; }

       /* .customDDParent.removeHover:hover .customDDChildren { display: none; } */
		.content .customDDChildren.showdd { display: block ; }
		        
        .customDDChildren a:focus,
        .customDDChildren a:hover  { background: #009ADA; color: #FFF; }

        /* Header DD */
        .header .customDDParentLink:after   { content: "\00BB"; margin-left: 5px; display: inline-block; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
        .header .customDDChildren           { right: -1px; width: 200px; border: 1px solid #CCC; background: #FFF; }
        .header .customDD                   { margin-left: 1em; text-align: left; float: right; }
        .header .customDDParent             { border: 1px solid #FFF; padding: .4em; }
        .header .customDDParent:hover       { border: 1px solid #CCC; border-bottom: 1px solid #FFF; border-radius: 5px; box-shadow: 0 0 3px rgba(0,0,0,.2); }
        .header .customDDChildren           { top: 2.1em; border-radius: 5px; border-top-right-radius: 0; box-shadow: 0 0 3px rgba(0,0,0,.2); }
        .header .customDDChildren a         { padding: .4em .6em; }
        .header .moreLanguages              { border-top: 1px solid #F5F5F5; padding: .2em .4em; font-size: .9167em; color: #999; font-style: italic; }
        .header .customDDParent:before      { content: ""; z-index: 1000; background: #FFF; position: absolute; height: 5px; width: 100%; left: 0; bottom: 0; }

        /* Content DD */
        .content .customDD a            { color: #666; }
        .content .customDDChildren li   { height: 1%; }
        .content .customDDParent        { border: 1px solid #CCC; background: url(../img/layout/shadow-search.gif) no-repeat top center; }
        .content .customDDParentLink    { padding: .4em; background: url(../img/layout/icon-customDD.gif) no-repeat right center; }
        .content .customDDChildren      { top: 2.1em; left: -1px; border: 1px solid #CCC; border-top: none; width: 100%; background: #FFF; }
        .content .customDDChildren a    { padding: .4em .4em; }
        .content .customDDChildren a:focus,
        .content .customDDChildren a:hover  { color: #FFF; }

    .descList       { padding: 0; margin: 0; }
    .descList li    { background: none; padding: 0; margin-bottom: 1.5em; }
    .descList p     { margin: 0; }
    .descList .date { font-size: .8571em; color: #838383; margin-bottom: .5em; }
   
    /* Homepage elements */
        #homepage .sidebarBlock ul { margin-bottom: 0; }
        #homepage .sidebarBlock ul li { background: none; padding: 0 0 1em 0; }   
        #homepage .sidebarBlock p { margin-bottom: .6em; }   
        #homepage .sidebarBlock .date, #homepage .sidebarBlock .type { color: #838383; font-size: .9285em; }   
      
    /* Tabbed components */
        /* Horizontal tabs */
        .tabComponent { width: 460px; margin-top: 40px; margin-bottom: 20px; overflow: hidden; border: 1px solid #e3e3e3; }
            .tabComponent.horizontal ul.tabs { background: url('../img/layout/horizontal-tab-nav-bg.gif') 0 0 repeat-x; min-height: 37px; margin-bottom: 0; }
            .tabComponent.horizontal ul.tabs li { background: url('../img/layout/horizontal-tab.gif') 0 0 repeat-x; float: left; padding: 0; margin: 0; border-right: 1px solid #e3e3e3; }
            .tabComponent.horizontal ul.tabs li a { display: block; float: left; color: #009ada; height: 27px; line-height: 1.1em; font-weight: bold; text-align: center; padding: 10px 12px 0 12px; border-top: 1px solid #fff; border-right: 1px solid #fff; outline: 0 none; text-shadow: 1px 1px 1px #fff; } 
            .tabComponent.horizontal ul.tabs li:hover,
            .tabComponent.horizontal ul.tabs li.active { background: #fff; }
            .tabComponent.horizontal ul.tabs li a:hover, 
            .tabComponent.horizontal ul.tabs li.active a { color: #000; text-decoration: none; }
            .tabComponent.horizontal .componentPane { background: url('../images/wrapper/horizontal-tab-comp-btm.gif') 0 100% no-repeat; font-size: .9285em; padding-bottom: 10px; }
            .tabComponent.horizontal .componentPane .componentPaneInner { background: url('../images/wrapper/horizontal-tab-comp-bg.gif') 0 0 repeat-x; min-height: 80px; padding: 18px 20px 10px 20px; }

        /* Vertical tabs */
        .tabComponent.vertical { background: url('../img/layout/tab-component-vert-bg.gif') 0 0 repeat-y; }
            .tabComponent.vertical ul.tabs { margin-bottom: 0; float: left; width: 100px; }    
            .tabComponent.vertical ul.tabs li { background: #f8f8f8 url('../img/layout/vertical-tab-bg.gif') 0 100% repeat-x; width: 100px; padding: 0; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; }
            .tabComponent.vertical ul.tabs li a { display: block; color: #009ada; font-size: .9285em; line-height: 1.1em; text-align: left; font-weight: bold; min-height: 26px; padding: 5px 12px 8px 12px; border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; text-shadow: 1px 1px 1px #fff; outline: 0 none; }
            .tabComponent.vertical ul.tabs li:hover, .tabComponent.vertical ul.tabs li.active { background: #fff; border-right: 1px solid #fff; }
            .tabComponent.vertical ul.tabs li a:hover, .tabComponent.vertical ul.tabs li.active a { color: #000; text-decoration: none; }    
            .tabComponent.vertical div.panes { float: left; width: 320px; }
            .tabComponent.vertical .componentPane { background: url('../images/wrapper/vertical-tab-comp-btm.gif') 0 100% no-repeat; font-size: .9285em; padding-bottom: 10px; }
            .tabComponent.vertical .componentPane .componentPaneInner { background: url('../images/wrapper/horizontal-tab-comp-bg.gif') 0 0 repeat-x; min-height: 80px; padding: 18px 20px 10px 20px; }
    
     /* Accordion */
    .accordion { width: 460px; margin-bottom: 20px; overflow: hidden; border: 1px solid #e3e3e3; }
         .accordionFull { width: 100%; }
         .accordion h3 { background: url('../img/layout/horizontal-tab.gif') 0 0 repeat-x; font-family: arial; text-transform: none; font-size: 1.1em; font-weight: bold; margin: 0; } 
         .mainContent .accordion h3 a { display: block; color: #009ada; min-height: 26px; margin-bottom: 0; padding: 10px 12px 0 12px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; text-shadow: 1px 1px 1px #fff; outline: 0 none; text-decoration: none; }
         .mainContent .accordion h3 a:hover, .accordion h3.active a { color: #333; text-decoration: none; }
         .accordion .accordionPane { color: #666; font-size: .9285em; padding: 1em 1em .5em 1em; }
         .accordion .hide { display: none; }
     
     /* Sitemap */
     .siteMap { padding-top: 1em; } 
        .siteMap .col { float: left; width: 250px; padding-right: 60px; }
        .siteMap .col ul { margin: 0 0 .4em 0; }
         
        .siteMap .col ul.level0 li, .siteMap .col ul.level1 li { background: none; margin: 1.6em 0 0.5em 0; padding: 0; }
        .siteMap .col ul.level0 li a, .siteMap .col ul.level1 li a { font-family: LeagueGothicRegular; font-size: 2.5em; line-height: 0.9em; }
        .siteMap .col ul.level2 { margin-left: 20px; }
        .siteMap .col ul.level3 { margin-left: 40px; }
        .siteMap .col ul.level4 { margin-left: 60px; }
         
        .siteMap .col ul.level2 li a, .siteMap .col ul.level3 li a, .siteMap .col ul.level4 li a { color: #333; }

    /* Pagination */
    .mainContent .pager { float: right; font-size: .7857em; margin-bottom: 10px; overflow: hidden; }
        .mainContent .pager a { color: #009ada; text-decoration: none; }
        .mainContent .pager a:hover,
        .mainContent .pager a:focus { color: #333; }
        
        .mainContent .pager ul { float: left; }
        .mainContent .pager ul li { background: none; float: left; margin: 0 3px; padding: 0; border: 1px solid #e3e3e3; }
        .mainContent .pager ul li span { background: #efefef; display: block; padding: .1em .5em; border: 1px solid #fff; }
        .mainContent .pager ul li.current { color: #999; font-weight: bold; padding: .2em .7em; }
        .mainContent .pager ul li.current span { background: none; padding: 0; border: 0; }
        
        .mainContent .pager ul li a { background: #efefef; display: block; padding: .1em .6em; border: 1px solid #fff; }
        .mainContent .pager ul li a:hover,
        .mainContent .pager ul li a:focus { background: #fff; }
    
        .mainContent .pager .prev { float: left; line-height: 2.2em; padding-right: .6em; }
        .mainContent .pager .next { float: left; line-height: 2.2em; padding-left: .6em; }
      
    /* Google CSE Search Results */
    .cse .gsc-control-cse, .gsc-control-cse { padding-left: 0 !important; width: auto; }
        
        .gsc-control-wrapper-cse form.gsc-search-box { background: #efefef; width: 510px; margin-bottom: 2em; padding: 1.7em; border: 1px solid #e6e6e6; border-radius: .2em; }
        .gsc-control-wrapper-cse form.gsc-search-box table.gsc-search-box td.gsc-input { padding-right: .9em; }
        .gsc-control-wrapper-cse form.gsc-search-box input.gsc-input { background: #fff url(../img/layout/shadow-search.gif) 50% 0 no-repeat !important; width: 400px; max-width: 400px; border: 1px solid #8a8ca0; padding: 0.5em; border: 1px solid #ccc; overflow: hidden; }        
        .gsc-control-wrapper-cse form.gsc-search-box td.gsc-search-button input.gsc-search-button { background: #009ada; font-family: LeagueGothicRegular; font-size: 1.714em; color: #fff; text-transform: uppercase; height: 32px; padding: .1em .3em; border: 0;  border-radius: 3px; }
        
        .ie7 .gsc-control-wrapper-cse form.gsc-search-box td.gsc-search-button input.gsc-search-button { width: 75px; }
    
        .gsc-control-wrapper-cse .gsc-result-info { border: 0; padding: 0 0 3em 0 !important; }
        .gsc-control-wrapper-cse .gsc-thinWrapper { float: left; overflow: hidden; width: 99%; }        
    
        .gsc-webResult.gsc-result, 
        .gsc-results .gsc-imageResult .gsc-imageResult-classic { border-bottom: 2px solid #dbdbdb !important; margin-bottom: 1em; padding: .2em 0 1.2em 0 !important; }
        
        .gsc-search-box table td,
        .gsc-above-wrapper-area table td,
        .gsc-wrapper table td { padding: 0; border: 0; }
    
        .gsc-wrapper .gsc-result div.gs-title,
        .gsc-wrapper .gsc-result div.gs-title a.gs-title { height: auto; line-height: 1.2em; }
        
        .gsc-wrapper .gsc-result div.gs-title a.gs-title { font-size: 1.1em !important; }
        .gsc-wrapper .gsc-result div.gs-title a.gs-title,
        .gsc-wrapper .gsc-result div.gs-title a.gs-title b { color: #009ada !important; text-decoration: none; }
        .gsc-wrapper .gsc-result div.gs-title, .gs-result .gs-title * { text-decoration: none; }
    
        .gsc-wrapper .gsc-result .gs-title a.gs-title:hover,
        .gsc-wrapper .gsc-result .gs-title a.gs-title:focus,
        .gsc-wrapper .gsc-result .gs-title a.gs-title:hover b,
        .gsc-wrapper .gsc-result .gs-title a.gs-title:focus b { color: #333 !important; }
    
        .gsc-wrapper .gsc-result .gs-visibleUrl,
        .gsc-wrapper .gsc-result .gs-visibleUrl-long { color: #666; margin-top: 1em; }
    
        .gsc-results .gsc-cursor-box { float: right; margin-top: 2em; }
        .gsc-results .gsc-cursor-box .gsc-cursor-page { background: #efefef !important; display: block !important; float: left; font-size: .7857em; color: #009ada !important; display: block; text-decoration: none !important; padding: .1em .6em; border: 1px solid #fff; }
        .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
        .gsc-results .gsc-cursor-box .gsc-cursor-page:focus { border: 1px solid #009ada; }
        
        .gsc-results .gsc-cursor-box .gsc-cursor-current-page { background: #fff !important; border: 1px solid #efefef !important; }
        
        .gcsc-branding { display: none; }
                
/*  ================================================================================================  */
/*  ================================================================================================  */

	/*  PLUGINS  */
        .nlcslider,
	    .nlcslider-holder	{ position: relative; overflow: hidden; zoom: 1; }
	    .nlcslider-hide		{ display: none; }
	    .nlcslider-progress,
	    .nlcslider-controls,
	    .nlcslider-numbers	{ position: absolute; width: 100%; z-index: 200; background: transparent; }
	    .nlcslider-progress	{ bottom: 0; }
	
	    .nlcslider-slide		{ background-repeat: no-repeat; background-position: center top; width: 100%; z-index: 1;}
	    /* .nlcslider-slideJS  	{ position: absolute; } */
	    .nlcslider-slideContent { position: relative; z-index: 10; }
	
	    .nlcslider-slideLink	{ position: absolute; top: 0; left: 0; z-index: 15; display: block; width: 100%; } 
	    .nlcslider-slideBG		{ display: block; position: absolute; }
	    .nlcslider img			{ border: none; }
	
		    .nlcslider-btn,
		    .nlcslider-btnNumber		{ cursor: pointer; }
		    .nlcslider-btn,
		    .nlcslider-numbers			{ position: absolute; text-align: center; width: 100%; }
			    .nlcslider-btnNumber	{ display: -moz-inline-stack; display: inline-block; }
			    .nlcslider-numbers	    { bottom: 10px; }

	    /**
	     *  Banner Slider
	     *
	     */
            .bannerSlider .nlcslider-btnPrev	{ left: 20px; top: 200px; }
		    .bannerSlider .nlcslider-btnNext	{ right: 20px; top: 200px; }
		    .bannerSlider .nlcslider-btnToggle	{ right: 20px; top: 15px; }		    

		    .bannerSlider .nlcslider-progress				{ height: 4px; background: rgb(20,20,20); background: rgba(20,20,20,.5); }

		    .bannerSlider .nlcslider-btn,
            .bannerSlider .nlcslider-btn:link,
            .bannerSlider .nlcslider-btn:visited			{ color: #FFF; font: bold 22px Arial, sans-serif; text-align: center; width: 30px; height: 30px; line-height: 26px; text-decoration: none; border-radius: 30px; }
		    .bannerSlider .nlcslider-btn,
		    .bannerSlider .nlcslider-btnNumber			    { background: rgb(203,203,203); background: rgba(203,203,203,.5); }
		    .bannerSlider .bannerSlider .nlcslider-btn:focus,
		    .bannerSlider .nlcslider-btnNumber:focus,
            .bannerSlider .nlcslider-btn:hover,
		    .bannerSlider .nlcslider-btnNumber:hover		{ background: #009ADA; }
		    .bannerSlider .nlcslider-btnToggle,
            .bannerSlider .nlcslider-btnToggle:link,
            .bannerSlider .nlcslider-btnToggle:visited	{ font-size: 15px; line-height: 32px; }
		    .bannerSlider .nlcslider-btnPlay			{ text-align: left; }
		    .bannerSlider .nlcslider-btnPlay .character	{ width: 0; height: 0; line-height: 0; display: block; margin: 9px 0 0 12px; border-width: 6px; border-color: transparent transparent transparent #FFF; border-style: solid; _border-color: pink pink pink #FFF; _filter: chroma(color=pink); }

		    .bannerSlider .nlcslider-btnNumber			{ margin: 0 2px; width: 7px; height: 7px; line-height: 10px; border-radius: 7px; }
		    .bannerSlider .nlcslider-btnNumberActive		{ background: #009ADA; }
		    .bannerSlider .nlcslider-btnNumberLink 		{ display: none; }
		
            .bannerSlider .nlcslider-slideContent                 { width: 960px; position: relative; height: 100%; }
		    .bannerSlider .nlcslider-slideContentText		        { line-height: 1.3em; position: absolute; bottom: 90px; right: 90px; background: #FFF; background: rgba(255,255,255,.85); padding: 24px; width: 415px; }
                .bannerSlider .nlcslider-slideContent p           { margin: 0; font-size: .8571em; }
                .bannerSlider .nlcslider-slideContent .tagline    { font-size: 1em; color: #009ADA; font-weight: bold; margin-bottom: .5em; }

            .bannerSlider a.btn-slideshow,
            .bannerSlider a.btn-slideshow:link,
            .bannerSlider a.btn-slideshow:visited  { background: #009ADA; color: #FFF; padding: 4px 12px; position: absolute; bottom: -26px; left: 0; font-size: .8571em; }

        /**
	     *  Text Slider
	     *
	     */
	        .nlcTextSlider                          { margin-top: 1em; padding: 1em; border: 1px solid #e3e3e3; border-radius: .5em; }
	        .nlcTextSlider h2                       { font-family: LeagueGothicRegular; font-size: 1.714em; line-height: 1.0em; padding: 0; margin-bottom: .5em; border: 0; }
            .nlcTextSlider p                        { margin-bottom: 1em; }
            
            .textSlider .nlcslider-btn              { width: 15px; height: 15px; font-size: 1.714em; }
            .textSlider .nlcslider-btn:hover,
            .textSlider .nlcslider-btn:focus        { color: #333; text-decoration: none; outline: 0 none; }
            .textSlider .nlcslider-btnPrev	        { right: 20px; }
    	    .textSlider .nlcslider-btnNext	        { right: 0; }
        
        /*  YouTube Accessibility Controls  */
            .mainVideo iframe   { z-index: 0; }
            .youtubeControls    { position: relative; }
            #muteBtn,
            #playBtn        { z-index: 5000; position: absolute; top: 238px; width: 60px; height: 30px; background: none; border: none; text-indent: -9999em; }
            #playBtn        { left: 0; }
            #muteBtn        { left: 60px; width: 32px; }
            #muteBtn:focus,
            #playBtn:focus  { border: 3px solid yellow; }

        /* Pretty Photo */
            div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
            div.pp_default .pp_top .pp_left{background:url(../img/layout/sprite.png) -78px -93px no-repeat}
            div.pp_default .pp_top .pp_middle{background:url(../img/layout/sprite_x.png) top left repeat-x}
            div.pp_default .pp_top .pp_right{background:url(../img/layout/sprite.png) -112px -93px no-repeat}
            div.pp_default .pp_content .ppt{color:#f8f8f8}
            div.pp_default .pp_content_container .pp_left{background:url(../img/layout/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
            div.pp_default .pp_content_container .pp_right{background:url(../img/layout/sprite_y.png) top right repeat-y;padding-right:13px}
            div.pp_default .pp_next:hover{background:url(../img/layout/sprite_next.png) center right no-repeat;cursor:pointer}
            div.pp_default .pp_previous:hover{background:url(../img/layout/sprite_prev.png) center left no-repeat;cursor:pointer}
            div.pp_default .pp_expand{background:url(../img/layout/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
            div.pp_default .pp_expand:hover{background:url(../img/layout/sprite.png) 0 -56px no-repeat;cursor:pointer}
            div.pp_default .pp_contract{background:url(../img/layout/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
            div.pp_default .pp_contract:hover{background:url(../img/layout/sprite.png) 0 -113px no-repeat;cursor:pointer}
            div.pp_default .pp_close{background:url(../img/layout/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
            div.pp_default .pp_gallery ul li a{background:url(../img/layout/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
            div.pp_default .pp_social{margin-top:7px}
            div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
            div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/layout/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
            div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
            div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/layout/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
            div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
            div.pp_default .pp_content_container .pp_details{margin-top:5px}
            div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
            div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
            div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
            div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
            div.pp_default .pp_bottom .pp_left{background:url(../img/layout/sprite.png) -78px -127px no-repeat}
            div.pp_default .pp_bottom .pp_middle{background:url(../img/layout/sprite_x.png) bottom left repeat-x}
            div.pp_default .pp_bottom .pp_right{background:url(../img/layout/sprite.png) -112px -127px no-repeat}
            div.pp_default .pp_loaderIcon{background:url(../img/layout/loader.gif) center center no-repeat}
            div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
            div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
            div.dark_square .pp_loaderIcon{background:url(../img/layout/loader.gif) center center no-repeat}
            div.dark_square .pp_expand{background:url(../img/layout/sprite.png) -31px -26px no-repeat;cursor:pointer}
            div.dark_square .pp_expand:hover{background:url(../img/layout/sprite.png) -31px -47px no-repeat;cursor:pointer}
            div.dark_square .pp_contract{background:url(../img/layout/sprite.png) 0 -26px no-repeat;cursor:pointer}
            div.dark_square .pp_contract:hover{background:url(../img/layout/sprite.png) 0 -47px no-repeat;cursor:pointer}
            div.dark_square .pp_close{background:url(../img/layout/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
            div.dark_square .pp_nav{clear:none}
            div.dark_square .pp_nav .pp_play{background:url(../img/layout/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
            div.dark_square .pp_nav .pp_pause{background:url(../img/layout/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
            div.dark_square .pp_arrow_previous{background:url(../img/layout/sprite.png) 0 -71px no-repeat}
            div.dark_square .pp_arrow_next{background:url(../img/layout/sprite.png) -22px -71px no-repeat}
            div.dark_square .pp_next:hover{background:url(../img/layout/btnNext.png) center right no-repeat;cursor:pointer}
            div.dark_square .pp_previous:hover{background:url(../img/layout/btnPrevious.png) center left no-repeat;cursor:pointer}
           
            div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:950}
            div.pp_pic_holder{display:none;position:absolute;width:100px;z-index: 10000}
            .pp_content{height:40px;min-width:40px}
            * html .pp_content{width:40px}
            .pp_content_container{position:relative;text-align:left;width:100%}
            .pp_content_container .pp_left{padding-left:20px}
            .pp_content_container .pp_right{padding-right:20px}
            .pp_content_container .pp_details{float:left;margin:10px 0 2px}
            .pp_description{display:none;margin:0}
            .pp_social{float:left;margin:0}
            .pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
            .pp_social .twitter{float:left}
            .pp_nav{clear:right;float:left;margin:3px 10px 0 0}
            .pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
            .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
            a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
            .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
         
            .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
            .pp_gallery div{float:left;overflow:hidden;position:relative}
            .pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
            .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
            .pp_gallery ul a img{border:0}
            .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
            .pp_gallery li.default a{background:url(../img/layout//default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
         
            .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
            a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
            a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
            a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
            a.pp_close{display:block;line-height:22px;position:absolute;right:0;/*text-indent:-10000px;*/font-size: 0;top:0}
            .pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
         
            #pp_full_res{line-height:1!important}
            #pp_full_res .pp_inline{text-align:left}
            #pp_full_res .pp_inline p{margin:0 0 15px}
            div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
            div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
            div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
            div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
            div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
         
            .pp_top,.pp_bottom{height:20px;position:relative}
            * html .pp_top,* html .pp_bottom{padding:0 20px}
            .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
            .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
            * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
            .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
            .pp_fade,.pp_gallery li.default a img{display:none}

/*  ================================================================================================  */
/*  ================================================================================================  */

	/*  STANDARD CLASSES  */
		.ir 								{ display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }		
		.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:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
        .clearfix { min-height: 0; height: 0; }
        html>body .clearfix { height: auto; }
        
        /*        
        .main:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
        .main { min-height: 0; height: 0; }
        html>body .main { height: auto; }        
        */
        
		/*
		.clearfix:before, .clearfix:after 	{ content: ""; display: table; }
		.clearfix:after 					{ clear: both; }
		.clearfix 							{ zoom: 1; }
		*/
		
        .clear 								{ clear: both; line-height: 1px; height: 1px; }
		.print-only							{ display: none; }
        .fl_left                            { float: left; }
        .fl_right                           { float: right; }
	
/*  ================================================================================================  */
/*  ================================================================================================  */
	
	/*  Responsive Layouts Adjust Widths to Required  */
		@media only screen and (max-width: 960px)
		{
            .nlcslider .containerp,
            .containerp  { width: 95%; }
            
            .nlcslider .nlcslider-slideContentText { width: 50%; right: 10px; }

            .grid       { margin-left: 1.041%; margin-right: 1.041%; }
            .grid_1     { width: 6.25%; }
            .grid_2     { width: 14.583%; }
            .grid_2_5   { width: 19.574%; margin: 0 .2127% 0 0.3191%; }
            .grid_3     { width: 22.916%; }
            .grid_4     { width: 31.25%; }
            .grid_5     { width: 39.583%; }
            .grid_6     { width: 47.916%; }
            .grid_7     { width: 56.25%; }
            .grid_8     { width: 64.583%; }
            .grid_9     { width: 72.916%; }
            .grid_10    { width: 81.25%; }
            .grid_11    { width: 89.583%; }
            .grid_12    { width: 97.916%; }
		
		     #wrapper { background: none !important; }
            
            .colContainer   { width: 100%; position: relative; margin: 0 auto; padding-top: 1em; clear: both; }
            .mainnav .containerp, 
            .containerp, 
            .wrap { width: 98%; margin: 0 auto; padding: 0 0 0 2%; }
             
            .mainContent { width: 95%; padding: 1.5em 0; }
            .twoCol .mainContent { width: 70%; padding: 1.5em 0; }
			.twoColRtl .mainContent { width: 70%; padding: 1.5em 0; }
			.threeCol .mainContent { width: 55%; padding: 1.5em 0; }
		   	        
	        .mainContent iFrame { width: 95%; }
	        
	        .sidenav { background: none; width: 25%; margin-top: 2em; border: 0; }
	        .sidenav .sidenavInner { background: none; }
	        .sidenav ul li.currentSection { width: 75%; margin: 0; }
            .threeCol .mainContent { width: 50%; padding: 1.5em 1em 1.5em 0; }
            .aside { width: 20%; padding-top: 2em; }
            .aside .sidebarBlock .linkView,
            .aside .sidebarBlock a { width: 95%; word-wrap: break-word; }
            
        }
        		
		@media only screen and (max-width: 650px)
		{
		    #wrapper { background: none !important; }
	        
	        /* Header */
	            .header { padding-bottom: 0; }
	            .header h1  { float: none; }
                .hdr-logo   { float: none; }
                .hdr-toolnav                { float: none; text-align: left; min-width: 0; }
                    .hdr-labelText          { float: none; line-height: 25px; padding: .4em 0 0 .4em; }
                    .searchWrapper          { float: none; margin: 1.5em 0 0 0; }
                    .hdr-links              { clear: both; }
                    .hdr-links .fl_right    { float: none; margin-top: 1.5em; }
		   
		        .header .languageSelection .customDD            { float: none; width: 200px; margin: 1em 0 0 0; }
		        .header .languageSelection .customDDChildren    { top: 0; left: 0; display: block;  width: 190px; position: relative; border: 0; box-shadow: none; }
                .header .languageSelection .customDDParentLink:after   { content: ""; margin-left: 0; display: block; }
                                                                      
                .header .languageSelection .customDDParent,             
                .header .languageSelection .customDDParent:hover       { border: 1px solid #CCC; border-bottom: 1px solid #ccc; border-radius: 5px; box-shadow: 0 0 3px rgba(0,0,0,.2); }
                .header .languageSelection .customDDParent:before      { content: ""; position: relative; }
                .header .languageSelection .moreLanguages { display: none; }    
            
            /* Main content / main column */
                .mainnav .containerp,
                .containerp,
                .wrap { width: 95%; margin: 0 auto; padding: 0; }
             
                .mainContent { float: none; width: 95%; padding: 1.5em 0; }
                    .twoCol .mainContent { float: none; width: 95%; padding: 1.5em 0; }
			        .twoColRtl .mainContent { float: none; width: 95%; padding: 1.5em 0; }
			        .threeCol .mainContent { float: none; width: 95%; padding: 1.5em 0; }
                    .mainContent .pager { float: none; clear: both; }
		         
		        .mediaAside { float: none; padding-bottom: 10px; }
	            .mediaDescription .mediaAside { display: none; }
		       
		        .grid  { float: none; display: block; width: 100%; margin: 0 0 1.5em; }
                .grid_2_5 img { display: block; }
                
                /* Exposed dropdown lists */
                .gridWrapper .customDDChildren { display: block !important; position: relative; top: 0; left: -1px; }
            
            /* Sidenav */            
                .sidenav { float: none; width: 221px; margin-top: 1.5em; }
                    .sidenav .currentSection { margin: 0; }
                    .sidenav ul li { line-height: 1em; padding: .5em .5em .3em 1em; }
                    .sidenav ul li.currentSection { width: 100%; margin: 0; }
            
            /* Sidebar */
                .aside { float: none; width: 221px; padding-top: 0em; }
            
            /* Footer */
                .footer .fl_left, .footer .fl_right { float: none; display: block; margin-top: .5em; }
            
             /* Forms Components and Form Blocks */
                select { width: 100%; }
                .formBlock .textField { width: 97%; }
                .formBlock .selectOptions label { float: none; margin-left: 5px; display: inline }
                .formBlock .selectOptions input { display: inline; float: none; padding: 0; position: relative; top: 2px; *top: -1px; }
              
            /* Banner and text sliders */
                .nlcslider .nlcslider-slideContentText { width: 75%; }
                .bannerSlider { display: none; }
            
            /* Google CSE Search */
                .gsc-control-wrapper-cse form.gsc-search-box { width: 95%; }
                .gsc-control-wrapper-cse form.gsc-search-box input.gsc-input { width: 100%; }        
                .gsc-control-wrapper-cse form.gsc-search-box td.gsc-search-button input.gsc-search-button { height: auto; }
                
                .gsc-wrapper .gsc-result .gs-visibleUrl,
                .gsc-wrapper .gsc-result .gs-visibleUrl-long { width: 95%; white-space: pre-line; }
            
            /* Careers third party app iframe */
            iframe { width: 99%; }
            
       }
     	
	/*  Print Layouts  */
		@media print
		{
			* 								{ background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
			a, a:visited 					{ text-decoration: underline; }
			a[href]:after 					{ content: " (" attr(href) ")"; }
			abbr[title]:after 				{ content: " (" attr(title) ")"; }
			.ir a:after, 
			a[href^="javascript:"]:after, 
			a[href^="#"]:after 				{ content: ""; }  /* Don't show links for images, or javascript/internal links */
			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; }
		}
