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


body
{
margin:0px;
padding:0px;
background-color: #FFF;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
.image-bg
{
float:left;
margin-right:10px;
}
p
{
margin:6px 0px;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:100%;
height:auto;
text-align:center;
float:left;
}
.header
{
width:770px;
height:163px;
margin:0px auto;
text-align:center;
}
.header-top
{
width:770px;
height:134px;
float:left;
text-align:left;
}
.logo
{
margin-top:40px;
}
.logo-box
{
width:300px;
height:134px;
float:left;
text-align:left;
}
.header-right
{
width:445px;
height:114px;
float:right;
text-align:right;
padding-top:20px;
}
/* CSS Menu */

.body-main
{
width:770px;      
text-align:center;
height:auto;         
margin:0px auto;
}
.body-container
{
width:750px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-gray-bg.jpg) left top repeat-x;
padding:10px 10px 0px 10px;
}
.body-main-container
{
width:730px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
padding:10px;
}
.body-left
{
width:470px;
height:auto;
float:left;
text-align:left;
}
.finance-zone-box
{
width:470px;
height:auto;
float:left;
text-align:left;
padding-bottom:10px;
}
.zone-round-top
{
width:470px;
height:10px;
float:left;
text-align:left;
}
.zone-inside-box
{
width:452px;
height:auto;
float:left;
text-align:left;
border-left:1px solid #e7e7e7;
border-right:1px solid #e7e7e7;
padding:0px 8px;
}
.finance-box
{
width:452px;
height:auto;
float:left;
text-align:left;
padding-bottom:8px;
padding-top:5px;
}
.zone-round-bottom
{
width:470px;
height:10px;
float:left;
text-align:left;
}
.left-title-box
{
width:460px;
height:32px;
float:left;
text-align:left;
background:url(../images/news-title-bg.gif) left top no-repeat;
padding:5px 0px 0px 10px;
}
/* sub-navigation  */	
	
.subnav{
	color: #006699;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	line-height:16px;
	width:320px;
	float:left;
	padding:0px;
		}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style: none;
	}
.subnav ul li a {
	display: block;
	padding: 0px 0px 0px 13px;
	width:307px;
	text-decoration: none;
	color: #006699;
	background: url(../images/subnav-bullet-bg.gif) left center no-repeat;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}
.subnav ul li a:hover {
	color: #ff6600;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.subnav ul li a.active {
	color: #ff6600;	
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.news-box
{
width:452px;
height:auto;
float:left;
text-align:right;
}	
.body-right
{
width:250px;
height:auto;
float:right;
text-align:left;
}
.icon-box
{
width:225px;
height:28px;
float:left;
text-align:left;
background:url(../images/icon-box.gif) left top no-repeat;
padding:12px 0px 0px 25px;
margin-bottom:10px;
}
.sponsons-box
{
width:250px;
height:auto;
float:left;
text-align:left;
padding-bottom:15px;
}
.sponsons-round-top
{
width:250px;
height:9px;
float:left;
text-align:left;
}
.sponsons-inside-box
{
width:230px;
height:auto;
float:left;
text-align: left;
padding:0px 9px;
border-left:1px solid #e7e7e7;
border-right:1px solid #e7e7e7;
}
.sponsons-round-bottom
{
width:250px;
height:12px;
float:left;
text-align:left;
} 
.icon
{
margin-right:42px;
}
.sponsons-title
{
width:230px;
height:auto;
float:left;
text-align:left;
}
.sponsons-gray-box
{
width:210px;
height:auto;
float:left;
text-align:left;
background-color:#f5f5f5;
padding:10px;
margin-top:16px;
}
.ifz-title
{
width:250px;
height:auto;
float:left;
text-align:left;
}
/* service */
.service{
	width:250px;
	height:auto;
	color: #666666;
	font: normal 11px/24px Arial, Helvetica, sans-serif;
	line-height:24px;
	float:left;
	text-align:left;
	padding-top:10px;
	background:url(../images/ifz-list-bg.jpg) left bottom no-repeat;
	padding-bottom:30px;
}
.service ul {margin: 0; padding: 0;}
.service li {
	list-style: none;
	padding-bottom:2px;
	}
.service li a {
	display: block;
	padding-left:5px;
	margin:0px;
	width: 245px;
	text-decoration: none;
	color: #666666;
	height:24px;
	font: normal 11px/24px Arial, Helvetica, sans-serif;
}
.service li a:hover {
    width:245px;
	margin:0px;
	background: url(../images/service-hover-bg.gif) left top no-repeat;
	color: #ff6600;
	font: normal 11px/24px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.service li.active a {
    width:245px;
	background: url(../images/service-hover-bg.gif) left top no-repeat;
	color: #ff6600;
	font: normal 11px/24px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.tips-box
{
width:230px;
height:110px;
float:left;
text-align:left;
background:url(../images/tips-box.gif) left top no-repeat;
padding:10px;
}
.input-box
{
width:226px;
height:22px;
float:left;
text-align:left;
padding-left:2px;
font:normal 11px/22px  Tahoma, Helvetica, sans-serif;
color: #666666;
text-decoration:none;
border:1px solid #c4c4c4;
padding-top:2px;
}
.inner-left
{
width:456px;
height:auto;
float:left;
text-align:left;
padding-left:5px;
}
.top-link-box
{
width:456px;
height:auto;
float:left;
text-align:left;
border-bottom:1px solid #efefef;
font:normal 10px/16px  Tahoma, Helvetica, sans-serif;
margin-bottom:5px;
}
.top-link-box a
{
text-decoration:none;
color: #0066cc;
font:normal 10px/16px  Tahoma, Helvetica, sans-serif;
}
.top-link-box a:hover
{
color: #0066cc;
text-decoration: none;
font:normal 10px/16px  Tahoma, Helvetica, sans-serif;
} 
.news-title
{
width:456px;
height:auto;
float:left;
text-align:left;
}
.latest-news-box
{
width:456px;
height:auto;
float:left;
text-align:left;
}
.comment-gray-box
{
width:436px;
height:auto;
float:left;
text-align:left;
background-color: #f0f0f0;
padding:10px;
margin-bottom:4px;
} 
.comment-bottom-gray-box
{
width:436px;
height:auto;
float:left;
text-align:left;
background-color: #f8f8f8;
padding:10px;
margin-bottom:4px;
}
.comment-box
{
width:436px;
height:auto;
float:left;
text-align:left;
background-color: #f5f5f5;
border-top:1px solid #efefef;
border-bottom:1px solid #efefef;
padding:10px;
margin-top:5px;
}                           
.footer
{
width:100%;
float: left;
text-align:center;
height:54px;
background-color: #003366;
padding-top:12px;
color: #FFF;
font:normal 12px/18px  Ariel, Helvetica, sans-serif;
}
.footer a
{
text-decoration:none;
color: #FFF;
font:normal 12px/18px  Ariel, Helvetica, sans-serif;
}
.footer a:hover
{
color: #FFF;
text-decoration: underline;
font:normal 12px/18px  Ariel, Helvetica, sans-serif;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#ff6600;
font: bold 11px/18px Tahoma, Helvetica, sans-serif;
text-decoration:none;
}
body a:hover
{
color:#ff6600;
font: bold 11px/18px Tahoma, Helvetica, sans-serif;
text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align:justify;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align:justify;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #ff6600;
	text-decoration: none;
	text-align:justify;
}