/* Keynote Stylesheet - Company Page */

#content{
	background-image:url(../../_media/images/company/main_content_bg.gif);
	width: 1000px;
	background-repeat:repeat-y;
	float:left;
}


#content .about{
	float: left;
	width: 499px;
}



#content .company{
	background-image:url(../../_media/images/company/investor_relations/main_content_bg.gif);
	width: 1000px;
	background-repeat:repeat-y;
	float:left;
	border-top:1px solid white;
}


#content .columLeft{
	float: left;
	width: 749px;
}


#content .columLeft .header{
	
	background-color: #d5f5ff;
	color:#333333;
	height:23px;
	width: 749px;
	margin:0px;
	
	
}




#content  .firstColumn{
	float: left;
	width: 339px;
	
}

#content  .secondColumn{
	float: left;
	width: 410px;
	padding-top:46px;
}

#content .company .firstColum{
	float: left;
	width: 249px;
}

#content .company .secondColum{
	float: left;
	width: 249px;
    margin-left: 1px;

}

#content .company .thirdColum{
	float: left;
	width: 249px;
    margin-left: 1px;
}

#content .thirdColum h3{
	background-color: #b2ebff;
	height:19px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:4px;
	margin-bottom: 12px;
	padding-left:12px;
	color: #333333;
	font-size:11px;
	font-weight: bold;
	padding-bottom:0px;
}

#content .secondColum h3{
	background-color: #b2ebff;
	height:19px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:4px;
	margin-bottom: 12px;
	padding-left:12px;
	color: #333333;
	font-size:11px;
	font-weight: bold;
	padding-bottom:0px;
}










