﻿/* begin Page */

html
{
	overflow: scroll;
	height: 100%; 
}

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  background: #666 url('images/layout/background02.jpg') no-repeat center top; 
  width: 100%;
  height: 100%;
  display: table; 
}



a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
 	color: #999;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


#container
{
  display: block; 
  position: relative;
  min-width:3px;
  min-height:3px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 900px;

}



#mainheader
{
  display: block;
  position: relative;
  padding: 0;
  margin-top: 40px;
  height: 108px;
  width: 898px;
}


.overlay_transpHeader
{
	filter:alpha(opacity=80);
    opacity:0.7;
	background-color: #fff ;
	position: absolute;

	top: 0;
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
}


#logo
{
	position: relative;
	padding-left: 107px;
	padding-top: 16px;
}



#mainmenu
{
  display: block;
  position: relative;
  padding: 0;
  margin-top: 2px;
  height: 21px;
  width: 100%;
  z-index: 100;
 
}


.mainmenu_item_container
{

	display: block;
	position: relative;
	margin: 0;
	margin-right: 0px;
	float: left;
	width: 180px;
	height: 20px;
	padding-left: 0px;
  	overflow: visible;   
  	border: 0px;
  	
}

.backwhite
{
	background-color: #fff;
	
}
.menu_item
{
	display: block;
	position: relative;
	width: 178px;
	height: 20px;
	float: none;
	padding: 0;
  	overflow: visible;   
  	margin-bottom: 1px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005580;	
}


.overlay_transpMenuItem
{
	filter:alpha(opacity=80);
    opacity:0.8;
	background-color: #fff ;
	position: absolute;

	top: 0;
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
}

.overlay_WhiteMenuItem
{
	background-color: #fff ;
	position: absolute;

	top: 0;
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
}


.overlay_transpMainContent
{
	filter:alpha(opacity=95);
    opacity:0.95;
    
	background-color: #fff ;
	position: absolute;
	
	top: 0;
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
}

.overlay_transpBlock
{
	filter:alpha(opacity=90);
    opacity:0.9;
	background-color: #fff ;
	position: absolute;

	top: 0;
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
}


.overlay_transpFooter
{
	filter:alpha(opacity=95);
    opacity:0.95;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
}


.textonmenu
{
	position: relative;
	padding-left: 7px;
	padding-top: 2px;
/*	width: 100%; */
}

.textonmenu a:link,
.textonmenu a:hover,
.textonmenu a:visited
{
	color: #005580;
	text-decoration: none;

}

.popsubmenu
{
	display: block;
	overflow: hidden; 
	height: 0px;  
	clear: both;
	float: none;
	position: absolute;
	top: 21px; 
}

.item_container
{
	width: 180px;
}

#mainmenu01
{
	width: 898px;	
	background: url('images/layout/n_bg_002.jpg') no-repeat left top; 	
	position: absolute;
	
}

#mainmenu02
{

	width: 718px;	
	left: -180px;
	padding-left: 180px;
	background: url('images/layout/n_bg_003.jpg') no-repeat left top; 	

}


#mainmenu03
{
	width: 538px;	
	left: -360px;
	padding-left: 360px;
	background: url('images/layout/n_bg_004.jpg') no-repeat left top; 	
}

#mainmenu04
{
	width: 358px;
	left: -540px;
	padding-left: 540px;	
	background:  url('images/layout/n_bg_005.jpg') no-repeat left top; 	
}

#mainmenu05
{
	width: 178px;	
	left: -720px;
	padding-left: 720px;
	background: url('images/layout/n_bg_006.jpg') no-repeat left top; 	
}


#subcontainer
{
  min-width:3px;
  min-height:3px;
  margin: 0 auto;
  position: relative;
  padding: 0;

  margin-top: 21px;

  width: 100%;
  min-height: 500px;
  height:auto !important;
  height: 500px;  
}



#leftCol
{
	float: left;
	width: 178px;
	min-height: 200px;
  	height:auto !important;
	height: 200px;  
	margin-right: 2px;
}




#CenterCol
{
	position: relative;
	float: left;
	width: 538px;
/*
	min-height: 400px;
  	height:auto !important;
	height: 400px;  
*/	
	margin: 0;
	margin-right: 2px;	
	display: block;
	padding: 0;	
}

#CenterBlock
{
	position: relative;
	float: none;
	width: 538px;
	min-height: 400px;
  	height:auto !important;
	height: 400px;  
	margin: 0;	
	display: block;
	padding: 0;	
}




#pathBar
{
	position: relative;
	padding-left: 7px;
	padding-top: 2px;
	height: 30px;
  	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;	
}

#pathBar  a:link,
#pathBar  a:visited
{
	color: #005580;
	text-decoration: underline;
}

#pathBar  a:hover
{

	color: #006699;
	text-decoration: underline;	
}




#contentContainer
{
	position: relative;
	padding: 10px 21px 20px 20px;
  	border: 0px;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #333;
}

#contentContainer a:link,
#contentContainer a:visited,
#contentContainer a:hover
{
	color: #999;
	text-decoration: underline;
}


#contentContainer .title
{
	
	font-family:  Arial,Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 30px;	
	display: block;
	
}


#contentContainer h1
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 15px;
	margin-bottom: 2px;	
	
}


#contentContainer H2
{
	
}

#contentFooter
{
	position: relative;
	display: block;
	float: none;
	
	width: 538px;
	height: 20px;

	padding: 0;
	margin: 0;
    margin-top: 2px;		
    margin-bottom: 30px;		
}


.textonfooter
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin-left: 20px;	
	line-height: 20px;
}

#RightCol
{
	float: left;
	width: 178px;
	min-height: 300px;
  	height:auto !important;
	height: 300px;  
}

#searchContainer
{
	position: relative;
	height: 21px;
  	border: 0px;
  	margin-bottom: 2px;
}


.textOnSearchBlock
{
	position: relative;
	padding-left: 7px;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
}

.search
{
	height: 13px;
	border: 1px solid #aaa;
	font-size: 10px;
	color: #005580;
	margin-top: 1px;
	
}


.columnBlockContainer
{
	position: relative;
  	border: 0px;
	margin-bottom: 1px;
}

.textOnColumnBlock
{
	position: relative;

	padding: 10px 7px 21px 7px;

	font-family: Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.textOnColumnBlock a:link,
.textOnColumnBlock a:hover,
.textOnColumnBlock a:visited
{
	color: #999;
	text-decoration: underline;
}


.textOnColumnBlock h1
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	margin-bottom: 8px;
}


.hide_news{
 display:none;
}



/* Lets use the * html hack so only IE6 reads the rule */
* html #CenterBlock .overlay_transpMainContent{
  height: expression(document.getElementById("CenterBlock").offsetHeight); 
/*  height: 300px; */
  z-index: -1;
}


* html	.menu_item.overlay_transpHeader
{
	height: 108px;
}

* html	.menu_item.overlay_transpMenuItem
{
	height: 20px;
}

* html	.menu_item.overlay_WhiteMenuItem
{
	height: 20px;
}


* html	#contentFooter.overlay_transpFooter
{
	height: 20px;
}


* html #searchContainer .overlay_transpBlock
{
	height: 21px;
}

* html #latest_news_block .overlay_transpBlock
{
    height: expression(document.getElementById("latest_news_block").offsetHeight); 
}

* html #address_block .overlay_transpBlock
{
    height: expression(document.getElementById("address_block").offsetHeight); 
}



/* indexed_search */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; margin-bottom: 0px;}
.tx-indexedsearch .tx-indexedsearch-browsebox UL { 
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: none;
}
.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top:10px; 
	margin-bottom:5px; 
	display: none;
}

.tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage a {
    text-decoration: none;
    cursor: default;
    font-weight: bold;  
}
