body {
	margin: 10px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: #ffffff  repeat-x;
}

h1 {
	font-size: 28px;
	margin: 20px 0 0 0;
	font-weight: normal;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

a {
	color: #98CA2E;
}

a:hover {
	text-decoration: none;
}

p {
	text-indent: 24px;
	line-height: 24px;
	margin: 5px 0 0 0;
}

/* head start*/
#head {
	background-color: #eee;
	width: 1200px;
	height: 180px;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

#menu {
	text-align: right;
	height: 40px;
    background:#cccccc;

}

#menu_top {
	width:1200px;
	height:140px;
	padding: 0;
	background-image: url("./../images/logo.png");
}

#menu_top a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 5px 5px 5px #606060;
	-webkit-transform: translate(2px, 20px);
	-moz-text-shadow: 0 0 10px #606060;
	-webkit-text-shadow: 0 0 10px #606060;
}
#menu_top label {
	text-decoration: none;
	color: #ffffff;
	
}

#menu ul {
	line-height: 40px;
	margin: 0;
	padding: 0;
	
}

#menu li {
	font-size: 28px;
	width: 150px;
	list-style: none;
	list-style-image: none;
	float: right;
	text-align: center;
	background-color:#58585a;
	margin:0 0 0 10px;

	
}

#menu a {
	color: #f7941d;
	text-decoration: none;
}

#menu a:hover {
	color: #be1e2e;

}
#menu .active a {
	color: #be1e2e;
	text-decoration: none;
}

/* head end*/

/* Content start*/
#content {
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
    height:580px;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}

#content p {
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 28px;
	margin: 8px 0 0 0;
}
#content .intr {
	font: normal 130% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 34px;
	margin: 4px 0 0 0;
}

#content #intro{
	background:#f7fcfe;
	float: left;
	height:570px;
	width: 58%;
	padding: 5px 10px 5px 20px;
}
#content #right{
	background:#f7fcfe;
	float: left;
	width: 36%;
	height:570px;
	padding: 5px 10px 5px 30px;
}
#content #pic {
	margin-top: 10px;
	width:432px;
	height:340px;
}
#pic .flow {
    width:432px;
    height:340px;
    padding:0;
	
}
#content #Statistics {

	background:#f7fcfe;
	width:432px;
	height:200px;
}
#content #Statistics h1 {
	font-size: 28px;
	margin: 0 0 0 0;
	font-weight: normal;
	color:red;
}
#content #Statistics p{
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 17px;
	margin: 3px 0 0 0;
}
#content #Statistics .p_1{
	font: normal 90% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 17px;
	margin: 3px 0 0 0;
	color:#0080ff;
}

#content #container{
	 height: 400px;
	 width:100%;

}
/*content end*/

/* result start*/
#result {
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}

#result #introduction{
	width:1200px;
	backgroun-color:#fff;
	margin:0;
	padding:0;
}

#result p {
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 24px;
	margin: 8px 0 0 0;
}

/*result end*/

hr {
	border: 1px dashed #dedede;
}
/* search start*/
#content #search {
	padding: 5px 10px 0 20px;
	font-size: 20px;
}
#search .select{
	width: 300px;
	height: 25px;
	border: 1.8px solid #79A2BD;
	padding:0;
	margin:1px 1px 10px 1px;
}
#content #search #sub_search {
	height: 80px;
	margin: 0px auto 0 auto;
	width: 90%;	
border: 1px solid #97CBFF;
background:  white;	
-webkit-box-shadow:0 0 10px #97CBFF;
-moz-box-shadow:0 0 10px #97CBFF;  
box-shadow: 0 0 10px #97CBFF;
border-radius:25px;
-moz-border-radius:25px; /* Old Firefox */
padding-top:0.8em;
padding-left:1em;
padding-right:1em;
padding-bottom:0.8em;
margin-bottom:10px;
}



#content #search #sub_description{
	height: 160px;
	margin: 20px auto 5px auto;
	width: 94%;	
}

#content #search #sub_eg{
	height: 30px;
	margin: 0;
	width: 94%;	
}
#content #search #sub_eg .p{
	text-align: justify;
	text-indent:0em;
	line-height: 14px;
	margin: 0;
	font-size: 7px;
}
#content #search #sub_description .p{
	text-align: justify;
	text-indent:0em;
	line-height: 28px;
	margin: 5px 0 0 0;
	font-size: 16px;
}
#search .input_in{
	float:left;
	width:620px;
	padding: 0;
}
#search .input_submit{
	width:200px;
	float:right;
	padding: 8px 0 0 0;
}
#search .input_submit_l{
	width:100px;
	float:left;
}
#search .input_submit_r{
	width:100px;
	float:right;
}

#search .ele_1 {
	width: 300px;
	height: 23px;
	border: 1.8px solid #79A2BD;
	padding:0;
	margin:1px 1px 10px 1px;
}

#search .submit:hover {
	color:#0080FF;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}

#search .submit {
	width:82px;
	height:66px;
	padding: 5px;
	font-size: 18px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #000;
	border: 1px solid #79A2BD;
    background-color: white;
}

#search .reset {
	width:82px;
	padding: 5px;
	font-size: 18px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #000;
	color: #000;
	border: 1px solid #79A2BD;
    background-color: white;
}

#search .reset:hover {
	color:#0080FF;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}

#search .example:hover {
	color:#0080FF;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}
#search .example {
	width:82px;
	padding: 5px;
	font-size: 18px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #000;
	color: #000;
	border: 1px solid #79A2BD;
    background-color: white;
}

/* search end*/
/* Footer */
#footer {
	width: 1200px;
	height: 40px;
	font: normal 110% arial, helvetica, sans-serif;
	margin: 10px auto;
	background: #222; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ffffff' ); /* for IE */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
	-webkit-box-shadow: -1px 0 10px #999999;
	-webkit-box-shadow: 1px 0 10px #999999;
	-webkit-box-shadow: 0 1px 10px #999999;
	-moz-box-shadow: -1px 0 10px #999999;
	-moz-box-shadow: 1px 0 10px #999999;
	-moz-box-shadow: 0 1px 10px #999999;
	box-shadow: 1px 0 10px #999999;
	box-shadow: -1px 0 10px #999999;
	box-shadow: 0 1px 10px #999999;
}

#footer p {
	text-align:center;
	padding: 10px 1px 1px 1px;
	display: block;
	line-height: 48px;
	font: normal 100% arial, helvetica, sans-serif;
	color: #000000;
}

#content #download {
	width: 1200px;
	font-size: 20px;

}
#download .td{
	width:500px;
	
}
#download .col1 {
	width: 80%;
	height: 60px;
	text-align: center;
	background:#F2F2F2;
}
#download .col2 {
	width: 100%;
	height: 60px;
	text-align: center;
	background:#c0c0c0;
}

#download .col3 {
	width: 20%;
	height: 60px;
	text-align: center;
	background:#F2F2F2;
}
#help {

	font-size: 18px;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
	padding:0 0 10px 0;
}
.help_top{
	width:1200px;
	height:60px;
}
.help_sub{
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 30px;
}

.help_content{
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 30px;
	
}

.help_content p {
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: 24px;
	line-height: 28px;
	margin: 8px 0 0 0;
}

#help a {
	color: #e83428;
	text-decoration: none;
}

#help a:hover {
	color: black;
	text-decoration: underline;
}
.content-sub-head {
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 60px;
}




#quickMenu {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 170px;
	left: 0;
	border: 1px solid #e1f2fd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	background-color: #e1f2fd;
}

#quickMenu a {
	font-family: arial, helvetica, sans-serif;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#quickMenu a:hover {
	text-decoration: underline;
}

#contact_us {
	font-size: 20px;

	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}

#contact_us a {
	color: green;
	text-decoration: none;
}
#contact_us a:hover {
	color: green;
	text-decoration: underline;
}

