@charset "utf-8";
/* CSS Document */

table.center {
	font-size: 12px;
	color: #494949;
}
table.center td {
	vertical-align: top;
}
div.title {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: black;
	margin-bottom: 25px;
}
div.title span {
	font-size: 30px;
}
table.center td.center_text {
	padding-left: 57px;
	padding-top: 34px;
}
table.center td.center_padding {
	padding-left: 40px;
}
table.center td.sub_menu {
	width: 241px;
}
div.pre_sub_menu {
	width: 241px;
	height: 32px;
	background-image: url(/img/sub_menu_pre.gif);
}
div.post_sub_menu {
	width: 241px;
	height: 70px;
	background-image: url(/img/sub_menu_post.gif);
}
div.sub_menu {
	width: 237px;
	background-image: url(/img/sub_menu.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	margin: 0px;
	padding: 2px;
}
div.sub_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: url(/img/sub_menu_arrow.gif);
	margin-left: 64px;
}
div.sub_menu li {
	margin-top: 13px;
}

table.news {
	margin-top: 28px;
}
table.news td.border1 {
	width: 57px;
	background-image: url(/img/news_border1.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
table.news td.border2 {
	background-image: url(/img/news_border2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.news_title {
	color: #006db2;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 22px;
	margin-bottom: 22px;
}


div.news_item {
	float: left;
	width: 33%;
}

div.n_date {
	height: 31px;
	width: 74px;
	background-image: url(/img/news_title_bg.gif);
	color: #686868;
	font-size: 11px;
	padding-left: 21px;
	padding-top: 5px;
}
div.n_date_v2 {
	height: 31px;
	width: 155px;
	background-image: url(/img/news_title_bg_v2.gif);
	color: #686868;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 5px;
}
div.n_date_v2 span{
	color: #8f8f8f;
}
div.n_title, div.n_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
	padding-right: 40px;
	font-size: 12px;
}
div.n_title {
	font-weight: bold;
	margin-top: 5px;
	color: #006db2;
}
div.n_more {
	margin-top: 0px;
	text-align: right;
	padding-right: 40px;
}
div.n_more a {
	display: block;
	width: auto;
	background-image: url(/img/more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 7px;
}
div.n_text img {
	margin: 0px 10px;
	padding: auto;
}

div.news_container {
	padding-left: 57px;
}
div.news_container_2 {
	width: 100%;
}
div.news_break {
	height: 40px;
	clear: both;
}
