 /* border-width: top, right, bottom, left  */
/* Above each style is the section that uses it.   */
/* start with . (period) for class that is a style used by many and # (number sign) for a style to a unique item  */ 
/* Simple multi columns, unequal height outer container for use with no bg color or borders   */
#globalRow {   /* This set is used by Global Companies Main Page World Map */
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	padding: 0;
	border-radius:0;
}
#globalLeft {   /* This set is used by Global Companies Main Page World Map */
	clear: both;
	float: left;
	margin: 0px;
	width: 25%;
	padding: 0px;
	border: 0;
}
#globalMiddle {   /* This set is used by Global Companies Main Page World Map */
	float: left;
	margin: 0;
	width: 25%;
	padding: 0;
  border:0;
}
#globalRight {   /* This set is used by Global Companies Main Page World Map */
	float: left;
	margin: 0;
	clear: none;
	width: 25%;
	padding: 0;
}