#top_image {
	width: 750px;
	height: 270px;
	background: url(/img/top_image.jpg) no-repeat;
	clear: both;
}

#top_image ul {
	list-style-type: none;
	float: right;
	text-indent: -4000px;
	padding-top: 8px;
	padding-right: 14px;
}

#top_image ul li#btn_basic a {
	display: block;
	width: 170px;
	height: 57px;
	background: url(/img/top_btns/btn_basic0.jpg) no-repeat;
}
#top_image ul li#btn_basic a:hover {
	background: url(/img/top_btns/btn_basic1.jpg) no-repeat;
}

#top_image ul li#btn_standard a {
	display: block;
	width: 170px;
	height: 57px;
	background: url(/img/top_btns/btn_standard0.jpg) no-repeat;
}
#top_image ul li#btn_standard a:hover {
	background: url(/img/top_btns/btn_standard1.jpg) no-repeat;
}

#top_image ul li#btn_expert a {
	display: block;
	width: 170px;
	height: 57px;
	background: url(/img/top_btns/btn_expert0.jpg) no-repeat;
}
#top_image ul li#btn_expert a:hover {
	background: url(/img/top_btns/btn_expert1.jpg) no-repeat;
}

#top_image ul li#btn_custom a {
	display: block;
	width: 170px;
	height: 57px;
	background: url(/img/top_btns/btn_custom0.jpg) no-repeat;
}
#top_image ul li#btn_custom a:hover {
	background: url(/img/top_btns/btn_custom1.jpg) no-repeat;
}

#content #top_left_column {
	width: 520px;
	padding-bottom: 20px;
	float: left;
}

#content #top_right_column {
	width: 183px;
	padding-bottom: 20px;
	float: right;
}

#content #top_left_column h2 {
	width: 520px;
	height: 21px;
	background: url(/img/top_h2_bg.gif) no-repeat;
}

ul#top_info li {
	padding-bottom: 5px;
	list-style-type: none;
	background: url(/shared/img/list_mark1.gif) no-repeat 0 4px;
	padding-left: 14px;
}

ul#top_info li span {
	margin-right: 10px;
}

#top_blue_box {
	width: 183px;
	background: #d8edea;
	padding-top: 5px;
}

#top_detail_btn {
	padding-left: 7px;
	padding-bottom: 7px;
}

div.scrollbox_outer {
	border: 1px solid #CCC;
}

div.scrollbox {
	width: 100%;
	height: 250px;
	overflow: auto;
	text-align: left;
	background: #FFF;
}
div.scrollbox_inarea {
	padding: 3px;
}

