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

body
{
margin:0px;
padding:0px;
background-color: #fbfbfb;
}
*
{
margin:0px;
padding:0px;
list-style-type:none;
}
img
{
border:0px;
}
p
{
margin:6px 0px;
text-align: justify;
}
strong
{
font-weight:bold;
color: #33ccff;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:920px;
height:auto;
text-align:center;
margin:0px auto;
}
.container-main
{
width:900px;
height:auto;
float:left;
text-align:left;
background:url(../images/container-bg.jpg) left top repeat-y;
padding:0px 10px;
}
.header
{
width:900px;
height:311px;
float:left;
text-align:left;
}
.header-top
{
width:900px;
height:175px;
float:left;
text-align:left;
background:url(../images/header-top-bg.jpg) left top no-repeat;
}
.header-bottom
{
width:420px;
height:118px;
float:left;
text-align:left;
background:url(../images/header-bottom-bg.jpg) left top no-repeat;
padding:18px 462px 0px 18px;
color: #FFF;
font: normal 20px/30px Arial, Helvetica, sans-serif;
}
.logo
{
margin-top:21px;
margin-left:26px;
}
.body-main
{
width:870px;
height:auto;
float:left;
text-align:left;
padding:0px 12px 10px 18px;
}
.body-left
{
width:592px;
height:auto;
float:left;
text-align:left;
}
.review-post
{
width:592px;
height:auto;
float:left;
text-align:left;
padding:20px 0px;
}
.left-top-box
{
width:342px;
height:auto;
float:left;
text-align:left;
background:url(../images/left-top-bg.jpg) left top no-repeat;
padding-left:250px;
padding-bottom:24px;
}
.left-top-title
{
width:342px;
height:auto;
float:left;
text-align:left;
}
.left-text-box
{
width:300px;
height:auto;
float:left;
text-align:left;
padding-left:42px;
}
.working-title
{
width:526px;
height:45px;
float:left;
text-align:left;
background:url(../images/working-title-bg.jpg) left top no-repeat;
color: #45b8eb;
font: bold 24px/30px Arial, Helvetica, sans-serif;
padding-top:15px;
padding-left:66px;
}
.working-bt
{
float:left;
margin-right:6px;
}
.left-middle
{
width:592px;
height:auto;
float:left;
text-align:left;
padding-top:20px;
}
.middle-left
{
width:280px;
height:197px;
float:left;
text-align:left;
background:url(../images/middle-left-box-bg.jpg) left top no-repeat;
}
.middle-th
{
margin-left:13px;
margin-top:12px;
}
.middle-right
{
width:300px;
height:auto;
float:right;
text-align:left;
}
/* sub-navigation */	
	
.subnav{
	color: #666666;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
	line-height:20px;
	width:300px;
	float:left;
	text-align:left;
		}
.subnav ul {margin: 0; padding: 0; list-style-type:none;}
.subnav li {
	display: block;
	padding: 0px 0px 0px 25px;
	width:275px;
	text-decoration: none;
	background: url(../images/subnav-arrow-bg.jpg) left center no-repeat;
	color: #666666;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
}
.left-bottom-box
{
width:592px;
height:auto;
float:left;
text-align:left;
padding-top:10px;
}
.body-right
{
width:266px;
height:auto;
float:right;
text-align:left;
}
.right-inside-box
{
width:220px;
height:auto;
float:left;
text-align:left;
background:url(../images/right-inside-box.jpg) left top repeat-y;
padding:0px 23px;
}
.right-image-box
{
width:220px;
height:153px;
float:left;
text-align:left;
background:url(../images/image-bottom-bg.jpg) left top no-repeat;
}
.right-text-box
{
width:212px;
height:auto;
float:left;
text-align:left;
padding:0px 4px;
}
.right-bottom-box
{
width:266px;
height:31px;
float:left;
text-align:left;
}
.right-th
{
margin-left:10px;
margin-top:10px;
}
.footer
{
width:900px;
height:auto;
float:left;
text-align:center;
background:url(../images/footer-bg.jpg) left top repeat-x #023863;
padding:30px 0px 22px 0px;
color: #FFF;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.footer a
{
text-decoration:none;
color: #FFF;
font: normal 12px/20px Arial, Helvetica, sans-serif;
}
.footer a:hover
{
color: #bdec18;
text-decoration: underline;
font: normal 12px/20px Arial, Helvetica, sans-serif;
}

/* 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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #cc0000;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
}