@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
padding:0px;
background:url(../images/bg.jpg) fixed;
}
#wrapper
{
margin:0 auto;
width:1000px;
height:auto;
overflow:hidden;
/*background:#fff;*/
}
#header
{
position:absolute;
width:1000px;
height:auto;
}
.logo
{
position:relative;
width:1000px;
height:auto;
}
#menu
{
position:relative;
width:960px;
height:45px;
margin:158px 20px 0 20px;
background: #429ecd; /* Old browsers */
background: -moz-linear-gradient(top,  #429ecd 0%, #1082b8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#429ecd), color-stop(100%,#1082b8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #429ecd 0%,#1082b8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #429ecd 0%,#1082b8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #429ecd 0%,#1082b8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #429ecd 0%,#1082b8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429ecd', endColorstr='#1082b8',GradientType=0 ); /* IE6-9 */
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-bottom-left-radius:10px;
-moz-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border:3px solid #f1f1f1;
z-index:9999;
}
.mini_menu ul
{
margin:0px;
padding:0px;
list-style:none;
color:#fff;
}
.mini_menu ul li
{
line-height:20px;
font-family:OpenSans;
font-size:13.5px;
font-weight:500;
margin:12px 15.5px;
float:left;
}
.mini_menu ul li a
{
color:#fff;
text-decoration:none;
margin-right:5px;
text-transform:uppercase;
}
.mini_menu ul li a:hover
{
color:#bae5fb;
text-decoration:none;
margin-right:5px;
text-transform:uppercase;
}
@font-face
{
font-family:OpenSans;
src:url(../images/OpenSans-Semibold.ttf);
}
#banner
{
position:absolute;
width:1000px;
height:300px;
margin:-47px 0 0 0;
background:#fff;
}
#body_content
{
position:absolute;
width:1000px;
height:auto;
background:#fff;
margin:252px 0 10px 0;
}
#text_part
{
position:relative;
width:960px;
height:auto;
overflow:hidden;
border:1px solid #ccc;
border-radius:10px;
margin:15px 20px;
}
.text_box
{
position:relative;
width:410px;
height:10px;
background:#1e8cc1;
margin:0px 15px;
}
.first_half
{
float:left;
width:725px;
height:auto;
}
.second_half
{
float:left;
width:200px;
height:auto;
}

#text_part h3
{
font-family:OpenSans;
font-size:24px;
float:left;
color:#12aa09;
font-weight:normal;
margin:15px 0 0 20px;
}
#text_part p
{
font-family:OpenSans;
font-size:13px;
line-height:30px;
text-align:justify;
float:left;
color:#000;
width:680px;
margin:10px 0 0 20px;
}
.line_dotted
{
width:400px;
height:1px;
border:1px dotted #666666;
margin:0px 25px; 
}
/*=======other common style========*/
#common_content
{
position:absolute;
width:1000px;
height:auto;
background:#fff;
margin:150px 0 10px 0;
}
#common_text
{
position:relative;
width:960px;
height:auto;
overflow:hidden;
border:1px solid #ccc;
border-radius:10px;
margin:15px 10px;
}
.first_half_common
{
float:left;
width:725px;
height:auto;
font-family:OpenSans;
font-size:12px;
}
.second_half_common
{
float:left;
width:200px;
height:auto;
}

#common_text h3
{
font-family:OpenSans;
font-size:24px;
float:left;
color:#12aa09;
font-weight:normal;
margin:15px 0 0 20px;
}
#common_text p
{
font-family:OpenSans;
font-size:12px;
line-height:30px;
text-align:justify;
float:left;
color:#000;
width:680px;
margin:10px 0 0 20px;
}
#common_text span
{
font-family:OpenSans;
font-size:14px;
line-height:25px;
}
#common_text ol
{
font-family:OpenSans;
font-size:12px;
line-height:25px;
text-align:justify;
color:#000;
width:auto;
}
.a_heading
{
font-family:OpenSans;
font-size:12px;
line-height:25px;
text-align:justify;
margin:50px 0 0 20px;
line-height:25px;
}
/*=============other common style end==========*/
#footer
{
position:relative;
width:1000px;
height:auto;
background: #bce6be; /* Old browsers */
background: -moz-linear-gradient(top,  #bce6be 0%, #fdfeff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bce6be), color-stop(100%,#fdfeff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bce6be 0%,#fdfeff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bce6be 0%,#fdfeff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bce6be 0%,#fdfeff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bce6be 0%,#fdfeff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce6be', endColorstr='#fdfeff',GradientType=0 ); /* IE6-9 */
}
#footer .fot_line
{
width:1000px;
height:3px;
background:#20ab12;
}
#footer p
{
font-family:OpenSans;
font-size:12px;
font-weight:normal;
text-align:center;
line-height:25px;
color:#296e1d;
}
#footer p a
{
color:#296e1d;
text-decoration:none;
text-align:center;
}
#footer p a:hover
{
color:#7bd85f;
text-decoration:underline;
}



