/* CSS Document */
#header{
	height:175px;
	width:768px;
	padding-top:10px;
}

#banner{
	float:left;
	width:568px;
}

#logo{
	background:url(../_images/logo.gif) no-repeat;
	height:106px;
	width:59px;
	margin-top:10px;
	margin-left:15px;
	float:left;
}

#h_title{
	background:url(../_images/kmc_title.gif) no-repeat;
	height:65px;
	width:426px;
	margin-top:38px;
	margin-left:130px;
}

#h_slogan{
	background:url(../_images/slogan.gif) no-repeat;
	width:315px;
	height:37px;
	margin-left:240px;
	margin-top:10px;
}

#header_underline{
	background:url(../_images/border.gif) repeat-x;
	height:7px;
	width:100%;
}

/*top menu*/
#h_top_menu{
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6e6e6e;
	margin-right:10px;
	margin-top:10px;
}

#h_tm_links{
	margin-right:7px;
}

#h_tm_links a{
	text-decoration:none;
	color:#6e6e6e;
}

#h_tm_links a:hover{
	text-decoration:underline;
}

#h_tm_links_under{
	background:url(../_images/tm_underline.gif) no-repeat;
	width:149px;
	height:5px;
	margin-top:5px;
	margin-left:600px;
}

/*Quick Jumps*/

#h_quick_jump{
	background:url(../_images/jump_box_bck.gif) no-repeat;
	width:190px;
	height:51px;
	margin-top:66px;
}

#h_qj_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:8px;
	padding-top:5px;
	color:#FFFFFF;
}

.combobox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:8px;
	margin-top:8px;
	border:#e8f0ef 1px solid;
	width:148px;
	height:30px;
	color:#636363;
}

.btnsubmit{
	margin-top:-24px;
	padding-top:-10px;
}


/*Breadcrumb*/
	#breadcrumb {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#ffffff;
		text-decoration:none;
		text-align:left;
		
		background-color:#666666;
		background-repeat:repeat;
		height:20px;
		padding:5px 5px 5px 10px;
	}
	#breadcrumb a{
		color:#ffffff;
		font-weight:bold;
	}
	
	#breadcrumb a:hover{
		color:#E0F2F9;
		text-decoration: underline;
	}

	/*End of Breadcrumb*/