@charset "utf-8";
/* CSS Document */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,label,input,p,blockquote{margin:0;padding:0;}
body{ font-family:Arial;font-size:11px; line-height:18px; background:#eeeeee; }
a{text-decoration:none; overflow:hidden; border:0px; outline:none;}
img{text-decoration:none; border:0px;}
ul{	text-decoration:none;	overflow:visible;	list-style:none;}
li{text-decoration:none;overflow:hidden; list-style:none;}
p{text-align:justify;}
img{padding:0px; margin:0px; float:left;}

#mainWrapper{
	width:100%;
	background:#fff url(../images/body_bg.png) repeat-x left top ;
	float:left;
}
#mainWrapper1{
	width:100%;
	background:#fff url(../images/body_bg1.png) repeat-x left top ;
	float:left;
}
#main{
	margin:0 auto;
	width:975px;
}
#topPortion{
	float:left;
	width:975px;
	position:relative;
	padding:0 0 0px 0;
}
#topPortion h1{
	float:left;
	display:block;
	margin:0 0 0 23px;
}

#menu{
	float:left;
	width:975px;
	background:url(../images/menu_bg.png) no-repeat left top;
	height:53px;
	margin:18px 0px 0 0;
}
#menu ul{
	text-decoration:none;
	overflow:visible;
	list-style:none;
	float:right;
	padding:0px 8px 0 0;
	display:block;
}
#menu ul li{
	float:left;
	width:auto;
	display:block;
	padding:0px 5px 0 0;
}
#menu ul li a{
	float:left;
	width:auto;
	color:#067646;
	font-size:12px;
	padding:15px 25px 30px 25px;
	font-weight: bold;
}

#menu ul li a:hover,#menu ul li a.active{
	float:left;
	background:#fff;
	color:#067646;
	font-size:12px;
	padding:15px 25px 16px 25px;
	font-weight: bold;
}

.banner{
	float:left;
	width:975px;
	margin:36px 0 0 0;
	height:325px;
	background-color: #40842c;
}
.inner{
	float:left;
	width:975px;
	margin:60px 0 0 0;
	padding:0 0 60px 0;
}
.innerTopLeft{
	float:left;
	width:710px;
}
.innerTopLeft h3{
	float:left;
	width:637px;
	font-size:18px;
	color:#067646;
	line-height:30px;
	border-bottom:1px solid #dbdbdb;
	padding:0 0 12px 0;
}

p{
	float:left;
	width:639px;
	color:#727272;
	font-size:12px;
	margin:30px 0 0 0;
}
p a{
	color:#8f713f;
	font-size:12px;
	text-decoration:underline;
}
p a:hover{
	color:#8f713f;
	font-size:12px;
	text-decoration:none;
}

.innerTopRight{
	float:left;
	width:265px;
}
.innerTopRight h3{
	float:left;
	width:254px;
	font-size:18px;
	color:#067646;
	line-height:30px;
	border-bottom:1px solid #dbdbdb;
	padding:0 0 12px 0;
}

.innerBtm{
	float:left;
	width:400px;
	margin:30px 0 0 0;
}
.ticklist {
	clear:both;
	float:left; 
	margin-top:10px; 
}
.ticklist ul {
	float:left; 
	clear:none;
}
.ticklist li {
	width:auto;
	color:#727272;
	font-size:12px;
	background:url(../images/tick.png) no-repeat left 2px;
	padding:0px 0 0 20px;
	clear:both;
}
#footer{
	float:left;
	width:100%;
	background:#eeeeee;
	padding:0 0 35px 0;
}
#footer_portion{
	width:975px;
	margin:0 auto;
}
.footerleft{
	float:left;
	width:400px;
	display:block;
	margin:30px 0 0 5px;
	padding:0px;
}
.Fleft1{
	float:left;
	width:390px;
	display:block;
	color:#727272;
	font-size:11px;
	margin:0px 0 0 5px;
	padding:0px;
}
.footerBtm{
	float:left;
	width:400px;
	margin:5px 0px 0 5px;
	color:#727272;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}
.footerBtm strong a{
	color:#999;
	font-size:12px;
}
.footerBtm strong a:hover{
	color:#727272;
	font-size:12px;
}
.footerRight{
	float:Right;
	width:400px;
	display:block;
	margin:30px 5px 0 0;
	padding:0px;
}
.footerRight p{
	float:Right;
	display:block;
	margin:0px;
	padding:0px;
	color:#727272;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	text-align:right;
}
.contd{
	float:left;
	color:#327222;
	width:240px;
	font-size:14px;
	font-family:Arial;
	padding:10px 0 0px 0;
}
.value{
	float:left;
	width:240px;
	color:#727272;
	font-size:12px;
	padding:5px 0 15px 0;
	font-family:Arial;
}

#topPortionRight {
	margin: 25px 6px 0 0;
	color:#FFF;
	font-weight:bold;
	float:right;
	text-align:right;
}
#topPortionRight a {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
