@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;
}
#header
{
width:900px;
height:400px;
float:left;
text-align:left;
}
.header-left
{
width:630px;
height:400px;
float:left;
text-align:left;
}
.header-right
{
width:210px;
height:400px;
float:right;
text-align:left;
background:url(../images/header-right-bg.jpg) left top no-repeat;
padding:0px 40px 0px 20px;
}
.logo-box
{
width:210px;
height:134px;
float:left;
text-align:left;
}
.logo
{
margin-top:38px;
}
/* sub-navigation */
.subnav{
	color: #FFF;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	float:left;
	width:210px;
	padding:0px;
	border-top:1px solid #e6b380;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style: none;
	display: block;
	color: #FFF;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	height:30px;
	border-bottom:1px solid #e6b380;
	width:210px;
	}
.subnav li a {
	display: block;
	color: #FFF;
	font: normal 12px/30px  Arial, Helvetica, sans-serif;
	height:30px;
	text-decoration: none;
	width:210px;
}
.subnav li a:hover {
	color: #ccff66;
	font: normal 12px/30px  Arial, Helvetica, sans-serif;
	width: 210px;
	text-decoration:none;
	}
.subnav li.active a {
	color: #ccff66;
	font: normal 12px/30px  Arial, Helvetica, sans-serif;
	width: 210px;
	text-decoration:none;
}
#body-main
{
width:860px;
height:auto;
float:left;
text-align:left;
padding:0px 20px;
background-color: #FFF;
}
.welcome-box
{
width:860px;
height:auto;
float:left;
text-align:left;
background:url(../images/welcome-gray-bg.jpg) left bottom repeat-x;
border-bottom:1px solid #d9dadb;
padding:16px 0px 20px 0px;
}
.welcome-th
{
padding:4px;
border:1px solid #cfcfcf;
float:right;
margin-left:22px;
}
/* sub-navigation */
.future-box
{
width:860px;
height:auto;
float:left;
text-align:left;
padding-top:15px;
padding-bottom:12px;
}
.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;
}
#footer
{
width:898px;
height:auto;
float:left;
text-align:center;
color: #FFF;
font: normal 12px/22px Arial, Helvetica, sans-serif;
color: #FFF;
padding:18px 0px;
background-color: #993300;
border-left:1px solid #cc9980;
border-right:1px solid #cc9980;
}
#footer a
{
color: #FFF;
font: normal 12px/22px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #ccff66;
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:#669900;
text-decoration: none;
font-size:12px;
}
body a:hover
{
color:#993300;
text-decoration: underline;
font-size:12px;
}
h1 {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	font-variant: normal;
	color: #669900;
	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: #669900;
	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;
}