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

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat-x #f7f7f7;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:920px;
height:auto;
text-align:center;
margin:0px auto;
}
#header
{
width:900px;
height:149px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top no-repeat;
padding:0px 10px 22px 10px;
}
.header-top
{
width:900px;
height:101px;
float:left;
text-align:left;
}
.logo
{
margin-top:24px;
}
/* CSS Menu */
.navcontainer {
		width:888px;
        height:48px;
		float:left;
		text-align:left;
		padding-left:12px;
		}

.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:48px;
		}

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

.navcontainer ul li a:hover {
        color: #edffc1;
        font: bold 14px/48px MyriadPro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #edffc1;
        font: bold 14px/48px MyriadPro, Arial, Helvetica, sans-serif;
		text-decoration:none;
}
#body-main
{
width:920px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-main-bg.jpg) left top repeat-y;
}
.body-container
{
width:860px;
float:left;
height:auto;
text-align:left;
background:url(../images/body-inside-top-bg.jpg) left top no-repeat;
padding:0px 30px 20px 30px;
}
.welcome-box
{
width:860px;
height:auto;
float:left;
text-align:left;
padding-bottom:16px;
}
.welcome-th
{
float:right;
padding:4px;
border:1px solid #cecece;
background-color: #FFF;
margin-left:20px;
}
.future-box
{
width:860px;
height:auto;
float:left;
text-align:left;
background:url(../images/future-top-bg.jpg) left top no-repeat;
padding-top:26px;
padding-bottom:15px;
}
.future-left-box
{
width:418px;
height:auto;
float:left;
text-align:left;
}
.future-left-th
{
float:left;
padding:4px;
border:1px solid #cecece;
background-color: #FFF;
margin-right:18px;
}
.future-right-th
{
float:right;
padding:4px;
border:1px solid #cecece;
background-color: #FFF;
margin-left:18px;
}
.future-right-box
{
width:418px;
height:auto;
float:right;
text-align:left;
}
.body-bottom
{
width:860px;
height:auto;
float:left;
text-align:left;
}
.gray-round-top
{
width:860px;
height:12px;
float:left;
text-align:left;
}
.bottom-inside-box
{
width:825px;
height:auto;
float:left;
text-align:left;
background:url(../images/gray-round-bottom-bg.jpg) left bottom no-repeat #f7f7f7;
padding:0px 20px 12px 15px;
}
.bottom-inside-left
{
width:210px;
height:auto;
float:left;
text-align:left;
background:url(../images/bottom-left-inside-bg.jpg) left top no-repeat;
}
.bottom-th
{
margin:6px 0px 6px 5px;
}
.bottom-right-box
{
width:602px;
height:auto;
float:right;
text-align:left;
}
#footer
{
width:920px;
height:123px;
float:left;
text-align:center;
color: #FFF;
font: normal 12px/22px Arial, Helvetica, sans-serif;
color: #FFF;
padding:28px 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: #c1f0ff;
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:#94bc19;
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: #669900;
	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;
}
h3 {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}