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

body
{
margin:0px;
padding:0px;
background-color: #00335b;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
strong
{
font-weight:bold;
color: #ff9900;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:1002px;
height:auto;
text-align:center;
margin:0px auto;
}
#header
{
width:100%;
height:164px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top no-repeat;
}
.header-top
{
width:1002px;
height:105px;
float:left;
text-align:left;
}
.logo-box
{
width:372px;
height:105px;
float:left;
text-align:left;
background:url(../images/logo-box-bg.jpg) left top repeat-x;
}
.logo
{
margin-left:75px;
margin-top:13px;
}
/* CSS Menu */
.navcontainer {
		width:630px;
        height:105px;
		float:right;
		text-align:left;
		background:url(../images/menu-bar-bg.jpg) left center no-repeat;
		}

.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:105px;
		background: url(../images/menu-bar-bg.jpg) right center no-repeat;
		}

.navcontainer ul li a {
        width: 118px;
        height: 105px;
        margin: 0px;
		padding:0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 20px/76px  Helvetica, Arial, sans-serif;
		font-variant: normal;
	    text-transform: none;
		float:left;
	}

.navcontainer ul li a:hover {
        color: #FFF;
        font: normal 20px/76px  Helvetica, Arial, sans-serif;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
		}
.navcontainer li.active a {
        color: #FFF;
        font: normal 20px/76px  Helvetica, Arial, sans-serif;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
}
.menu-box
{
width:970px;
height:43px;
float:left;
text-align:left;
padding:16px 0px 0px 32px;
}
#body-main
{
width:1002px;
height:680px;
float:left;
text-align:left;
background:url(../images/body-main-bg.jpg) left top no-repeat;
}
.body-left
{
width:368px;
height:680px;
float:left;
text-align:left;
}
.body-right
{
width:562px;
height:auto;
float:right;
text-align:left;
padding:20px 60px 0px 0px;
}
#footer
{
width:1002px;
height:176px;
float:left;
text-align:left;
background:url(../images/footer-bg.jpg) left top repeat-x;
}
#footer a
{
text-decoration:none;
color: #FFF;
}
#footer a:hover
{
text-decoration: underline;
color: #fff;
}
.footer-main
{
width:1002px;
height:176px;
float:left;
text-align:left;
background:url(../images/footer-map-bg.jpg) right top no-repeat;
}
.footer-left
{
width:300px;
height:130px;
float:left;
text-align:left;
color: #FFF;
font:normal 12px/16px Helvetica, Arial, sans-serif;
padding:46px 0px 0px 40px;
}
.footer-right
{
width:620px;
height:100px;
float:right;
text-align:left;
padding-top:76px;
font:normal 16px/20px Helvetica, Arial, sans-serif;
color: #FFF;
}
/* CSS Text Document */
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family:   Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height:32px;
	font-weight: bold;
	font-variant: normal;
	color: #00457c;
	text-decoration: none;
	font-weight:normal;
}
