@charset "utf-8";
/* CSS Document */

/* Sticky footer styles
      -------------------------------------------------- */

      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }
	  .index { height:auto}

      /* Wrapper for page content to push down footer */
      #wrap {
		  min-width:980px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto;
      }
	 
	 .backtotop{display:none; bottom:0; right:0; padding:20px 40px}
	 
	 
      /* Set the fixed height of the footer here */
      .footer-bg{ background-color: #002040} 
	  .footer {background-color: #002040; color:#707070; font-size:10px; text-align:right; padding:5px 0}

      /* Lastly, apply responsive CSS fixes as necessary 
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }*/
	  
	  .foot-sitemap-bg{ background-color:#003569;}
	  .foot-sitemap{ background-color:#003569; padding:10px 0; font-size:11px;color:#FFF}
	  
	  .foot-sitemap .foot-html{font-size:12px;width: 42.404255319148934%;*width: 42.351063829787233%;}
	  .foot-sitemap .foot-bigsight{width: 26.404255319148934%;*width: 26.351063829787233%;}
	  .foot-sitemap .span3 .organizer{ background-color:#FFF; padding:2px 5px;color:#003569; font-weight:bold;  border-radius: 6px; margin-bottom:5px; height:40px}
	  .foot-sitemap .span3 .single-line{line-height:40px}
	  .foot-sitemap ul{ margin:0 0 15px 0; padding:0; list-style:none; }
	  .foot-sitemap ul li ul{margin:0}
	  .foot-sitemap ul li { background:url(../images/common/cir_arrow.png) no-repeat left top; padding-left:20px; font-weight:bold}
	  .foot-sitemap ul li ul li{ background:url(../images/common/bullet_wArrow.png) no-repeat 0px 5px; padding-left:10px}
	  
	  .foot-sitemap a{color:#FFF; font-weight:normal}
	  .foot-sitemap a:hover{text-decoration:underline}
	  
	  