
body {
	font-size: 11.5px;
	font-family: Arial, Helvetica, Univers, Verdana, sans-serif;
	background-position: 0;
	background-color: white;
	margin:0;
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. */
}
a:link, a:visited {
	color: #7f901c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#container { 
	min-height: 800px; 
	background-color: white; 
	background-position: center top; 
	background-repeat: no-repeat; 
	border-color: #bfbfbf; 
	border-width: 1px; 
	border-style: solid; 
	width: 1024px; 
	margin-left: auto; 
	margin-bottom: 0px; 
	margin-right: auto; 
	margin-top: 0px; 
	text-align: left; 
	} 

#container.home { 
	line-height: 1.7em; 
	background-image: url(../imgs/bg-home-green.jpg); 
	} 
#container.about { 
	background-image: url(../imgs/bg-int-white.jpg); 
	color: #1aa08b;
	} 
#container.process { 
	color: #007ab5; 
	background-image: url(../imgs/bg-process.jpg); 
	} 
#container.research { 
	color: #004b85; 
	background-image: url(../imgs/bg-research.jpg); 
	} 
#container.mediaroom { 
	color: #7e6c65; 
	background-image: url(../imgs/bg-mediaroom.jpg); 
	overflow-y: auto;
	} 
#container.insights { 
	color: #8da021; 
	background-image: url(../imgs/bg-insights.jpg); 
	} 


#header h1,
#header h2,
#header p {
	margin-left:2%;
	padding-right:2%;
}

#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#footer {
	clear:both;
	float:left;
	width:100%;
}

#footer p {
	margin-left:2%;
	padding-right:2%;
}

/* Start of Column CSS */
#container5 {
	height: 580px;
	border-color: #eeeeee;
	border-width: 1px;
	border-style: none;
	clear:left;
	float:left;
	width:100%;
	overflow:hidden; /* column 5 background colour */
}
#container4 {
	border-color: #b2f0f9;
	border-width: 1px;
	border-style: none;
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%; /* column 4 background colour */
}
#container3 {
	border-color: #88fea2;
	border-width: 1px;
	border-style: none;
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%; /* column 3 background colour */
}
#container2 {
	border-style: none;
	border-color: #fea7a7;
	border-width: 1px;
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%; /* column 2 background colour */
}
#container1 {
	border-color: #fef689;
	border-width: 1px;
	border-style: none;
	float:left;
	width:100%;
	position:relative;
	right:20%; /* column 1 background colour */
}
#col1 {
	border-color: #008379;
	border-width: 1px;
	border-style: none;
	float:left;
	width:16%;
	position:relative;
	left:82%;
	overflow:hidden;
}
#col2 {
	border-color: #eda921;
	border-width: 1px;
	border-style: none;
	float:left;
	width: 16%;
	position:relative;
	left:86%;
	overflow:hidden;
}
#col3 {
	border-color: #79a436;
	border-width: 1px;
	border-style: none;
	float:left;
	width: 16%;
	position:relative;
	left:90%;
	overflow:hidden;
}
#col4 {
	border-color: #074174;
	border-width: 1px;
	border-style: none;
	float:left;
	width: 16%;
	position:relative;
	left:94%;
	overflow:hidden;
}
#col5 {
	border-color: #0069d1;
	border-width: 1px;
	border-style: none;
	float:left;
	width: 16%;
	position:relative;
	left:98%;
	overflow:hidden;
	vertical-align: middle;
}
#menu {
	margin-left: 80px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
#menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
#social {
	line-height: 1.7em; 
	color: #4c5a06;
	text-align: right;
	padding-right: 30px;
	padding-top: 20px;
	float: right;
}
.home {
	color: white;
}
#footer a:link {
	color: #004b85;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-size: 12.5px;
}
h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 13.5px;
}
#whitepaper {
	float: right;
}


