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


#content {padding:0;}
#bg {background-color:#79a242;}
#head {padding:20px 0 0 18px;}

/*
#head{
	position:relative;
	width: 700px;
	height: 30px;
	top: 55px;
	left: 36px;
	clear:both;
}
*/
#leftCol {
	float: left;
	width: 280px;
	margin: 97px 0 0 36px;
	display: inline; /* fix an IE bug that doubles margin between first float and container box */
}

#rightCol {
	float: left;
	width: 280px;
	margin: 97px 0 0 20px;
}
#centerCol {
	float:left;
	width: 280px;
	margin: 97px 0 0 20px;
}

#leftCol p, #rightCol p, #centerCol p {color:#FFF;margin-bottom:8px;}
.clear{
	clear:both;
	height:1px;
}

#leftCol ul, #centerCol ul, #rightCol ul {
	list-style-position: outside;
	list-style-type: none;
	list-style-image:url(/Colgate/US/Corp/Annual-Reports/2008/Shareholder-Information/bullet_square-white.gif);
	color:#FFF;
	padding-left:4px;
	margin-left:14px; margin-top:0px;
}

#leftCol .nobr, #centerCol .nobr, #rightCol .nobr {white-space: nowrap}

#darkGreen {background-color:#638935; height:80px;}
#darkGreen #leftCol{ margin-top:20px;}
#darkGreen #centerCol{ margin-top:20px;}
#darkGreen #rightCol{ margin-top:20px;}

#leftCol.noTopMargin, #rightCol.noTopMargin, #centerCol.noTopMargin {margin-top:10px;}
#content .pagination {padding:15px;}
