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

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat-x #FFF;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:100%;
height:auto;
text-align:center;
float:left;
background:url(../images/container-bg.jpg) center top no-repeat;
}
#header
{
width:900px;
height:42px;
margin:0px auto;
text-align:center;
}
/* CSS Menu */
.navcontainer {
		width:900px;
        height:42px;
		float:left;
		background: url(../images/menu-bar-bg.jpg) left center no-repeat;
		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:42px;
		background: url(../images/menu-bar-bg.jpg) right center no-repeat;
		}

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

.navcontainer ul li a:hover {
        color: #99cc00;
        font: bold 14px/42px Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #99cc00;
        font: bold 14px/42px Arial, Helvetica, sans-serif;
		text-decoration:none;
}
#body-main
{
width:100%;
height:auto;
float:left;
text-align:left;
background:url(../images/body-bottom-bg.jpg) left bottom repeat-x;
padding-bottom:35px;
}
.body-container
{
width:900px;
height:auto;
text-align:center;
margin:0px auto;
}
.body-top
{
width:900px;
height:auto;
float:left;
text-align:left;
padding:14px 0px 12px 0px;
}
.body-top-left
{
width:432px;
height:auto;
float:left;
text-align:left;
}
.logo-box
{
width:432px;
height:78px;
float:left;
text-align:left;
}
.logo
{
margin-top:8px;
}
.welcome-text-box
{
width:432px;
height:auto;
float:left;
text-align:left;
padding-top:20px;
color: #FFF;
line-height:20px;
}
.body-top-right
{
width:462px;
height:auto;
float:right;
text-align:left;
background:url(../images/top-right-bg.jpg) left top no-repeat;
}
.right-th
{
margin:15px 0px 15px 17px;
}

/* sub-navigation */
.future-box
{
width:900px;
height:auto;
float:left;
text-align:left;
padding-top:25px;
}
.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:40px;
text-align:left;
font:normal 12px/18px Arial, Helvetica, sans-serif;
color:#666666;
}
.arrow-bg
{
margin-right:5px;
}
#footer
{
width:100%;
height:auto;
float:left;
text-align:center;
color: #FFF;
font: normal 12px/20px Arial, Helvetica, sans-serif;
color: #FFF;
background:url(../images/footer-bg.jpg) left top repeat-x #000000;
padding:30px 0px 20px 0px;
}
#footer a
{
color: #FFF;
font: bold 12px/20px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #99cc00;
font: bold 12px/20px  Arial, Helvetica, sans-serif;
text-decoration: underline;
}
.footer-main
{
width:900px;
height:auto;
text-align:center;
margin:0px auto;
}

/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	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:#669900;
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: #FFF;
	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;
}