/******************************************************************************************************
* CSS for the top navigation box and the footer box
******************************************************************************************************/
* 
{
margin: 0;
}
html
{
	height: 100%;
}
h1
{
	color:Black !important;
}
body
{
	background-color: #ffffff;
    FONT-FAMILY: arial, lucida-sans, sans-serif;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    height: 100%;
    height:auto !important;
} 
.hidden
{
	/*visibility:hidden;*/
	display:none;
}

#main 
{
	text-align: center;
	width: 100%;
	height:100%;
	height:auto;
	min-height: 100%;
    background-color:#FFFFFF;
    margin-top: 0px;
	margin: 0 auto -50px;
    padding: 0px;	
	width: 1020px; 
	position: relative;	
}

#stage
{
	position:absolute;
	top:0px;
	left:0px;	
}
#stage #stage-content 
{    	
    position:absolute;
    top:0px;
    left:0px;
    height: 182px;
    width: 1020px;
    background: url(../images/common/stage_s.jpg) no-repeat top left;
}


/* Topbar */
#topbar     
{	position:absolute;
    height: 172px;
    width: 1020px;    
    top:0px;
    left:0px; 
    z-index:3;  
     
}
#topbar #topbar-content 
{
	
    background: url(../images/common/topbar.png) no-repeat top left;
    margin-left:12px;
    height: 162px;
    width: 972px;
    top:0px;
    left:0px;
    
}

#topbar #topbar-content #logo 
{
	
	float: left;
	left: 0px;
    top: 0px;
    width:288px;
    height:97px; 
    margin-left:12px;
    
      
}
#topbar #topbar-content #nav-internal 
{	
	position:absolute;
    left: 18px;
    top: 110px;
    width: 1000px;
    
    
}
#topbar #topbar-content #nav-external 
{	
	position:absolute;
    right: 50px;
    top: 0px;
    width: 250px;    
    
}
#topbar #topbar-content #nav-external #crb
{
	position:absolute;
	top:0px;
	left:161px;
	background:url(../images/common/crblt.jpg) no-repeat top left;
	height:52px;
	width:88px;
}
#topbar #topbar-content #nav-external #eka
{
	position:absolute;
	top:0px;
	left:100px;
	background:url(../images/common/ekalt.jpg) no-repeat top left;
	height:52px;
	width:61px;
}
#topbar #topbar-content #nav-external #wako
{
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/common/wakolt.jpg) no-repeat top left;
	height:52px;
	width:49px;
}
#topbar #topbar-content #nav-external #ecka
{
	position:absolute;
	top:0px;
	left:49px;
	background:url(../images/common/eckalt.jpg) no-repeat top left;
	height:52px;
	width:51px;
}
#topbar #topbar-content #nav-external #crb a:hover
{
	background:url(../images/common/crbdk.jpg) no-repeat top left;	
}
#topbar #topbar-content #nav-external #crb a:hover
{
	background:url(../images/common/crbdk.jpg) no-repeat top left;	
}
#topbar #topbar-content #nav-external #eka a:hover
{
	background:url(../images/common/ekadk.jpg) no-repeat top left;
}
#topbar #topbar-content #nav-external #wako a:hover
{
	background:url(../images/common/wakodk.jpg) no-repeat top left;
}
#topbar #topbar-content #nav-external #ecka a:hover
{
	background:url(../images/common/eckadk.jpg) no-repeat top left;
}

#topbar #topbar-content #nav-external a
{
	display:block;
	height:100%;
	width:100%;
}

#main #pagebody
{
	position:absolute;
	top:200px;
	margin-top:0px;
	left:0px;
	height:100%;
	width: 100%;	
}



 #footer
 {
 	text-align:left;
 height: 40px;
 clear:both;
 width:1020px;
 background:url(../images/common/footer.jpg) no-repeat top left;
 top:450px;
 left:0px;
 position:absolute;
 }

 #footer #nav-footer-left
 {
 text-align:left;
 height: 30px;
 clear:both;
 width:900px;
 top:4px;
 color:#ffffff;
 left:25px;
 position:absolute;
 font-size:smaller;
 }
  #footer #nav-footer-right
 {
 text-align:right;
 height: 30px;
 clear:both;
 width:900px;
 top:6px;
 color:#ffffff;
 right:50px;
 position:absolute;
 font-size:medium;
 }
 
 #footer #nav-footer-left a, #footer #nav-footer-left a.hover, #footer #nav-footer-left a.active ,
 #footer #nav-footer-right a, #footer #nav-footer-right a.hover, #footer #nav-footer-right a.active
 {
 	color:#ffffff !important;
 	text-decoration: none;
 }

#pagebody-top
{
	position:relative;
	float:left;
	width:966px;
	height:18px;
	margin-left:13px;
	background:url(../images/common/content-bg-top.jpg) no-repeat top left;
}
#pagebody-content
{
	position:relative;
	float:left;
	width:966px;
	margin-left:13px;
	background:url(../images/common/content-bg.jpg) repeat top left;
}
#pagebody-bottom
{
	position:relative;
	float:left;
	width:966px;
	height:18px;
	margin-left:13px;
	background:url(../images/common/content-bg-bottom.jpg) no-repeat top left;
}