/* Home page CSS */

#left_col {
	float: left;
	width: 165px;
	min-height: 700px;
}

#right_col {
	float: right;
	width: 580px;
	min-height: 700px;
}

#client_top {
	width: 160px;
	height: 23px;
	background: url(../../images/client_top.jpg) top left;
	color: #0070ad;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
}

#client {
	width: 158px;
	height: 135px;
	border-left: #006faf 1px solid;
	border-right: #006faf 1px solid;
	border-bottom: #006faf 1px solid;
	text-align: center;
}

#left_navi {
	margin: 0;
	font-size: 13px;
	text-align: left;
	width: 160px;
}

#left_navi h1{
	border-bottom: #0070ad 1px solid;
	font-size: 14px;
	color: #0070ad;
}

#left_navi h2{
	border-bottom: #0070ad 1px solid;
	font-size: 12px;
	margin: 35px 0 0 0;
	color: #0070ad;
}

#left_navi a{
	color: #0070ad;
}

#left_navi img{
	float: left;
	margin-right: 4px;
	border: #CCCCCC 1px solid;
}


#left_navi p{
	font-size: 11px;
}

#left_navi .comp_intro{
	font-size: 12px;
}

#content_left {
	float: left;
	width: 400px;
	height: 500px;
	line-height: 20px;
}

#content_left h2{
	color: #0070ad;
	border-bottom: #0070ad 1px solid;
}

#content_left h3{
	margin: 0 4px 2px 3px;
	padding: 0 0 0 5px;
	font-size: 12px;
	background: #ededed;
	color: #0070ad;
}

#content_left b a{
	color: #0070ad;
	text-decoration: underline;
}

#content_left .more a{
	color: #0070ad;
	float: right;
	padding-right: 5px;
	text-decoration: underline;
	margin-bottom: 5px;
}

#content_left .more a:hover, #content_left b a:hover, #left_navi a:hover {
	color: #CC3300;
	background: #FFFFCC;
}

#content_left a:hover{
	background: #FFFFFF;
}

#content_left img{
	padding: 0 3px 0 3px;
	_padding: 40px 3px 10px 3px;
	border: 0px;
}

#content_right {
	float: right;
	width: 170px;
	height: 500px;
}

#content_left ul{
	margin:5px 0;
	padding:0;
}

#content_left li{
	float:left;
	list-style: none;
	margin:0;
	padding:0;
}

/* hack FF3*/
#content_left ul, x:-moz-any-link, x:default {
	height:170px;
}

#box_top {
	width: 160px;
	height: 23px;
	background: url(../../images/box_top.jpg) top left;
	color: #0070ad;
	font-size: 13px;
	text-align: center;
	line-height: 23px;
	margin: 5px 0 0 10px;
}

#box {
	width: 152px;
	height: 115px;
	border-top: #006faf 1px solid;
	border-left: #006faf 1px solid;
	border-right: #006faf 1px solid;
	border-bottom: #006faf 10px solid;
	margin: 0 0 5px 10px;
	font-size: 10px;
	padding: 3px;
}

#box .chart{
	margin: 0 0 0 -15px;
}

#box .question{
	color: #0070ad;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}

#box li{
	margin: 0 0 5px -25px;
}

#box li a{
	text-decoration:underline;
}

#tmp {
	margin: 0 0 0 10px;
}

#blog_box {
	background: #3b82ba;
	width: 152px;
	height: 115px;
	border-top: #006faf 1px solid;
	border-left: #006faf 1px solid;
	border-right: #006faf 1px solid;
	border-bottom: #006faf 10px solid;
	margin: 0 0 5px 10px;
	font-size: 10px;
	padding: 3px;
}

#blog_box ul{
	margin: 3px 0 0 0;
	padding: 0;
}

#blog_box li{
	list-style-type: none;
	margin: 0 0 2px 0;
}

#blog_box li a{
	color: #FFFFFF;
	text-decoration: underline;
}

#blog_box li a:hover{
	color: #CC3300;
}

#blog_box img{
	margin: 10px 0 0 -4px;
	_margin: 10px 0 0 -6px;
	border: 0;
	padding:0;
}

#blog_box .more{
	margin: 0 0 0 30px;
	color: #FFFFFF; 
	font-size: 12px;	
}

#blog_box .more:hover{
	color: #CC3300;
}

#news_box {
	width: 152px;
	height: 115px;
	border-top: #006faf 1px solid;
	border-left: #006faf 1px solid;
	border-right: #006faf 1px solid;
	border-bottom: #006faf 10px solid;
	margin: 0 0 10px 10px;
	font-size: 10px;
	padding: 3px;
}

#news_box ul{
	margin: 2px 0 0 0;
	padding:0;
}

#news_box li{
	list-style:none;
	margin: 0 0 5px 0;
}

#news_box li b{
	color: #0070ad;
}

#news_box li a{
	text-decoration:underline;
}

#news_box .more{
	margin: 0 0 0 30px;
	color: #0070ad; 
	font-size: 12px;	
}

#news_box .more:hover{
	color: #CC3300;
}