@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;
list-style-type:none;
}
img
{
border:0px;
}
p
{
margin:6px 0px;
text-align: justify;
}
strong
{
font-weight:bold;
color: #cc0066;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:100%;
height:auto;
text-align:left;
float:left;
background:url(../images/container-bottom-bg.jpg) left bottom repeat-x;
}
.container-main
{
width:910px;
height:auto;
margin:0px auto;
text-align:center;
}
.header
{
width:904px;
height:115px;
float:left;
text-align:left;
padding:0px 3px;
}
.header-top
{
width:904px;
height:69px;
float:left;
text-align:left;
}
.logo-box
{
width:630px;
height:69px;
float:left;
text-align:left;
}
.header-top-right
{
width:205px;
height:55px;
float:right;
text-align:left;
padding-top:14px;
color: #FFF;
}
.logo
{
margin-top:16px;
}
/* CSS Menu */
.navcontainer {
		width:904px;
        margin:0px;
        height:36px;
		line-height:36px;
		float:left;
		padding:5px 0px;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
		height:36px;
}

.navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
		height:36px;
		display:block;
		}

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

.navcontainer ul li a:hover {
        color: #cc0066;
        font: bold 13px/36px  Arial, Helvetica, sans-serif;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
		}
.navcontainer li.active a {
        color: #cc0066;
        font: bold 13px/36px  Arial, Helvetica, sans-serif;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
	}
.navcontainer ul li a.big
{
width:170px;
}
.navcontainer ul li a.medium
{
width:126px;
}
.body-main
{
width:910px;
height:auto;
float:left;
text-align:left;
}
.body-top
{
width:904px;
height:auto;
float:left;
text-align:left;
padding:20px 3px 5px 3px;
}
.body-top-left
{
width:408px;
height:auto;
float:left;
text-align:left;
}
.body-top-right
{
width:496px;
height:auto;
float:right;
text-align:left;
}
.top-text-box
{
width:496px;
height:auto;
float:right;
text-align:left;
}
.top-directory-box
{
width:496px;
height:auto;
float:right;
text-align:center;
padding-top:6px;
font-weight:bold;
}
.body-bottom-box
{
width:910px;
height:auto;
float:left;
text-align:left;
}
.bottom-round-box
{
width:910px;
height:20px;
float:left;
text-align:left;
}
.bottom-inside-box
{
width:874px;
height:auto;
float:left;
text-align:left;
background:url(../images/bottom-inside-bg.jpg) left top repeat-y;
padding:10px 18px 0px 18px;
}
.bottom-left
{
width:403px;
height:auto;
float:left;
text-align:left;
padding-right:15px;
border-right:1px solid #e5e5e5;
}
.service-text-box
{
width:403px;
height:auto;
float:left;
text-align:left;
border-bottom:1px solid #e5e5e5;
padding-bottom:5px;
margin-bottom:5px;
}
.objective-box
{
width:260px;
height:auto;
float:left;
text-align:left;
padding-right:180px;
padding-bottom:102px;
}
.bottom-right
{
width:440px;
height:auto;
float:right;
text-align:left;
background:url(../images/mother-bg.jpg) right top no-repeat;
}
.latest-th
{
float:left;
margin-right:8px;
}
/* sub-navigation  */	
	
.subnav{
	color: #666666;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	line-height:18px;
	width:260px;
	float:left;
	text-align:left;
	padding-top:3px;
		}
.subnav ul {margin: 0; padding: 0; list-style-type:none;}
.subnav li {
	display: block;
	padding: 0px 0px 15px 8px;
	width:252px;
	text-decoration: none;
	color: #666666;
	background: url(../images/red-arrow-bt.gif) left 6px no-repeat;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.right-bottom-box
{
width:326px;
height:74px;
float:left;
text-align:left;
background:url(../images/right-bottom-box-bg.jpg) left top no-repeat;
padding:6px 0px 0px 100px;
color: #0066ff;
}
.footer
{
width:910px;
height:auto;
float:left;
text-align:center;
background:url(../images/footer-bg.jpg) left top no-repeat #FFF;
padding:28px 0px 8px 0px;
font: normal 12px/26px Arial, Helvetica, sans-serif;
color: #666666;
}
.footer a
{
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #0066ff;
text-decoration:none;
}
.footer a:hover
{
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #669900;
text-decoration: underline;
}
/* 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:#0066ff;
text-decoration: none;
font-weight:bold;
}
body a:hover
{
color:#669900;
text-decoration: underline;
font-weight:bold;
}
h1{
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:24px;
	font-weight:normal;
	font-variant: normal;
	color: #cc0066;
	text-decoration: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height:24px;
	font-weight:normal;
	font-variant: normal;
	color: #cc0066;
	text-decoration: none;
}
.mail-text
{
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration:none;
}
.mail-text:hover
{
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #dc1076;
text-decoration: underline;
}


