@charset "utf-8";
/* CSS Document */

/* Header ======================================*/
#header_container{
	height:54px;
	border-bottom:1px solid #999;
	background:url(../_img/header_bglv1.jpg) repeat-x;
	margin-bottom:30px;}

/* Header Tabs ======================================*/
#header ul{
	float:left; margin:27px 0 0 82px; padding:0;
	font-size:14px;
	list-style-type:none;}
#header ul li{
	float:left;}
#header ul li a{
	display:block; height:18px;
	margin:0 8px; padding-top:5px;
	text-align:center;
	background-repeat:no-repeat;
	text-decoration:none;}
#h_tab1 a{
	width:98px;
	background-image:url(../_img/tabbg1.gif);}
#h_tab2 a{
	width:51px;
	background-image:url(../_img/tabbg2.gif);}
#h_tab3 a{
	width:65px;
	background-image:url(../_img/tabbg3.gif);}

.h_tabN a{
	color:#465F86;}
.h_tabN a:hover{
	color:#CC0000;}
.h_tabOn a{
	background-position:bottom;
	color:#FFFFFF;}
.h_tabOn a:hover{
	color:#FFFFFF;}

.h_tabdiv{
	width:2px; height:23px; font-size:1px;
	background:url(../_img/tabdiv.gif) no-repeat center;}

/* footer ======================================*/
#footer{
	border-top:1px solid #999;
	padding:12px 0 24px 0;
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-style:italic;}
#footer span{
	font-weight:bold;}
