/* -- Basic CSS -- */ 
body { 
	margin: 0; 
	padding: 0; 
}

body, input, button, select, textarea {
	font-family: "dotum", "돋움", "gulim", "굴림", sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	text-decoration: none;
	border: 0px;
}

a:link, a:visited {	
	color: #666666;
	text-decoration: none;
}

a:active, a:hover {
	color: #105eb1;
	text-decoration: none;
}

h1, dd, dl, dt {
	margin: 0;
	padding: 0;
}

td {
	font-size : 12px;
}

#blue_bar {
	background-color: #1a6fb6;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
}

#blue_bar.show_header_login {
	height: 72px;
}

#gray_bar {
	background-color: #f1f4f8;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: -1;
}

#gray_bar.show_header_login {
	top: 72px;
}

#header_contents * {
	padding: 0;
	margin: 0;
}

#header_wrapper {	
	margin: 0 auto;	
	padding :0;
	border-spacing: 0px;
	border: 0;
	border-collapse: collapse;	
}

#header_wrapper th, #header_wrapper td {
	padding: 0px;
}

#header_login {
	width: 960px;
	height: 32px;
	position: relative;
	color: #c2dbf0;	
}

#header .login_box {
	position: absolute;	
	top: 5px;
	right: 210px;
	line-height: 20px;
	height: 20px;
	width: 243px;
}

#header .login_box input {
	width: 94px;
	height: 17px;
	vertical-align: middle;	
	font-size: 11px;
	border-top: 1px solid #12488c;
	border-right: 1px solid #6aaadb;
	border-bottom: 1px solid #6aaadb;
	border-left: 1px solid #12488c;
	background-color: #3c87c5;
	color: #c2dbf0; 	
}

#header .login_box .login_btn {
	vertical-align: top;
	cursor: pointer;	
}

#header .login_option {
	position: absolute;	
	top: 5px;
	right: 5px;
	color: #8fbfe6;
	line-height: 20px;
	height: 20px;
	letter-spacing: -1px;	
}

#header .login_option input {	
    vertical-align: middle;  
    padding: 0;
    margin: 0;
    width: 13px;
    height: 13px;    
    border: 0;    
}

#header .login_option a {
	color: #8fbfe6
}

#header_contents {
	height: 60px;
	width: 960px;		
	position: relative;
}

#header_contents a {
	letter-spacing: 0px;
}

#page_logo {
	position: absolute;
	left: 14px;
	top: 4px;
}

#page_logo a {
	background: url('/image/topmenu/logo.gif') no-repeat scroll 0 0 #1a6fb6;
	display: block;
	width: 110px;
	height: 32px;
}

#header_contents .search_box {
	position: absolute;
	width: 282px;
	height: 21px;
	line-height: 21px;	
	left: 182px;
	top: 10px;
	background-color: #ffffff;	
}

#header_contents .search_box .input_text {
	border: 0 none;
	margin: 3px 0 0 3px;
	width: 251px;
	height: 16px;
	line-height: 16px;
	font-family: "gulim", sans-serif;
	font-size: 13px;
	vertical-align: middle;			
}

#header_contents .search_box .search_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	border-left: 1px solid #97bedd;	
	cursor: pointer;
}

#header_contents .menu {
	position: absolute;
	right: 10px;
	top: 14px;
}

#header_contents .menu .f {
	background: none repeat scroll 0 0 transparent;
	padding-left: 0;
}

#header_contents .menu dd {
	padding-left: 20px;
	float: left;
	background: url('/image/topmenu/top_line.gif') no-repeat scroll 0 0 transparent;
}

#header_contents .menu a {
	color: #ffffff;
	font-family: "dotum", sans-serif;
	display: inline-block;
	text-align: center;
}

#header_contents .menu a.selected {
	font-weight: bold;
}

#header_contents .menu a:hover {
	font-weight: bold;
}

#header_contents .sub_menu {
	position: absolute;
	left: 700px;
	top: 40px;
	height: 20px;
	line-height: 20px;	
}

#header_contents .sub_menu .f {
	padding-left: 0;	
	width: 39px;	
	background: url('/image/topmenu/top_menu_b01.gif') no-repeat scroll 0 0 transparent;
}

#header_contents .sub_menu dd {
	padding-left: 10px;
	float: left;
	height: 20px;
	background: url('/image/topmenu/top_menu_b00.gif') repeat-x scroll 0 0 transparent
}

#header_contents .sub_menu dd a {
	color: #8fbfe6;
	display: inline-block;
	text-align: center;
}

#header_contents .sub_menu dd a:hover {
	font-weight: bold;
	color: #ffffff;
}

#header_contents .sub_menu dd a.selected {
	font-weight: bold;
	color: #ffffff;
}

#header_contents .sub_menu .l {	
	padding-left: 0;
	width: 39px;	
	background: url('/image/topmenu/top_menu_b02.gif') no-repeat scroll 0 0 transparent;
}

#header_contents .sub_menu_ifund {
	left: 660px;
}

#header_contents .sub_menu_monitering {
	left: 620px;
}

#header_contents .sub_menu_company {
	left: 500px;
}

#header_contents .sub_menu_community {
	left: 681px;
}

.btn_logout {
    position: absolute;
    top: 10px;
    border: 0px;    
}

#header_gap {
	height: 5px;
}

.blind {
	display: block;
	left: 0;
	top: -5000px;
	overflow: hidden;
	position: absolute;
}

.clear {
	clear: both;
}
