﻿body 
{
	width					: 100%;
	height					: 100%;
	background-image		: url(../Images/MainBackground.gif);
	background-position		: top top;
	background-repeat		: repeat-x;
	font-family				: Arial;
	font-size				: 12px;
	padding					: 0;
	margin					: 0;
	color					: #53565F;
}
ul, li
{
	list-style-image		: url(../Images/point.gif);
}
a
{
	text-decoration			: none;
	color					: #0A78BE;
}
select[disabled]
{
	color					: #CECECE;
	background-color		: White;
}
table, table td
{
	border					:0;
	padding					:0;
	margin					:0;
}
.mainarea
{
	width					: 978px;
}
.top_logo
{
	padding-left			: 6px;
}
.top_area
{
	width					: 975px;
	/*height					: 42px;*/
	padding-top				: 6px;
	overflow:auto;
}
.main_container
{
	background-image		: url(../Images/bottom_grad.jpg);
	background-position		: center bottom;
	background-repeat		: no-repeat;
	background-color		: White;
}
.container_right
{
	background-image		: url(../Images/left_gradient.gif);/*url(../Images/left_border.gif);*/
	background-position		: left top;
	background-repeat		: no-repeat;
	/*background-repeat		: repeat-y;*/
}
.container_left
{
	background-image		: url(../Images/right_gradient.gif);/*url(../Images/right-border.gif);*/
	background-position		: right top;
	background-repeat		: no-repeat;
	/*background-repeat		: repeat-y;*/
}
/*.bottom_left
{
	height					: 7px;
	background-image		: url(../Images/bottom_left_border.gif);
	background-position		: left bottom;
	background-repeat		: no-repeat;
	width					: 7px;
	float					: left;
	font-size				: 1px;
}
.bottom_right
{
	background-image		: url(../Images/bottom_right_border.gif);
	background-position		: right bottom;
	background-repeat		: no-repeat;
	height					: 7px;
	width					: 7px;
	float					: left;
	font-size				: 1px;
}*/
.bottom_center
{
	background-image		: url(../Images/bottom_gradient.gif);/*url(../Images/bottom_border.gif);*/
	background-position		: left bottom;
	/*background-repeat		: repeat-x;*/
	width					: 975px;/*955px;*/
	height					: 14px;/*7px;*/
	float					: left;
	font-size				: 1px;
}
.top_center
{
	width					: 975px;
	height					: 10px;/*7px;*/
	background-image		: url(../Images/top_gradient.gif);/*url(../Images/top_border.gif);*/
	background-position		: bottom;
	background-repeat		: no-repeat;
	/*background-repeat		: repeat-x;*/
	font-size				: 1px;
}
/*.top_right
{
	padding-right			: 7px;
	background-image		: url(../Images/top_right_border.gif);
	background-position		: right bottom;
	background-repeat		: no-repeat;
	height					: 7px;
	font-size				: 1px;
}
.top_left
{
	height					: 7px;
	background-image		: url(../Images/top_left_border.gif);
	background-position		: left bottom;
	background-repeat		: no-repeat;
	padding-left			: 7px;
	font-size				: 1px;
}*/
.top_menu
{
	background-image		: url(../Images/menu_background.jpg);
	background-position		: center top;
	background-repeat		: no-repeat;
	padding-left			: 28px;
	height					: 56px;
	overflow				: hidden;
}
.top_logo
{
	float					: left;
}
.top_lang
{
	float					: right;
	padding-top				: 10px;
	padding-right			: 20px;
}
.top_select
{
	float					: right;
	padding-top				: 10px;
	padding-right			: 5px;
}
.top_select_ddl
{
	border					: solid 1px #93AECA;
	width					: 200px;
}
.main_container, .container_left, .container_right, .container_bottom
{
	float					: left;
	width					: 975px;/*969px;*/
}

.container_bottom
{
	
}
.container_bottom_menu_main
{
	float					: left;
	width					: 975px;/*969px;*/
	height : 40px;
	overflow :hidden;
} 
.container_bottom_menu
{
	float					: left;
	width					: 975px;/*969px;*/
	height : 40px;
	overflow :hidden;
} 
/****************** Menu ***************************/
.menuitem
{   
	float               : left;
    height              : 25px;
    padding-top         : 3px;
    background-image    : url(../Images/topmenu_bg.gif);
    width				: 118px;
	text-align			: center;
	margin-top			: 30px;
	overflow			: hidden;
}

.menuitem_active
{  
	float               : left;
    height              : 25px;
    padding-top        : 3px;
    background-image    : url(../Images/topmenu_bg_active.gif);
    width				: 118px;
    text-align			: center;
    margin-top			: 30px;
    overflow			: hidden;
}

.menuitem_right
{   width               : 4px;
    background-image    : url(../Images/topmenu_right.gif);
    background-repeat   : no-repeat;
    background-position : top left;
    height              : 26px;
    float               : left;
    margin-right        : 10px;
	margin-top			: 30px;
}

.menuitem_right_active
{   width               : 4px;
    background-image    : url(../Images/topmenu_right_active.gif);
    background-repeat   : no-repeat;
    background-position : top left;
    height              : 26px;
    float               : left;
    margin-right        : 10px;
    margin-top			: 30px;
}
.top_menu a
{
	color               : White;
    text-decoration     : none;
    font-family         : Trebuchet MS;
    font-size           : 9pt;
    font-weight         : bold;
    white-space			: nowrap;
}
/**************************************************/
/********Bottom Menu*******/
.btmareacpright
{
	float				: left;
	color				: #6FABD0;
	font-size			: 10px;
	clear				: both;
	padding				: 20px 0px 0px 25px;
}
.btmareamenu
{
	float				: right;
	text-align			: right;
	clear				: right;
	padding				: 20px 35px 0px 0px;
	overflow-y			: hidden;
	width				: 600px;
}
.btmmenu_sep
{
	margin				: 0px 5px;
	color				: #6FABD0;
	font-size			: 10px;
}
/*.btmareamenu a
{
	color				: #6FABD0;
	text-decoration		: none;
	font-size			: 10px;
}
.btmareamenu a:active
{
	color				: #B8B8B8;
	text-decoration		: none;
	font-size			: 10px;
}*/
/*************************/

/****************** Site Objects *************/

/******************* Audax Containers Objects ****************/
.cntobj_container
{
	background-image	: url(../Images/borders/contgrad.jpg);
	background-position	: bottom;
	background-repeat	: repeat-x;
}
.cntobj_header_left
{
	background-image	: url(../Images/borders/po_left_top.jpg);
	background-position	: left top;
	background-repeat	: no-repeat;
	padding-left		: 2px;
	height				: 2px;
	font-size			: 1px;
}
.cntobj_header_rigth
{
	background-image	: url(../Images/borders/po_right_top.jpg);
	background-position	: right top;
	background-repeat	: no-repeat;
	padding-right		: 2px;
	height				: 2px;
	font-size			: 1px;
}
.cntobj_header_center
{
	height				: 1px;
	font-size			: 1px;
	background-image	: url(../Images/borders/po_border.jpg);
	background-repeat	: repeat-x;
}
.cntobj_body
{
	border-left			: solid 1px #BACFE0;
	border-right		: solid 1px #BACFE0;
	padding				: 0px 4px;
}
.cntobj_footer_left
{
	background-image	: url(../Images/borders/po_left_bottom.jpg);
	background-position	: left bottom;
	background-repeat	: no-repeat;
	padding-left		: 2px;
	height				: 2px;
	font-size			: 1px;
}
.cntobj_footer_rigth
{
	background-image	: url(../Images/borders/po_right_bottom.jpg);
	background-position	: right bottom;
	background-repeat	: no-repeat;
	padding-right		: 2px;
	height				: 2px;
	font-size			: 1px;
}
.cntobj_footer_center
{
	height				: 2px;
	font-size			: 1px;
	background-image	: url(../Images/borders/po_border.jpg);
	background-position	: bottom;
	background-repeat	: repeat-x;
}
/************************************************************/

/******************* People Info *************/
.pplintr_img
{
	text-align:center;
}
.pplintr_img img
{
	width: 100% !important;
}
.pplintr_title
{
	font-size			: 14px;
	font-weight			: bold;
	padding-top			: 4px;
	color				: #55595A;
}
.pplintr_subtitle
{
	font-size			: 11px;
	font-weight			: bold;
	padding				: 4px 0px;
	color				: #55595A;
}
.pplintr_quote
{
	font-size			: 12px;
	font-weight			: bold;
	padding-top			: 4px;
	color				: #0574BD;
	font-style			: italic;
	padding-bottom		: 7px;
}
/*********************************************/

/************* Presentation PO **************/
.presnt_title
{
	border-bottom		: solid 1px #53565F;
	color				: #53565F;
	padding-bottom		: 2px;
	font-size			: 13px;
}
.presnt_img
{
	padding				: 5px 0px;
	height				: 95px;
	overflow			: hidden;
}
.presnt_img img
{
	width				: 100%;
}
.presnt_text
{
	height				: 100px;
	padding-bottom		: 10px;
	overflow			: hidden;
	font-size			: 12px;
	color				: #53565F;
}
.presnt_link
{
	text-align			: left;
}
.presnt_link a
{
	font-size			: 10px;
}
/********************************************/

/***************** People Contact ************/
.pplcntct_cncttext
{
	width				: 150px;
	overflow			: hidden;
}
.pplcntct_title
{
	font-size			: 16px;
	font-weight			: bold;
	padding-bottom		: 5px;
	color				: #55595A;
}
.pplcntct_subtitle
{
	font-weight			: bold;
	padding-bottom		: 10px;
}
.pplcntct_cncttext
{
	padding-bottom		: 5px;
	color				: #55595A;	
}
/*********************************************/

/***************** Prono Object **************/
.prono_obj
{
}
.prono_img
{
	text-align			: center;
	padding-top			: 2px;
}
.prono_img img
{
	width				: 100%;
}
.prono_shorttext
{
	padding				: 5px 0px;
	font-size			: 11px;
}
/********************************************/

.pplinro_first
{
	padding-top			: 10px;
	float				: left;
	width				: 163px;
}

/**************** Page Object List **********/
.lstpo_container
{
	float				: left;
	padding-bottom		: 20px;
}
.lstpo_lastitem, .lstpo_firstitem,.lstpo_centeritem
{
	width				: 183px;
	float				: left;
	padding-bottom		: 15px;
}
.lstpo_centeritem
{
	margin-left			: 10px;
}
.lstpo_lastitem
{
	margin-left			: 10px;
}
.lstpo_title
{
	font-weight			: bold;
	padding				: 10px 0px;
	color				: #53565F;
	font-size			: 14px;
}
.lstpo_rowitem
{
	float				: left;
	widows				: 569px;
}
/********************************************/

/********************* Content Image PO ******/
.cntimg_img
{
	padding				: 3px 0px;
	font-size			: 0px;
}
.cntimg_img img
{
	width				: 100%;
}
.cntimg_container
{
}
.cntimg_container .cntobj_container
{
	background-image	:	none;
	background-color	: White;
}
/******************** End ContentImage Po ****/

/****************** Resently Updates *********/
.resupd_title, .resupd_list_link
{
	padding-bottom		: 10px;
}
.resupd_title
{
	font-size			: 16px;
	padding-top			: 5px;
}
.resupd_list_link a
{
	font-size			: 10px;
}
.resupd_list_date
{
	width				: 150px;
}
.resupd_list_date_date
{
	float				: left;
	width				: 85px;
	font-size			: 11px;
	font-weight			: bold;
}
.resupd_list_date_time
{
	float				: right;
	width				: 65px;
	text-align			: right;
	font-size			: 11px;
	font-weight			: bold;
}
/************** End Resently Updates *********/

/************** Nuews Objects ****************/

/*************** Nuews Small Mini Card *******/
.nuews_small_img
{
	display				: block;
	overflow			: hidden;
	width				: 64px;
	/*height				: 90px;*/
	float				: left;
}
.nuews_small_img img
{
	float				: left;
/*	padding				: 0px 5px 5px 0px;*/
}
.nuews_small_title
{
	display				: block;
	padding-bottom		: 5px;
	font-size			: 14px;
}
/*********** End Nuews Small Mini Card *******/

/*---------------------- Home actual list -------------------*/
.news_homelist_first, .news_homelist_last
{
	float					: left;
	width					: 360px;
	padding-bottom			: 20px;
	overflow				: hidden;
}
.news_homelist_first
{
	/*padding-right			: 20px;*/
	margin-right			: 20px;
}
.news_homelist
{
	float					: left;
}
.nuews_small_img_div
{
	width:64px;
	float:left;
	overflow-x: hidden;
	margin				: 0px 5px 5px 0px;
}
/*-----------------------------------------------------------*/

/*********** Squeare Nuews Mini Card ********/
.nuews_square_img
{
}
.nuews_square_img_div
{
	width:64px;
	float:left;
	overflow-x: hidden;	
	margin				: 0px 7px 5px 0px;
}
.nuews_square_img img
{
	float				:left;
/*	padding				: 0px 7px 10px 0px;*/
}
.nuews_square_link
{
	clear				: both;
	text-align			: left;
	padding-top			: 5px;
}
.nuews_square_date
{
	padding				: 5px 0px;
	font-size			: 11px;
	font-weight			: bold;
}
.nuews_square_title
{
}
.nuews_square_title a
{
	font-size			: 14px;
}
/*********** End Square Nuews Mini Card *****/

/********** Long Nuews Mini Card ************/
.nuews_long_img_div
{
	width:64px;
	float:left;
	overflow-x: hidden;	
	margin				: 0px 7px 5px 0px;
}
.nuews_long_img
{
}
.nuews_long_img img
{
	float				:left;
	/*padding				: 0px 5px 5px 0px;*/
}
.nuews_long_link
{
	padding-top			: 5px;
}
.nuews_long_title
{
}
.nuews_long_title a
{
	font-size			: 14px;
}
.nuews_long_date
{
	font-weight			: bold;
	font-size			: 11px;
	padding-bottom		: 10px;
}
/*************** End Nuews Mini Card ********/

/*************** News List ******************/
.news_search_list_item
{
	clear				: both;
	padding-top			: 10px;
}
.search_header
{
}
.search_header_title
{
	padding				: 10px;
	width				: 150px;
	overflow			: hidden;
	white-space			: nowrap;
	font-size			: 16px;
	float				: left;
}
.search_header .cntobj_body
{
	height				: 40px;
}
.search_header_items
{
	float				: right;
}
.search_header_items
{
	padding-top			: 10px;
	padding-left		: 2px;
}
.search_header_items select
{
	margin-left				: 5px;
	width					: 120px;
}
.search_pager
{
	padding					: 15px 0px;
	text-align				: center;
	clear					: both;
}
.search_pager a
{
	text-decoration			: underline;
	margin-left				: 2px;
}
.search_pager .pager_separator
{
	margin-left				: 2px;
}
.search_pager .pager_selected
{
	font-weight				: bold;
	margin-left				: 2px;
}
/************* End News List ****************/

/************* News Actual List *************/
.news_actuallist_first, .news_actuallist_last
{
	float					: left;
	width					: 270px;
	padding-bottom			: 20px;
	overflow				: hidden ;
}
.news_actuallist_first
{
	/*padding-right			: 20px;*/
	margin-right			: 20px;
}
/************ End News Actual List **********/

/************** End Nuews Objects ************/

/********** Right&Left Area Lists ***********/
.left_right_record
{
	padding-bottom			: 10px;
}
/********** End Right&Left Area Lists *******/

/****** Layout Presentation ****************/
.presnt_layout_title
{
	color				: #53565F;
	padding-bottom		: 2px;
	font-size			: 13px;
}
.presnt_layout_img
{
	padding				:5px 0px;
}
.presnt_layout_img img
{
	width				: 100%;
}
.presnt_layout_shorttext
{
	font-size			: 12px;
	color				: #53565F;
}
.presnt_layout_link
{
	text-align			: left;
	padding				: 10px 0px;
}
.presnt_layout_link a
{
	font-size			: 10px;
}
/************ End Layout Presentation ******/

/*********** Dynamic Table *****************/
.dyn_tbl
{
	float				: left;
	clear				: both;
}
.dyn_tbl span
{
	padding-left		: 5px;
}
.dyn_tbl_end
{
	clear				: both;
	line-height			: 1px;
}
.dyn_tbl_row_alt, .dyn_tbl_row, .dyn_tbl_header_row
{
	float				: left;
	width				: 569px;
}
.dyn_tbl_header_row
{
	background-color	: #F2F5FB;
}
.dyn_tbl_row_alt
{
	background-color	: White;
}
.dyn_tbl_row
{
		background-color	: #FDFDFE;
}
.dyn_tbl_item, .dyn_tbl_header_item
{
	float				: left;
	overflow			: hidden;
	padding				: 4px 0px 4px 0px;
}
.dyn_tbl_header_item
{
	white-space			: nowrap;
}
.dyn_tbl_item span, .dyn_tbl_header_item span
{
	display				: block;
	margin-left			: 8px;
}
.dyn_tbl_item
{
	font-size			: 11px;
}
.dyn_tbl_sep
{
	border-bottom		: solid 1px #A5A8AE;
}
.dyn_tbl_title_gray
{
	color				: #53565F;
	font-weight			: bold;
}
.dyn_tbl_title_blue
{
	color				: #2485C5;
}
.dyn_tbl_ttl
{
	float				: left;
	font-size			: 14px;
	padding-bottom		: 10px;
	font-weight			: bold;
}
.dyn_tbl_lst_item_sep
{
	padding-bottom		: 20px;
}
/******** End Dynamic Table ****************/

/******** Dynamic Table List **************/
.dyn_tbl_lst, .dyn_tbl_lst_item
{
	/*padding-bottom		: 10px;*/
	width				: 569px;
	float				: left;
}
/********* End Dynamic Table List *********/

/****** Bottom Ctrl List ****************/
.btm_ctrl_lst_1, .btm_ctrl_lst_2, .btm_ctrl_lst_3, .btm_ctrl_lst_4, .btm_ctrl_lst_5
{
	float				: left;
	width				: 569px;
}
.btm_ctrl_lst_2, .btm_ctrl_lst_3
{
	background-image	: url(../Images/borders/fact_figures_top_btm.jpg);
	background-repeat	: no-repeat;
}
.btm_ctrl_lst_2
{
	background-position	: left top;
}
.btm_ctrl_lst_3
{
	background-position	: left bottom;
}
.btm_ctrl_lst_1
{
	background-image	: url(../Images/borders/fact_figures_center.jpg);
	background-position	: left 3px;
	background-repeat	: repeat-y;
}
.btm_ctrl_lst_4, .btm_ctrl_lst_5
{
	background-image	: url(../Images/borders/news_cnt.jpg);
	background-repeat	: no-repeat;
}
.btm_ctrl_lst_4
{
	background-position	: 193px top;
}
.btm_ctrl_lst_5
{
	background-position	: 386px top;
}
.btm_ctrl_item_1, .btm_ctrl_item_2, .btm_ctrl_item_3
{
	float				: left;
	width				: 183px;
	overflow			: hidden;
}
.btm_ctrl_item_1, .btm_ctrl_item_2
{
	padding-right		: 10px;
}
.fct_fg_title, .fct_fg_subtitle, .fct_fg_text
{
	color				: White;
	padding-left	    : 5px;
}
.fct_fg_title
{
	padding				: 5px 0px 5px 5px;
	font-size			: 14px;
}
.fct_fg_subtitle
{
	padding-bottom		: 5px;
	font-size			: 10px;
}
.fct_fg_text
{
	font-size			: 10px;
	padding-bottom		: 5px;
}
.links_title
{
	padding				: 5px 0px 0px 5px;
	color				: #4497CE;
	font-size			: 14px;
}
.links_text
{
	padding				: 5px 0px 0px 5px;
}
/*.links_text
{
	padding-left		: 5px;
	font-size			: 11px;
	font-weight			: bold;
}
.links_text a
{
	font-size			: 10px;
	font-weight			: normal;
}*/
/******** End Bottom Strl List **********/

/******** Switch Object *****************/
.swtch_mdle, .swtch_btm
{
	width				: 569px;
	float				: left;
	padding-bottom		: 10px;
}
/******** End Switch Object *************/

/***** Framed Banner Object ************/
.banner_fr_img
{
	padding				: 2px 0px;
}
.banner_fr_img img
{
	width				: 100%;
	display				: block;
}
/*** End Framed Banner Object **********/

/******* Banner Object *****************/
.banner_cnt
{
}
.banner_cnt img
{
	width				: 100%;
	display				: block;
}
/******* End Banner Object *************/

/*********** News Brief *****************/
.news_brief_cnt, .news_brief_title
{
	width				: 100%;
	overflow			: hidden;
}
.news_brief_cnt
{
	border				: solid 1px #E3E3E3;
}
.news_brief_title
{
	background-color	: Black;
	padding				: 4px 0px;
}
.news_brief_title img
{
	margin				: 1px 5px 0px 5px;
	float				: left;
}
.news_brief_title span
{
	font-size			: 14px;
	font-weight			: bold;
	color				: White;
}
.news_brief_text
{
	padding				: 10px 5px;
	color				: Black;
	font-weight			: bold;
}
.news_brief_mail
{
	float				: left;
	width				: 35%;
	padding				: 2px 0px 0px 5px;
	overflow			: hidden;
}
.news_brief_inpt
{
	float				: right;
	width				: 55%;
	text-align			: right;
	padding-right		: 5px;
	overflow			: hidden;
}
.news_brief_inpt input
{
	width				: 90%;
}
.news_brief_btn
{
	clear				: both;
	text-align			: right;
	padding				: 10px 5px 15px 0px;
}
/******** End News Brief ****************/
/****************** End Site Objects *********/
/*-------------------Sub menu------------------------------*/

.submenuconteiner
{
}
/*------------------- End Sub menu-------------------------*/
/*-----------------------------------------------------------*/
.lastmenuitem_active1, .lastmenuitem1, .lastmenu_over1
{
	background-repeat	: no-repeat;
	background-position	: left top;
	height				: 28px;
}
.lastmenuitem_active1
{
	background-image	: url(../Images/leftmenu_item_active.jpg);
}
.lastmenuitem1
{
	background-image	: url(../Images/leftmenu_item.jpg);
}
.lastmenu_over1
{
	background-image	: url(../Images/leftmenu_item_active.jpg);
}
.lastmenuitem1 a, .lastmenu_over1 a
{
	font-size			: 16px;
	display				: block;
	padding-top			: 5px;
	font-family			: Arial Narrow;
}
.lastmenuitem1 a
{
	color				: #23317A;
}
.lastmenu_over1 a
{
	color				: White;
}
/*-----------------------------------------------------------*/
/*-------------------Bottom News List ----------------------*/

.BottomNewsListTitle
{
	padding				: 5px 0px 0px 5px;
	color				: #4497CE;
	font-size			: 14px;
}
.BottomNewsListConteiner
{
	padding				: 0px 8px 0px 8px;
}
.BottomNewsListDate
{
	padding-bottom		: 5px;
}
.BottomNewsListTextConteiner
{
	padding-top			:10px;
}
/*---------------------End----------------------------------*/
.Link
{
	color				: #4497CE;
	font-size			: 10px;
	font-family			: Arial;
}

.Text
{
	color				: #53565F;
	font-family			: Arial;
	font-size			: 12px;
}
.BlueTitle
{
	color				: #0A78BE;
	text-decoration		: none;
	font-size			: 14px;
	font-weight			: normal;
}
.GrayBoldTitle_Small
{
	font-size			: 11px;
	font-weight			: bold;
	color				: #53565F;
	font-family			: Arial;
}
.GrayBoldTitle_Big
{
	font-size			:16px;
	font-weight			:bold;
	color				:#53565F;
	font-family			:Arial;
}

.MeilValidator
{
	clear				:both;
	font-size			:10px;
	padding-left		:5px;
	padding-top			:3px;
	color				:#ff0000;
}
.btmenu_item
{
	color				: #6FABD0;
	text-decoration		: none;
	font-size			: 10px;
	text-decoration		: none;

	overflow:hidden;
	height :14px;
}

.btmenu_item_sel
{
	color				: #b8b8b8;
	text-decoration		: none;
	font-size			: 10px;
	text-decoration		: none;

	overflow:hidden;
	height :14px;
}