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

body
{
margin:0px;
padding:0px;
background:url(../images/bg.jpg) left top repeat-x #114383;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
strong
{
font-weight:bold;
color: #339900;
}
.image-bg
{
border-bottom:5px solid #baa53c;
}
p
{
margin:6px 0px;
text-align:justify;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:943px;
height:auto;
margin:0px auto;
text-align:center;
}
#header
{
width:943px;
height:100px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top no-repeat;
}
.logo-box
{
width:280px;
height:100px;
float:left;
text-align:left;
}
.logo
{
margin-top:11px;
}
.header-right
{
width:653px;
height:78px;
float:right;
text-align:left;
padding-top:11px;
padding-bottom:11px;
}
/* CSS Menu */
.navcontainer {
		width:633px;
        height:70px;
		float:left;
		text-align:left;
		background: url(../images/header-right-bg.jpg) left top no-repeat;
		padding:2px 10px 6px 10px;
		}

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

.navcontainer ul li a {
        width: auto;
        height: 70px;
        margin: 0px;
		padding:0px;
        color: #5e5e5e;
        text-decoration: none;
        display: block;
        text-align: center;
		padding:0px 44px;
        font: bold 24px/70px Myriad Pro, Arial, Helvetica, sans-serif;
		display:inline;
	}

.navcontainer ul li a:hover {
        color: #339900;
        font: bold 24px/70px Myriad Pro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #339900;
        font: bold 24px/70px Myriad Pro, Arial, Helvetica, sans-serif;
		text-decoration:none;
}
#body-main
{
width:940px;
height:auto;
float:left;
text-align:left;
padding:0px 2px 0px 1px;
}
.body-container
{
width:940px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-round-top-bg.jpg) left top no-repeat;
padding-top:10px;
}
.body-container-main
{
width:940px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-round-bottom-bg.jpg) left bottom no-repeat #FFF;
padding:0px 0px 30px 0px;
}
.welcome-box
{
width:920px;
height:auto;
float:left;
text-align:left;
padding:0px 10px 0px 10px;
}
.welcome-top-box
{
width:602px;
height:220px;
float:left;
text-align:left;
background:url(../images/welcome-top-bg.jpg) left top no-repeat;
padding:15px 298px 0px 20px;
color: #006699;
font: normal 18px/24px  Arial, Helvetica, sans-serif;
margin-bottom:9px;
}
.welcome-bottom-box
{
width:850px;
height:174px;
float:left;
text-align:left;
background:url(../images/welcome-bottom-bg.jpg) left top no-repeat;
padding:35px 40px 2px 30px;
}
.welcome-left
{
width:225px;
height:172px;
float:left;
text-align:left;
background:url(../images/welcome-inside-bg.jpg) left bottom no-repeat;
}
.welcome-th
{
margin-top:11px;
margin-left:6px;
}
.welcome-bg
{
margin-top:6px;
margin-left:6px;
}
.welcome-right
{
width:605px;
height: auto;
float:right;
text-align:left;
padding-bottom:12px;
}
.review-box
{
width:426px;
height: auto;
float:left;
text-align:left;
}
.botton-bt
{
float:left;
margin-right:6px;
}
.rating-box
{
width:147px;
height:auto;
float:right;
text-align:left;
font-weight:bold;
}
.star-bt
{
margin-left:7px;
}
.body-bottom
{
width:900px;
height:auto;
float:left;
text-align:left;
padding:0px 20px;
}
.body-inside-box
{
width:900px;
height:auto;
float: left;
text-align:left;
padding-top:25px;

}
.visiting-box
{
width:850px;
height:auto;
float:left;
text-align:left;
background:url(../images/visiting-box.jpg) left bottom no-repeat;
padding:25px 30px 15px 20px;
}
.visiting-left
{
width:225px;
height: auto;
float:left;
text-align:left;
}
.visit-right-box
{
width:605px;
height: auto;
float:right;
text-align:left;
}
#footer
{
width:940px;
height:auto;
float:left;
text-align:left;
color: #FFF;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#footer a
{
color: #FFF;
font: normal 12px/18px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #b1e4ff;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
text-decoration: underline;
}
.footer-top
{
width:940px;
height:auto;
float:left;
text-align:center;
color: #FFF;
padding:10px 0px 5px 0px;
}
.footer-bottom
{
width:940px;
height:auto;
float:left;
text-align:center;
background:url(../images/footer-bottom-bg.jpg) left bottom no-repeat;
padding:5px 0px 15px 0px;
color: #d5f1ff;
font: normal 11px/18px  Arial, Helvetica, sans-serif;
}
/* 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: #333333;
	text-decoration: none;
}
body a
{
color:#339900;
text-decoration: none;
font-weight: bold;
}
body a:hover
{
color:#ffa800;
text-decoration: underline;
font-weight: bold;
}
h1 {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 44px;
	font-weight: normal;
	font-variant: normal;
	color: #339900;
	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: #339900;
	text-decoration: none;
}