/* --- 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%;
    */
	min-height: 100%;
	height: auto !important;
	height: 100%;
    overflow:hidden;
}

#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;}

a:focus
{
	outline-style: none;
}

div:focus
{
	outline-style: none;
}

.text img {
	margin: 2px 15px 7px 15px;
	border-color: #006699;
}

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

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

h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #000;
	padding-bottom: 20px;
	margin: 0;
}

.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: 1.0em;
	font-weight: bold;
	color: #000;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

h2.title {
	color: #0076b4 !important;
	text-transform: none !important;
}

h2.title small {
	text-transform: uppercase !important;
}

h1.title {
	text-transform: none !important;
}

h1.title small {
	text-transform: uppercase !important;
}


h2.title small {
	color: #000;
}

.text h3 {
	font-size: 1em;
	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: 18px;
}

.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: 24px;
	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: 24px;
}

.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 {
		position: relative;
		float: left;
		width: 100%;
		height: 96px;
		background: #006699 url("../images/header_bg.gif") no-repeat right bottom;	
		z-index: 10;
	}

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

	#logo img {
		border: none;
	}

	#subscribtion {
		position: absolute;
		top: 20px; right: 40px;
		display: block;
		width: 184px;
		padding: 0 18px 0 0;
		line-height: 24px;
		text-align: right;
		color: #666;
		font-size: 1.1em;
		text-decoration: none;
		background: url("../images/newsletter_bg.gif") no-repeat top right;	
	}

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

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

	#years {
		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;
        padding-bottom:40px;
	}

	.disable #scroller {
		left: 240px;
	}

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

	#news dl {
		float: left;
		width: 500%;
		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: 17px;
		background: url("../images/data_bg.gif") no-repeat top;	
		color: #fff;
		text-align: center;
	}

	#news_sub {
		float: left;
		width: 3000px;
		height: 700px;
		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: 17px;
		background: url("../images/data_bg.gif") no-repeat top;	
		color: #fff;
		text-align: center;
	}


	#news h2 {
		color: #0076b4;

	}
	
	#nextBtn, #next_news {
		position: absolute;
		top: 116px; left: 149px;
	}

	#next_news {
		position: absolute;
		top: 116px; left: 115px;
	}

	#nextBtn span, #prevBtn span { }

	#prevBtn {
		position: absolute;
		top: 116px; left: 30px;
	}

	#prev_news {
		position: absolute;
		top: 116px; left: 20px;
	}

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

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

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

	#news a.read_more {
		float: left;
		padding-right: 15px;
		margin-bottom: 10px;
		background: url("../images/arrow_yellow.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.5;
		opacity:.50;
		filter: alpha(opacity=50);
	}


.white_content {
	position: absolute;
	top: -5002px;
	left: 50%;
	width: 680px;
	height: 530px;
	margin-top: -270px;
	margin-left: -350px;
	background-color: white;
	z-index:1002;
}

.print_content {
	display: none;
}

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

.white_content a.close img {
	border: none;
}


.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: 18px;
	color: #000;
}

.white_content h1.title {
	position: absolute;
	width: 600px;
	top: 40px; left: 0;
	padding-left: 30px;
	color: #0076b4;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

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

#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 {
	position: absolute;
	top: 160px; left: 0;
	float: left;
	width: 200px;
	padding-top: 5px;
	background: #fff;	
	padding: 0 20px 0 20px;
}

#news_menu h2 {
	font-size: 12px;
	padding-bottom: 5px;
	color: #0076b4;
}

#news_menu h2 small {
	color: #000;
}


#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: 17px;
	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: 10px 0 10px 10px;
	background: url("../images/arrow_yellow.gif") no-repeat 0 14px;
	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: 67px;
	line-height: 21px;
	background: url("../images/top.gif") no-repeat top left;
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 10px;
	text-align: left;
	padding-left: 23px;
}

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

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

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

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

#prevBtn.center_align {
	float: left;
	width: 70px;
	line-height: 21px;
	background: url("../images/prev.gif") no-repeat top left;
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 10px;
	text-align: center;
	padding-left: 0;
}

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

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


#nextBtn.center_align  {
	float: right;
	width: 70px;
	line-height: 21px;
	background: url("../images/next.gif") no-repeat top right;
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 10px;
	text-align: center;
	padding-right: 0;
}

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

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

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

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

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

.disable #prevBtn, .disable #nextBtn {
	display: none;
}

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

/* --- Footer --- */

#footer {
	position: absolute;
	_position: static;
	left:0; bottom:0;
	width:100%; 
	line-height: 40px;
	color: #fff;
	font-size: 1.0em;
	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))
}
