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

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat-x #f1f1f1;
}
*
{
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:341px;
text-align:center;
float:left;
background:url(../images/header-bg.jpg) left top no-repeat;
padding:0px 10px 0px 10px;
}
.header-top
{
width:900px;
height:80px;
float:left;
text-align:left;
}
.logo
{
margin:11px 0px 0px 3px;
}
.header-bottom
{
width:880px;
height:251px;
float:left;
text-align:left;
padding:10px 10px 0px 10px;
}
.header-banner-box
{
width:880px;
height:214px;
float:left;
text-align:left;
}
/* CSS Menu */
.navcontainer {
		width:880px;
        height:36px;
		float:left;
		background: url(../images/menu-bg.jpg) left top repeat-x;
		text-align:left;
		}

.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:36px;
		background: url(../images/menu-bar-bg.jpg) right center no-repeat;
		}

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

.navcontainer ul li a:hover {
        color: #a7deff;
        font: bold 13px/36px MyriadPro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #a7deff;
        font: bold 13px/36px MyriadPro, Arial, Helvetica, sans-serif;
		text-decoration:none;
}
#body-main
{
width:920px;
height:auto;
float:left;
text-align:left;
}
.body-container
{
width:920px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
background:url(../images/body-main-bg.jpg) left top repeat-y;
}
.body-inside-box
{
width:880px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-top-bg.jpg) left top no-repeat;
padding:0px 20px;
}
.welcome-box
{
width:872px;
height:auto;
float:left;
text-align:left;
background: url(../images/welcome-gray-bg.jpg) left bottom repeat-x;
border-bottom:1px solid #cccccc;
padding-top:15px;
padding-left:8px;
}
/* sub-navigation */
.future-box
{
width:860px;
height:auto;
float:left;
text-align:left;
padding:15px 10px 18px 10px;
}
.future-box ul
{
margin:0;
padding:0;
list-style-type:none;
}
.future-box ul li
{
width:273px;
height: auto;
float:left;
list-style-type:none;
display:block;
margin-right:20px;
text-align:left;
font:normal 12px/18px Arial, Helvetica, sans-serif;
color:#666666;
}
.arrow-bg
{
margin-right:5px;
}
.body-round-bottom
{
width:920px;
height:25px;
float:left;
text-align:left;
}
#footer
{
width:920px;
height:auto;
float:left;
text-align:center;
color: #FFF;
font: normal 12px/20px Arial, Helvetica, sans-serif;
color: #666666;
padding:20px 0px 22px 0px;
}
#footer a
{
color: #0066cc;
font: bold 12px/20px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #ff9900;
font: bold 12px/20px  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;
}
body a:hover
{
color:#0066cc;
text-decoration: underline;
font-size:12px;
}
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: 24px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #0066cc;
	text-decoration: none;
	font-style: italic;
}
