@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;
}
#header
{
width:100%;
height:135px;
float:left;
text-align:left;
}
.header-main
{
width:900px;
height:135px;
margin:0px auto;
text-align:center;
}
.header-main-box
{
width:900px;
height:135px;
float:left;
text-align:left;
background:url(../images/header-right-bg.jpg) right top no-repeat;
}
.header-top
{
width:900px;
height:101px;
float:left;
text-align:left;
}
/* CSS Menu */
.navcontainer {
		width:900px;
        height:34px;
		text-align:left;
		float: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:34px;
		background: url(../images/menu-bar-bg.jpg) right center no-repeat;
		}

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

.navcontainer ul li a:hover {
        color: #a7deff;
        font: bold 13px/34px MyriadPro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #a7deff;
        font: bold 13px/34px MyriadPro, Arial, Helvetica, sans-serif;
		text-decoration:none;
}
.logo
{
margin-top:23px;
}
#body-main
{
width:100%;
height:auto;
float:left;
text-align:center;
background:url(../images/body-bottom-bg.jpg) left bottom repeat-x;
padding-bottom:25px;
}
.body-container
{
width:900px;
height:auto;
margin:0px auto;
text-align:center;
}
.welcome-box
{
width:600px;
height:241px;
float:left;
text-align:left;
background:url(../images/welcome-top-bg.jpg) left top no-repeat;
color: #FFF;
padding:10px 300px 0px 0px;
}
.body-top-text-box
{
width:900px;
height:auto;
float:left;
text-align:left;
background:url(../images/gray-bar-bg.jpg) left bottom no-repeat;
padding-bottom:36px;
padding-top:30px;
}
.body-middle-text-box
{
width:900px;
height:auto;
float:left;
text-align:left;
background:url(../images/gray-bar-bg.jpg) left bottom no-repeat;
padding-bottom:36px;
}
.body-bottom-text-box
{
width:900px;
height:auto;
float:left;
text-align:left;
}
.left-th
{
float:left;
padding:4px;
border:1px solid #cccccc;
margin-right:20px;
background-color: #FFF;
}
.right-th
{
float:right;
border:1px solid #cccccc;
margin-left:20px;
padding:4px;
background-color: #FFF;
}
#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 #012d75;
padding:20px 0px 18px 0px;
}
#footer a
{
color: #FFF;
font: normal 12px/20px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #a7deff;
font: normal 12px/20px  Arial, Helvetica, sans-serif;
text-decoration: underline;
}
.footer-main
{
width:900px;
height:auto;
margin:0px auto;
text-align:center;
}
/* 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:#669900;
text-decoration: underline;
font-size:12px;
}
h1 {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 32px;
	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: 26px;
	font-weight: bold;
	font-variant: normal;
	color: #0066cc;
	text-decoration: none;
	font-style: italic;
}