@charset "utf-8";
/* CSS Document */

<style>
	body {
	background-image:url(images/bkgrnd.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #012f63;
	text-align: center;
	}
	td {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #012f63;
	}
	#wrapper {width: 945px; margin: 0 auto; text-align: left; }
	h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 26px;
		font-weight: normal;
		color: #012f63;
		margin-top: 0;
	}
	h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: normal;
		color: #012f63;
		margin-top: 0;
	}
	.quicklink-title {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: normal;
		color: #012f63;
		margin-bottom: 0;
	}
	.no-top {
		margin-top: 0;
	}
	.leadership-title {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: normal;
		color: #012f63;
		margin-top: -20px;
	}
	p {
		color: #012f63;
		line-height: 18px;
	}
	ul {	
		color: #012f63;
	}
	.small {
		
		font-size: 9px;
		color: #808080;
	}
	.header {
		position:absolute;
		top: 0;
		left: auto;
		right: auto;
		width: 945px;
		height: 250px;
		background-image:url(images/wci-hdr-1.jpg)
	}
	.main-menu{
		position: absolute;
		top: 57px;
		left: 325px;
		color: #FFFFFF;
		font-weight: normal;
		font-size: 12px;
	}
	.main-menu a {
		text-decoration: none;
		color:#FFFFFF;
	}
	.main-menu a:hover {
		text-decoration: none;
		color: #012f63;
	}
	.content {
		position:absolute;
		top: 251px;
		padding-left: 2px;
		width: 941px;
		background-image:url(images/body-bkgrnd.gif);
		background-repeat:repeat-x;
		background-color:#FFFFFF;
		height: auto;
		overflow: hidden;

	}
	.main-body {
		position: relative;
		width: 500px;
		top: 45px;
		left: 337px;
		color: #000000;
		font-weight: normal;
		height: auto;
	}
	.side-menu{
		position: absolute;
		top: 50px;
		left: 37px;
		color: #000000;
		font-weight: normal;
		width: 200px;
	}
	.menu-hdr {
		color: #808080;
		font-size: 12px;
		font-weight: normal;
	}
	.menu-div{
		height:30px;
	}
	.menu-item{
		color: #012f63;
		font-weight: bold;
		height: 30px;
	}
	.menu-item a{
		color: #012f63;
		font-weight: bold;
		text-decoration: none;
	}
	.menu-item a:hover{
		color: #808080;
		font-weight: bold;
	}

	#assembly {
		position: relative;
		width: 30px;
		height: 30px;
		float: left;
		
		background-image:url(images/assembly-icon.gif);
	}
	#kitting {
		position: relative;
		width: 30px;
		height: 30px;
		float: left;
		background-image:url(images/kitting-icon.gif);
	}
	#fulfill {
		position: relative;
		width: 30px;
		height: 30px;
		float: left;
		background-image:url(images/fulfill-icon.gif);
	}
	#internat {
		position: relative;
		width: 30px;
		height: 30px;
		float: left;
		background-image:url(images/internat-icon.gif);
	}
	#vendor {
		position: relative;
		width: 30px;
		height: 30px;
		float: left;
		background-image:url(images/vendor-icon.gif);
	}
	#locations {
		position: relative;
		width: 30px;
		height: 30px;
		float: left;
		background-image:url(images/production-icon.gif);
	}
	#quicklink-spacer {
		position: relative;
		width: 30px;
		height: 8px;
	}
	.footer {
		position: absolute;
		clear: both;
		bottom: 25px;
		left:10px;
		width: 100%; 
		margin: 0 auto; 
		text-align: left;
	}
	img { 
		behavior: url(iepngfix.htc); 
	}
	html { 
		height: 100%; 
		margin-bottom: 1px; 
	}
</style>

