body {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	background-color: #f3ecdb;
	margin: 0;
	padding: 0;
}

a img {
	position: relative;
	top: 2px;
	border: none;
}

#home_table {
	width: 1024px;
	margin: 0 auto 0 auto;
	background-color: white;
}

#home_header {
	background-color: white;
	height: 105px;
}

#top_logo {
	position: relative;
	left: 20px;
	top: 5px;
}

#right_top {
	display: inline-block;
	float: right;
	position: relative;
	top: 35px;
	
	font-size: small;
}

#right_top input {
	font-size: 0.82em;
	width: 125px;
}

#menu_bar {
	font-family: Arial;
	background-color: #708778;
	height: 28px;
	overflow-y: hidden;
	padding-top: 10px;
}

#menu_bar ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#menu_bar ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 24px; overflow-y: hidden;
}

#menu_bar ul li a { 
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none; 
	color: #F3D892; 
	border-right: dotted 1px #F3D892; 
}
#menu_bar ul li a:hover { text-decoration: none; color: #FFFFFF; }

#menu_bar ul li a div {
	display: inline-block;
}

#show_image {
	height: 424px;
	background-image: url('../medias/images/banner_001.png');
	background-position: center;
	background-repeat: no-repeat;
}

#slide_panel {
	height: 130px;
	background-color: #f3d892;
}

#home_separate {
	height: 6px;
	background-color: black;
}

#home_topics {
	height: 208px;
	padding: 16px 0 16px 0;
}

#home_topics table tr td {

}

#home_topics>table>tr>td:first-child {
	border-left: none;
}

#left_menu {
	height: 176px;
	border-right: 1px solid #97b58f;
	vertical-align: top;	
}

#home_footer {
	min-height: 30px;
	background-color: #acbeaf;
}

#home_footer td {
	background-image: url('bg_bottom.png');
	background-repeat: repeat-x;
	background-color: #739178;
	padding-bottom: 4px;
}

#home_banner {
	height: 175px;
	background-image: url('../medias/banner/btvl-007.jpg');
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
}

#home_banner > td {
	height: 175px;
	overflow: hidden;
}

 a.banner img {
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
}

a.banner div {
	background-color: #000000;
	height: 175px;
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;	
}


#left_content {
	display: none;
	/*
	vertical-align: top;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	*/
}

#center_content {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #854d39;
	font-size: 12px;
}

#right_content {
	display: none;
}

#footer {
	padding-left: 10px;
	font-size: smaller;
	color: #f3d892;
}

#footer ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#footer ul li {
	display: inline-block;
	margin: 0 5px 0 5px;
	padding: 0px;
}

#footer ul li a, #footer ul li a:visited, #footer span a { 
	text-decoration: none;
	color: inherit; 
}

#footer span {
	padding-right: 10px;
}

#footer span a { text-decoration: underline; }

.news-heading {
	background: url(../medias/images/news_heading.png) no-repeat top center transparent;
	height: 44px;
}

/* Scroller Box */
#news_container {
 position: relative;
 width: 230px;
 height: 205px;
 overflow: hidden;
}

#scroller {
	text-align: left;
}

#scroller a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

#scroller a div {
	color: #c1743a;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 6px 0 6px 0;
}

#scroller a div:hover {
	background-color: #D5D59D;
	border-radius: 6px;
}
/* Scoller Box */

#license {
	background:url(license-no.jpg) left no-repeat;
	width:280px;
	height:144px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#group_list {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#group_list li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 32px; overflow-y: hidden;
	
	border-bottom: 1px dotted #708778;
}

#group_list>li:first-child {
	border-top: 1px dotted #708778;
}

/*
#group_list li:hover {
	background-color: #708778;
	color: #F3D892;
}
*/

#group_list li a { 
	display: block;
	/* padding-left: 5px; */
	padding: 5px 10px 5px 5px;
	min-width: 200px;
	text-decoration: none; 
	color: #854d39; 
	cursor: pointer;
	border-radius: 4px;
}
#group_list li a:hover { 
	text-decoration: none; 
	background-color: #708778;
	color: #F3D892;
}

#group_list li a div {
	display: inline-block;
}

#crk_corner {
	text-align: right; 
	font-size: smaller; 
	padding-right: 10px;
}

#crk_corner a {
	color: inherit;
} 