@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-color:#030303;
}

div, p, ul, li {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

.overall { 
	margin:auto;
	padding:0px;
	width:912px;
	background-color:#FFFFFF;
}

.banner {
	margin:0px;
	padding:0px; 
	background:url(image/banner.jpg) top center no-repeat;
	height:125px;
}

.home_bg {
	margin:0px;
	padding:0px;
	background:url(image/home_bg.gif) top left repeat-x;
	height:21px;
}

.condent_bg {
	background:url(image/condent_bg.jpg) top left repeat-x;
	/*height:402px;*/
}

.condent_Lt {
	float:left; 
	width:188px;
	padding:16px 0px 16px 25px;
	
} 

.condent_Rt { 
	margin-left:218px;
	padding:41px 25px 0px 15px;
}

h4 {
	text-align:center;
	font-family:"Arial Black";
	font-size:14px;
	font-weight:normal;
	color:#6e479c;
	margin:0px;
	padding:20px 0px 0px 0px;
}

.contact {
	padding-top:20px; 
	text-align:center;
}

.contact h4 {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman";
	font-size:18px;
	font-weight:normal;
	color:#333333;
}


h3 {
	font-family:"Arial Black";
	font-size:18px;
	font-weight:normal;
	color:#6e479c;
	margin:0px;
	padding:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#6e479c;
	margin:0px;
	padding:0px;
}

.center_span {
	text-align:center;
}

.con_2nd_lt_top{
	background:url(image/con_top_lt_bg.gif) top left no-repeat;
	padding-top:13px;
}

.con_2nd_rt_top{
	background:url(image/con_top_rt_bg.gif) top right no-repeat;
}

.con_2nd_top_bg{
	background:url(image/con_top_bg.gif) top left repeat-x;
}

.con_2nd_mid_lt_border{
	background:url(image/con_middle_lt_bg.gif) bottom left repeat-y;
}

.con_2nd_mid_rt_border{
	background:url(image/con_middle_rt_bg.gif) bottom right repeat-y;
}

.con_2nd_mid_bg{
	background-color:#6e479c;
}

.con_2nd_lt_bottom{
	background:url(image/con_bottom_lt_bg.gif) top left no-repeat;
	padding-top:13px;
}

.con_2nd_rt_bottom{
	background:url(image/con_bottom_rt_bg.gif) top right no-repeat; 
}

.con_2nd_bottom_bg{
	background:url(image/con_bottom_bg.gif) top left repeat-x;
}

.condent_top_pad {
	margin:0PX;
	padding-top:24px;
}

.menu_pad{
	margin:0px;
	padding:3px 0px 9px 6px;
}

.menu_span {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.lnk ul li {
	margin:0px;
	padding:0px 20px 0px 35px;
	background:url(image/menu_img.jpg) top left no-repeat;
	line-height:2.2em;
}

.lnk ul li.lines {
	line-height:1.1em;
}

.con_img_lt {
	float:left;
	background:url(image/1_img.jpg) top left no-repeat;
}

.con_img_rt {
	float:right;
	background:url(image/3_img.jpg) top right no-repeat;
}

.con_img_center {
	background:url(image/2_img.jpg) top center no-repeat;
}

.clr {
	clear:both;
}