body {
	color:#000;
	font-size:14px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/hr_header.jpg) repeat-x center top;
}
h1 {
	color:#000;
	font-style:normal;
	font-size:17px;
	font-weight:bold;
	letter-spacing:2px;
	margin:0px 0px 11px;
	background: url(../images/bullet_large.jpg) no-repeat 1px 5px;
	padding-left: 22px;
}
h2 {
	color:#000;
	font-size:15px;
}
p {
	font-size:100%;
	color:#000;
	letter-spacing:0px;
	margin:0px 0px 17px 0px;
}
ul, ol{
	margin-top:0px;
	padding-left:50px;
	list-style:square;
	padding-bottom: 18px;
}
ul ul {
	padding-bottom: 0px;
}
ol {
	list-style: decimal;
}
a:link {
	color:#A52C4D;
	text-decoration:none;
}
a:visited {
	color:#7F002A;
	text-decoration:none;
}
a:hover {
	color:#7F002A;
	text-decoration:underline;
}
a:active {
	color:#7F002A;
	text-decoration:none;
}
.spacer {
	height:20px;
	margin:0px;
	padding:0px;
}
.aligncenter {
	text-align: center;
}
.popup {
	line-height: 150%;
	text-align: left;
	width: 500px;
	padding: 15px;
	background: #FFC;
	border: medium solid #903;
	font-size: 16px;
	font-weight: bold;
}
.popup strong {
	color: #903;
	font-weight: bold;	
}
#wrapper {
	margin:0 auto;
	overflow:hidden;
	height:100%;
	text-align:left;
	width:980px;
}
#header {
	height:475px;
	margin:0px;
}
#logo {
	float:left;
	margin:0px;
}
#slogan {
	float:right;
	margin:57px 14px 0px 0px;
}
#middle {
	clear:both;
	width:980px;
}
#categories {
	float:left;
	width:230px;
	background-image:url('../images/divider.gif');
	background-position: 216px 0px;
	background-repeat: no-repeat;
	height: 400px;
}
#categories h1 {
	margin: 30px 0 25px 0;
}
#categories a {
	color:#314DA3;
	text-decoration:none;
	display: block;
	padding-left: 17px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(../images/bullet.jpg) no-repeat 0px 10px;
}
#categories a:hover {
	color:#273E84;
	font-weight:bold;
	padding-left:18px;
	background: url(../images/arrow.jpg) no-repeat 0px 7px;
}
#categories li{
list-style:none;
}
#categories ul{
padding:0px;
margin:0px;
}
/*Categories Current States*/
body#home div#categories li a.home, 
body#employee div#categories li a.employee, 
body#leadership div#categories li a.leadership, 
body#customer div#categories li a.customer, 
body#team div#categories li a.team, 
body#human div#categories li a.human,
body#newtons div#categories li a.newtons, 
body#about div#categories li a.about, 
body#compensation div#categories li a.compensation,
body#partners div#categories li a.partners,
body#contact div#categories li a.contact {
	color:#A52C4D;
	font-weight:bold;
	padding-left:18px;
	background: url(../images/arrow.jpg) no-repeat 0px 7px;
}
#content {
	line-height:21px;
	margin-left: 240px;
	min-height: 650px;
}
#footer {
	clear:both;
	border-top:1px solid #E6E6E6;
	bottom:0px;
	color:#777;
	font-size:11px;
	margin:15px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	text-align:center;
	width:980px;
}

