/* CSS Document */

/* ----- Nav zone 2 ----- */

div#tabnav {
	text-align: left;
	height: 54px;
	border-top: 1px solid #fff;	
}

.tabs_lv1 {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-align: left;
	padding: 0;
	background: url(../img/bg_topnav_blue.jpg) repeat-x left bottom; 
}

.tabs_lv2, .tabs_lv2_sel {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#e0f7ff;
	background: #55a3c0; 
	text-align: left;
	padding : 4px 0;
	display: none;
}

.tabs_lv2_blank {
	background: #fff; 
}

.tab_lv1, .tab_lv1_sel, .tab_lv1_over, .tab_lv1_home {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color:#2a8cb0;
	padding: 0;
	display: block; 
	padding: 7px 12px 7px 9px;
	text-decoration: none;
}

.tab_lv2, .tab_lv2_sel, .tab_lv2_over { padding: 0 0px 0 0; }

.tab_lv1_sel { background: #55a3c0; color:#ffffff; }
.tab_lv1_over { background: #55a3c0; color:#ffffff; text-decoration:none; }

a.tab_lv1, a.tab_lv1:link, a.tab_lv1:active, a.tab_lv1:visited { text-decoration: none; }
a.tab_lv1:hover { color:#2a8cb0;  }

.tab_lv2 a:link, .tab_lv2 a:active, .tab_lv2 a:visited { color: #e0f7ff; text-decoration:none; }
.tab_lv2  a:hover { color:#0e2364; }

.tab_lv2_sel {color:#0e2364; }
.tab_lv2_sel  a:link, .tab_lv2_sel  a:active, .tab_lv2_sel  a:visited { color:#0e2364; text-decoration:none; }
.tab_lv2_sel  a:hover { color:#0e2364; }

.tab_lv2_spacer { padding: 0 0 0 67px; }
.tab_lv1_spacer { padding: 0 0 0 61px; }


/*footer*/
.copyright {
	color: #58a4b8; text-decoration: none; font-size: 12px;
}

a.copyright, a.copyright:link, a.copyright:active, a.faq:copyright {color: #58a4b8; text-decoration: none; font-size: 12px;}
a.copyright:hover { color: #0e2364; }

.bg_copyright {
	background-color: #def1f6;
}

.tab_lv2_dots { background: #55a3c0 url(../img/nav/tab_lv2_dots_darkblue.gif) no-repeat center center; padding: 0 0px 0 10px; }
.tab_lv2_dots strong { display: none; }	