﻿@charset "utf-8";
/* CSS Document */

.title_top1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
}
.title_top2 {
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}

.contentnorepeat{
background:url("../about/img/contact-us_06.gif");
background-repeat:no-repeat;
}

.content_1leftbig {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.content_1leftlittle {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.content_1leftbigbig {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.content_2lefttitle {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.content2leftcontent {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}
.bottom_big {
	font-family: "Lucida Sans";
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
}
.bottom_medium {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	font-family: "Microsoft Sans Serif";
}
.bottom_little {
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.last_1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
.last2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
.nobgrepeat1{
	width:177px;
	background-image: url(/img/kuang_1.jpg);
	background-repeat:no-repeat;
	height:165px;}

.nobgrepeat2{
	width:177px;
	height:205px;
	background-image: url(/img/kuang_2.jpg);
	background-repeat:no-repeat;}
	
.nobgrepeat3{
    background-image: url(/img/video_bg.jpg);
	background-repeat:no-repeat;
	width:179px;}
	
.nobgrepeat4 {
    background-image: url(/img/bottom_bj.jpg);
	background-repeat:no-repeat;
}

.title {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.contact_ustitle {
	font-family: Tahoma;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

.contactus_content {
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.contact_word {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.content_wordlittle {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.contactus_content_huaxian {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	line-height: 25px;
}

.course_little {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

img {}

img a {
    border:0px;
}

.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}
#chromemenu a {
	text-decoration: none;
}

#chromemenu1 a {
	text-decoration: none;
}
#dropmenu1 a {
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
#dropmenu2 a {
	text-decoration: none;
}
#cont #chromemenu2 a {
	text-decoration: none;
}

#dropmenu3 a {
	text-decoration: none;
}

.menu {
font-family: Tahoma; 
width:105px; 
margin:0; 
margin:0px 0;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:104px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c9c9a7; 
line-height:30px; 
font-size:11px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
}

.style1 {
	color: #666666;
	font-size: 11px;
}
.style2 {
	color: #FF6600;
	font-size: 19px;
	font-weight: bold;
}
.style4 {
	font-size: 8px;
	color: #FFFFFF;
}
.style5 {font-size: 8px}
.style6 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
}
.style8 {font-size: 9px}
.style10 {font-size: 11px; font-family: Tahoma; color: #999999; text-decoration: underline; }
.style11 {
	font-size: 24px;
	font-style: italic;
}
.style12 {
	color: #666666;
	font-family: Tahoma;
}
.style13 {
	font-size: 16px;
	font-family: Tahoma;
	color:#999999;
}
.style14 {
	font-family: Tahoma;
	font-size: 13px;
}
.style15 {
	color: #2D6A99;
	font-size: 16px;
	font-weight: bold;
}
.style16 {
	font-size: 16px;
	color: #2D9199;
	font-weight: bold;
}
.style19 {color: #FF6600; font-weight: bold; }

.style22 {color: #FF6600; font-weight: bold;
font-size:18px}

.style20 {
	font-size: 12px;
	font-family: Tahoma;
}

.STYLE21 {
	color: #63A6B6;
	font-weight: bold;
	font-size: 16px;
}

a:link {
text-decoration:none;
}

a.orange:link {
text-decoration:underline;
color: #FF6600; font-weight: bold; 
}

a.blue:link {
text-decoration:underline;
color:#63A6B6; 
font-weight: bold; 
} 

a.gray:link {
text-decoration:none;
color:#666666;
}

a.title1.link {
font-family:"Trebuchet MS";
font-size:15px;
text-decoration:none;
color:#999999;
}

a.photologo.link{
border:none;
border-color:#FFFFFF;
}

a.title2.link {
font-family:"Trebuchet MS";
font-size:17px;
font-weight:bold;
text-decoration:none;
color:#333333;
}

a.forget_password.link {
font-family:Tahoma;
font-size:11px;
text-decoration:none;
color:#999999;
}

a.sign_up_now.link {
font-family:Tahoma;
font-size:19px;
font-weight:bold;
text-decoration:none;
color:#FF6600;
}

a.chat_with_us.link{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration:none;
}

a.apply_now.link{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration:none;
}

a.footer.link{
	font-size: 16px;
	font-family: Tahoma;
	color:#999999;
	text-decoration:none;
}

.contactus_content {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

#head{
	width:1024px;
	height:650px;
	background-image: url(img/zong_bg.jpg);
	background-repeat: no-repeat;
}

#photo{
	width:148px;
	height:74px;
    margin:10px;
	background-image:  url(img/logo_web.jpg);
	background-repeat: no-repeat;
	margin: 5px;
	float: left;
	text-align: center;
}

#menu1{
	float:right;
	width:830px;
	height:20px;
	margin:10px;
	text-align: right;
    font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
}

#menu2{
	float:right;
	width:830px;
	height:20px;
	margin:10px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
#content {
	float: left;
	height: 600px;
	width: 1024px;
}

#left_register {
	background-image:  url(img/kuang_1.jpg);
	width: 177px;
	height: 165px;
	margin-top: 35px;
	margin-left: 50px;
}

#left_service {
	background-image:  url(img/kuang_2.jpg);
	width: 177px;
	height: 205px;
	margin-left: 50px;
	margin-top: 25px;
	float: none;
}

#left_little{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 43px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 167px;
	text-align:center;
}

#right_content_menu{
	width: 776px;
	height:28px;
	float: right;
	background-image:  url(img/title.jpg);
	background-repeat:no-repeat;
	margin-top: 40px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	align:center;
	padding-top:5px;
}


#right_content_bg{
	width: 776px;
	float: right;
	background-image:  url(img/content_bj1.jpg);
	height: 480px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_ul{
	float:right; /*float:rightʹò˵λҳҲ*/
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	background-image: url(img/726x328bg.gif);
	background-repeat:no-repeat;
	height:350px;
	margin-left:30px;
	margin-top: 20px;
}

#image_little1{
float:left;
height:59px;
width:56px;
margin-top:50px;
margin-left:15px;
background-image:  url(img/chat.jpg);
background-repeat: no-repeat;
}

#image_little2{
float:left;
height:59px;
width:56px;
margin-top:15px;
margin-left:15px;
background-image:  url(img/apply.jpg);
background-repeat: no-repeat;
}

#service_content1{
float:right;
width:100px;
height:70px;
margin-top:45px;
}

#service_content2{
float:right;
width:100px;
height:70px;
margin-top:10px;
}

#image_big{
margin-left:25px;
float:right;
width:300px;
height:228px;
background-image: url(about us.jpg);
}

#bigtitle{
	width:450px;
	float:left;
	margin-left:50px;
	margin-top:40px;
}

#footer_line{
width:1024px;
height:20px;
background-image:  url(img/line.jpg);
background-repeat:no-repeat;
margin-left:50px;
}

#footer_menu{
width:1024px;
height:20px;
text-align:center;
margin-top:10px;
margin-left:50px;
}

#footer_copyright{
width:1024px;
height:20px;
text-align:center;
margin-top:5px;
margin-left:50px;
}

#textfield2{
width:90px;
height:14px;
}

#content_left{
width:280px;
height:260px;
}

#content_leftleft{
width:280px;
height:260px;
float:left;
}

#content_leftxx{
width:280px;
height:400px;
float:left;
margin-left:40px;
margin-top:30px;
}


#content_right{
	width:280px;
	height:300px;
	margin-right:60px;
	float: right;
}

#content_rightxx{
	width:280px;
	height:400px;
	margin-right:60px;
	float: right;
	margin-top:30px;
}

#content_step2{
  float:right;
  margin-top:30px;
  margin-right:10px;
  width:400px;
  height:50px;
  background-image: url(img/1-p2-3-4.gif);
  background-repeat:no-repeat;
}

#content_step3{
float:right;
  margin-top:30px;
  margin-right:10px;
  width:400px;
  height:50px;
  background-image: url(img/1-2-p3-4.gif);
  background-repeat:no-repeat;
}

#content_step4{
float:right;
  margin-top:30px;
  margin-right:10px;
  width:400px;
  height:50px;
  background-image: url(img/1-2-3-p4.gif);
  background-repeat:no-repeat;
}

#right_content_bg1{
	width: 776px;
	float: right;
	background-image:  url(img/content_bj1.jpg);
	height: 700px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_ull{
	float:right; 
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:580px;
	margin-left:30px;
	margin-top: 20px;
}

#right_content_bg2{
	width: 776px;
	float: right;
	background-image:  url(img/content_bj1.jpg);
	height: 1000px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bg3{
	width: 776px;
	float: right;
	background-image:  url(img/content_bj1.jpg);
	height: 810px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bg4{
	width: 776px;
	float: right;
	background-image:  url(img/content_bj1.jpg);
	height: 400px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bg5{
	width: 776px;
	float: right;
	background-image:  url(img/content_bj1.jpg);
	height: 500px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_ul2{
	float:right; 
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:700px;
	margin-left:30px;
	margin-top: 20px;
}

#right_content_ul21{
	float:left; 
	list-style:none;
	width: 400px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:700px;
	margin-left:40px;
	margin-top: 20px;
}

#right_content_ul22{
	float:left; 
	list-style:none;
	width: 550px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:300px;
	margin-left:40px;
	margin-top: 20px;
}

#head{
	width:1024px;
	height:650px;
	background-image:url(zong_bg.jpg);
	background-repeat: no-repeat;
}

#photo{
	width:148px;
	height:74px;
    margin:10px;
	background-image: url(logo_web.jpg);
	background-repeat: no-repeat;
	margin: 5px;
	float: left;
	text-align: center;
}

#menu1{
	float:right;
	width:830px;
	height:20px;
	margin:10px;
	text-align: right;
    font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
}

#menu2{
	float:right;
	width:830px;
	height:20px;
	margin:10px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
#content {
	float: left;
	height: 600px;
	width: 1024px;
}

#left_register {
	background-image: url(kuang_1.jpg);
	width: 177px;
	height: 165px;
	margin-top: 35px;
	margin-left: 20px;
}

#left_service {
	background-image: url(kuang_2.jpg);
	width: 177px;
	height: 205px;
	margin-left: 20px;
	margin-top: 25px;
	float: none;
}

#left_little{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 43px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 167px;
	text-align:center;
}

#right_content_menu{
	width: 776px;
	height:28px;
	float: right;
	background-image: url(title.jpg);
	background-repeat:no-repeat;
	margin-top: 40px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	align:center;
	padding-top:5px;
}


#right_content_bg{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 480px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bgre{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 550px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bgre2{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 780px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bgre3{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 1740px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_ul{
	float:right; /*float:rightʹò˵λҳҲ*/
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	background-image:url(726x328bg.gif);
	background-repeat:no-repeat;
	height:350px;
	margin-left:30px;
	margin-top: 20px;
}

#right_content_ullre{
	float:right; /*float:rightʹò˵λҳҲ*/
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:430px;
	margin-left:30px;
	margin-top: 20px;
}

#right_content_ullre2{
	float:right; /*float:rightʹò˵λҳҲ*/
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:650px;
	margin-left:30px;
	margin-top: 20px;
}

#right_content_ullre3{
	float:right; /*float:rightʹò˵λҳҲ*/
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	
	padding-top: 20px;
	height:1600px;
	margin-top: 20px;
}

#image_little1{
float:left;
height:59px;
width:56px;
margin-top:50px;
margin-left:15px;
background-image: url(chat.jpg);
background-repeat: no-repeat;
}

#image_little2{
float:left;
height:59px;
width:56px;
margin-top:15px;
margin-left:15px;
background-image: url(apply.jpg);
background-repeat: no-repeat;
}

#service_content1{
float:right;
width:100px;
height:70px;
margin-top:45px;
}

#service_content2{
float:right;
width:100px;
height:70px;
margin-top:10px;
}

#image_big{
margin-left:25px;
float:right;
width:300px;
height:228px;
background-image: url(about us.jpg);
}

#bigtitle{
	width:450px;
	float:left;
	margin-left:50px;
	margin-top:40px;
}

#footer_line{
width:1024px;
height:20px;
background-image: url(line.jpg);
background-repeat:no-repeat;
margin-left:50px;
}

#footer_menu{
width:1024px;
height:20px;
text-align:center;
margin-top:10px;
margin-left:50px;
}

#footer_copyright{
width:1024px;
height:20px;
text-align:center;
margin-top:5px;
margin-left:50px;
}

#textfield2{
width:90px;
height:14px;
}

#content_left{
width:280px;
height:260px;
}

#content_leftleft{
width:280px;
height:260px;
float:left;
}

#content_leftxx{
width:280px;
height:400px;
float:left;
margin-left:40px;
margin-top:30px;
}


#content_right{
	width:280px;
	height:300px;
	margin-right:60px;
	float: right;
}

#content_rightxx{
	width:280px;
	height:400px;
	margin-right:60px;
	float: right;
	margin-top:30px;
}

#content_step2{
  float:right;
  margin-top:30px;
  margin-right:10px;
  width:400px;
  height:50px;
  background-image:url(1-p2-3-4.gif);
  background-repeat:no-repeat;
}

#content_step3{
float:right;
  margin-top:30px;
  margin-right:10px;
  width:400px;
  height:50px;
  background-image:url(1-2-p3-4.gif);
  background-repeat:no-repeat;
}

#content_step4{
float:right;
  margin-top:30px;
  margin-right:10px;
  width:400px;
  height:50px;
  background-image:url(1-2-3-p4.gif);
  background-repeat:no-repeat;
}

#right_content_bg1{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 700px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_ull{
	float:right; 
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:580px;
	margin-left:30px;
	margin-top: 20px;
}

#right_content_bg2{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 1000px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bg3{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 810px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bg4{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 400px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_bg5{
	width: 776px;
	float: right;
	background-image: url(content_bj1.jpg);
	height: 500px;
	margin-top: 65px;
	margin-right: 10px;
}

#right_content_ul2{
	float:right; 
	list-style:none;
	width: 700px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:700px;
	margin-left:30px;
	margin-top: 20px;
}

#right_content_ul21{
	float:left; 
	list-style:none;
	width: 400px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:700px;
	margin-left:40px;
	margin-top: 20px;
}

#right_content_ul22{
	float:left; 
	list-style:none;
	width: 550px;
	padding-right: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
	padding-top: 20px;
	height:300px;
	margin-left:40px;
	margin-top: 20px;
}

#chinese_culture{
float:left;
width:177px;
height:165px;
background-image:url(chinese%20culture/bj.jpg);
background-repeat:no-repeat;

}

#chinese_culture_title{
font-family: "Trebuchet MS";
text-align:center; 
font-style: none;
float:left;
width:170px;
margin-top:25px;
margin-left:10px;
font-size:16px;
color:#999999;
line-height:25px;
}

.title_top1 {
	font-family: "Trebuchet MS"!important;
	font-size: 15px!important;
	font-style: normal!important;
	line-height: normal!important;
	font-weight: bold!important;
	color: #999999!important;
}
.title_top2 {
	font-family: "Trebuchet MS"!important;
	font-size: 17px!important;
	font-style: normal!important;
	line-height: normal!important;
	font-weight: bold!important;
	color: #333333!important;
}
.content_1leftbig {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.content_1leftlittle {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.content_1leftbigbig {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.content_2lefttitle {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.content2leftcontent {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}
.bottom_big {
	font-family: "Lucida Sans";
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
}
.bottom_medium {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
.bottom_little {
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.last_1 {
	font-family: Tahoma!important;
	font-size: 16px!important;
	font-weight: normal!important;
	color: #666666!important;
}
.last2 {
	font-family: Tahoma!important;
	font-size: 13px!important;
	color: #000000!important;
}
.nobgrepeat1{
	width:177px;
	background-image:url(kuang_1.jpg);
	background-repeat:no-repeat;}

.nobgrepeat2{
	width:177px;
	height:205px;
	background-image:url(kuang_2.jpg);
	background-repeat:no-repeat;}
	
.nobgrepeat3{
    background-image:url(video_bg.jpg);
	background-repeat:no-repeat;
	width:179px;}
	
.nobgrepeat4 {
    background-image:url(bottom_bj.jpg);
	background-repeat:no-repeat;
}

.nobgrepeat5 {
    background-image:url(online course/menu.jpg);
	background-repeat:no-repeat;
}

.nobgrepeat6 {
    background-image:url(chinese pod/bj.jpg);
	background-repeat:no-repeat;
}

.title {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.contact_ustitle {
	font-family: Tahoma;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

.contactus_content {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.contact_word {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.content_wordlittle {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.contactus_content_huaxian {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	line-height: 25px;
}

.course_little {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

.study_tour {
	font-family: Tahoma;
	font-weight:bold
	font-size: 16px;
}

.study_tour1 {
	font-family: Tahoma;
	font-size: 13px;
}

.study_tour2 {
	font-family: Tahoma;
	font-size: 11px;
}

.style1 {
	color: #666666;
	font-size: 11px;
}
.style2 {
	color: #FF6600;
	font-size: 19px;
	font-weight: bold;
}
.style4 {
	font-size: 8px;
	color: #FFFFFF;
}
.style5 {font-size: 8px}
.style6 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
}
.style8 {font-size: 9px}
.style10 {font-size: 11px; font-family: Tahoma; color: #999999; text-decoration: underline; }
.style11 {
	font-size: 24px;
	font-style: italic;
}
.style12 {
	color: #666666;
	font-family: Tahoma;
}
.style13 {
	font-size: 16px;
	font-family: Tahoma;
	color:#999999;
}
.style14 {
	font-family: Tahoma;
	font-size: 13px;
}
.style15 {
	color: #2D6A99;
	font-size: 16px;
	font-weight: bold;
}
.style16 {
	font-size: 16px;
	color: #2D9199;
	font-weight: bold;
}
.style19 {color: #FF6600; font-weight: bold; }

.style22 {color: #FF6600; font-weight: bold;
font-size:18px}

.style20 {
	font-size: 12px;
	font-family: Tahoma;
}

.STYLE21 {
	color: #63A6B6;
	font-weight: bold;
	font-size: 16px;
}

.black{
font-family:Tahoma;
color:#000000;
}


a:link {
 text-decoration: none;
 border:none;
}
a:visited {
 text-decoration: none;
 border:none;
}
a:hover {
 text-decoration: none;
 border:none;
}
a:active {
 text-decoration: none;
 border:none;
 
}

a.orange:link {
text-decoration:underline;
color: #FF6600; font-weight: bold; 
}

a.blue:link {
text-decoration:underline;
color:#63A6B6; 
font-weight: bold; 
} 

a.gray:link {
text-decoration:none;
color:#666666;
}

a.black:link {
text-decoration:none;
color:#000000;
}

a.title1.link {
font-family:"Trebuchet MS";
font-size:15px;
text-decoration:none;
color:#999999;
}

a.title2.link {
font-family:"Trebuchet MS";
font-size:17px;
font-weight:bold;
text-decoration:none;
color:#333333;
}

a.forget_password.link {
font-family:Tahoma;
font-size:11px;
text-decoration:none;
color:#999999;
}

a.sign_up_now.link {
font-family:Tahoma;
font-size:19px;
font-weight:bold;
text-decoration:none;
color:#FF6600;
}

a.chat_with_us.link{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration:none;
}

a.apply_now.link{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration:none;
}

a.footer.link{
	font-size: 16px;
	font-family: Tahoma;
	color:#999999;
	text-decoration:none;
}

.contactus_content {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.chineseculture{
color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 22px;}
	
.userinformation{
color:#000000;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
}
	
.blue{
	text-decoration:none;
	color:#3E7EB3;
	font-weight:normal;
}

a:link {
text-decoration:none;
}

a.orange:link {
text-decoration:underline;
color: #FF6600; font-weight: bold; 
}

a.blue:link {
text-decoration:underline;
color:#63A6B6; 
font-weight: bold; 
} 

a.gray:link {
    text-decoration:none;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
}

a.black:link {
text-decoration:none;
color:#000000;
}

a.title1.link {
font-family:"Trebuchet MS";
font-size:15px;
text-decoration:none;
color:#999999;
}

a.title2.link {
font-family:"Trebuchet MS";
font-size:17px;
font-weight:bold;
text-decoration:none;
color:#333333;
}

a.forget_password.link {
font-family:Tahoma;
font-size:11px;
text-decoration:none;
color:#999999;
}

a.sign_up_now.link {
font-family:Tahoma;
font-size:19px;
font-weight:bold;
text-decoration:none;
color:#FF6600;
}

a.chat_with_us.link{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration:none;
}

a.apply_now.link{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration:none;
}

a.footer.link{
	font-size: 16px;
	font-family: Tahoma;
	color:#999999;
	text-decoration:none;
}

a.menu21.link {
font-family:Tahoma;
color: #333333; 
font-weight: bold;
font-size:13px;
}

a.menu22.link {
font-family:Tahoma;
color:#666666;
font-weight:normal;
font-size:10px;
}

.menu21{
font-family:Tahoma;
color: #333333; 
font-weight: bold;
font-size:13px;
}

.menu22{
font-family:Tahoma;
color:#666666;
font-weight:normal;
font-size:12px;
}

.gray{
text-decoration:none;
color:#666666;}

.sitemapbig{
color:#39A2D9;
}

.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}
#chromemenu a {
	text-decoration: none;
}

#chromemenu1 a {
	text-decoration: none;
}
#dropmenu1 a {
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
#dropmenu2 a {
	text-decoration: none;
}
#cont #chromemenu2 a {
	text-decoration: none;
}

#dropmenu3 a {
	text-decoration: none;
}

.black_dec{
font-family:Tahoma;
font-size:14px;
font-weight:700;
color:#000000;
text-decoration:underline;
}



.podmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.podmenu a {
	text-decoration: none;
	color: #333333;
}


.xyz {
font-family:Tahoma;
font-weight:bold;
font-size:17px;
color:#000000;
}