﻿html {
	height:100%;
	font-family:Helvetica, Arial;
	font-size:12px;
}

body {
	background:#4d4838 url('../images/body.gif') repeat-x;
	height:100%;
	margin:0px;
}

a:focus, input:focus {
	outline:0px;
}

ul, li {
	color:#faa51a;
}
#container {
	margin:0px auto;
	background:url('../images/shadow.png') repeat-y;
	width:1022px;
	height:100%;
	padding:0px 9px;
}

#logo {
	float:left;
	background:url('../images/logo.jpg') repeat-x;
	width:1022px;
	height:178px;
}
#flashPeople {
	width:345px;
	height:350px;
	position:relative;
	float: right;
	margin-top: 10px;
}
#menu {
	float:left;
	background:url('../images/menu.jpg') repeat-x;
	width:1022px;
	height:19px;
}

	#menu #topnav {
		list-style:none;
		display:inline;
		float:left;
		margin:0px;
		padding:0px;
	}
	
		#menu #topnav li {
			float:left;
			margin:0px;
			padding:0px;
			display:inline;
		}
		
			#menu #topnav li a {
				float:left;
				height:19px;
				display:block;
			}
			
			#menu #topnav li a:hover {
				background-position:0px -19px;
			}

	#menu #topnav .home {
		z-index:20;
		width:83px;
		background:url('../images/mnHome.jpg');
	}
	
	#menu #topnav .about {
		width:67px;
		background:url('../images/mnAbout.jpg');
	}
	
	#menu #topnav .humanCapitalSevices {
		width:177px;
		background:url('../images/mnHumanCapitalServices.jpg');
	}
	
	#menu #topnav .services {
		width:82px;
		background:url('../images/mnServices.jpg');
	}
	
	#menu #topnav .hrInsights {
		width:99px;
		background:url('../images/mnHrInsights.jpg');
	}
	
	#menu #topnav .news {
		width:62px;
		background:url('../images/mnNews.jpg');
	}
	
	#menu #topnav .contact {
		width:81px;
		background:url('../images/mnContact.jpg');
	}

	#menu #topnav #smenu {
		visibility:hidden;
		position:absolute;
		top:197px;
		width:202px;
		z-index:1000;
	}
	
		#menu #topnav #smenu a {
			display:block;
			width: 204px;
			margin:0px;
		}
	
			#menu #topnav #smenu a:hover {
				background-position:0px 0px;
			}

		#menu #topnav #smenu .seasonedExecPrograms {
			background: url('../images/leadershipDevelopment.png');
			background-position:0px -19px;
		}

		#menu #topnav #smenu .emergingLeaderPrg {
			background: url('../images/talentManagement.png');
			background-position:0px -19px;
		}

		#menu #topnav #smenu .recruiting {
			background: url('../images/mnRecruiting.png');
			background-position:0px -19px;
		}

#tagline {
	float:left;
	background:url('../images/tagline.jpg') repeat-x;
	width:1022px;
	height:157px;
}

#main {
	float:left;
	background:url('../images/contentBG.jpg') repeat-y;
	width:1022px;
}

#top {
	float:left;
	width:1022px;
	background:url('../images/topContent.jpg') no-repeat;
	min-height:192px;
}

#content {
	float:left;
	color:white;
	width:583px;
	padding:60px 46px 0px 47px;
	line-height:20px;
	font-size:14px;
}

#news {
	float:left;
	width:286px;
	color:white;
	padding:18px 30px 0px 30px;
}

	#news ul {
		list-style:none;
		margin:7px;
		padding:7px;
		margin-top:10px;
	}
	
	#news li {
		margin:0px;
		padding:0px;
		margin-bottom:20px;
	}

		#news li a {
			color:#faa51a;
			font-size:10px;
			text-decoration:none;
		}

		#news li a:hover {
			text-decoration:underline;
		}

		#news .title {
			font-weight:bold;
			color:#009edc;
			font-size:14px;
		}

		#news .date {
			color:#faa51a;
			font-size:11px;
		}

		#news .desc {
			color:#eee0be;
			font-size:11px;
			margin:10px 0px 0px 0px;
		}

#footer {
	float:left;
	width:1022px;
	text-align:right;
	margin-top:60px;
	color:#eee0be;
	background:#302c23;
	border-top:1px #48463a solid;
	margin-right:10px;
}

	#footer p.info {
		float:left;
		font-size:11px;
		margin-left:20px;
	}

	#footer p.copy {
		font-size:10px;
		padding-right:20px;
		float:right;
	}

	#footer span {
		padding:0px 10px;
	}

	#footer a {
		color:#eee0be;
	}
	
		#footer a:hover {
			text-decoration:none;
		}

.newsBorder{
	background:url('../images/newsBorder.png') no-repeat;
	text-align:center;
	margin-left:20px;
}