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

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) center top repeat-y #03080a;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:6px 0px;
text-align:justify;
}
strong
{
font-weight:bold;
color: #006ca8;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:100%;
height:auto;
text-align:left;
float:left;
}
#header
{
width:100%;
height:60px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top repeat-x;
border-bottom:1px solid #4f5355;
}
.header-main
{
width:900px;
height:60px;
margin:0px auto;
text-align:center;
background:url(../images/header-main-bg.jpg) center top no-repeat;
}
.logo-box
{
width:300px;
height:60px;
float:left;
text-align:left;
}
.logo
{
margin-top:16px;
}
/* CSS Menu */
.navcontainer {
		width:570px;
        height:20px;
		float:right;
		text-align:left;
		padding-top:18px;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        display: block;
        float: right;
        text-align: center;
        margin: 0px;
		height:20px;
		padding:0px 22px;
		font: normal 12px/20px Arial, Helvetica, sans-serif;
		}

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

.navcontainer ul li a:hover {
        color: #50ca13;
        font: normal 12px/20px Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #50ca13;
        font: normal 12px/20px  Arial, Helvetica, sans-serif;
		text-decoration:none;
}
#body-main
{
width:100%;
height:auto;
float:left;
text-align:left;
}
.body-container
{
width:900px;
height:auto;
text-align:center;
margin:0px auto;
}
.body-top
{
width:900px;
height:auto;
float:left;
text-align:left;
padding-top:20px;
}
.body-top-left
{
width:390px;
height:auto;
float:left;
text-align:left;
color: #d0dee1;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
.body-top-right
{
width:500px;
height:auto;
float:right;
text-align:left;
}
.body-inside
{
width:900px;
height:auto;
float: left;
text-align:left;
background:url(../images/body-round-bottom-bg.jpg) left bottom no-repeat #FFF;
padding-bottom:15px;
}
.body-middle
{
width:870px;
height:270px;
float:left;
text-align:left;
background:url(../images/body-middle-bg.jpg) left top no-repeat;
padding:15px 15px 0px 15px;
}
.middle-left
{
width:313px;
height:268px;
float:left;
text-align:left;
padding:2px 0px 0px 11px;
}
.middle-right
{
width:510px;
height:264px;
float:right;
text-align:left;
padding-right:13px;
padding-top:6px;
color: #FFF;
}
.middle-top-box
{
width:510px;
height:auto;
float:left;
text-align:left;
padding-bottom:5px;
}
.middle-bottom-box
{
width:470px;
height:auto;
float:left;
text-align:left;
border:1px dashed #333333;
padding:8px 13px;
}
.body-bottom
{
width:870px;
height:auto;
float:left;
text-align:left;
padding:20px 15px 0px 15px;
}
.recovery-top-box
{
width:870px;
height:auto;
float:left;
text-align:left;
padding-bottom:8px;
}
.recovery-top-left
{
width:417px;
height:auto;
float:left;
text-align:left;
border-right:1px solid #e0e0e0;
padding-right:15px;
}
.recovery-top-left-box
{
width:417px;
height:auto;
float:left;
text-align:left;
background:url(../images/recovery-left-bottom-bg.jpg) left bottom repeat-x;
padding-bottom:20px;
border-bottom:1px solid #d0dae2;
}
.recovery-left-01
{
width:417px;
height:auto;
float:left;
text-align:left;
padding-bottom:15px;
}
.recovery-left-02
{
width:417px;
height:auto;
float:left;
text-align:left;
background:url(../images/recovery-gray-bg.jpg) left top no-repeat;
padding-top:15px;
}
.recovery-top-right
{
width:420px;
height:auto;
float:right;
text-align:left;
background:url(../images/recovery-left-bottom-bg.jpg) left bottom repeat-x;
border-bottom:1px solid #d0dae2;
padding-bottom:20px;
}
.recovery-top-left-box
{
width:417px;
height:auto;
float:left;
text-align:left;
padding-bottom:25px;
}
.recover-th
{
float:left;
margin-right:13px;
}
.recovery-bottom-box
{
width:870px;
height:auto;
float:left;
text-align:left;
}
.recovery-bottom-left
{
width:417px;
height:auto;
float:left;
text-align:left;
border-right:1px solid #e0e0e0;
padding-right:15px;
padding-bottom:25px;
background:url(../images/photograper-bg.jpg) left bottom no-repeat;
}
.recovery-bottom-right
{
width:420px;
height:auto;
float:right;
text-align:left;
}
.arrow-bg
{
margin-right:6px;
}
#footer
{
width:100%;
height:54px;
text-align:center;
background: url(../images/footer-bg.jpg) center top no-repeat;
padding:10px 0px;
float:left;
color: #FFF;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#footer a
{
text-decoration:none;
color: #FFF;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#footer a:hover
{
color: #cdf6ff;
text-decoration: underline;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.footer-main
{
width:900px;
height:54px;
margin:0px auto;
text-align:center;
}
.footer-container
{
width:690px;
height:54px;
float:left;
text-align:left;
padding-left:210px;
}
/* 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-weight:bold;
}
body a:hover
{
color:#ff9900;
text-decoration: underline;
font-weight:bold;
}
h1 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-style: normal;
	line-height: 44px;
	font-weight: normal;
	font-variant: normal;
	color: #66cc33;
	text-decoration: none;
}
h2 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
h3 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
h4 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}

