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

html {
	overflow: auto;
	overflow-x: hidden;
}

body {
	font-family: Verdana;
	font-size: 8pt;
	color: #3d3d3d;
	margin: 0px;
	cursor: default;
	background: url(images/bottom_bg.png) bottom repeat-x;
}

a, a:link, a:visited, a:active {
	color: #3d3d3d;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #3d3d3d;
}

hr {
	height: 1px;
	color: #afafaf;
	margin-top: 10px;
}

#warp {
	width: 100%;
	background: url(images/bg.png) repeat-x;
}

#header {
	height: 57px;
}

#home {
	width: 760px;
	margin: auto;
}

#quick_menu {
	float: right;
	color: #959595;
	font-size: 7pt;
	line-height: 60px;
	margin-right: 12px;
}

#quick_menu a, #quick_menu a:link, #quick_menu a:active, #quick_menu a:visited {
	color: #959595;
	text-decoration: none;
}

#quick_menu a:hover {
	color: #75cfda;
	text-decoration: underline;
}

#top {
	height: 60px;
	width: 764px;
	margin: auto;
	padding-left: 2px;
	background: url(images/top.png) no-repeat;
}

#intro {
	width: 764px;
	height: 495px;
	margin: auto;
	padding-left: 2px;
	background: url(images/intro_bg.gif) no-repeat;
}

#flash {
	width: 760px;
	height: 423px;
	margin: auto;
}

#title {
	width: 764px;
	height: 110px;
	margin: auto;
}

#content {
	width: 764px;
	margin: auto;
	background: #ffffff url(images/content_bg.gif) repeat-y;
}

#content #left {
	float: left;
	width: 2px;
	height: 330px;
	background: url(images/content_left.png) no-repeat;
}

#content #right {
	float: right;
	width: 2px;
	height: 330px;
	background: url(images/content_right.png) no-repeat;
}

#sub_menu {
	float: left;
	width: 203px;
	font-size: 8pt;
	color: #676767;
	background: #ffffff url(images/sub_menu.gif) repeat-y;
}

#sub_panel {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sub_item {
	width: 201px;
	height: 33px;
	line-height: 33px;
	_padding-top: 5px;
	background: url(images/sub_item.gif) repeat-x;
}

.sub_item img, #sub_menu #top img {
	position: relative;
	top: -2px;
	#top: 0px;
	_top: 0px;
}

#sub_menu #top {
	width: 203px;
	_width: 201px;
	_padding-top: 15px;
	height: 43px;
	line-height: 43px;
	background: url(images/sub_menu_top.gif) no-repeat;
}

.sub_item, #sub_menu #top {
	text-indent: 20px;
}

.li {
	line-height: 15px;
	padding-left: 20px;
	margin-bottom: 15px;
	background-image: url(images/arrow4.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#main {
	float: left;
	width: 557px;
	_width: 555px;
}

#main #top {
	width: 557px;
	_width: 555px;
	height: 42px;
	line-height: 42px;
	background: url(images/main_top.gif) repeat-x;
}

#nav_bar {
	float: right;
	margin-right: 10px;
	_margin-top: 15px;
	text-indent: 20px;
	color: #713a1d;
	background-image: url(images/ico_home.gif);
	background-repeat: no-repeat;
	background-position: 0 15px;
	#background-position: left center;
	_background-position: left center;
}

#nav_bar a {
	color: #713a1d;
}

#nav_bar a:hover {
	_text-decoration: underline;
	border-bottom: 1px solid #713a1d;
}

#nav_bar img {
	position: relative;
	top: -1px;
}

#menu {
	width: 764px;
	height: 70px;
	margin: auto;
}

#menu #left {
	float: left;
	width: 2px;
	height: 70px;
	background: url(images/menu_left.png);
}

#menu #right {
	float: right;
	width: 2px;
	height: 70px;
	background: url(images/menu_right.png);
}

.menu, .menu_hover, .menu_active {
	float: left;
	width: 151px;
	height: 70px;
	text-align: center;
	line-height: 75px;
	_line-height: 70px;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}

.menu {
	color: #ffffff;
	background: url(images/menu_bg.png) repeat-x;
}

.menu_hover {
	color: #75cfda;
	background: url(images/menu_hover.png) repeat-x;
}

.menu_active {
	cursor: default;
	color: #ffffff;
	background: url(images/menu_active.png) repeat-x;
}

.menu_split {
	float: left;
	width: 1px;
	height: 70px;
	background: url(images/menu_split.png);
}

#bottom {
	width: 764px;
	height: 90px;
	margin: auto;
	background: url(images/cp_top.gif) top no-repeat;
}

#bottom a {
	border: none;
}

.text {
	text-justify: distribute;
	text-align: justify;
	line-height: 15px;
}

.col2 {
	width: 100%;
	margin: 0px;
}

.col2 li {
	float: left;
	width: 49%;
	height: 20px;
	text-indent: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.hand {
	cursor: pointer;
}


