/* common */

html,body { margin:0; padding:0; font-family:'Arial',sans-serif; }
body {text-align:center; background:#48535D;}
.clear {font-size:0px; height:0px; overflow:hidden; clear:both;}
a {outline:none; color:#00519D;}
a:hover {text-decoration:none;}

/* layout */

.layout {height:100%; width:720px; margin:auto; table-layout:fixed;}
.top, .middle, .bottom, .layout_sh_left, .layout_sh_right {overflow:hidden;}

.top { height:231px; background:url('../img/header_bg.jpg') left top #08001C; 
  width:700px; text-align:center; vertical-align:bottom;}
.middle { height:100%; background:#FFF; vertical-align:top;}
.bottom { height:27px;}
.layout_sh_left {width:10px; background:url('../img/layout_sh_left.png') left top repeat-y;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='res/img/layout_sh_left.png',sizingMethod=scale);
  //background:none;}
.layout_sh_right {width:10px; background:url('../img/layout_sh_right.png') left top repeat-y;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='res/img/layout_sh_right.png',sizingMethod=scale);
  //background:none;}
  
  
/* main menu */  

.main_menu {padding:0; width:670px; margin:0px auto; //margin:0px; position:relative; 
  height:37px; overflow:hidden;}
.main_menu li.menu_item {list-style:none; margin:0; padding:0; float:left; width:100px; text-align:center;
  margin:0px 0px 0px 1px; //display:inline; }

.mm_button, .mma_button { width:100%; position:relative; height:37px; overflow:hidden; display:block;
  text-decoration:none; color:#FFF; font-family:'Arial',sans-serif; text-align:center; 
  font-size:14px; text-transform:uppercase; outline:none;}
.mm_button *, a.mma_button {cursor:pointer;}
.mm_button_bg {background:url('../img/mm_bg.gif') left top repeat-x; height:37px; 
  overflow:hidden; width:auto; margin:0px 3px; position:relative; clear:both; top:-74px; //top:-37px;}
.mm_button_left, .mm_button_right {height:37px; overflow:hidden; width:auto; 
  position:relative; z-index:10; width:50%; clear:both;}
.mm_button_left {background:url('../img/mm_bg_left.gif') left top no-repeat; float:left; width:51%;}
.mm_button_right {background:url('../img/mm_bg_right.gif') right top no-repeat; top:-37px; float:right; //top:0;}
.mm_button_text { height:37px; overflow:hidden; position:relative; top:-103px; //top:-65px; z-index:20;}

.mm_button:hover {color:#FFE;}
.mm_button:hover .mm_button_bg { background-image:url('../img/mma_bg.gif'); }
.mm_button:hover .mm_button_left {background-image:url('../img/mma_bg_left.gif');}
.mm_button:hover .mm_button_right {background-image:url('../img/mma_bg_right.gif');}

.mma_button .mm_button_bg { background-image:url('../img/mma_bg.gif'); }
.mma_button .mm_button_left {background-image:url('../img/mma_bg_left.gif');}
.mma_button .mm_button_right {background-image:url('../img/mma_bg_right.gif');}


/* bottom */

.bottom_sh {width:100%; table-layout:fixed; height:27px;}
.bottom_sh td {overflow:hidden;}
.bottom_sh_left {width:30px; background:url('../img/layout_c_sh_left.png') left top no-repeat;
  //background:none; 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='res/img/layout_c_sh_left.png',sizingMethod=scale);}
.bottom_sh_center {width:100%; background:url('../img/layout_sh_bottom.png') left top repeat-x;
  //background:none; 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='res/img/layout_sh_bottom.png',sizingMethod=scale);}
.bottom_sh_right {width:30px; background:url('../img/layout_c_sh_right.png') left top no-repeat;
  //background:none; 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='res/img/layout_c_sh_right.png',sizingMethod=scale);}



/* content layout */

.content_layout { width:668px; margin:0px 16px; height:100%;}
.content_layout_sm, .content_layout_left, .content_layout_right, .content_layout_bottom,
   .content_layout_single_column {overflow:hidden; vertical-align:top;}
.content_layout_sm {height:66px; width:100%;}
.content_layout_left { width:466px; }
.content_layout_right { width:202px; background:url('../img/content_layout_right_tx.gif') 0 0 repeat-y;}
.content_layout_bottom_left, .content_layout_bottom_right { height:30px; vertical-align:bottom;}
.content_layout_bottom_left {width:466px;}
.content_layout_bottom_right { width:202px; }


/* secondary menu */

.secondary_menu {height:46px; background:url('../img/sm_bottom_tx.gif') left bottom repeat-x;
  width:668px; margin:0px; overflow:hidden; position:relative; z-index:10;}
  
.sm_items_set {display:none; position:absolute; left:20px; top:4px; height:40px; width:628px; }  
.secondary_menu a {display:block; float:left; background:url('../img/sm_item_tx.gif') right top repeat-y; margin-top:3px;
  padding:0px 10px; color:#777; text-decoration:none; font-family:'Arial',sans-serif; font-size:14px;
  text-transform:uppercase;}

.secondary_menu a:hover { color:#08001C;}  

.secondary_menu .sm_active_item {display:block; float:left; background:url('../img/sm_item_tx.gif') right top repeat-y; margin-top:3px;
  padding:0px 10px; color:#08001C; text-decoration:none; font-family:'Arial',sans-serif; font-size:14px;
  text-transform:uppercase;}
  
.sm_last_item {background:none !important;}  
.sm_active_set {display:block;}

.sm_overlay {height:39px; overflow:hidden; background:#FFF; position:absolute; left:0px; top:0px; width:100%;}
.sm_active_set .sm_overlay { display:none; }
.no_active_sm_items {visibility:hidden;}

/* left content column */

.content_holder_left {background:#FFF; margin:0px 20px 0px 30px; 
  font-family:'Arial',sans-serif; font-size:100%;}
.content_holder h1, .content_holder h2 {margin:5px 0px 10px 0px; padding:0px; font-size:100%; color:#00519D; font-weight:bold;
  text-transform:uppercase;}
.content_holder h3 { margin:5px 0px 10px 0px; padding:20px 0px 0px 0px; font-size:90%; color:#00519D; font-weight:bold;
  text-transform:uppercase; }  
.content_holder p {margin:5px 0px 15px 0px; padding:0px; font-size:80%; color:#333333;}

.content_holder ul { list-style-image: url('../img/li.gif');
    font-family:'Arial',sans-serif; font-size:80%; color:#333333;
    margin-bottom:20px; }

.content_holder li { margin-top:8px; }

.sub_li li { list-style-image: url('../img/li2.gif');
    font-family:'Arial',sans-serif; font-size:100%; color:#333333;
    margin-left:30px; margin-top:5px; }

.content_holder img.s2 { border:0px; margin:10px 0px 10px 0px; }


/* right content column */

.content_holder_right {margin-top:0px;}

.banner {display:block; width:auto; margin:5px 0px 0px 20px; text-decoration:none;}
.banner * {cursor:pointer;}
.banner h3 {margin:0px; padding:0px; color:#00519D; font-weight:bold; font-size:90%; text-transform:uppercase;}
.banner p { color:#333; font-size:80%; margin:10px 0px 0px 0px; padding:0px;}
.banner_more {color:#00519D; text-decoration:underline;}
.banner:hover .banner_more {text-decoration:none;}

.iso {background: url('../img/iso_banner.jpg') 20px bottom no-repeat;}
.smart3 {background: url('../img/smart3_banner.jpg') 20px bottom no-repeat;}

/* news */
.news_item {margin:15px 0px 0px 0px; padding-bottom:5px; background:url('../img/sm_bottom_tx.gif') left bottom repeat-x;}
.news_heading { font-size:80%;}
.news_date { color:#00519D;}
.new_heading_text { color:#333333; text-transform:uppercase; font-weight:bold; position:relative; left:10px;}
.news_text {margin:5px 0px 15px 0px; padding:0px; font-size:80%; color:#333333;}

/* copyright */
.copyright {color:#333; font-size:60%; text-align:right;}
/* bottom menu */
.m_bottom {text-align:right;}
.m_bottom a, .m_bottom span {background:url('../img/sm_item_tx.gif') right top repeat-y #FFF; 
  font-size:70%; dispay:block; padding:0px 10px; float:right; text-transform:uppercase; color:#777; text-decoration:none;}
.m_bottom a:hover, .m_bottom span {color:#08001C;}
.m_bottom_last {background-image:none !important;}  

/* single column layout content */

.content_holder_single_column {background:#FFF; margin:0px 20px 0px 30px; 
  font-family:'Arial',sans-serif; font-size:100%; padding-bottom:60px;}