* {
	font-family: Arial, Helvetica, sans-serif;
	color:#003366;
}

DIV#wrapper {/*background fixes*/
}

DIV#wrapper object {/*background fixes*/
	background:#ededed;
}

DIV#fp_main_body {
	float:left;
	width: 955px;
	line-height: 14px;
	padding-bottom:20px;
	background-color: #ededed;
	

}
DIV#fp_main_content {
	width:955px;
	background-image: url(../img/home_2010/widget_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	background-color: #ededed;
}
DIV#fp_main_content DIV#widget {
	width:955px;
	background-image: url(../img/home_2010/widget_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;/*for arrow_more to do absolute positioning*/
	padding-bottom:20px;
}

DIV#fp_main_content DIV#widget DIV#content {
	background-image: url(../img/home_2010/widget_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;

}


	DIV.holder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	height:180px; /*hight of the holder*/
	
	margin-top:10px;/*margin top for the widget content*/
	
	
	}
	DIV.itemboxes:first-child DIV.holder {
		border:none;	
	}

	DIV#fp_main_content DIV#widget H2{
		font-size:15px;
		font-weight:bold;
		color:#FFFFFF;
		margin-top:9px;
		margin-left:5px;
		
	}
		DIV#fp_main_content DIV#widget p, DIV#fp_main_content DIV#widget ul{
			font-size:11px;
			line-height:120%;
			margin-right:10px;
			
		}

		DIV#widget ul{
			padding:0px;
			margin-top:0px;
			margin-left:6px;
			width:160px;
		}
			DIV#widget li{
				margin-left:0px;
				list-style-type: none;
				margin-bottom: 10px;
				background-image: url(/corporate/img/decoration/fp_bullet_blue_arrow.gif);
				background-repeat: no-repeat;
				background-position: left 4px;
				padding-left: 10px;
			}
			



		DIV#widget p {
			font-weight:bold;
			margin-left:6px;
			margin-top:0px;
			margin-bottom:5px;
			
		}
			DIV#widget p a{
				font-weight:normal;
				text-decoration:none;
			}
			
			DIV#widget p.arrow_more{
				position:absolute;
				top:195px; /*postion of the link*/
				width:145px;
				text-align:right;
				
				background-image:url("/corporate/img/decoration/over_arrow.jpg");
				background-position:right center;
				background-repeat:no-repeat;
				

			}
			
				DIV#widget p.arrow_more:hover {
					background-image:url(../img/decoration/go_arrow.jpg);			
				}
				DIV#widget p.arrow_more:hover a {
					color:#666666;
				}
				
							
			DIV#widget p.arrow_more a{
				font-weight:bold;
				color:#cc6600;
			}
		
		DIV#widget span {/*reset p bold style*/
				font-weight:normal;
				color:#333333;
		}
	




DIV#fp_main_content DIV.itemboxes {
	float:left;
	width:180px; /*185.2*/
	height:210px; /*hight of the box*/
}

	DIV#fp_main_content DIV.itemboxes:first-child {
		margin-left:20px;
	}

#footer {
	margin-top:-20px;

}

.clear {
	float: none;
}
