html {
	background: url(../img/b.gif);
	height: 100%;
}
img{
	border: 0;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
}
.container{ 
	display: block;
	width: 1000px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}
.nav {
	display: block;
	width: 1000px;
	height: 45px;
}
.hImage{
	display: block;
	background: url(../img/hImage.gif) no-repeat;
	width: 1000px;
	height: 206px;
	margin-top: 20px;
}

.homeBody{
	display: block;
	width: 1000px;
	height: 323px;
	background: url(../img/homeBody.jpg) no-repeat;
}

#homeBodyFlash{
	display: block;
	width: 1000px;
	height: 323px;
	background: url(../img/homeBody.jpg) no-repeat;
}

.horGradient{
	display: block;
	width: 1000px;
	height: 68px;
	background: url(../img/horGradient.gif) repeat-x;
	padding-bottom: 160px;
}
.homeFoot{
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	color: #919191;
	text-align: center;
	width: 1000px;
	height: 20px;
}

.homeFoot a:hover{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.foot a:hover{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.homeFoot a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.normPageBody{
	color: #333;
	display: block;
	width: 885px;
	border-top: 1px solid #b3b3b3;
	font-family: sans-serif;
	padding-left: 115px;
	font-size: 13px;
	line-height: 18px;
}
.normPageBody h2{
	font-size: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.foot a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.foot{
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	color: #919191;
	text-align: center;
	width: 1000px;
	height: 45px;
	background: url(../img/horFoot.gif) repeat-x;
	padding-top: 1px;
}
#hsImage{
	position: relative;
	float: right;
	top: -55px;
}
#pieChart{
	display: block;
	width: 775px;
	height: 300px;
	margin-left: 10px;
	margin-top: 60px;
	margin-bottom: 40px;
}

/*///////NAV/////////*/
.wholeNav{
	display: block;
	width: 1000px;
	height: 45px;
	text-align:center;
	font-family: sans-serif;

}
#currentpage{
	background: url(../img/cp.gif) repeat-x;
}

.wholeNav a{
	position: relative;
	top: 20px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.wholeNav a:hover{
	color: #ccc;
}
.homeNav, .whatwedo, .lookingfor, .searching, .mapping, .outplacement, .student, .humanstory, .contactus{
	display: block;
	float: left;
	height: 45px;
}
.homeNav{
	width: 48px;
	border-right: 1px solid #b5b5b5;
}
.whatwedo{
	width: 146px;
	border-right: 1px solid #b5b5b5;
	padding-left: 0px;
}
.lookingfor{
	width: 127px;
	border-right: 1px solid #b5b5b5;
}
.searching{
	width: 183px;
	border-right: 1px solid #b5b5b5;
}
.mapping{
	width: 73px;
	border-right: 1px solid #b5b5b5;
}
.outplacement{
	width: 103px;
	border-right: 1px solid #b5b5b5;
}
.student{
	width: 131px;
	border-right: 1px solid #b5b5b5;
}
.humanstory{
	width: 97px;
	border-right: 1px solid #b5b5b5;
}
.contactus{
	width: 83px;
	padding-right: 0px
}