/* --- Structure --- */
html {
	height:100%; 
	min-height:100%;
}

head:first-child+body html>body, html>body #wrapper {height:auto;}

body {
	position:relative;
	margin:0; padding:0;
	font-size:1em;
	font:62.8% Tahoma, Arial, Helvetica, sans-serif;
	width:100%; 
	height:100%; 
	min-height:100%;
}

#wrapper {
	position:relative;
	width:100%; 
	min-width:990px; 
	height:100%; 
	min-height:100%;
}

#wrapper.disable { display: none; }

#body {
	float: left;
	position:relative;
	width:100%;
	margin-bottom:70px;
}

#container {
	float: left;
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

/* --- End Structure --- */

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, fieldset, dl, ul {margin:0;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset {border:0;}
img {border:none;}

a:focus
{
	outline-style: none;
}

div:focus
{
	outline-style: none;
}

.text img {
	margin: 2px 15px 7px 15px;
}

.text img[align=left] {
	margin: 2px 15px 15px 0;
}

.text img[align=right] {
	margin: 2px 0 15px 15px;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
	margin: 0;
	text-transform: uppercase;
}

.text h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	padding: 0 0 20px 0;
}

.text h2 small {
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

.holder h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	padding: 0 0 20px 0;
}

.holder h2 small {
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}


#news_sub .text h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	padding: 0 0 20px 0;
}

.text h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
}

.text h4 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
}

.text {
	float: left;
	width: 100%;
	padding: 0;
	font-size: 1.2em;
	color: #000;
	line-height: 1.8em;
}

.text .image { 
	padding-bottom: 20px;
}

.text .image img { margin: 0; }

.text p, .text p {margin: 0 0 10px 0;}

p.grey {color: #999;}

a {
	color: #006cb0;
	text-decoration: underline;
}

a:hover {
	color: #006cb0;
	text-decoration: none;
}

.text hr {
	border: 0;
	color: #0088d0;
	background-color: #0088d0;
	height: 1px; 
}

.text ul {
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	list-style: none;
}

.text ul li {
	display: block;
	padding: 0 0 0 30px;
	line-height: 2.4em;
	background: url('../images/bulet.gif') no-repeat 10px 9px;
	list-style: none outside none;	
	text-indent:0;
	height:1%;
}

.text ul.search_list li {
	padding: 0;
	background: none;
}

* html .text ul li {vertical-align: top; height: 1%;}
.text ul ul {
	margin: 0 0 0 30px;
}
.text ul ul li {
	padding-left: 13px;
	background: url('../images/bulet.gif') no-repeat 10px 9px;
}

.text ul ul ul {margin: 0;}
.text ul ul ul li {
	background: url('../images/bulet.gif') no-repeat 10px 9px;
}

.text ol {
	padding: 0;
	margin: 0 0 20px 30px;
}

* html .text ol {padding: 0;}
*:first-child+html .text ol {padding: 0;}

.text ol ol {list-style-type: decimal;}
.text ol li {
	padding: 0;
	background: none;
	line-height: 2.4em;
}

.text table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #e5e5e5;
	margin-bottom: 20px;
}

* html .text table {font-size: 1em; width: auto; width/* */:/**/100%;}
.text table[border="0"] {border: 0;}
.text table.noborder { border: 0; }
.text td {
	padding: 3px;
	font-size: 1em;
	border-color: #e5e5e5;
	vertical-align: top;
}

.text th {
	padding: 3px;
	text-align: left;
	border-color: #e5e5e5;
	font-weight: bold;
}

.text td p, .text th p {margin: 0;}

/* --- End Standart Tag's --- */

/* --- Content --- */
	#header {
		display: none;
		position: relative;
		float: left;
		width: 100%;
		height: 96px;
		background: #006699 url("../images/header_bg.gif") no-repeat right bottom;	
	}

	#logo {
		position: absolute;
		top: 20px; left: 30px;
	}

	#subscribtion {
		display: none;
		position: absolute;
		top: 20px; right: 40px;
		display: block;
		width: 144px;
		padding: 4px 10px 5px 0;
		text-align: center;
		color: #000;
		font-size: 1.2em;
		text-decoration: none;
		background: url("../images/newsletter_bg.gif") no-repeat top center;	
	}

	#subscribtion:hover {
		color: #fff;
		background: url("../images/newsletter_bg.gif") no-repeat bottom center;	
	}

	#print {
		display: none;
		position: absolute;
		bottom: 10px; right: 40px;
		display: block;
		padding: 4px 0 4px 23px;
		color: #fff;
		font-size: 1.2em;
		text-decoration: none;
		background: url("../images/print.gif") no-repeat left;	
	}
 
	#print:hover { text-decoration: underline; }

	#years {
		display: none;
		position: absolute;
		top: 10px; left: 231px;
		width: 407px; height: 41px;
		background: url("../images/slogan.gif") no-repeat center bottom;	
		padding-bottom: 30px;
	}

	#years ul {
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#years ul li {
		float: left;
		padding: 0 5px;
		font-size: 1.2em;
	}

	#years ul li a {
		color: #a6d1e7;
		text-decoration: none;
	}

	#years ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#years ul li a.active {
		color: #fff;
	}
	
	#scroller {
		position: relative;
		float: left;
		width: 100%;
		padding-top: 5px;
		background: url("../images/scroller_bg.gif") repeat-x 0 64px;	
		overflow: hidden;
		padding-top: 69px;
	}

	.disable #scroller { display: none; }

	#news {
		float: left;
		width: 100%;
		height: 100%;
		font-size: 1.3em;
	}

	#news dl {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#news dl dd {
		float: left;
		width: 500px;
		height: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#news dl dd div.bg {
		position: relative;
		float: right;
		width: 430px;
		height: 100%;
		background: #fff;
		padding: 20px 20px 0 20px;
	}

	#news dl dd div.date {
		position: absolute;
		top: 0; left: 20px;
		float: left;
		width: 63px;
		line-height: 1.7em;
		background: url("../images/data_bg.gif") no-repeat top;	
		color: #fff;
		text-align: center;
	}

	#news_sub {
		float: left;
		width: 100%;
		height: 100%;
		padding-bottom: 20px;
		#padding-bottom: 0;
	}

	#news_sub dl {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#news_sub dl dd {
		float: left;
		width: 500px;
		height: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#news_sub dl dd div.bg {
		position: relative;
		float: right;
		width: 430px;
		height: 100%;
		background: #fff;
		padding: 20px 20px 0 20px;
	}

	#news_sub dl dd div.date {
		position: absolute;
		top: 0; left: 20px;
		float: left;
		width: 63px;
		line-height: 1.7em;
		background: url("../images/data_bg.gif") no-repeat top;	
		color: #fff;
		text-align: center;
	}


	h2 {
		color: #000;
		font-size: 
	}
	
	#nextBtn {
		position: absolute;
		top: 20px; left: 129px;
		display: block;
		width: 80px;
		height: 25px;
		background: url("../images/next_button.gif") no-repeat top;	
	}

	#nextBtn span, #prevBtn span { display: none; }

	#prevBtn {
		position: absolute;
		top: 20px; left: 30px;
		display: block;
		width: 70px;
		height: 25px;
		background: url("../images/back_button.gif") no-repeat top;	
	}

	#nextBtn:hover, #prevBtn:hover { background-position: bottom; }

	ul.news_menu {
		padding-top: 20px;
		border-top: 1px solid #c1d6e0;
		margin-bottom: 0;
	}

	ul.news_menu li {
		padding: 0;
		background: none;
		line-height: 1.5em;
		padding-bottom: 10px;
	}

	a.read_more {
		float: left;
		padding-right: 15px;
		background: url("../images/arrow_blue.gif") no-repeat right;	
	}

	#news a.read_more {
		float: left;
		padding-right: 15px;
		margin-bottom: 10px;
		background: url("../images/arrow_blue.gif") no-repeat right;	
	}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.print_content h1 {
	margin-top: 50px !important;
}

.white_content {
	display: none;
	width: 100%;
	clear: left;
}

.white_content a.close {
	background: #fff;
	position: absolute;
	right: -20px;
	padding: 30px 0;
}

.white_content .text {
	position: absolute;
	top: 89px; left: 34px;
	padding-top: 1px;
	background: url('../images/news_sroll_bar.gif') no-repeat 635px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #000;
}

.white_content h1.title {
	color: #000;
	font-weight: bold;
}

h1.title {
	color: #0076b4;
	font-weight: bold;
	font-size: 14px;
}

h1.title small {
	color: #000;
	font-size: 14px;
}


.page_brake {
	page-break-after:always;
}

#scrollbar_container {  
     position:relative;  
     width:666px;  
	 top:0;  
	z-index: 100;
 } 
  
#scrollbar_track {  
	position:absolute;  
	top:0;  
	right:0;  
	height:100%;  
	width:20px; 
	background-color:transparent;  
} 
 
#scrollbar_handle {  
	width:20px;  
	background:#c73237 url('../images/news_bar_bg.gif') no-repeat 50% 50%;  
	height:20%;  
	-moz-border-radius-topright: 7px;  
	-webkit-border-radius-top-right: 7px;  
	-moz-border-radius-bottomright: 7px;  
	-webkit-border-radius-bottoms-right: 7px;  
	cursor:pointer;  	
} 
 
#scrollbar_content {  
	overflow:hidden;  
	width:620px; 
	height:410px;  
}  

.popup_scroll {
	width: 626px;
	padding-right: 40px;
}

ol.to {
	position: absolute;
	left:100px; top:100px;
	z-index: 100;
	color: #000;
}

#news_menu {
	display: none;
	position: absolute;
	top: 160px; left: 0;
	float: left;
	width: 200px;
	padding-top: 5px;
	background: #fff;	
	padding: 0 20px 0 20px;
}

#news_menu .holder {
	position: relative;
	float: left;
	width: 200px;
	padding-top: 30px;
	border-top: 5px solid #006cb0;
}

#news_menu .holder div.date {
	position: absolute;
	top: 0; left: 0;
	float: left;
	width: 63px;
	line-height: 1.7em;
	background: url("../images/data_bg.gif") no-repeat top;	
	color: #fff;
	text-align: center;
}

#news_menu ul {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 200px;
}

#news_menu ul a {
	float: left;
	width: 190px;
	padding: 15px 0 15px 10px;
	background: url("../images/arrow_blue.gif") no-repeat 0 19px;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: 1px solid #c1d6e0;
}

#news_menu ul a:hover {
	text-decoration: underline;
}

#news_menu .prev {
	float: left;
	width: 47px;
	line-height: 21px;
	background: url("../images/prev.gif") no-repeat top;
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 10px;
	text-align: left;
	padding-left: 23px;
}

#news_menu .prev:hover {
	background: url("../images/prev.gif") no-repeat bottom;
	color: #fff;
}

#news_menu .next {
	float: right;
	width: 47px;
	line-height: 21px;
	background: url("../images/next.gif") no-repeat top;
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 10px;
	text-align: right;
	padding-right: 23px;
}

#news_menu .next:hover {
	background: url("../images/next.gif") no-repeat bottom;
	color: #fff;
}

/* --- End Content --- */

/* --- Footer --- */

#footer {
	position: absolute;
	left:0; bottom:0;
	width:100%; 
	line-height: 40px;
	color: #fff;
	font-size: 1.2em;
	background: #006699;
}

#footer div {
	float: left;
	padding: 0 30px;
}

#footer div span {
	color: #66a4c9;
	font-size: 1.3em;
	padding: 0 10px;
}

/* --- End Footer --- */

.clear {
	width:100%;
	clear:both;
}

.text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}
