@charset "utf-8";
/* CSS Document */
/* general style start here */
body{
/*	color:#333333;*/
	font:normal 13px/20px Arial, Helvetica, sans-serif;
	color:#000;
	background:url(images/pattern.gif) repeat 0 0;
	padding:10px 0 29px 0;
}
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	display:block;
}
a{
	text-decoration:none;
	color:#333333;
	background-color:inherit;
}
a:hover {
	color:#000;
	background-color:inherit;
}

ul{
	list-style-type:none;
}
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
.floatleft{
	float:left;
	width:auto;
}
.floatright{
	float:right;
	width:auto;
}
.nobg{
	background:none !important;
}
/* main content style start here */
#wraper{
	width:1002px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	padding:16px 0 0 0;
	position:relative;
}
.header{
	background:url(images/header.jpg) no-repeat 0 0;
	height:202px;
	padding:0 0 0 10px;
	width:992px;
}
.logo{
	position:absolute;
	left:10px;
	top:0;
}
.headerLeft{
	width:561px;
	float:left;
	padding:150px 0 0 0;
}
.headerLeft h1{
	color:#fff;
	background-color:inherit;
	font-size:22px;
	line-height:30px;
	font-weight:normal;
}
.headerRight{
	width:167px;
	float:right;
	padding:18px 0 0 0;
	margin:0 19px 0 0;
}
.headerRight ul{
	float:right;
	width:auto;
	padding:0 0 62px 0;
}
.headerRight ul li{
	float:left;
	width:auto;
	padding:0 15px 0 0;
}
.fade{
	background:url(images/header-fadebg.gif) no-repeat 0 0;
	height:91px;
	clear:both;
	padding:8px 0 0 12px;
}
.fade h2{
	font-size:18px;
	line-height:22px;
	color:#fff;
	background-color:inherit;
	font-weight:normal;
}
.fade h2 span{
	font-size:36px;
	line-height:34px;
	font-weight:bold;
}
.nav{
	background:url(images/navbg.gif) repeat-x 0 0;
	height:37px;
}
.nav ul li{
	float:left;
	width:auto;
}
.nav ul li a{
	color:#000;
	background-color:inherit;
	display:block;
	padding:0 8px;
	font-size:16px;
	line-height:37px;
	font-family:"Trebuchet MS", sans-serif, Arial, "Times New Roman";
}
.nav ul li a:hover,.nav ul li a.active{
	background:url(images/navhoverbg.gif) repeat-x 0 0;
}
.welcome{
	background:url(images/body-topbg.gif) repeat-x 0 0 #e0e0e0;
	overflow:hidden;
	height:100%;
	padding:18px 20px 0 18px;
	border-bottom:1px solid #fff;
}
.welcome h2{
	color:#000;
	background-color:inherit;
	font-size:20px;
	line-height:25px;
	background:url(images/wel-border.gif) repeat-x 0 100%;
	font-family:"Trebuchet MS", sans-serif, Arial, "Times New Roman";
	font-weight:normal;
	margin-bottom:9px;
	padding:0 0 7px 0;
}
.welcome p{
	padding:0 0 10px 0;
}


/* footer style start here */
#footer{
	background:url(images/footer.gif) no-repeat 0 0;
	height:107px;
}
#footer ul{
	background:url(images/footerbg.gif) no-repeat 0 0;
	height:31px;
	width:982px;
	margin:0 auto;
	padding:0 0 0 85px;
}
#footer ul li{
	background:url(images/foot-devider.gif) no-repeat 0 10px;
	padding:0 8px;
	float:left;
	width:auto;
	color:#464646;
	background-color:inherit;
	font-size:12px;
	line-height:31px;
}
#footer ul li a{
	color:#464646;
	background-color:inherit;
}
#footer ul li a:hover{
	color:#000;
	background-color:inherit;
}
#footer p{
	color:#646262;
	background-color:inherit;
	font-size:12px;
	line-height:16px;
	text-align:center;
	padding:10px 0 0 0;
}
#footer p a{
	color:#646262;
	background-color:inherit;	
}
#footer p a:hover{
	text-decoration:underline;
}
.bodyBottom{
	overflow:hidden;
	height:100%;
	background-color:#fff;
	color:#000;
	border-top:1px solid #dedede;
	padding:10px 10px 0 10px;
}
/* left pan style start here */
.leftpan{
	width:322px;
	float:left;
	overflow:hidden;
	height:100%;
}
.leftBox{
	background:url(images/leftboxbg.gif) no-repeat 0 0;
	height:100%;
	overflow:hidden;
	padding:19px 16px 0 18px;
	width:288px;
}
.our{
	overflow:hidden;
	height:100%;
	padding:0 0 5px 0;
}
.our h2{
	background:url(images/our-titlebg.gif) no-repeat 0 0;
	width:288px;
	height:34px;
	padding:0 0 0 11px;
	font-size:20px;
	font-family:"Trebuchet MS", sans-serif, Arial, "Times New Roman";
	line-height:34px;
	font-weight:normal;
}
.ourContent{
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	overflow:hidden;
	height:100%;
	padding:0 10px 0 10px;
	width:266px;
}
span.ourBottom{
	background:url(images/our-bottomcurve.gif) no-repeat 0 0;
	height:14px;
	font-size:0;
	line-height:0;
	display:block;
}
.ourContent ul li{
	border-bottom:1px solid #dddddd;
	padding:5px 0 5px 0;
	font-size:14px;
	line-height:28px;
}
.ourContent ul li img{
	float:left;
	width:auto;
	margin:0 19px 0 0;
}
.nobg{
	border:0 !important;
}
/* midlepan style start here */
.midlemain{
	width:422px;
	float:left;
	overflow:hidden;
	height:100%;
	padding:0 0 13px 0;
}
.midlepan{
	overflow:hidden;
	height:100%;
	background:url(images/midleboxbg.gif) no-repeat 0 0;
	padding:19px 0 0 16px;
}
.midleBox{
	overflow:hidden;
	height:100%;
}
span.midleTop{
	background:url(images/midle-curvetop.gif) no-repeat 0 0;
	height:9px;
	display:block;
	font-size:0;
	line-height:0;
}
span.midleBottom{
	background:url(images/midle-curvebottom.gif) no-repeat 0 0;
	height:15px;
	display:block;
	font-size:0;
	line-height:0;
}
div.midleContent{
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	overflow:hidden;
	height:100%;
	padding:0 0 0 10px;
	width:377px;
}
div.midleContent h2{
	color:#000;
	background-color:inherit;
	font-size:20px;
	line-height:24px;
	padding-bottom:4px;
	font-family:"Trebuchet MS", sans-serif, Arial, "Times New Roman";
}
span.midleBottom{
	background:url(images/midle-curvebottom.gif) no-repeat 0 0;
	height:15px;
	display:block;
	font-size:0;
	line-height:0;
}
.midletextContent{
	overflow:hidden;
	height:100%;
	padding-bottom:11px;
}
span.midleCurveTop2{
	background:url(images/midlecurve2-top.gif) no-repeat 0 0;
	height:6px;
	font-size:0;
	line-height:0;
	display:block;
}
span.midleCurveBottom2{
	background:url(images/midlecurve2-bottom.gif) no-repeat 0 0;
	height:5px;
	font-size:0;
	line-height:0;
	display:block;
}
.midleGrayContent{
	background-color:#ededed;
	color:#000;
	padding:0 5px 0 8px;
	width:355px;
}
div.midleContent p{
	 padding:0 10px 10px 0;
	 text-align:justify;
}
.midleBanner{
	background:url(images/midle-banner.jpg) no-repeat 0 0;
	width:367px;
	height:89px;
	padding:5px 0 9px 10px;
}
.midleBanner h3{
	width:265px;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	font-style:italic;
	color:#004fa7;
	background-color:inherit;
	text-align:justify;
}
.rightpan{
	width:233px;
	float:right;
	overflow:hidden;
	height:100%;
	padding:8px 0 0 0;
}
.rightbanner{
	background:url(images/right-banner.gif) no-repeat 0 0;
	height:49px;
	padding:85px 0 0 52px;
	margin:0 0 7px 0;
}
.rightbanner a{
	background:url(images/click-herebutton.gif) no-repeat 0 0;
	width:130px;
	height:34px;
	display:block;
	text-indent:-9000px;
}
.rightbanner a:hover{
	background:url(images/click-herebutton.gif) no-repeat 0 100%;	
}
.rightBox{
	overflow:hidden;
	height:100%;
	padding:0 0 10px 0;
}
.rightBox h2{
	background:url(images/right-titlebg.gif) no-repeat 0 0;
	height:36px;
	padding:0 0 0 9px;
	color:#000;
	background-color:inherit;
	line-height:36px;
	font-family:"Trebuchet MS", sans-serif, Arial, "Times New Roman";
	font-weight:normal;
}
.rightContent{
	background:url(images/rightcontentbg.gif) repeat-y 0 0;
	padding:0 10px 0 9px;
	width:215px;
}
.rightContent ul li{
	background:url(images/right-bullet.gif) no-repeat 0 13px;
	padding:5px 0 5px 13px;
	border-bottom:1px solid #e3e2e2;
}
.noborder{
	border:none !important;
}
.tesi{
	overflow:hidden;
	height:100%;
	padding:13px 0 0 0;
}
span.tesitop{
	background:url(images/testicurve-top.gif) no-repeat 0 0;
	height:9px;
	display:block;
	font-size:0;
	line-height:0;
	display:block;
}
span.tesibottom{
	background:url(images/testi-curve-bottom.gif) no-repeat 0 0;
	height:19px;
	display:block;
	font-size:0;
	line-height:0;
	display:block;
}
.testiCon{
	background-color:#fff;
	color:#484848;
	border-left:2px solid #dbdbdb;
	border-right:2px solid #dbdbdb;
	overflow:hidden;
	height:100%;
	padding:0 0 0 7px;
	width:203px;
	font-size:12px;
	line-height:16px;
	font-style:italic;
}
.rightContent p{
	padding:6px 0 0 0;
	font-style:italic;
	font-size:12px;
}

p.phptxt{
	padding:0 0 15px 0;
	clear:both;
	text-align:center;
}
