html {
	background: #ffffff;
	text-align: center;
	width: auto;
}

html,body,form {
	margin: 0;
	padding: 0;
}

html,body,select,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d5e53;
}

body{
	background: url("images/background.gif") repeat-x;	
}

a img {border: none}

hr {
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #e6e6e6;
	background-color: #e6e6e6;
}

/**********************************************/
/**** container
/**********************************************/
#container {
	background: #ffffff;
	width: 1024px;
	margin: 0px auto;
	text-align: left;
}

/**********************************************/
/**** container_header
/**********************************************/
#container_header_left {
	height: 237px;
	width: 261px;
	float: left;
	margin: 0px auto;
	background: url("images/header_left.gif") no-repeat;
}
#header_left_title {
	margin: 120px 10px 10px 56px;
	font-family: Arial;
	font-size: 12px;
	color: #21345f;
}

#container_header_right {
	height: 237px;
	width: 763px;
	float: left;
	margin: 0px;
	background: url("images/header_right.gif") no-repeat;
}
#container_header_right_top{
	height: 187px;
	margin:0px;
	padding:0px
}
#header_right_title {
	padding: 18px 0px 10px 10px;
	font-family: Arial;
	font-size: 33px;
	color: #21345f;
}
#header_right_remarks {
	margin: 10px 0px 10px 10px;
	font-family: Arial;
	font-size:16px;
	color: #676769;
}
#main_menu{
	height: 70px;
	width: 763px;	
	margin:0px;
	padding:0px;
	list-style: none;
}
#main_menu li{
	height: 40px;
	float: left;
	padding: 10px 0px 0px 0px ;
	background: url("images/menu_bg.gif") no-repeat bottom left;
	font-size:14px;
	font-family: Arial;
}
#main_menu li.first{
	background: url("images/menuf_bg.gif") no-repeat;
}

#main_menu li.w60{
	width: 60px;
}
#main_menu li.w80{
	width: 80px;
}
#main_menu li.w100{
	width: 100px;
}
#main_menu li.w120{
	width: 120px;
}
#main_menu li.w140{
  width: 140px;
}
#main_menu li.w160{
  width: 160px;
}
#main_menu li.w180{
  width: 180px;
}
#main_menu li.w200{
  width: 200px;
}
#main_menu li.w210{
  width: 210px;
}

#main_menu li a {
	height:40px;
	position:relative;
	display: block;
	text-decoration: none;
	color: #2e2e2f;
	font-weight: 500;
	padding-right:10px;
	padding-left:10px;
}

#main_menu li a:hover{
	background: url("images/menu_selected.gif") no-repeat 1px bottom ;
}

#main_menu li a.selected1 {
	background: url("images/menu_selected.gif") no-repeat 1px bottom ;
}
	
#main_menu li a span {
	position: absolute;
	bottom: 10px;
	cursor: pointer;
}

#banner_left{
	width:261px;
	height:118px;
	float:left;
	background: url("images/left_banner.gif") no-repeat;
}

#banner_right{
	width:763px;
	height:118px;	
	float:left;
}

/**********************************************/
/**** container_desktop
/**********************************************/
#desktop_left {
	width: 261px;
	min-height: 300px;
	float: left;
	margin: 0px auto;
	background: url("images/desktop_left.gif") no-repeat;
}
#desktop_right {
	width: 763px;
	min-height: 300px;
	float: left;
	margin: 0px auto;
	background: url("images/desktop_right.gif") no-repeat;
}

#desktop_head {
	font-size: 25px;
	color: #21345f;
	padding: 0px; 	
}

#desktop_head_title {
	float: left;
	padding: 20px 40px 25px 25px;
	margin: 0px;
	color: #21345f;
	font-weight: normal;
	font-size: 25px;
}

#desktop_head_title span {
	font-size: 11px;
}

#desktop_head_menu{
	float: right;
	margin-right: 40px; 	
}

/**********************************************/
/**** submenu
/**********************************************/
#submenu{
	margin:0px;
	padding:0px;
	list-style: none;
}
#submenu li {
	height: 40px;
	float:left;
	padding: 20px 0px 0px 10px ;
	background: url("images/submenu.gif") no-repeat top left;
	font-size:14px;
	font-family: Arial;
	color: #5d5b5e;
}

#submenu li.w60{
  width: 60px;
}
#submenu li.w80{
	width: 80px;
}
#submenu li.w100{
	width: 100px;
}
#submenu li.w120{
	width: 120px;
}
#submenu li.w140{
	width: 140px;
}
#submenu li.w160{
	width: 160px;
}
#submenu li.w180{
	width: 180px;
}
#submenu li.w200{
	width: 200px;
}
#submenu li.w210{
	width: 210px;
}

#submenu li a {
  text-decoration: none;
  color: #2e2e2f;
  font-weight: 500;
}

#submenu li a.selected1 {
  text-decoration1: underline;
  color: #d02f35;
}

#submenu li a span {
	width: 90%;
  padding-top: 1px;
  margin-top: 1px;
  border-top: 1px solid #92a2b9;
  display: block;
  font-size: 11px;
}

#submenu li a.selected1 span {
	border-top: 1px solid #d02f35;
}

/**********************************************/
/**** news
/**********************************************/
#news{
	font-size: 25px;
	color: #21345f;
	padding: 20px 20px 0px 56px; 	
}

#news .news{
	font-size: 12px;
	color: #565654;
	margin-top:22px;
}


#news .news_read_more{
	font-size: 12px;
	color: #2f406b;
	margin-top:15px;
}

#news .news_read_more a{
	color: #2f406b;
	text-decoration: underline;
}

#news .news_read_more a:hover{
	color: #2f406b;
	text-decoration: none;
}

#news .short_content {
  font-size: 10px;
}


/**********************************************/
/**** press
/**********************************************/
#press {
}

#press div.row {
	width: 450px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9ecf1;
}

#press div.hide {
	display: none;
}

#press div.line1 {
	padding: 1px 0px;
	color: #3c3c3e;
	font-size: 14px;
}

#press div.line2, #press div.line3 {
	padding: 1px 0px;
  color: #676666;
  font-size: 13px;
}

#press div.back {
	margin-top: 20px;
  font-size: 11px;
}

#press div.line3 a, #press div.back a {
  color: #264573;
  text-decoration: none;
}

#press div.line3 a:hover, #press div.back a:hover {
  text-decoration: underline;
}

#press div.source {
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3e;
}

#press div.name {
	padding-bottom: 15px;
	font-size: 16px;
	color: #264573;
}

#press div.content {
	margin-bottom: 20px;
}

#press a.link, #press a.pdf {
	padding: 5px 0px;
	padding-left: 35px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3e;
	text-decoration: none;
	background: no-repeat left center;
}

#press a.link {
	background-image: url("images/icon_link.gif");
}

#press a.pdf {
  background-image: url("images/icon_pdf.gif");
}

/**********************************************/
/**** content
/**********************************************/
#content {
	font-size: 13px;
	color: #545353;
	padding: 0px 40px 0px 25px; 	
}

#content img {
	border: 1px solid #2d2559;
}

#content a {
	color: #545353;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content a:hover {
  text-decoration: none;
}

#content input.submit {
	width: 58px;
	height: 20px;
	background: url("images/submit_button.gif") no-repeat;
	border: none;
}
/**********************************************/
/**** footer
/**********************************************/
#footer{
	width: 924px;
	margin-top:25px;
	margin-left: 50px; 
	margin-bottom: 0px;
	color: #21345f;
	padding: 10px 0px 20px 0px;
	font-size:11px; 	
	border-top: 1px solid #949494;
}

#footer a{
	color: #21345f;
	text-decoration: none;	
}

#footer a:hover{
	color: #16223f;
	text-decoration: underline;	
}

#footer_left{
/*	width: 260px;*/
	width: 240px;
	float: left;
}

#footer_middle{
/*	width:400px;*/
	width: 360px;
	float: left;
}

#footer_right{
	float: right;
}


/*****************************************/
/*****************************************/
/*****************************************/
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}