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

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:900px;
height:auto;
text-align:center;
margin:0px auto;
}
.warper
{
width:880px;
height:auto;
float:left;
text-align:left;
background:url(../images/container-bg.jpg) left top no-repeat #FFF;
padding:0px 10px;
}
#header
{
width:880px;
height:79px;
text-align:center;
float:left;
background: url(../images/header-bg.jpg) left top repeat-x;
}
.logo-box
{
width:270px;
height:79px;
float:left;
text-align:left;
}
.logo
{
margin:17px 0px 0px 19px;
}
/* CSS Menu */
.navcontainer {
		width:570px;
        height:26px;
		float:right;
		text-align:left;
		padding-top:45px;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
		height:26px;
		}

.navcontainer ul li a {
        width: auto;
        height: 26px;
        margin: 0px;
		padding:0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
		padding:0px 10px;
        font: bold 13px/26px MyriadPro, Arial, Helvetica, sans-serif;
		display:inline;
	}

.navcontainer ul li a:hover {
        color: #66ccff;
        font: bold 13px/26px MyriadPro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #66ccff;
        font: bold 13px/36px MyriadPro, Arial, Helvetica, sans-serif;
		text-decoration:none;
}
#body-main
{
width:880px;
height:auto;
float:left;
text-align:left;
}
.body-top
{
width:880px;
height:auto;
float:left;
text-align:left;
padding-bottom:15px;
}
.banner-box
{
width:880px;
height:290px;
float:left;
text-align:left;
}
.banner-title-box
{
width:880px;
height:60px;
float:left;
text-align:center;
background:url(../images/banner-title-bg.jpg) left top no-repeat;
font:bold 26px/60px MyriadPro, Arial, Helvetica, sans-serif;
color: #FFF;
font-style:italic;
}
.body-middle
{
width:872px;
height:auto;
float:left;
text-align:left;
background:url(../images/middle-gray-bg.jpg) left bottom repeat-x;
border-bottom:1px solid #dbddde;
padding-left:8px;
}
.future-box
{
width:860px;
height:auto;
float:left;
text-align:left;
padding:20px 10px 18px 10px;
}
.future-th
{
padding:4px;
background-color: #FFF;
border:1px solid #cccccc;
float:left;
margin-right:16px;
}
.future-left
{
width:420px;
height:auto;
float:left;
text-align:left;
}
.future-right
{
width:420px;
height:auto;
float:right;
text-align:left;
}
#footer
{
width:900px;
height:70px;
float:left;
text-align:center;
color: #FFF;
font: normal 12px/22px Arial, Helvetica, sans-serif;
color: #FFF;
padding:38px 0px 0px 0px;
background:url(../images/footer-bg.jpg) left top no-repeat;
}
#footer a
{
color: #FFF;
font: normal 12px/22px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #66ccff;
font: normal 12px/22px  Arial, Helvetica, sans-serif;
text-decoration: underline;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#0066cc;
text-decoration: none;
font-size:12px;
font-weight:bold;
}
body a:hover
{
color:#640000;
text-decoration: underline;
font-size:12px;
font-weight:bold;
}
h1 {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #0066cc;
	text-decoration: none;
	font-style: italic;
}
h2 {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	color: #0066cc;
	text-decoration: none;
	font-style: italic;
}