@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the   		#container selector */
	color: #494949;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color: #494949;
	text-decoration: none;
	border-left: 0px solid gray; /*bottom border is 3px*/
}
p {
	font-size:14px;
}
img{
	border:0;
}
.fei #container {
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;  /*this overrides the text-align: center on the body element. */
}
.fei #mainContent {
	padding: 30px 0px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
}

.fei #MainConentBorder {
	/*border: solid thin #d8d8d8;*/
	width: 888px;
	padding:0px;
}
.fei #header {
	height:100px;
	width:894px;
	margin:0;
	vertical-align:bottom;
	padding: 0px 0px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fei #headerMenu {
	float:left;
	margin:0;
	padding:0px;
	height:auto;
	vertical-align:bottom;
}
.fei #headerLogo {
	float:right;
	height:auto;
	width:auto;
	margin:0;
	padding:0px;
}
.fei #sidebarLeft {
	float:left;
	width:40px;
	margin:0;
	padding:0;
}
.fei #sidebarRight {
	float:right;
	width:40px;
	margin:0;
	padding:0;
}
.fei #nav {
	height:20px;
	width:924px;
	margin:0;
	vertical-align:bottom; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	padding: 0px;
}
.fei #content {
	width:894px;
	margin:0;
	vertical-align:bottom;
	padding: 7px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
}
.fei #bottom_content {
	width:894px;
	margin:0;
	vertical-align:bottom;
	padding: 14px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fei #footer {
	background-color:#FFFFFF;
	width:947px;
	margin:0;
	vertical-align:bottom;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
}
.underlinemenu{
	width: 100%;
	font-weight: bold; 
}

.underlinemenu ul{
	padding: 6px 0 14px 0;
	margin: 0;
	text-align: left;
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: #494949;
	padding: 6px 1px 4px 0px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 6px; /*spacing between each menu link*/
	text-decoration: none;
	border-left: 0px solid gray; /*bottom border is 3px*/
}




.links {
	color: #003399}
.links:hover {
	color: #FF8B22; text-decoration: none}
	
	
.WelcomeHL{
	color: #A9BE25;
	padding:0;
	margin:0;
	font-size:14px;
}
.GroupHistoryText{
	color: #0077a2;
	font-size:14px;
	font-weight:bold;
}

.CareerText{
	color: #D0B657;
	font-size:14px;
	font-weight:bold;
}
.WhoWeAreText{
	color: #F8931D;
	font-size:14px;
	font-weight:bold;
}

.underlinemenu li.activeWho a{
	color: #f8931d;
}
.underlinemenu li.activeCorp a{
	color: #9e0039;
}
.underlinemenu li.activeFun a{
	color: #ad9f01;
}

.underlinemenu li.activeKids a{
	color: #00c0f5;
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-left-color: black;
}

table#mainNav{
    background-color:#FFFFFF;
    border: solid #d8d8d8 1px;
}

table#mainNav td {
    padding: 0px;
    border: solid #d8d8d8 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

.toprow {
    font-style: italic;
    text-align: center;
    /*background-color: #FFFFCC;*/

}

.leftcol {
    font-weight: bold;
    text-align: left;
    /*width: 150px;*/
    background-color: #CCCCCC;
}
.bodytext{
	font-size:14px;
}
.boxgrid{
	width: 189px;
	height: 180px;
	margin:0px;
	float:left;
	overflow: hidden;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{
	padding: 0 10px;
	color:#FFF;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 194px;
	left: 0px;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}
.boxcaption1 {	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ContentText{
	font-size:14px;
}
