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


/* Index Styles
----------------------------------------------- */

#siteIndex {
	padding: 0 0 10px 0;
	border: solid 1px #CCCCCC;
	background: url(../../img/home/new_home/donq_bottom.gif) bottom no-repeat;
	background-color:#fff; 
	/*background-color:#e8f5ff; */
}
#siteIndex h2 {
/*margin:1px;
color:#FFF;
background:#006699;*/
padding:4px 9px;
}
#siteIndex h4 {
margin-bottom: 0px;
padding-bottom: 0px;
}
#siteIndex dl {
margin-bottom: 0px;
padding-bottom: 0px;
/*border-bottom:1px dotted #8bbcd6;*/
}

#siteIndex .subCol {
	float: left;
	/*width: 147px;*/
	width: 172px;
	height: 700px;
	min-height: 700px;
	padding: 0 9px;
	border-right: solid 1px #ccc;
}

/* hack for IE 5 & 6 */
html>body #siteIndex .subCol {
        height:auto;
}
#siteIndex dt {
	/*font-size: .75em;*/
	font-weight:bold;
	padding: 4px 0;
}

#siteIndex dt a {
	/*font-size: .75em;*/
	padding: 4px 0 4px 18px;
	background: url(../../img/home/new_home/bullet_arrow_bluelt.gif) 0 .35em no-repeat;
}

#siteIndex dd {
	padding: 0 2px 5px 8px;
	margin: 0 0 0 10px;
	/*font-size: .70em;
	
	background: url(../../img/home/new_home/bullet_home.gif) 0 .75em no-repeat;
	
	*/
	line-height: 1.30em;
}
	
