@charset "UTF-8";
#menu-wrap-new		{width:990px; height:47px;background:url(/images/navbar-bg.png) no-repeat; position:relative; z-index:7; margin:0 auto;}

#menu-container-new		{width:990px; margin:0px auto 0 auto; padding-top:5px; z-index:10;}
#menu-left-new		{width:300px; height:20px; float:left; margin:10px 0 0 0; z-index:10;}
#menu-left-new li 	{display:inline; font-weight:bold; z-index:10;}
#menu-right-new 	{width:300px; height:20px; float:right; margin:10px 0 0 0; z-index:10;}
#menu-right-new li 	{display:inline; font-weight:bold; z-index:10;}

#newsbar-new		{width:1002px; height:41px; margin:15px auto; z-index:10;}
#newsbar-new img	{float:left; filter:alpha(opacity=55); opacity: 0.55; -moz-opacity:0.55; z-index:10;}
#news-wrapper-new				{width:892px; height:41px; margin:0; float:left; background-color:#e7e8e9;filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8; text-align:left; z-index:10;}
#news-wrapper-new li			{list-style:none; margin-top:13px; margin-left:20px; width:850px; z-index:10;}

#footer-new		{width:1002px; border-top:#666 1px dotted; border-bottom:#666 1px dotted; margin:15px auto 0 auto; clear:both; height:1.1em; background-image:url(/images/ccc_spacer.png); padding:5px; z-index:10;}
#footer-new p	{font-size:10px; margin-bottom:20px z-index:10;}

#containeer {
   min-height:100%;
   position:relative;
   margin:auto;
   text-align:center;
    z-index:10;
}
#bedy {
   padding-bottom:40px;   /* Height of the footer */
 z-index:10;
}
#feeter {
   position:absolute;
   bottom:0px;
   width:100%;
   height:40px;   /* Height of the footer */
   text-align:center;
   left:0;

}
		
		* {margin:0; padding:0; height:100%;}
		body { 
			padding: 0;
			margin: 0;
			background-position: top center; 
			background-repeat: no-repeat; 
			background-color: #fff;
			background-attachment: fixed;
			height:80%;
			overflow:hidden;
		}
	
		img#expando { 
			position: absolute; 
			display: none; 
			z-index: 1; 
			-ms-interpolation-mode: bicubic; 
		} 
 
		.wide img#expando, 
		.tall img#expando { 
			display: block; 
		} 
 
		.wide img#expando { 
			width: 100%; 
			height: auto; 
		} 
 
		.tall img#expando { 
			width: auto; 
			height: 100%; 
		}
	
		.ie6fixed {
			position: absolute;
			top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
		}
	
		h1 {
			position: absolute;
			width: 100%;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 2em;
			padding: 0.5em 0;
			margin-top: 30%;
			margin-bottom: 1em;
			color: #333;
			font-weight: normal;
			text-align: center;
			background-color: #fff;
			background-color: rgba(255,255,255,0.8);
			z-index: 2;
		}