/* Home page CSS */

#left_col {
	float: left;
	width: 580px;
	min-height: 600px;
}

#right_col {
	float: right;
	width: 170px;
}


#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: 25px 0 0 0;
	color: #0070ad;
}

#left_navi a{
	color: #0070ad;
}

#left_navi img{
	float: left;
	margin-right: 4px;
}

#left_navi p{
	font-size: 11px;
}

#left_navi .comp_intro{
	font-size: 12px;
}

#left_navi .banner img{
	float:none;
	border: none;
	margin-bottom: 0px;
}

#content_left {
	float: left;
	width: 400px;
	height: 500px;
	line-height: 20px;
}

#content_left h2{
	color: #0070ad;
	border-bottom: #0070ad 1px solid;
}

#content_left b a{
	color: #0070ad;
	text-decoration: underline;
}

#content_left .more a{
	color: #0070ad;
	float: right;
	padding-right: 5px;
	text-decoration: underline;
}

#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: 20px 3px 10px 3px;
	_padding: 40px 3px 10px 3px;
	border: 0px;
}

#content_right {
	float: right;
	width: 170px;
	height: 500px;
}

#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 63px 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: 2px 0 0 -4px;
	_margin: 10px 0 0 -6px;
	border: 0;
	padding:0;
}

#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 3px 10px 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;
}

/******************************************************************/

#right_col .compIntro{
	width: 160px;
	margin: -8px 0 63px 10px;
}

#right_col .compIntro h1{
	border-bottom: #0070ad 1px solid;
	font-size: 14px;
	color: #0070ad;
}


#left_navi .widgets{
	width: 575px;
}

#left_navi .widgets .widget{
	background: #999999;
	height: 106px;
	width: 165px;
	background: url(../../images/widget.jpg) top left;
}

#left_navi .widgets .widget{
	text-align: left;
	padding: 0 5px 10px 10px;
	font-size: 11px;
}

#left_navi .widgets .widget h2{
	margin-bottom: 5px;
	padding-top: 15px;
}

#content {
	_height: 600px;
	min-height: 600px;
}






