/*** KBC Media ***/
/***********************************************/
/* OverView.css                                */
/***********************************************/


/************** Contents *****************/

#wrapOverview {
	z-index:8;
	font-size: 75%;
	margin-top: 30px;
	width: 100%;
	background: url(../../img/bg_overview.gif) no-repeat 10px top;
}

#columnBox {
	margin-right: 20px;
	margin-left: 230px;
}


#columnBox h2{
	margin-bottom: 10px;
	background: url(../../img/dot_x.gif) repeat-x left bottom;
}

#columnBox p{
	line-height: 1.6em;
}

#columnBox ul{
	margin-left: 2em;
	list-style: disc;
}

#columnBox table{
	width: 460px;
}

#columnBox th,#columnBox td{
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#columnBox th{
	white-space: nowrap;
	letter-spacing: 0.1em;
	color: #252525;
	background: #F0F0F0;
}

#columnBox td{
}

#director dl{
	padding-bottom: 0.5em;
}

#director dt{
	padding-top: 0.5em;
	width: 19em;
	float: left;
}

#director dd{
	margin-left: 20em;
	padding-top: 0.5em;
}



/*
#column div.floatLeft {
	float: left;
	padding-right: 10px;
	margin: 0px 5px 0px 0px;
	padding-bottom: 10px;
}
#column div.floatRight {
	float: right;
	margin: 0px 0px 0px 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#column div.boxLeft {
	float: left;
	margin-top: 0.5em;
	clear: left;
	width: 300px;
	margin-left: 0.2em;
}
#column div.boxRight {
	margin-left: 390px;
}

#column li{
	margin-left: 1em;
	list-style-type: none;
	line-height: 1.5em;
	font-size: 75%;
}

#column strong{
	color: #000000;
	letter-spacing: 1px;
	font-weight: 405000;
}
*/

/*************** Local Navigation  *****************/

/***** Side Menu ***/

#sideMenuNavi {
	width: 150px;
	float: left;
	margin-left: 10px;
	margin-top: 50px;
}

#sideMenuNavi p a ,#sideMenuNavi p.current{
	margin: 0px;
	background: url(../img/bg_submenu.gif) no-repeat left center;
	display: block;
	height: 20px;
	padding-left: 2.5em;
	line-height: 20px;
}

#sideMenuNavi p a {
	color: #043C78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E1EE;
}
#sideMenuNavi p.current{
	color: #000000;
}


#sideMenuNavi p a:hover {
	margin: 0px;
	background: url(../img/bg_submenu_o.gif) no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#sideMenuNavi ul{
	margin: 0px;
	padding: 0px;
}

#sideMenuNavi li {
	list-style-type: none;
	display: inline;
}

#sideMenuNavi li a {
	display: block;
	color: #043C78;
	text-decoration: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding: 0.3em 0 0.3em 1em;
}
#sideMenuNavi li a:hover {
	color: #FF0000;
	background: #F0F0F0;
}



#sideMenuNavi li a.This {
	background: #CCCBD0;
}

#sideMenuNavi li a.outLink {
	display: block;
	color: #043C78;
	text-decoration: none;
	background: url(../../img/out_link.gif) no-repeat right center;
	list-style-type: none;
}
#sideMenuNavi li a:hover.outLink {
	background: #F0F0F0 url(../../img/out_link_o.gif) no-repeat right center;
	color: #FF0000;
}

#sideMenuNavi li a.bnr {
	padding-left: 0.5em;
}

#sideMenuNavi li a:hover.bnr {
	color: #FF0000;
	background: #FFFFFF;
	zoom:1;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#eventList dl{
	margin-bottom: 1em;
}

#eventList dt{
	width: 6em;
	padding-top: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: bold;
}

#eventList dd{
	margin-left: 8em;
	width: auto;
	padding-top: 0.2em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9AA3AF;
	padding-left: 2em;
	padding-bottom: 0.2em;
}

#policy{
	padding: 20px 2em 20px 10px;
	height: 400px;
	overflow: auto;
	border: 1px solid #CCCCCC;
}

#policy h2{
}

#policy h3{
	font-size: 1.1em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

#policy p{
	line-height: 1.8em;
	padding-left: 1em;
}


#policy ul,#policy ol{
	margin-left: 2em;
}

#policy ol{
	list-style-type: decimal;
	margin-left: 3em;
}

#policy li{
	line-height: 1.8em;
}

#policy div.border{
	padding: 5px 10px;
	border: 1px solid #999999;
	width: 230px;
	margin-left: 10px;
}

