@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.8em;
	font-variant: normal;
}
html, .main { padding:0; margin:0; background-color:#FFF;}
#main {padding:0; margin:0; background-color:#FFF;}
.clr { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}
h1 { margin:0; padding:12px 0; color:#fff; font:normal 40px/1.2em Arial, Helvetica, sans-serif;}
h1 a, h1 a:hover { color:#fff; text-decoration:none;}
h2 {
	color: #0000BD;
	padding: 8px 0;
	margin: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}
p {
	margin: 8px 0;
	padding: 0 0 8px 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
}
a {
	color: #6A5CC9;
	text-decoration: underline;
}

a img{
	border:0px;	
}

.header, .content, .menu_nav, form, ol, ol li, ul, .content .mainbar, .content .sidebar {
	margin: 0;
}
.content, .content .mainbar, .content .sidebar { margin: 0;}
.header_resize, .content_resize { margin:0 auto; padding:0 15px; width:800px;}
.header_resize_index { margin:0 auto; padding:0 15px; width:800px;}

.content_resize, .menu_nav ul li a { border-radius:12px; -moz-border-radius:12px; -webkit-border-radius:12px; behavior:url(border-radius.htc);}

/* header */
.header_resize { height:301px; background:url(images/header_bg.png) repeat-x top; padding-bottom:10px;}
.header_resize_index { height:215px; background:url(images/header_bg_index.gif) repeat-x top; padding-bottom:10px;} /* index.html*/
.header .logo {
	padding-top: 10px;
	padding-bottom:8px;
	float: left;
}
.header .logo2{
	padding-top:20px;
	padding-left:640px;
}
.header .header_pic{
	padding-top:2px;
	padding-left:405px;
}

/* menu */

.new_nav {
	float:right;
	margin-top:210px;
	}

.new_nav ul { list-style:none;}

.new_nav ul li {
			float:left;			
		}

.new_nav ul li a {
	font-family: ColabThi,sans-serif;
	font-size:21px;
	color:#fff;
	height:60px;	
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);						
	text-decoration:none;
	width:106px;
	text-align:center;
	float:left;
	padding-top:12px;
	background:#433b8f;
	background-image: gradient(top, #383282, #484095); /* FF3.6 */
	background-image: -moz-linear-gradient(top, #383282, #484095); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #383282),color-stop(1, #484095)); /* Saf4+, Chrome */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#383282', EndColorStr='#484095'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#383282', EndColorStr='#484095')"; /* IE8 */
		}

.new_nav ul li a.current, .new_nav ul li a:hover {padding-bottom:10px;}

.new_nav ul .li2 a {
			background:#0184cd;
			background-image: -moz-linear-gradient(top, #017bc8, #018ed3); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */
		}
		.new_nav ul .li3 a {
			background:#7cbc19;
			background-image: -moz-linear-gradient(top, #0CC3C9, #0CC8CE); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0CC3C9),color-stop(1, #0CC8CE)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#0CC3C9', EndColorStr='#0CC8CE'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0CC3C9', EndColorStr='#0CC8CE')"; /* IE8 */
		}
		.new_nav ul .li4 a {
			background:#ffbc00;
			background-image: -moz-linear-gradient(top, #73b515, #86c31d); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73b515),color-stop(1, #86c31d)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#73b515', EndColorStr='#86c31d'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#73b515', EndColorStr='#86c31d')"; /* IE8 */
		}
		.new_nav ul .li5 a {
			background:#f07502;
			background-image: -moz-linear-gradient(top, #ee6c01, #f27f02); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ee6c01),color-stop(1, #f27f02)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee6c01', EndColorStr='#f27f02'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee6c01', EndColorStr='#f27f02')"; /* IE8 */
		}
		.new_nav ul .li6 a {
			background:#d00110;
			background-image: -moz-linear-gradient(top, #d00110, #da0116); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d00110),color-stop(1, #da0116)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#d00110', EndColorStr='#da0116'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d00110', EndColorStr='#da0116')"; /* IE8 */
		}

/* content */
.content { repeat-x bottom;}
.content_resize { padding-bottom:16px; background-color: #F5F5F5;}
#content_resize { padding-bottom:16px; background-color:#FFF; margin:auto}    /* index.html*/
.content_resize { border-radius:12px; -moz-border-radius:12px; -webkit-border-radius:12px; behavior:url(border-radius.htc);}
.content img.ctop { margin:20px 0 20px -20px;}
.content .mainbar { float: right; width:740px;}
.content .mainbar img {
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid #DCEBFB;
	background-color: #fff;
	text-align: center;
}
.content .mainbar img.fl { float:left; margin-right:12px;}
.content .mainbar .article, .content .sidebar .gadget { margin:0; padding:0 0 16px 0;}
.content .sidebar { float:left; width:220px;}
ul.sb_menu, ul.ex_menu { margin:0; padding:0; list-style:none; color:#959595;}
ul.sb_menu li, ul.ex_menu li { margin:0; background:url(images/li.gif) no-repeat 0 12px;}
ul.sb_menu li { padding:4px 0;}
ul.ex_menu li { padding:4px 0 8px;}
ul.sb_menu li a, ul.ex_menu li a { color:#5f5f5f; text-decoration:none;}
ul.sb_menu li a:hover, ul.ex_menu li a:hover { color:#81b436; font-weight:bold;}
ul.sb_menu li a:hover { text-decoration:underline;}
ul.ex_menu li a:hover { text-decoration:none;}

/* subpages */
.content .mainbar .comment { margin:0; padding:16px 0 0 0;}
.content .mainbar .comment img.userpic { border:1px solid #dedede; margin:10px 16px 0 0; padding:0; float:left;}

/* fbg */
.fbg { background:url(images/footer.gif) repeat-x top; width:980px; height:8px; margin:10px auto 0 auto;}

/* footer */
.footer {
	background-color: #F5F5F5;
	width: 980px;
	height: 42px;
	margin: 0 auto;
	font-weight: normal;
}
.footer p { margin:0 0 0 10px; padding:4px 0; float:left; width:auto; line-height:2.8em;}
ul.fmenu { margin:0; padding:2px 0; list-style:none; float:right; width:auto;}
ul.fmenu li { margin:0; padding:0 4px; float:left;}
ul.fmenu li a { color:#5f5f5f; text-decoration:none; padding:2px 6px;}
ul.fmenu li a:hover, ul.fmenu li.active a { color:#81b436;}
ul.fmenu li a:hover { text-decoration:underline;}

/* form */
ol { list-style:none;}
ol li { display:block; clear:both;}
ol li label { display:block; margin:0; padding:16px 0 0 0;}
ol li input.text { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:5px 2px; height:16px; background:#fff;}
ol li textarea { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:2px; background:#fff;}
ol li .send { margin:16px 0 0 0;}

.SubMenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	color: #B3ACA2;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}


a.LinkMenu { color: #999999; text-decoration: none}
a.LinkMenu:hover { color: #6A5CC9; text-decoration: underline}
a.LinkSubMenu {
	color: #C0A2FF;
	text-decoration: none
}
a.LinkSubMenu:hover { color: #CCC; text-decoration: none}

.star {line-height:8px}

.table_content {
	margin: 8px 0;
	padding: 0 0 8px 0;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
}

.CntHdr {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}

td.dot {
	background: url(images/dot_type1.jpg)
}

.p_arr {
	text-align: left;
}

.font_c {
	color: #C36;
}


#left-menu a {
	color: #c60;
	font-size: 15px;
	text-decoration: none;
	font-family: Asap,sans-serif;
}
#left-menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#left-menu ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #999;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 0px;
    margin: -25px 0 0;
    padding: 30px 0 0;
}
#left-menu ul li:hover {
	/*    margin-left: 30px;
    transition: all 0.2s ease-in-out 0s;  */
	background-color: #9999FF;
}
#left-menu ul li {
	background: none repeat scroll 0 0 #F5F5F5;
	/* border-bottom: 1px dotted #CCCCCC; */
	display: block;
	line-height: 1.3em;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 16px;
}

.sponsor {
	font-size:12px;
	font-weight:normal;	
	padding-top:12px;
}	

#index_ul ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #999;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 0px;
    margin: -25px 0 0;
    padding: 30px 0 0;
}

.Link2 { color: black; text-decoration: none}
a.Link2:hover {color: red; text-decoration:underline}
	
.Link3 { color: orange; text-decoration: none}
a.Link3:hover {color: red; text-decoration:underline}

@font-face {
      font-family:'Asap';
      src: url('Asap-Regular-webfont.eot');
      src: url('Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('Asap-Regular-webfont.ttf') format('truetype');
   }
   
@font-face {
      font-family:'ColabThi';
      src: url('ColabThi-webfont.eot');
      src: url('ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
           url('ColabThi-webfont.ttf') format('truetype');
   }
   
.picRight{
	float:right
	margin:0 0 20px 20px;
	height: auto;
	width: auto;
}
.header .content .content_resize .mainbar .article a .picRight {
	-webkit-transition: all ease-in-out;
	-moz-transition: all ease-in-out;
	-ms-transition: all ease-in-out;
	-o-transition: all ease-in-out;
	transition: all ease-in-out;
}

.triangle_down {
width: 0px;
height: 0px;
border-style: solid;
border-width: 25px 25px 0 25px;
border-color: #7625d9 transparent transparent transparent;
line-height: 0px;
_border-color: #7625d9 #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid black;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #906;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	
	border-left: 60px solid green;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid blue; 
}
