body {
	font-size: 12px;
	font-family: arial;
	color: #7b7b7b;
}

a {
	color: #7b7b7b;
}

.pointer {
	cursor: pointer;
}

sup {vertical-align: super; font-size: 10px;}
sub { vertical-align: sub; font-size: 10px;}

#page {
	width: 906px;
	margin: 0 auto;
}

#top {
	overflow: hidden;
	height: 80px;
}

#top #logo {
	float: left;
	padding-left: 10px;
}

#top #top_right {
	float: right;
}

#top_menu {
	background: transparent url(../images/top_nav_bg.jpg) no-repeat top right;
	height: 45px;
}

#top_menu ul {
	float: left;
	margin-top: 2px;
}

#top_menu li {
	list-style: none;
	background: transparent url(../images/top_nav_sep.gif) no-repeat top right;
	padding: 0 5px; 
	margin-top: 7px;
	padding: 0 20px;
	display: block;
	float: left;
	position: relative;
}

#top_menu li.last {
	background: none;
}

#top_menu li:hover .top_sub {
	display: block;
}

#top_menu li a {
	text-decoration: none;
	color: #7c7c7c;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0;
	display: block;
	position:relative
}

#top_menu li a.active {
	color: #19C6E4;
}

#home_main {
	position: relative;
	height: 332px;
}

#home_main_links {
	left: 14px;
	top: 27px;
	position: absolute;	
	width: 205px;
}

#home_main_links a {
	clear: both;
	margin-bottom: 3px;
	display: block;
}

#home_bottom {
	background: transparent url(../images/home_bottom_bg.jpg) no-repeat top right;
	height: 192px;
	margin-top: 2px;
	padding: 10px 6px;
}

#home_bottom #hb_left {
	float: left;
	padding: 8px 17px 0 8px;
	width: 520px;
}

#home_bottom #hb_left .hb_l_t {
	height: 90px;
}

#home_bottom #hb_left .hb_l_t p {
	line-height: 16px;
}

#home_bottom #hb_left h2 {
	color: #0aa5c3;
	font-size: 14px;
	padding-bottom: 7px;
}

#home_bottom #hb_right {
	float: left;
	text-align: center;
	width: 348px
}

#home_bottom #hb_right img {
	margin-top: 8px;
	padding: 3px;
	border: 1px solid #c6c6c6;
}

#langs {
	float: right;
}

#search {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	float: right;
	margin-top: 15px;
}

#search input[type=submit] {
	background: transparent url(../images/search_btn.gif) no-repeat top right;
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
}

#search input[type=text] {
	border: 1px solid #999999;
	width: 118px;
	height: 18px;
}

#search input, #search span {
	float: left;
	margin-left: 2px;
}

#search span {
	padding-top: 3px;
}

#langslangs {
	float: left;
	padding-top: 19px;
	padding-right: 15px;
}

#langslangs ul {

}

#langslangs ul li {
	float: left;
	padding: 0 20px 0 19px;
	background: transparent url(../images/lang_sep.jpg) no-repeat center right;
}

#langslangs ul li.last {
	background: none;
}

#langslangs ul li a {
	color: #cecece;
	text-decoration: none;
	font-size: 15px;
}

#langslangs ul li a.active {
	color: #97b1b0;
}

#inner_main {
	background: transparent url(../images/inner_page_bg.jpg) no-repeat center top;
	padding: 15px 15px;
	min-height: 550px;
	overflow: hidden;
}

#left_menu {
	float: left;
	width: 152px;
	min-height: 1px;
}

#page_content {
	float: left;
	width: 538px;
	padding: 40px 20px 0;
}

#page_content h1 {
	font-size: 23px;
	line-height: 23px;
	padding: 25px 0;
	color: #19c6e4;
}

#page_content ul, #page_content ol {
	margin-left: 15px;
	padding: 10px 0;
}

#page_content li {
	padding: 2px 0;
}

.page_text {
	line-height: 15px;
}

.page_text h2, .page_text h3, .page_text h4, .page_text h5, .page_text h6 {
	color: #00467F;
}

#page_asos {
	float: left;
	width: 125px;
	height: 173px;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 110px;
	background: transparent url(../images/downloads_bg.jpg) no-repeat left top;
}

#page_asos b {
	display: block;
}

#page_asos a {
	display: block;
	margin-bottom: 2px;
	padding-top: 2px;
}

#left_menu ul {
	padding-bottom: 7px;
	background: transparent url(../images/left_nav_bottom.jpg) no-repeat left bottom;
}

#left_menu li {
	background: transparent url(../images/left_nav_bg.jpg) no-repeat left top;
	margin-bottom: 1px;
	display: block;
	width: 152px;
}

#left_menu li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #676767;
	padding: 11px 2px 12px 8px;
}

#left_menu li a.active {
	color: #19C6E4;
}

#bc, #bc a {
	color: #b5b5b5;
}

.home_img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.home_img1 {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.top_sub {
	display: none;
	left: 0;
	position: absolute;
	top: 22px;
	z-index: 10;
	background-color: #fcfcfc;
	border-bottom: 1px solid #7C7C7C;
	padding-top: 4px;
}

.top_sub li {
	background: none !important;
	width: 150px;
	margin-top: 0 !important;
}

.top_sub li a{
	color: #15beff !important;
}

.NewsSummary {
	border-bottom: 1px solid #E1E1E1;
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 35px;
}

.NewsSummary .news_img img {
	width: 170px;
}

.NewsSummary .news_img {
	float: left;
	padding-right: 33px;
}

.NewsSummary .news_summary {
	float: left;
}

.NewsSummary .news_summary h3 {
	background-color: #EEEEEE;
	margin-bottom: 3px;
	padding: 0 2px;
	width: 320px;
}

.down_link {
	background: transparent url(../images/pdf.jpg) no-repeat top left;
	padding-left: 16px;
	padding-bottom: 3px;
}

#videos_list {

}

#videos_list .video_o {
	overflow: hidden;
	padding-bottom: 25px;
	min-height: 100px;
}

#videos_list h3 {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 0 2px;
}

#videos_list .vid_img {
	float: left;
	padding-right: 20px;
	min-height: 1px;
	width: 200px;
	position: relative;
}

#videos_list .vid_img a {
	display: block;
	width: 200px;
	height: 120px;
	position: absolute;
	background: transparent url(../images/play.png) no-repeat center center;
	/*opacity: 1;
	filter: alpha(opacity = 100);*/
}

#videos_list .vid_img a:hover {
	/*opacity: 0.7;
	filter: alpha(opacity = 70);*/
}

#videos_list .vid_img img {
	width: 200px;
	height: 120px;
}

#videos_list .video_info {
	float: left;
	width: 310px;
}

.ifr_embedded {
	display: none;
}

.contactform {

}

.contactform input[type=text], .contactform textarea, .contactform select {
	width: 240px;
	border: 1px solid #8d8d8d;
}

.contactform input[type=submit]  {
	float: right;
	background-color: #003e7a;
	border: 1px solid #003e7a;
	color: #ffffff;
}



.contactform .cms_textarea{
	height: 160px;;

}


.contactform td {
	padding: 7px;
}

#search_res {
	margin: 0 !important;
}

#search_res .NewsSummary {
	border-bottom: none;
}

#search_res li {
	border-bottom: 1px solid #E1E1E1;
	margin-top: 20px;
	padding-bottom: 20px;
}

#search_res li h3 a {
	color: #19C6E4;
	font-size: 13px;
}

#search_res li .search_he {
	background-color: #EEEEEE;
	font-size: 11px;
	font-style: italic;
	margin: 5px 0;
	overflow: hidden;
	padding: 1px 5px;
}

#search_res li .search_bc {
	float: left;
}

#search_res li .search_weight {
	float: right;
}

#search_res li .search_txt {

}

.glossary_accordion {

}

.glossary_accordion .acc_item {
	background-color: #F6F6F6;
	font-size: 13px;
	margin-bottom: 3px;
	padding: 2px 5px;
}


.glossary_accordion .ac_title {
	color: #7C7C7C;
	padding: 5px 0;
	cursor: pointer;
}

.glossary_accordion .currunt .ac_title {
	color: #19C6E4;
}

.glossary_accordion .ac_content {
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding: 7px 5px;
	width: 518px;
}

.glossary_accordion .ac_content ul li {
	list-style: disc;
}

.glossary_accordion .acc_item_last {
	display: none;
}



#bottom {
	background: transparent url(../images/page_bottom_line.jpg) no-repeat top right;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
	position: relative;
}

#bottom a {
	font-size: 11px;
}

#footer_menu a {
	margin-left: 8px;
	border-left: 1px solid #7B7B7B;
	padding-left: 9px;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}


.prtable{
	font-family: Arial !important; 
	font-size: 12px !important; 
	border-collapse: separate;
	 border-spacing: 2px !important;
}


.tableheader{
	background-color:#19c6e4 !important;
	color: #ffffff !important;
	font-size: 11px !important;
	border-bottom: 1px #c6c6c6 solid !important;
	border-left: 1px #c6c6c6 solid !important;
	text-align: center !important;
	padding:3px !important; 
	margin: 3px !important;
	
}


.tablecont{
	background-color:#eeeeee !important;
	border-bottom: 1px #c6c6c6 solid !important; 
	border-left: 1px #c6c6c6 solid !important; 
	text-align: center !important;
	height: 25px !important;
	padding-top: 5px !important;
	padding:3px !important; 
	margin: 3px !important;

}



.ac_title{
	background: transparent url(../images/o_bull.png) no-repeat top left;
	padding-left: 10px !important;

}

#home_right_banner {
	background: transparent url(../images/banner_bg.gif) no-repeat top left;
	float: right;
	height: 41px;
	padding: 5px;
	width: 242px;
}

#home_right_banner img {
	margin-left: -5px;
	margin-top: -5px;
}

#razgroup {
	padding-right: 20px;
}

#razgroup img {
	margin-top: -3px;
}


