@charset "utf-8";
@import url("font.css");
@import url("box.css");

/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	background-color:#F9F2E0;
}

/*================================Layout=========================================*/
#aboutus_img { float: right;
margin:0px;
padding-left:16px;}
#container{
	width:75%;
	margin:0px auto;
}

#layout{
	width:953px;
	height:700px;
	border-left:#fff solid 4px;
	border-right:#fff solid 4px;
	background:#234781 url(../_images/n_home_bg.jpg) repeat-x top right;
}

#layout_l{
	width:294px;
	float:left;
}

#layout_r{
	width:642px;
	float:left;
}

#header,#sideBar_l{
	width:294px;
	float:left;
}

#header{
	height:387;
	border-bottom:#fff solid 1px;
}

#sideBar_l{
	height:273px;
	background-color:#244882;
	border-top:#1D3968 solid 5px;
}

#QuickForm{
	width:205px;
	padding-left:27px;
	padding-right:20px;
	float:left;
}

#header_welcome{
	width:641px;
	float:left;
}

#main_menu_sub{
	border-top:#50C7E7 solid 4px;
	height:46px;
	border-left:#fff solid 1px;
	padding-left:16px;
}

#header_welcome{
	height:196px;
	border-left:#fff solid 1px;
}

.home_bg{
	height:26px;
	border-left:#fff solid 1px;
	border-top:#fff solid 1px;
	background:#fff url(../_images/bg_line.jpg) repeat-x left center;
	width:641px;
	float:left;
}

#bg_img{
	float:right;
}
#content{
	width:574px;
	border-left:#fff solid 1px;
	clear:both;
	background-color:#fff;
	float:left;
	border-right:#E4E4E4 solid 1px;
	padding-left:33px;
	padding-right:33px;
}

#content1{
	height:363px;
	float:left;
}

#bottom_img{
	width:642px;
	height:47px;
	float:left;
}

#footer{
	width:953px;
	float:left;
}

#footer_l,#footer_r{
	height:34px;
	float:left;
}

#footer_l{
	width:267px;
	background-color:#193769;
	padding-left:27px;
}

#footer_r{
	width:637px;
	padding-right:20px;
	background:#193769 url(../_images/footer_bg.jpg) repeat-y left top;
}

.footer{
	float:right;
	line-height:34px;
}

#path_way{
	background:#fff url(../_images/line.jpg) repeat-x left bottom;
	height:26px;
	line-height:30px;
	border-top:#fff solid 6px;
	width:auto;
	color:#838383;
	vertical-align:bottom;
}

#line{
	background:#fff url(../_images/line.jpg) repeat-x left bottom;
	border-top:#fff solid 6px;
	width:auto;
	color:#838383;
	vertical-align:bottom;
}


